1 | [ Aug 16 07:16:35 Enabled. ] | ||
2 | [ Aug 16 07:16:35 Rereading configuration. ] | ||
3 | [ Aug 16 07:16:37 Rereading configuration. ] | ||
4 | [ Aug 16 07:16:40 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ Aug 16 07:16:40 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.08.16 07:16:41.883310 [ 1 ] {} <Information> Application: Will watch for the process with pid 25998 | ||
33 | 2024.08.16 07:16:41.883769 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.08.16 07:16:42.311788 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25998 | ||
35 | 2024.08.16 07:16:42.312481 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.08.16 07:16:42.313158 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.08.16 07:16:42.398429 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.08.16 07:16:42.455566 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.08.16 07:16:42.455607 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.08.16 07:16:42.455624 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.08.16 07:16:42.455694 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.08.16 07:16:42.455963 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.08.16 07:16:42.457403 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.08.16 07:16:42.457887 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.08.16 07:16:42.458689 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.08.16 07:16:42.458713 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.08.16 07:16:42.458725 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.08.16 07:16:42.458898 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.08.16 07:16:42.459885 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.08.16 07:16:42.464866 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.08.16 07:16:42.465517 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.08.16 07:16:42.466271 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.08.16 07:16:42.466331 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.08.16 07:16:42.467879 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.08.16 07:16:42.468151 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.08.16 07:16:42.472488 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.08.16 07:16:42.473153 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.08.16 07:16:42.474678 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.08.16 07:16:42.475185 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.08.16 07:16:42.475526 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.08.16 07:16:42.475923 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.08.16 07:16:42.477232 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.08.16 07:16:42.477259 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.08.16 07:16:42.477358 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.08.16 07:16:42.477524 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.08.16 07:16:42.490457 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.08.16 07:16:42.490488 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000149094 sec | ||
74 | 2024.08.16 07:16:42.490524 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.08.16 07:16:42.490536 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.08.16 07:16:42.491641 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.08.16 07:16:42.492656 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.08.16 07:16:42.492679 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.08.16 07:16:42.492712 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.08.16 07:16:42.492728 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.08.16 07:16:42.492739 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.08.16 07:16:42.492772 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.08.16 07:16:42.492784 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.08.16 07:16:42.492799 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.08.16 07:16:42.492832 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.08.16 07:16:42.492844 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.08.16 07:16:42.492858 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.08.16 07:16:42.492873 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.08.16 07:16:42.492905 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.08.16 07:16:42.492918 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.08.16 07:16:42.492934 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.08.16 07:16:42.492962 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.08.16 07:16:42.492976 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.08.16 07:16:42.529872 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.08.16 07:16:42.535946 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.08.16 07:16:42.535983 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4762e-05 sec | ||
97 | 2024.08.16 07:16:42.535999 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.08.16 07:16:42.536015 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.08.16 07:16:42.536040 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.08.16 07:16:42.536238 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.08.16 07:16:42.536288 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.08.16 07:16:42.536304 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.08.16 07:16:42.536322 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.08.16 07:16:42.536336 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.08.16 07:16:42.576106 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.08.16 07:16:42.777628 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.08.16 07:16:42.777720 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.08.16 07:16:42.813722 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.08.16 07:16:42.813964 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.09 MiB (RSS), difference: 147.23 MiB | ||
110 | 2024.08.16 07:16:42.814855 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3481e-05 sec. | ||
111 | 2024.08.16 07:16:42.815225 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.08.16 07:16:42.815312 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.08.16 07:16:42.815366 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.08.16 07:16:42.815412 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.08.16 07:16:42.816386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.08.16 07:16:42.816629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.08.16 07:16:42.816753 [ 3 ] {} <Debug> HTTP-Session: 5b60a60e-3d9c-49e6-aad3-cce86b21eafe Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
118 | 2024.08.16 07:16:42.816786 [ 3 ] {} <Debug> HTTP-Session: 5b60a60e-3d9c-49e6-aad3-cce86b21eafe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.08.16 07:16:42.816838 [ 3 ] {} <Debug> HTTP-Session: 5b60a60e-3d9c-49e6-aad3-cce86b21eafe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.08.16 07:16:42.816951 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.08.16 07:16:42.816988 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.08.16 07:16:42.817059 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.08.16 07:16:42.817152 [ 3 ] {} <Trace> HTTP-Session: 5b60a60e-3d9c-49e6-aad3-cce86b21eafe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.08.16 07:16:42.818308 [ 3 ] {84fca6e6-cec1-4e5e-86d9-98991b902247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.08.16 07:16:42.858522 [ 3 ] {84fca6e6-cec1-4e5e-86d9-98991b902247} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61243) (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 @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.08.16 07:16:42.859373 [ 3 ] {84fca6e6-cec1-4e5e-86d9-98991b902247} <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 @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.08.16 07:16:42.860916 [ 3 ] {} <Debug> HTTP-Session: 5b60a60e-3d9c-49e6-aad3-cce86b21eafe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.08.16 07:16:42.861962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.08.16 07:16:42.862030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.08.16 07:16:42.862078 [ 3 ] {} <Debug> HTTP-Session: 41ae1989-1752-4d11-9ee2-e8629e34eade Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
179 | 2024.08.16 07:16:42.862128 [ 3 ] {} <Debug> HTTP-Session: 41ae1989-1752-4d11-9ee2-e8629e34eade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.08.16 07:16:42.862142 [ 3 ] {} <Debug> HTTP-Session: 41ae1989-1752-4d11-9ee2-e8629e34eade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.08.16 07:16:42.862210 [ 3 ] {} <Trace> HTTP-Session: 41ae1989-1752-4d11-9ee2-e8629e34eade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.08.16 07:16:42.863393 [ 3 ] {180353ad-deb8-47c6-a8d2-c73e980f9f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.08.16 07:16:42.863542 [ 3 ] {180353ad-deb8-47c6-a8d2-c73e980f9f54} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.08.16 07:16:42.865663 [ 3 ] {180353ad-deb8-47c6-a8d2-c73e980f9f54} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.08.16 07:16:42.868741 [ 3 ] {180353ad-deb8-47c6-a8d2-c73e980f9f54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.08.16 07:16:42.874821 [ 3 ] {180353ad-deb8-47c6-a8d2-c73e980f9f54} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.08.16 07:16:42.874886 [ 3 ] {180353ad-deb8-47c6-a8d2-c73e980f9f54} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.08.16 07:16:42.874950 [ 3 ] {} <Debug> HTTP-Session: 41ae1989-1752-4d11-9ee2-e8629e34eade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.08.16 07:16:42.876812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.08.16 07:16:42.876887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.08.16 07:16:42.876936 [ 3 ] {} <Debug> HTTP-Session: 4ec4743d-e7cd-4b26-8625-28a0efc956ff Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
192 | 2024.08.16 07:16:42.876964 [ 3 ] {} <Debug> HTTP-Session: 4ec4743d-e7cd-4b26-8625-28a0efc956ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.08.16 07:16:42.877026 [ 3 ] {} <Debug> HTTP-Session: 4ec4743d-e7cd-4b26-8625-28a0efc956ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.08.16 07:16:42.877140 [ 3 ] {} <Trace> HTTP-Session: 4ec4743d-e7cd-4b26-8625-28a0efc956ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.08.16 07:16:42.877367 [ 3 ] {70f0525c-a990-4971-8651-5e39aa54e64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.08.16 07:16:42.877877 [ 3 ] {70f0525c-a990-4971-8651-5e39aa54e64a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61243) (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 @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.08.16 07:16:42.878157 [ 3 ] {70f0525c-a990-4971-8651-5e39aa54e64a} <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 @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.08.16 07:16:42.878409 [ 3 ] {} <Debug> HTTP-Session: 4ec4743d-e7cd-4b26-8625-28a0efc956ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.08.16 07:16:42.879160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.08.16 07:16:42.879232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.08.16 07:16:42.879251 [ 3 ] {} <Debug> HTTP-Session: bf5f2adb-6616-423d-9403-b480503c2cca Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
250 | 2024.08.16 07:16:42.879297 [ 3 ] {} <Debug> HTTP-Session: bf5f2adb-6616-423d-9403-b480503c2cca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.08.16 07:16:42.879338 [ 3 ] {} <Debug> HTTP-Session: bf5f2adb-6616-423d-9403-b480503c2cca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.08.16 07:16:42.879368 [ 3 ] {} <Trace> HTTP-Session: bf5f2adb-6616-423d-9403-b480503c2cca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.08.16 07:16:42.879560 [ 3 ] {c89b5224-62ed-4b55-b3d4-f34aa4633e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.08.16 07:16:42.879748 [ 3 ] {c89b5224-62ed-4b55-b3d4-f34aa4633e34} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.08.16 07:16:42.879771 [ 3 ] {} <Debug> HTTP-Session: bf5f2adb-6616-423d-9403-b480503c2cca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.08.16 07:16:42.879920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.08.16 07:16:42.879991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.08.16 07:16:42.880036 [ 3 ] {} <Debug> HTTP-Session: 31dfdb35-e4b8-4dee-b0b7-b27074db604c Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
259 | 2024.08.16 07:16:42.880052 [ 3 ] {} <Debug> HTTP-Session: 31dfdb35-e4b8-4dee-b0b7-b27074db604c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.08.16 07:16:42.880092 [ 3 ] {} <Debug> HTTP-Session: 31dfdb35-e4b8-4dee-b0b7-b27074db604c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.08.16 07:16:42.880146 [ 3 ] {} <Trace> HTTP-Session: 31dfdb35-e4b8-4dee-b0b7-b27074db604c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.08.16 07:16:42.880256 [ 3 ] {1a88df64-ac15-4012-821a-dda90935824f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.08.16 07:16:42.880312 [ 3 ] {1a88df64-ac15-4012-821a-dda90935824f} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.08.16 07:16:42.886650 [ 3 ] {1a88df64-ac15-4012-821a-dda90935824f} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.08.16 07:16:42.886744 [ 3 ] {1a88df64-ac15-4012-821a-dda90935824f} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000134323 sec | ||
266 | 2024.08.16 07:16:42.886770 [ 3 ] {1a88df64-ac15-4012-821a-dda90935824f} <Trace> ReferentialDeps: No tables | ||
267 | 2024.08.16 07:16:42.886835 [ 3 ] {1a88df64-ac15-4012-821a-dda90935824f} <Trace> LoadingDeps: No tables | ||
268 | 2024.08.16 07:16:42.886878 [ 3 ] {1a88df64-ac15-4012-821a-dda90935824f} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.08.16 07:16:42.887095 [ 3 ] {1a88df64-ac15-4012-821a-dda90935824f} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.08.16 07:16:42.887117 [ 3 ] {} <Debug> HTTP-Session: 31dfdb35-e4b8-4dee-b0b7-b27074db604c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.08.16 07:16:42.887261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.08.16 07:16:42.887333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.08.16 07:16:42.887350 [ 3 ] {} <Debug> HTTP-Session: a146f8a9-2c34-476a-9103-810d4ee82dc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
274 | 2024.08.16 07:16:42.887395 [ 3 ] {} <Debug> HTTP-Session: a146f8a9-2c34-476a-9103-810d4ee82dc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.08.16 07:16:42.887438 [ 3 ] {} <Debug> HTTP-Session: a146f8a9-2c34-476a-9103-810d4ee82dc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.08.16 07:16:42.887467 [ 3 ] {} <Trace> HTTP-Session: a146f8a9-2c34-476a-9103-810d4ee82dc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.08.16 07:16:42.887630 [ 3 ] {72752181-a9ba-4c89-9d8f-4b13298e5b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) /* The version table contains metadata about the `oximeter` database */ | ||
278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
279 | 2024.08.16 07:16:42.887708 [ 3 ] {72752181-a9ba-4c89-9d8f-4b13298e5b94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.08.16 07:16:42.892160 [ 3 ] {72752181-a9ba-4c89-9d8f-4b13298e5b94} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.08.16 07:16:42.894074 [ 3 ] {72752181-a9ba-4c89-9d8f-4b13298e5b94} <Debug> oximeter.version (57f8fa3d-cdde-40f2-a5fa-d10aa31780ec): Loading data parts | ||
282 | 2024.08.16 07:16:42.894498 [ 3 ] {72752181-a9ba-4c89-9d8f-4b13298e5b94} <Debug> oximeter.version (57f8fa3d-cdde-40f2-a5fa-d10aa31780ec): There are no data parts | ||
283 | 2024.08.16 07:16:42.901165 [ 3 ] {72752181-a9ba-4c89-9d8f-4b13298e5b94} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.08.16 07:16:42.901190 [ 3 ] {} <Debug> HTTP-Session: a146f8a9-2c34-476a-9103-810d4ee82dc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.08.16 07:16:42.901358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.08.16 07:16:42.901434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.08.16 07:16:42.901484 [ 3 ] {} <Debug> HTTP-Session: 90d71e74-adcb-47c9-bcc1-297d853e7348 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
288 | 2024.08.16 07:16:42.901499 [ 3 ] {} <Debug> HTTP-Session: 90d71e74-adcb-47c9-bcc1-297d853e7348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.08.16 07:16:42.901539 [ 3 ] {} <Debug> HTTP-Session: 90d71e74-adcb-47c9-bcc1-297d853e7348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.08.16 07:16:42.901596 [ 3 ] {} <Trace> HTTP-Session: 90d71e74-adcb-47c9-bcc1-297d853e7348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.08.16 07:16:42.901785 [ 3 ] {3631f7b4-c293-41d0-9250-18197912c262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) /* The measurement tables contain all individual samples from each timeseries. | ||
292 | * | ||
293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
296 | * by all samples from the same timeseries. | ||
297 | * | ||
298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
299 | * and then uses that to index quickly into the measurements tables. | ||
300 | */ | ||
301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.08.16 07:16:42.901948 [ 3 ] {3631f7b4-c293-41d0-9250-18197912c262} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.08.16 07:16:42.909235 [ 3 ] {3631f7b4-c293-41d0-9250-18197912c262} <Debug> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Loading data parts | ||
304 | 2024.08.16 07:16:42.909397 [ 3 ] {3631f7b4-c293-41d0-9250-18197912c262} <Debug> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): There are no data parts | ||
305 | 2024.08.16 07:16:42.910767 [ 3 ] {3631f7b4-c293-41d0-9250-18197912c262} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.08.16 07:16:42.910792 [ 3 ] {} <Debug> HTTP-Session: 90d71e74-adcb-47c9-bcc1-297d853e7348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.08.16 07:16:42.910975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.08.16 07:16:42.911050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.08.16 07:16:42.911097 [ 3 ] {} <Debug> HTTP-Session: 21b85525-50c3-4931-8b9a-53b28b98072b Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
310 | 2024.08.16 07:16:42.911114 [ 3 ] {} <Debug> HTTP-Session: 21b85525-50c3-4931-8b9a-53b28b98072b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.08.16 07:16:42.911155 [ 3 ] {} <Debug> HTTP-Session: 21b85525-50c3-4931-8b9a-53b28b98072b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.08.16 07:16:42.911210 [ 3 ] {} <Trace> HTTP-Session: 21b85525-50c3-4931-8b9a-53b28b98072b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.08.16 07:16:42.911408 [ 3 ] {c106519c-a787-4239-b6bf-2cd9f813f72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
314 | 2024.08.16 07:16:42.911481 [ 3 ] {c106519c-a787-4239-b6bf-2cd9f813f72a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.08.16 07:16:42.913393 [ 3 ] {c106519c-a787-4239-b6bf-2cd9f813f72a} <Debug> oximeter.measurements_i8 (68398599-97be-4d92-90a3-0ae55bc266cf): Loading data parts | ||
316 | 2024.08.16 07:16:42.913550 [ 3 ] {c106519c-a787-4239-b6bf-2cd9f813f72a} <Debug> oximeter.measurements_i8 (68398599-97be-4d92-90a3-0ae55bc266cf): There are no data parts | ||
317 | 2024.08.16 07:16:42.914869 [ 3 ] {c106519c-a787-4239-b6bf-2cd9f813f72a} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.08.16 07:16:42.914930 [ 3 ] {} <Debug> HTTP-Session: 21b85525-50c3-4931-8b9a-53b28b98072b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.08.16 07:16:42.915051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.08.16 07:16:42.915125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.08.16 07:16:42.915175 [ 3 ] {} <Debug> HTTP-Session: e0ff6d41-2576-4a86-816b-3b5273f681b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
322 | 2024.08.16 07:16:42.915190 [ 3 ] {} <Debug> HTTP-Session: e0ff6d41-2576-4a86-816b-3b5273f681b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.08.16 07:16:42.915230 [ 3 ] {} <Debug> HTTP-Session: e0ff6d41-2576-4a86-816b-3b5273f681b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.08.16 07:16:42.915287 [ 3 ] {} <Trace> HTTP-Session: e0ff6d41-2576-4a86-816b-3b5273f681b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.08.16 07:16:42.915452 [ 3 ] {930dd7ad-23a4-40ea-812b-44b3a7490345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
326 | 2024.08.16 07:16:42.915552 [ 3 ] {930dd7ad-23a4-40ea-812b-44b3a7490345} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.08.16 07:16:42.917499 [ 3 ] {930dd7ad-23a4-40ea-812b-44b3a7490345} <Debug> oximeter.measurements_u8 (3b697e64-f7b0-4fe4-8001-af6a3d3d147f): Loading data parts | ||
328 | 2024.08.16 07:16:42.917743 [ 3 ] {930dd7ad-23a4-40ea-812b-44b3a7490345} <Debug> oximeter.measurements_u8 (3b697e64-f7b0-4fe4-8001-af6a3d3d147f): There are no data parts | ||
329 | 2024.08.16 07:16:42.919082 [ 3 ] {930dd7ad-23a4-40ea-812b-44b3a7490345} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.08.16 07:16:42.919106 [ 3 ] {} <Debug> HTTP-Session: e0ff6d41-2576-4a86-816b-3b5273f681b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.08.16 07:16:42.919244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.08.16 07:16:42.919319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.08.16 07:16:42.919365 [ 3 ] {} <Debug> HTTP-Session: f6b01f5b-2fbd-40c3-860d-8919f0b0d511 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
334 | 2024.08.16 07:16:42.919381 [ 3 ] {} <Debug> HTTP-Session: f6b01f5b-2fbd-40c3-860d-8919f0b0d511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.08.16 07:16:42.919422 [ 3 ] {} <Debug> HTTP-Session: f6b01f5b-2fbd-40c3-860d-8919f0b0d511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.08.16 07:16:42.919476 [ 3 ] {} <Trace> HTTP-Session: f6b01f5b-2fbd-40c3-860d-8919f0b0d511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.08.16 07:16:42.919673 [ 3 ] {6dab07b0-e5c9-4069-b9e4-89687e667e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
338 | 2024.08.16 07:16:42.919747 [ 3 ] {6dab07b0-e5c9-4069-b9e4-89687e667e43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.08.16 07:16:42.921685 [ 3 ] {6dab07b0-e5c9-4069-b9e4-89687e667e43} <Debug> oximeter.measurements_i16 (0666c4ff-c8f1-4683-92b4-725432f20e88): Loading data parts | ||
340 | 2024.08.16 07:16:42.921818 [ 3 ] {6dab07b0-e5c9-4069-b9e4-89687e667e43} <Debug> oximeter.measurements_i16 (0666c4ff-c8f1-4683-92b4-725432f20e88): There are no data parts | ||
341 | 2024.08.16 07:16:42.923121 [ 3 ] {6dab07b0-e5c9-4069-b9e4-89687e667e43} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.08.16 07:16:42.923178 [ 3 ] {} <Debug> HTTP-Session: f6b01f5b-2fbd-40c3-860d-8919f0b0d511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.08.16 07:16:42.923291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.08.16 07:16:42.923364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.08.16 07:16:42.923413 [ 3 ] {} <Debug> HTTP-Session: fea3b118-216b-4d5f-ade0-e077f0da0bec Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
346 | 2024.08.16 07:16:42.923428 [ 3 ] {} <Debug> HTTP-Session: fea3b118-216b-4d5f-ade0-e077f0da0bec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.08.16 07:16:42.923467 [ 3 ] {} <Debug> HTTP-Session: fea3b118-216b-4d5f-ade0-e077f0da0bec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.08.16 07:16:42.923523 [ 3 ] {} <Trace> HTTP-Session: fea3b118-216b-4d5f-ade0-e077f0da0bec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.08.16 07:16:42.923690 [ 3 ] {55fb90d8-6fa6-4a44-abe9-86d8de14ec9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
350 | 2024.08.16 07:16:42.923796 [ 3 ] {55fb90d8-6fa6-4a44-abe9-86d8de14ec9b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.08.16 07:16:42.925709 [ 3 ] {55fb90d8-6fa6-4a44-abe9-86d8de14ec9b} <Debug> oximeter.measurements_u16 (30cff9f8-de9f-44f6-b78f-eb5c9f799dc0): Loading data parts | ||
352 | 2024.08.16 07:16:42.925887 [ 3 ] {55fb90d8-6fa6-4a44-abe9-86d8de14ec9b} <Debug> oximeter.measurements_u16 (30cff9f8-de9f-44f6-b78f-eb5c9f799dc0): There are no data parts | ||
353 | 2024.08.16 07:16:42.927169 [ 3 ] {55fb90d8-6fa6-4a44-abe9-86d8de14ec9b} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.08.16 07:16:42.927225 [ 3 ] {} <Debug> HTTP-Session: fea3b118-216b-4d5f-ade0-e077f0da0bec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.08.16 07:16:42.927340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.08.16 07:16:42.927415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.08.16 07:16:42.927461 [ 3 ] {} <Debug> HTTP-Session: 71c6f520-e4eb-4512-8c59-008531c99ca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
358 | 2024.08.16 07:16:42.927509 [ 3 ] {} <Debug> HTTP-Session: 71c6f520-e4eb-4512-8c59-008531c99ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.08.16 07:16:42.927522 [ 3 ] {} <Debug> HTTP-Session: 71c6f520-e4eb-4512-8c59-008531c99ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.08.16 07:16:42.927577 [ 3 ] {} <Trace> HTTP-Session: 71c6f520-e4eb-4512-8c59-008531c99ca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.08.16 07:16:42.927785 [ 3 ] {4044172f-e164-4be8-8846-b6c7e6d79e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
362 | 2024.08.16 07:16:42.927859 [ 3 ] {4044172f-e164-4be8-8846-b6c7e6d79e24} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.08.16 07:16:42.929815 [ 3 ] {4044172f-e164-4be8-8846-b6c7e6d79e24} <Debug> oximeter.measurements_i32 (45910a3b-5b64-4de6-a120-b75f7d45d4e6): Loading data parts | ||
364 | 2024.08.16 07:16:42.929982 [ 3 ] {4044172f-e164-4be8-8846-b6c7e6d79e24} <Debug> oximeter.measurements_i32 (45910a3b-5b64-4de6-a120-b75f7d45d4e6): There are no data parts | ||
365 | 2024.08.16 07:16:42.931259 [ 3 ] {4044172f-e164-4be8-8846-b6c7e6d79e24} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.08.16 07:16:42.931316 [ 3 ] {} <Debug> HTTP-Session: 71c6f520-e4eb-4512-8c59-008531c99ca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.08.16 07:16:42.931428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.08.16 07:16:42.931503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.08.16 07:16:42.931557 [ 3 ] {} <Debug> HTTP-Session: d919fb57-59bf-450e-878a-e4ab020da072 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
370 | 2024.08.16 07:16:42.931572 [ 3 ] {} <Debug> HTTP-Session: d919fb57-59bf-450e-878a-e4ab020da072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.08.16 07:16:42.931613 [ 3 ] {} <Debug> HTTP-Session: d919fb57-59bf-450e-878a-e4ab020da072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.08.16 07:16:42.931671 [ 3 ] {} <Trace> HTTP-Session: d919fb57-59bf-450e-878a-e4ab020da072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.08.16 07:16:42.931868 [ 3 ] {f24d1dbc-51a8-4aa9-bd6e-008b3a0d44f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
374 | 2024.08.16 07:16:42.931945 [ 3 ] {f24d1dbc-51a8-4aa9-bd6e-008b3a0d44f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.08.16 07:16:42.933827 [ 3 ] {f24d1dbc-51a8-4aa9-bd6e-008b3a0d44f4} <Debug> oximeter.measurements_u32 (1e6a6278-7096-4bf5-9679-a08bc6075b97): Loading data parts | ||
376 | 2024.08.16 07:16:42.933992 [ 3 ] {f24d1dbc-51a8-4aa9-bd6e-008b3a0d44f4} <Debug> oximeter.measurements_u32 (1e6a6278-7096-4bf5-9679-a08bc6075b97): There are no data parts | ||
377 | 2024.08.16 07:16:42.935305 [ 3 ] {f24d1dbc-51a8-4aa9-bd6e-008b3a0d44f4} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.08.16 07:16:42.935360 [ 3 ] {} <Debug> HTTP-Session: d919fb57-59bf-450e-878a-e4ab020da072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.08.16 07:16:42.935506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.08.16 07:16:42.935552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.08.16 07:16:42.935600 [ 3 ] {} <Debug> HTTP-Session: a67cd73f-8c02-4651-aa53-91da2961b393 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
382 | 2024.08.16 07:16:42.935646 [ 3 ] {} <Debug> HTTP-Session: a67cd73f-8c02-4651-aa53-91da2961b393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.08.16 07:16:42.935659 [ 3 ] {} <Debug> HTTP-Session: a67cd73f-8c02-4651-aa53-91da2961b393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.08.16 07:16:42.935717 [ 3 ] {} <Trace> HTTP-Session: a67cd73f-8c02-4651-aa53-91da2961b393 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.08.16 07:16:42.935917 [ 3 ] {dd7d4622-3c78-4a20-a256-54ee044eef1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
386 | 2024.08.16 07:16:42.936019 [ 3 ] {dd7d4622-3c78-4a20-a256-54ee044eef1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.08.16 07:16:42.937892 [ 3 ] {dd7d4622-3c78-4a20-a256-54ee044eef1b} <Debug> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Loading data parts | ||
388 | 2024.08.16 07:16:42.938073 [ 3 ] {dd7d4622-3c78-4a20-a256-54ee044eef1b} <Debug> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): There are no data parts | ||
389 | 2024.08.16 07:16:42.939361 [ 3 ] {dd7d4622-3c78-4a20-a256-54ee044eef1b} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.08.16 07:16:42.939417 [ 3 ] {} <Debug> HTTP-Session: a67cd73f-8c02-4651-aa53-91da2961b393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.08.16 07:16:42.939525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.08.16 07:16:42.939626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.08.16 07:16:42.939647 [ 3 ] {} <Debug> HTTP-Session: c4ad196f-f4f0-413c-ab45-f74800ed062b Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
394 | 2024.08.16 07:16:42.939691 [ 3 ] {} <Debug> HTTP-Session: c4ad196f-f4f0-413c-ab45-f74800ed062b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.08.16 07:16:42.939706 [ 3 ] {} <Debug> HTTP-Session: c4ad196f-f4f0-413c-ab45-f74800ed062b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.08.16 07:16:42.939764 [ 3 ] {} <Trace> HTTP-Session: c4ad196f-f4f0-413c-ab45-f74800ed062b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.08.16 07:16:42.939961 [ 3 ] {d8b25ef5-57c2-46ee-a302-7f5e5ca2b962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
398 | 2024.08.16 07:16:42.940037 [ 3 ] {d8b25ef5-57c2-46ee-a302-7f5e5ca2b962} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.08.16 07:16:42.941933 [ 3 ] {d8b25ef5-57c2-46ee-a302-7f5e5ca2b962} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Loading data parts | ||
400 | 2024.08.16 07:16:42.942108 [ 3 ] {d8b25ef5-57c2-46ee-a302-7f5e5ca2b962} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): There are no data parts | ||
401 | 2024.08.16 07:16:42.943366 [ 3 ] {d8b25ef5-57c2-46ee-a302-7f5e5ca2b962} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.08.16 07:16:42.943423 [ 3 ] {} <Debug> HTTP-Session: c4ad196f-f4f0-413c-ab45-f74800ed062b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.08.16 07:16:42.943582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.08.16 07:16:42.943627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.08.16 07:16:42.943676 [ 3 ] {} <Debug> HTTP-Session: dcd3fa61-3ab9-44ed-a56a-ddd4106487ba Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
406 | 2024.08.16 07:16:42.943723 [ 3 ] {} <Debug> HTTP-Session: dcd3fa61-3ab9-44ed-a56a-ddd4106487ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.08.16 07:16:42.943736 [ 3 ] {} <Debug> HTTP-Session: dcd3fa61-3ab9-44ed-a56a-ddd4106487ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.08.16 07:16:42.943793 [ 3 ] {} <Trace> HTTP-Session: dcd3fa61-3ab9-44ed-a56a-ddd4106487ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.08.16 07:16:42.943990 [ 3 ] {f9eb7617-d9a5-4e92-9ef2-7133cad22ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
410 | 2024.08.16 07:16:42.944093 [ 3 ] {f9eb7617-d9a5-4e92-9ef2-7133cad22ff7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.08.16 07:16:42.945965 [ 3 ] {f9eb7617-d9a5-4e92-9ef2-7133cad22ff7} <Debug> oximeter.measurements_f32 (f9e8cadf-ed84-4a16-ae70-82b755ae76cd): Loading data parts | ||
412 | 2024.08.16 07:16:42.946139 [ 3 ] {f9eb7617-d9a5-4e92-9ef2-7133cad22ff7} <Debug> oximeter.measurements_f32 (f9e8cadf-ed84-4a16-ae70-82b755ae76cd): There are no data parts | ||
413 | 2024.08.16 07:16:42.947433 [ 3 ] {f9eb7617-d9a5-4e92-9ef2-7133cad22ff7} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.08.16 07:16:42.947457 [ 3 ] {} <Debug> HTTP-Session: dcd3fa61-3ab9-44ed-a56a-ddd4106487ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.08.16 07:16:42.947578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.08.16 07:16:42.947682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.08.16 07:16:42.947703 [ 3 ] {} <Debug> HTTP-Session: 15cbd6c7-1b28-4ff5-b245-e784ef9c10bc Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
418 | 2024.08.16 07:16:42.947746 [ 3 ] {} <Debug> HTTP-Session: 15cbd6c7-1b28-4ff5-b245-e784ef9c10bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.08.16 07:16:42.947790 [ 3 ] {} <Debug> HTTP-Session: 15cbd6c7-1b28-4ff5-b245-e784ef9c10bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.08.16 07:16:42.947818 [ 3 ] {} <Trace> HTTP-Session: 15cbd6c7-1b28-4ff5-b245-e784ef9c10bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.08.16 07:16:42.948015 [ 3 ] {9c7317e8-5ebe-4df9-b6d5-a01cd756af9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
422 | 2024.08.16 07:16:42.948118 [ 3 ] {9c7317e8-5ebe-4df9-b6d5-a01cd756af9e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.08.16 07:16:42.949946 [ 3 ] {9c7317e8-5ebe-4df9-b6d5-a01cd756af9e} <Debug> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Loading data parts | ||
424 | 2024.08.16 07:16:42.950130 [ 3 ] {9c7317e8-5ebe-4df9-b6d5-a01cd756af9e} <Debug> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): There are no data parts | ||
425 | 2024.08.16 07:16:42.951412 [ 3 ] {9c7317e8-5ebe-4df9-b6d5-a01cd756af9e} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.08.16 07:16:42.951468 [ 3 ] {} <Debug> HTTP-Session: 15cbd6c7-1b28-4ff5-b245-e784ef9c10bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.08.16 07:16:42.951633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.08.16 07:16:42.951708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.08.16 07:16:42.951729 [ 3 ] {} <Debug> HTTP-Session: 24f20336-8d74-4b66-ad6d-bc2e44895f1e Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
430 | 2024.08.16 07:16:42.951781 [ 3 ] {} <Debug> HTTP-Session: 24f20336-8d74-4b66-ad6d-bc2e44895f1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.08.16 07:16:42.951794 [ 3 ] {} <Debug> HTTP-Session: 24f20336-8d74-4b66-ad6d-bc2e44895f1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.08.16 07:16:42.951853 [ 3 ] {} <Trace> HTTP-Session: 24f20336-8d74-4b66-ad6d-bc2e44895f1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.08.16 07:16:42.952054 [ 3 ] {6a0ee4ce-048d-494c-950f-884e21d7e680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
434 | 2024.08.16 07:16:42.952161 [ 3 ] {6a0ee4ce-048d-494c-950f-884e21d7e680} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.08.16 07:16:42.954094 [ 3 ] {6a0ee4ce-048d-494c-950f-884e21d7e680} <Debug> oximeter.measurements_string (46ed6f46-7dd3-4382-97c1-789795437ce6): Loading data parts | ||
436 | 2024.08.16 07:16:42.954284 [ 3 ] {6a0ee4ce-048d-494c-950f-884e21d7e680} <Debug> oximeter.measurements_string (46ed6f46-7dd3-4382-97c1-789795437ce6): There are no data parts | ||
437 | 2024.08.16 07:16:42.955616 [ 3 ] {6a0ee4ce-048d-494c-950f-884e21d7e680} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.08.16 07:16:42.955640 [ 3 ] {} <Debug> HTTP-Session: 24f20336-8d74-4b66-ad6d-bc2e44895f1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.08.16 07:16:42.955795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.08.16 07:16:42.955871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.08.16 07:16:42.955888 [ 3 ] {} <Debug> HTTP-Session: bdbffa30-29d6-416c-8cef-559f1f1c746e Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
442 | 2024.08.16 07:16:42.955931 [ 3 ] {} <Debug> HTTP-Session: bdbffa30-29d6-416c-8cef-559f1f1c746e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.08.16 07:16:42.955975 [ 3 ] {} <Debug> HTTP-Session: bdbffa30-29d6-416c-8cef-559f1f1c746e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.08.16 07:16:42.956004 [ 3 ] {} <Trace> HTTP-Session: bdbffa30-29d6-416c-8cef-559f1f1c746e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.08.16 07:16:42.956202 [ 3 ] {6d73f93f-c08f-41f8-8da4-afdf988d5607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
448 | * a string isn't palatable for a few reasons. | ||
449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
450 | * details. | ||
451 | */ | ||
452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
453 | 2024.08.16 07:16:42.956305 [ 3 ] {6d73f93f-c08f-41f8-8da4-afdf988d5607} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.08.16 07:16:42.958327 [ 3 ] {6d73f93f-c08f-41f8-8da4-afdf988d5607} <Debug> oximeter.measurements_bytes (b8c5884a-d1fe-4141-81c5-c62f395c5e9f): Loading data parts | ||
455 | 2024.08.16 07:16:42.958481 [ 3 ] {6d73f93f-c08f-41f8-8da4-afdf988d5607} <Debug> oximeter.measurements_bytes (b8c5884a-d1fe-4141-81c5-c62f395c5e9f): There are no data parts | ||
456 | 2024.08.16 07:16:42.959809 [ 3 ] {6d73f93f-c08f-41f8-8da4-afdf988d5607} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.08.16 07:16:42.959834 [ 3 ] {} <Debug> HTTP-Session: bdbffa30-29d6-416c-8cef-559f1f1c746e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.08.16 07:16:42.959985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.08.16 07:16:42.960060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.08.16 07:16:42.960106 [ 3 ] {} <Debug> HTTP-Session: 5d83be90-5747-4bc1-993e-2b3825b6ba66 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
461 | 2024.08.16 07:16:42.960124 [ 3 ] {} <Debug> HTTP-Session: 5d83be90-5747-4bc1-993e-2b3825b6ba66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.08.16 07:16:42.960165 [ 3 ] {} <Debug> HTTP-Session: 5d83be90-5747-4bc1-993e-2b3825b6ba66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.08.16 07:16:42.960194 [ 3 ] {} <Trace> HTTP-Session: 5d83be90-5747-4bc1-993e-2b3825b6ba66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.08.16 07:16:42.960427 [ 3 ] {30e75bb9-475c-4ca0-8f4b-31ed7d060cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
465 | 2024.08.16 07:16:42.960503 [ 3 ] {30e75bb9-475c-4ca0-8f4b-31ed7d060cee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.08.16 07:16:42.962450 [ 3 ] {30e75bb9-475c-4ca0-8f4b-31ed7d060cee} <Debug> oximeter.measurements_cumulativei64 (39dbe971-a5f1-4739-93c8-ecaaa546143d): Loading data parts | ||
467 | 2024.08.16 07:16:42.962723 [ 3 ] {30e75bb9-475c-4ca0-8f4b-31ed7d060cee} <Debug> oximeter.measurements_cumulativei64 (39dbe971-a5f1-4739-93c8-ecaaa546143d): There are no data parts | ||
468 | 2024.08.16 07:16:42.964072 [ 3 ] {30e75bb9-475c-4ca0-8f4b-31ed7d060cee} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.08.16 07:16:42.964133 [ 3 ] {} <Debug> HTTP-Session: 5d83be90-5747-4bc1-993e-2b3825b6ba66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.08.16 07:16:42.964242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.08.16 07:16:42.964346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.08.16 07:16:42.964366 [ 3 ] {} <Debug> HTTP-Session: 7252d493-cbf5-4a91-a83a-cb1fde838102 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
473 | 2024.08.16 07:16:42.964410 [ 3 ] {} <Debug> HTTP-Session: 7252d493-cbf5-4a91-a83a-cb1fde838102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.08.16 07:16:42.964425 [ 3 ] {} <Debug> HTTP-Session: 7252d493-cbf5-4a91-a83a-cb1fde838102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.08.16 07:16:42.964483 [ 3 ] {} <Trace> HTTP-Session: 7252d493-cbf5-4a91-a83a-cb1fde838102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.08.16 07:16:42.964693 [ 3 ] {33119cea-3fe1-4580-abb9-096b6a24f562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
477 | 2024.08.16 07:16:42.964803 [ 3 ] {33119cea-3fe1-4580-abb9-096b6a24f562} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.08.16 07:16:42.966799 [ 3 ] {33119cea-3fe1-4580-abb9-096b6a24f562} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Loading data parts | ||
479 | 2024.08.16 07:16:42.967019 [ 3 ] {33119cea-3fe1-4580-abb9-096b6a24f562} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): There are no data parts | ||
480 | 2024.08.16 07:16:42.968366 [ 3 ] {33119cea-3fe1-4580-abb9-096b6a24f562} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.08.16 07:16:42.968391 [ 3 ] {} <Debug> HTTP-Session: 7252d493-cbf5-4a91-a83a-cb1fde838102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.08.16 07:16:42.968529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.08.16 07:16:42.968603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.08.16 07:16:42.968653 [ 3 ] {} <Debug> HTTP-Session: fc8e4565-715b-4a43-8a01-a9ce77be2541 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
485 | 2024.08.16 07:16:42.968668 [ 3 ] {} <Debug> HTTP-Session: fc8e4565-715b-4a43-8a01-a9ce77be2541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.08.16 07:16:42.968710 [ 3 ] {} <Debug> HTTP-Session: fc8e4565-715b-4a43-8a01-a9ce77be2541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.08.16 07:16:42.968739 [ 3 ] {} <Trace> HTTP-Session: fc8e4565-715b-4a43-8a01-a9ce77be2541 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.08.16 07:16:42.968944 [ 3 ] {aadde33a-d20e-41fa-8135-c98d9e1b612f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
489 | 2024.08.16 07:16:42.969056 [ 3 ] {aadde33a-d20e-41fa-8135-c98d9e1b612f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.08.16 07:16:42.971027 [ 3 ] {aadde33a-d20e-41fa-8135-c98d9e1b612f} <Debug> oximeter.measurements_cumulativef32 (490475d9-700a-4535-8d17-bc067a0205c9): Loading data parts | ||
491 | 2024.08.16 07:16:42.971312 [ 3 ] {aadde33a-d20e-41fa-8135-c98d9e1b612f} <Debug> oximeter.measurements_cumulativef32 (490475d9-700a-4535-8d17-bc067a0205c9): There are no data parts | ||
492 | 2024.08.16 07:16:42.972673 [ 3 ] {aadde33a-d20e-41fa-8135-c98d9e1b612f} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.08.16 07:16:42.972735 [ 3 ] {} <Debug> HTTP-Session: fc8e4565-715b-4a43-8a01-a9ce77be2541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.08.16 07:16:42.972856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.08.16 07:16:42.972934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.08.16 07:16:42.972984 [ 3 ] {} <Debug> HTTP-Session: a6edf3ba-66c0-4741-b703-015c5786f08e Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
497 | 2024.08.16 07:16:42.973033 [ 3 ] {} <Debug> HTTP-Session: a6edf3ba-66c0-4741-b703-015c5786f08e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.08.16 07:16:42.973046 [ 3 ] {} <Debug> HTTP-Session: a6edf3ba-66c0-4741-b703-015c5786f08e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.08.16 07:16:42.973106 [ 3 ] {} <Trace> HTTP-Session: a6edf3ba-66c0-4741-b703-015c5786f08e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.08.16 07:16:42.973326 [ 3 ] {a7e3f5c8-bd55-4c2c-b396-5143ee425364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
501 | 2024.08.16 07:16:42.973437 [ 3 ] {a7e3f5c8-bd55-4c2c-b396-5143ee425364} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.08.16 07:16:42.975318 [ 3 ] {a7e3f5c8-bd55-4c2c-b396-5143ee425364} <Debug> oximeter.measurements_cumulativef64 (d63525c9-b9a8-45de-9e61-b6661be0ea77): Loading data parts | ||
503 | 2024.08.16 07:16:42.975498 [ 3 ] {a7e3f5c8-bd55-4c2c-b396-5143ee425364} <Debug> oximeter.measurements_cumulativef64 (d63525c9-b9a8-45de-9e61-b6661be0ea77): There are no data parts | ||
504 | 2024.08.16 07:16:42.976870 [ 3 ] {a7e3f5c8-bd55-4c2c-b396-5143ee425364} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.08.16 07:16:42.976896 [ 3 ] {} <Debug> HTTP-Session: a6edf3ba-66c0-4741-b703-015c5786f08e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.08.16 07:16:42.977066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.08.16 07:16:42.977146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.08.16 07:16:42.977166 [ 3 ] {} <Debug> HTTP-Session: c9b8d56b-dd23-47e8-8282-407580ab9c4f Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
509 | 2024.08.16 07:16:42.977213 [ 3 ] {} <Debug> HTTP-Session: c9b8d56b-dd23-47e8-8282-407580ab9c4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.08.16 07:16:42.977259 [ 3 ] {} <Debug> HTTP-Session: c9b8d56b-dd23-47e8-8282-407580ab9c4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.08.16 07:16:42.977291 [ 3 ] {} <Trace> HTTP-Session: c9b8d56b-dd23-47e8-8282-407580ab9c4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.08.16 07:16:42.977565 [ 3 ] {d5067335-9f44-45e2-b465-1887fb5523a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.08.16 07:16:42.977687 [ 3 ] {d5067335-9f44-45e2-b465-1887fb5523a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.08.16 07:16:42.979935 [ 3 ] {d5067335-9f44-45e2-b465-1887fb5523a4} <Debug> oximeter.measurements_histogrami8 (65c4ee7b-1d58-40aa-8a62-e881c621d630): Loading data parts | ||
525 | 2024.08.16 07:16:42.980114 [ 3 ] {d5067335-9f44-45e2-b465-1887fb5523a4} <Debug> oximeter.measurements_histogrami8 (65c4ee7b-1d58-40aa-8a62-e881c621d630): There are no data parts | ||
526 | 2024.08.16 07:16:42.981483 [ 3 ] {d5067335-9f44-45e2-b465-1887fb5523a4} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.08.16 07:16:42.981548 [ 3 ] {} <Debug> HTTP-Session: c9b8d56b-dd23-47e8-8282-407580ab9c4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.08.16 07:16:42.981709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.08.16 07:16:42.981755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.08.16 07:16:42.981808 [ 3 ] {} <Debug> HTTP-Session: 399f749a-dc32-448a-ae1f-0435cb385bcd Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
531 | 2024.08.16 07:16:42.981857 [ 3 ] {} <Debug> HTTP-Session: 399f749a-dc32-448a-ae1f-0435cb385bcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.08.16 07:16:42.981870 [ 3 ] {} <Debug> HTTP-Session: 399f749a-dc32-448a-ae1f-0435cb385bcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.08.16 07:16:42.981930 [ 3 ] {} <Trace> HTTP-Session: 399f749a-dc32-448a-ae1f-0435cb385bcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.08.16 07:16:42.982207 [ 3 ] {7b5262b7-1f2d-4ff5-a9ee-f34974630c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.08.16 07:16:42.982324 [ 3 ] {7b5262b7-1f2d-4ff5-a9ee-f34974630c35} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.08.16 07:16:42.984520 [ 3 ] {7b5262b7-1f2d-4ff5-a9ee-f34974630c35} <Debug> oximeter.measurements_histogramu8 (4f6eb7c0-73fa-4e3a-b183-70e1dfdde432): Loading data parts | ||
537 | 2024.08.16 07:16:42.984719 [ 3 ] {7b5262b7-1f2d-4ff5-a9ee-f34974630c35} <Debug> oximeter.measurements_histogramu8 (4f6eb7c0-73fa-4e3a-b183-70e1dfdde432): There are no data parts | ||
538 | 2024.08.16 07:16:42.986126 [ 3 ] {7b5262b7-1f2d-4ff5-a9ee-f34974630c35} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.08.16 07:16:42.986151 [ 3 ] {} <Debug> HTTP-Session: 399f749a-dc32-448a-ae1f-0435cb385bcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.08.16 07:16:42.986274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.08.16 07:16:42.986385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.08.16 07:16:42.986407 [ 3 ] {} <Debug> HTTP-Session: ddde9383-8b29-4e2c-8ae9-b14f2c55a6ac Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
543 | 2024.08.16 07:16:42.986453 [ 3 ] {} <Debug> HTTP-Session: ddde9383-8b29-4e2c-8ae9-b14f2c55a6ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.08.16 07:16:42.986468 [ 3 ] {} <Debug> HTTP-Session: ddde9383-8b29-4e2c-8ae9-b14f2c55a6ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.08.16 07:16:42.986529 [ 3 ] {} <Trace> HTTP-Session: ddde9383-8b29-4e2c-8ae9-b14f2c55a6ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.08.16 07:16:42.986804 [ 3 ] {1c53bf59-a913-4c00-87e3-f2001ba17ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.08.16 07:16:42.986923 [ 3 ] {1c53bf59-a913-4c00-87e3-f2001ba17ade} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.08.16 07:16:42.989120 [ 3 ] {1c53bf59-a913-4c00-87e3-f2001ba17ade} <Debug> oximeter.measurements_histogrami16 (f6d65468-1a8f-4c41-8a6d-c52d8fe640f7): Loading data parts | ||
549 | 2024.08.16 07:16:42.989325 [ 3 ] {1c53bf59-a913-4c00-87e3-f2001ba17ade} <Debug> oximeter.measurements_histogrami16 (f6d65468-1a8f-4c41-8a6d-c52d8fe640f7): There are no data parts | ||
550 | 2024.08.16 07:16:42.990685 [ 3 ] {1c53bf59-a913-4c00-87e3-f2001ba17ade} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.08.16 07:16:42.990745 [ 3 ] {} <Debug> HTTP-Session: ddde9383-8b29-4e2c-8ae9-b14f2c55a6ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.08.16 07:16:42.990905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.08.16 07:16:42.990952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.08.16 07:16:42.991005 [ 3 ] {} <Debug> HTTP-Session: 9208d6b2-ea03-4153-9c2d-e0b2910e53df Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
555 | 2024.08.16 07:16:42.991053 [ 3 ] {} <Debug> HTTP-Session: 9208d6b2-ea03-4153-9c2d-e0b2910e53df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.08.16 07:16:42.991066 [ 3 ] {} <Debug> HTTP-Session: 9208d6b2-ea03-4153-9c2d-e0b2910e53df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.08.16 07:16:42.991126 [ 3 ] {} <Trace> HTTP-Session: 9208d6b2-ea03-4153-9c2d-e0b2910e53df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.08.16 07:16:42.991401 [ 3 ] {605ec1f6-5c13-4b8a-90c9-56a1ebfd7ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.08.16 07:16:42.991520 [ 3 ] {605ec1f6-5c13-4b8a-90c9-56a1ebfd7ece} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.08.16 07:16:42.993744 [ 3 ] {605ec1f6-5c13-4b8a-90c9-56a1ebfd7ece} <Debug> oximeter.measurements_histogramu16 (2f69e06b-6fc7-4e8c-a62c-86429efbb204): Loading data parts | ||
561 | 2024.08.16 07:16:42.993939 [ 3 ] {605ec1f6-5c13-4b8a-90c9-56a1ebfd7ece} <Debug> oximeter.measurements_histogramu16 (2f69e06b-6fc7-4e8c-a62c-86429efbb204): There are no data parts | ||
562 | 2024.08.16 07:16:42.995340 [ 3 ] {605ec1f6-5c13-4b8a-90c9-56a1ebfd7ece} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.08.16 07:16:42.995366 [ 3 ] {} <Debug> HTTP-Session: 9208d6b2-ea03-4153-9c2d-e0b2910e53df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.08.16 07:16:42.995508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.08.16 07:16:42.995588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.08.16 07:16:42.995608 [ 3 ] {} <Debug> HTTP-Session: db4b9ff2-df16-4e04-a347-39a5c6deb43d Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
567 | 2024.08.16 07:16:42.995714 [ 3 ] {} <Debug> HTTP-Session: db4b9ff2-df16-4e04-a347-39a5c6deb43d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.08.16 07:16:42.995760 [ 3 ] {} <Debug> HTTP-Session: db4b9ff2-df16-4e04-a347-39a5c6deb43d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.08.16 07:16:42.995790 [ 3 ] {} <Trace> HTTP-Session: db4b9ff2-df16-4e04-a347-39a5c6deb43d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.08.16 07:16:42.996065 [ 3 ] {1275957e-7fd7-4446-9633-e6b961d80c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.08.16 07:16:42.996188 [ 3 ] {1275957e-7fd7-4446-9633-e6b961d80c3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.08.16 07:16:42.998418 [ 3 ] {1275957e-7fd7-4446-9633-e6b961d80c3b} <Debug> oximeter.measurements_histogrami32 (f4e4f275-564b-40d2-bb6a-eb51400b92d3): Loading data parts | ||
573 | 2024.08.16 07:16:42.998612 [ 3 ] {1275957e-7fd7-4446-9633-e6b961d80c3b} <Debug> oximeter.measurements_histogrami32 (f4e4f275-564b-40d2-bb6a-eb51400b92d3): There are no data parts | ||
574 | 2024.08.16 07:16:43.000054 [ 3 ] {1275957e-7fd7-4446-9633-e6b961d80c3b} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.08.16 07:16:43.000080 [ 3 ] {} <Debug> HTTP-Session: db4b9ff2-df16-4e04-a347-39a5c6deb43d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.08.16 07:16:43.000124 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.24 MiB, peak 161.17 MiB, free memory in arenas 0.00 B, will set to 170.94 MiB (RSS), difference: 10.70 MiB | ||
577 | 2024.08.16 07:16:43.000272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
578 | 2024.08.16 07:16:43.000416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
579 | 2024.08.16 07:16:43.000437 [ 3 ] {} <Debug> HTTP-Session: d82b2f62-78cc-4932-a9ad-c872fc88c6c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
580 | 2024.08.16 07:16:43.000517 [ 3 ] {} <Debug> HTTP-Session: d82b2f62-78cc-4932-a9ad-c872fc88c6c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.08.16 07:16:43.000533 [ 3 ] {} <Debug> HTTP-Session: d82b2f62-78cc-4932-a9ad-c872fc88c6c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.08.16 07:16:43.000597 [ 3 ] {} <Trace> HTTP-Session: d82b2f62-78cc-4932-a9ad-c872fc88c6c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
583 | 2024.08.16 07:16:43.000884 [ 3 ] {9ad13a38-66fe-4f8a-b6af-3002afd536d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.001006 [ 3 ] {9ad13a38-66fe-4f8a-b6af-3002afd536d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
585 | 2024.08.16 07:16:43.003376 [ 3 ] {9ad13a38-66fe-4f8a-b6af-3002afd536d2} <Debug> oximeter.measurements_histogramu32 (7daaa78a-e974-4704-b94d-3f06c1930c70): Loading data parts | ||
586 | 2024.08.16 07:16:43.003554 [ 3 ] {9ad13a38-66fe-4f8a-b6af-3002afd536d2} <Debug> oximeter.measurements_histogramu32 (7daaa78a-e974-4704-b94d-3f06c1930c70): There are no data parts | ||
587 | 2024.08.16 07:16:43.004969 [ 3 ] {9ad13a38-66fe-4f8a-b6af-3002afd536d2} <Debug> DynamicQueryHandler: Done processing query | ||
588 | 2024.08.16 07:16:43.005030 [ 3 ] {} <Debug> HTTP-Session: d82b2f62-78cc-4932-a9ad-c872fc88c6c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.08.16 07:16:43.005176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.08.16 07:16:43.005222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
591 | 2024.08.16 07:16:43.005273 [ 3 ] {} <Debug> HTTP-Session: c428415d-688d-40b6-9c0f-235cc1764938 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
592 | 2024.08.16 07:16:43.005322 [ 3 ] {} <Debug> HTTP-Session: c428415d-688d-40b6-9c0f-235cc1764938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.08.16 07:16:43.005335 [ 3 ] {} <Debug> HTTP-Session: c428415d-688d-40b6-9c0f-235cc1764938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
594 | 2024.08.16 07:16:43.005396 [ 3 ] {} <Trace> HTTP-Session: c428415d-688d-40b6-9c0f-235cc1764938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
595 | 2024.08.16 07:16:43.005675 [ 3 ] {e245efd4-f44a-4adb-b8c1-1473407ba886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.005794 [ 3 ] {e245efd4-f44a-4adb-b8c1-1473407ba886} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
597 | 2024.08.16 07:16:43.008079 [ 3 ] {e245efd4-f44a-4adb-b8c1-1473407ba886} <Debug> oximeter.measurements_histogrami64 (ead72405-b5b0-4ee7-9c5a-349bcbf581f6): Loading data parts | ||
598 | 2024.08.16 07:16:43.008261 [ 3 ] {e245efd4-f44a-4adb-b8c1-1473407ba886} <Debug> oximeter.measurements_histogrami64 (ead72405-b5b0-4ee7-9c5a-349bcbf581f6): There are no data parts | ||
599 | 2024.08.16 07:16:43.009723 [ 3 ] {e245efd4-f44a-4adb-b8c1-1473407ba886} <Debug> DynamicQueryHandler: Done processing query | ||
600 | 2024.08.16 07:16:43.009749 [ 3 ] {} <Debug> HTTP-Session: c428415d-688d-40b6-9c0f-235cc1764938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.08.16 07:16:43.009907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
602 | 2024.08.16 07:16:43.009987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
603 | 2024.08.16 07:16:43.010006 [ 3 ] {} <Debug> HTTP-Session: 57f18e4b-4829-4623-ba05-f1d71638cc20 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
604 | 2024.08.16 07:16:43.010052 [ 3 ] {} <Debug> HTTP-Session: 57f18e4b-4829-4623-ba05-f1d71638cc20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.08.16 07:16:43.010100 [ 3 ] {} <Debug> HTTP-Session: 57f18e4b-4829-4623-ba05-f1d71638cc20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2024.08.16 07:16:43.010132 [ 3 ] {} <Trace> HTTP-Session: 57f18e4b-4829-4623-ba05-f1d71638cc20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
607 | 2024.08.16 07:16:43.010409 [ 3 ] {68f4628e-5753-488f-854c-4ccd90b0e519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.010528 [ 3 ] {68f4628e-5753-488f-854c-4ccd90b0e519} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
609 | 2024.08.16 07:16:43.012795 [ 3 ] {68f4628e-5753-488f-854c-4ccd90b0e519} <Debug> oximeter.measurements_histogramu64 (f526147f-2fe3-438a-936b-179bf40c4705): Loading data parts | ||
610 | 2024.08.16 07:16:43.012989 [ 3 ] {68f4628e-5753-488f-854c-4ccd90b0e519} <Debug> oximeter.measurements_histogramu64 (f526147f-2fe3-438a-936b-179bf40c4705): There are no data parts | ||
611 | 2024.08.16 07:16:43.014400 [ 3 ] {68f4628e-5753-488f-854c-4ccd90b0e519} <Debug> DynamicQueryHandler: Done processing query | ||
612 | 2024.08.16 07:16:43.014426 [ 3 ] {} <Debug> HTTP-Session: 57f18e4b-4829-4623-ba05-f1d71638cc20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.08.16 07:16:43.014571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
614 | 2024.08.16 07:16:43.014650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
615 | 2024.08.16 07:16:43.014672 [ 3 ] {} <Debug> HTTP-Session: 6100e347-c88f-46da-84b7-6e947984c911 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
616 | 2024.08.16 07:16:43.014734 [ 3 ] {} <Debug> HTTP-Session: 6100e347-c88f-46da-84b7-6e947984c911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.08.16 07:16:43.014748 [ 3 ] {} <Debug> HTTP-Session: 6100e347-c88f-46da-84b7-6e947984c911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2024.08.16 07:16:43.014808 [ 3 ] {} <Trace> HTTP-Session: 6100e347-c88f-46da-84b7-6e947984c911 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
619 | 2024.08.16 07:16:43.015119 [ 3 ] {63f93d23-2dd1-4a16-9843-af6444df743b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.015239 [ 3 ] {63f93d23-2dd1-4a16-9843-af6444df743b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
621 | 2024.08.16 07:16:43.017440 [ 3 ] {63f93d23-2dd1-4a16-9843-af6444df743b} <Debug> oximeter.measurements_histogramf32 (dcd4ce68-0cfd-40b0-9240-6c35059704a5): Loading data parts | ||
622 | 2024.08.16 07:16:43.017636 [ 3 ] {63f93d23-2dd1-4a16-9843-af6444df743b} <Debug> oximeter.measurements_histogramf32 (dcd4ce68-0cfd-40b0-9240-6c35059704a5): There are no data parts | ||
623 | 2024.08.16 07:16:43.019013 [ 3 ] {63f93d23-2dd1-4a16-9843-af6444df743b} <Debug> DynamicQueryHandler: Done processing query | ||
624 | 2024.08.16 07:16:43.019039 [ 3 ] {} <Debug> HTTP-Session: 6100e347-c88f-46da-84b7-6e947984c911 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.08.16 07:16:43.019193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
626 | 2024.08.16 07:16:43.019273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
627 | 2024.08.16 07:16:43.019293 [ 3 ] {} <Debug> HTTP-Session: 5d074bd4-55ce-4aa2-b119-ce280c59f985 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
628 | 2024.08.16 07:16:43.019339 [ 3 ] {} <Debug> HTTP-Session: 5d074bd4-55ce-4aa2-b119-ce280c59f985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.08.16 07:16:43.019385 [ 3 ] {} <Debug> HTTP-Session: 5d074bd4-55ce-4aa2-b119-ce280c59f985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
630 | 2024.08.16 07:16:43.019415 [ 3 ] {} <Trace> HTTP-Session: 5d074bd4-55ce-4aa2-b119-ce280c59f985 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
631 | 2024.08.16 07:16:43.019686 [ 3 ] {4fff032a-5c33-4167-8021-a1be1c6d81b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.019807 [ 3 ] {4fff032a-5c33-4167-8021-a1be1c6d81b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
633 | 2024.08.16 07:16:43.021970 [ 3 ] {4fff032a-5c33-4167-8021-a1be1c6d81b2} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Loading data parts | ||
634 | 2024.08.16 07:16:43.022131 [ 3 ] {4fff032a-5c33-4167-8021-a1be1c6d81b2} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): There are no data parts | ||
635 | 2024.08.16 07:16:43.023525 [ 3 ] {4fff032a-5c33-4167-8021-a1be1c6d81b2} <Debug> DynamicQueryHandler: Done processing query | ||
636 | 2024.08.16 07:16:43.023550 [ 3 ] {} <Debug> HTTP-Session: 5d074bd4-55ce-4aa2-b119-ce280c59f985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2024.08.16 07:16:43.023701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
638 | 2024.08.16 07:16:43.023779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
639 | 2024.08.16 07:16:43.023835 [ 3 ] {} <Debug> HTTP-Session: ed07b3e8-a95c-454c-84ea-de785caad6fd Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
640 | 2024.08.16 07:16:43.023851 [ 3 ] {} <Debug> HTTP-Session: ed07b3e8-a95c-454c-84ea-de785caad6fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.08.16 07:16:43.023894 [ 3 ] {} <Debug> HTTP-Session: ed07b3e8-a95c-454c-84ea-de785caad6fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2024.08.16 07:16:43.023956 [ 3 ] {} <Trace> HTTP-Session: ed07b3e8-a95c-454c-84ea-de785caad6fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
643 | 2024.08.16 07:16:43.024102 [ 3 ] {51500fb2-8f86-4525-927e-04e27ddf74c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) /* 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.08.16 07:16:43.024211 [ 3 ] {51500fb2-8f86-4525-927e-04e27ddf74c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
662 | 2024.08.16 07:16:43.026047 [ 3 ] {51500fb2-8f86-4525-927e-04e27ddf74c7} <Debug> oximeter.fields_bool (aaf15652-a39f-4a64-abf2-936264a5f889): Loading data parts | ||
663 | 2024.08.16 07:16:43.026230 [ 3 ] {51500fb2-8f86-4525-927e-04e27ddf74c7} <Debug> oximeter.fields_bool (aaf15652-a39f-4a64-abf2-936264a5f889): There are no data parts | ||
664 | 2024.08.16 07:16:43.027506 [ 3 ] {51500fb2-8f86-4525-927e-04e27ddf74c7} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.08.16 07:16:43.027569 [ 3 ] {} <Debug> HTTP-Session: ed07b3e8-a95c-454c-84ea-de785caad6fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.08.16 07:16:43.027684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.08.16 07:16:43.027796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
668 | 2024.08.16 07:16:43.027817 [ 3 ] {} <Debug> HTTP-Session: 3b121eca-330b-4504-9c70-e64e49ad7018 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
669 | 2024.08.16 07:16:43.027865 [ 3 ] {} <Debug> HTTP-Session: 3b121eca-330b-4504-9c70-e64e49ad7018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.08.16 07:16:43.027880 [ 3 ] {} <Debug> HTTP-Session: 3b121eca-330b-4504-9c70-e64e49ad7018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.08.16 07:16:43.027944 [ 3 ] {} <Trace> HTTP-Session: 3b121eca-330b-4504-9c70-e64e49ad7018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.08.16 07:16:43.028118 [ 3 ] {f0c9aec9-f0ff-4927-a8cc-c4be36531b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.028196 [ 3 ] {f0c9aec9-f0ff-4927-a8cc-c4be36531b44} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.08.16 07:16:43.030094 [ 3 ] {f0c9aec9-f0ff-4927-a8cc-c4be36531b44} <Debug> oximeter.fields_i8 (175cdceb-2849-4ce4-a8ea-a35b2bcee8b0): Loading data parts | ||
675 | 2024.08.16 07:16:43.030269 [ 3 ] {f0c9aec9-f0ff-4927-a8cc-c4be36531b44} <Debug> oximeter.fields_i8 (175cdceb-2849-4ce4-a8ea-a35b2bcee8b0): There are no data parts | ||
676 | 2024.08.16 07:16:43.031532 [ 3 ] {f0c9aec9-f0ff-4927-a8cc-c4be36531b44} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.08.16 07:16:43.031591 [ 3 ] {} <Debug> HTTP-Session: 3b121eca-330b-4504-9c70-e64e49ad7018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.08.16 07:16:43.031722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.08.16 07:16:43.031861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.08.16 07:16:43.031912 [ 3 ] {} <Debug> HTTP-Session: 1cb4ea53-b958-442e-a7a4-e64675539e7c Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
681 | 2024.08.16 07:16:43.031960 [ 3 ] {} <Debug> HTTP-Session: 1cb4ea53-b958-442e-a7a4-e64675539e7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.08.16 07:16:43.031973 [ 3 ] {} <Debug> HTTP-Session: 1cb4ea53-b958-442e-a7a4-e64675539e7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.08.16 07:16:43.032032 [ 3 ] {} <Trace> HTTP-Session: 1cb4ea53-b958-442e-a7a4-e64675539e7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.08.16 07:16:43.032208 [ 3 ] {ba5cab14-900f-4b77-807b-64dce7521b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.032282 [ 3 ] {ba5cab14-900f-4b77-807b-64dce7521b5a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.08.16 07:16:43.034120 [ 3 ] {ba5cab14-900f-4b77-807b-64dce7521b5a} <Debug> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Loading data parts | ||
687 | 2024.08.16 07:16:43.034274 [ 3 ] {ba5cab14-900f-4b77-807b-64dce7521b5a} <Debug> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): There are no data parts | ||
688 | 2024.08.16 07:16:43.035639 [ 3 ] {ba5cab14-900f-4b77-807b-64dce7521b5a} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.08.16 07:16:43.035705 [ 3 ] {} <Debug> HTTP-Session: 1cb4ea53-b958-442e-a7a4-e64675539e7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.08.16 07:16:43.035813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.08.16 07:16:43.035894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.08.16 07:16:43.035948 [ 3 ] {} <Debug> HTTP-Session: d4cd7ad0-f17d-427d-b710-f0c8ce659c39 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
693 | 2024.08.16 07:16:43.035964 [ 3 ] {} <Debug> HTTP-Session: d4cd7ad0-f17d-427d-b710-f0c8ce659c39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.08.16 07:16:43.036007 [ 3 ] {} <Debug> HTTP-Session: d4cd7ad0-f17d-427d-b710-f0c8ce659c39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.08.16 07:16:43.036070 [ 3 ] {} <Trace> HTTP-Session: d4cd7ad0-f17d-427d-b710-f0c8ce659c39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.08.16 07:16:43.036211 [ 3 ] {9f4f1978-5813-43b2-8151-e98630746e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.036317 [ 3 ] {9f4f1978-5813-43b2-8151-e98630746e56} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.08.16 07:16:43.038080 [ 3 ] {9f4f1978-5813-43b2-8151-e98630746e56} <Debug> oximeter.fields_i16 (a45f5a53-7045-4614-9169-e596f08f8adb): Loading data parts | ||
699 | 2024.08.16 07:16:43.038305 [ 3 ] {9f4f1978-5813-43b2-8151-e98630746e56} <Debug> oximeter.fields_i16 (a45f5a53-7045-4614-9169-e596f08f8adb): There are no data parts | ||
700 | 2024.08.16 07:16:43.039628 [ 3 ] {9f4f1978-5813-43b2-8151-e98630746e56} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.08.16 07:16:43.039654 [ 3 ] {} <Debug> HTTP-Session: d4cd7ad0-f17d-427d-b710-f0c8ce659c39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.08.16 07:16:43.039806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.08.16 07:16:43.039887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.08.16 07:16:43.039906 [ 3 ] {} <Debug> HTTP-Session: b4e8dbb6-d352-4696-b26b-576e44ceb211 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
705 | 2024.08.16 07:16:43.039952 [ 3 ] {} <Debug> HTTP-Session: b4e8dbb6-d352-4696-b26b-576e44ceb211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.08.16 07:16:43.039999 [ 3 ] {} <Debug> HTTP-Session: b4e8dbb6-d352-4696-b26b-576e44ceb211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.08.16 07:16:43.040029 [ 3 ] {} <Trace> HTTP-Session: b4e8dbb6-d352-4696-b26b-576e44ceb211 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.08.16 07:16:43.040201 [ 3 ] {2c8301df-af0f-4cde-8b68-a461e524a6ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.040308 [ 3 ] {2c8301df-af0f-4cde-8b68-a461e524a6ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.08.16 07:16:43.042072 [ 3 ] {2c8301df-af0f-4cde-8b68-a461e524a6ec} <Debug> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Loading data parts | ||
711 | 2024.08.16 07:16:43.042264 [ 3 ] {2c8301df-af0f-4cde-8b68-a461e524a6ec} <Debug> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): There are no data parts | ||
712 | 2024.08.16 07:16:43.043536 [ 3 ] {2c8301df-af0f-4cde-8b68-a461e524a6ec} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.08.16 07:16:43.043602 [ 3 ] {} <Debug> HTTP-Session: b4e8dbb6-d352-4696-b26b-576e44ceb211 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.08.16 07:16:43.043749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.08.16 07:16:43.043830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.08.16 07:16:43.043851 [ 3 ] {} <Debug> HTTP-Session: 84d7c297-06f7-45ce-b162-f5ab74eec273 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
717 | 2024.08.16 07:16:43.043901 [ 3 ] {} <Debug> HTTP-Session: 84d7c297-06f7-45ce-b162-f5ab74eec273 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.08.16 07:16:43.043914 [ 3 ] {} <Debug> HTTP-Session: 84d7c297-06f7-45ce-b162-f5ab74eec273 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.08.16 07:16:43.043974 [ 3 ] {} <Trace> HTTP-Session: 84d7c297-06f7-45ce-b162-f5ab74eec273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.08.16 07:16:43.044149 [ 3 ] {a1693177-f293-400a-88a0-8fe9b5dd322f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.044255 [ 3 ] {a1693177-f293-400a-88a0-8fe9b5dd322f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.08.16 07:16:43.045997 [ 3 ] {a1693177-f293-400a-88a0-8fe9b5dd322f} <Debug> oximeter.fields_i32 (7b7c6f99-3d47-4042-a435-bb53920146b9): Loading data parts | ||
723 | 2024.08.16 07:16:43.046178 [ 3 ] {a1693177-f293-400a-88a0-8fe9b5dd322f} <Debug> oximeter.fields_i32 (7b7c6f99-3d47-4042-a435-bb53920146b9): There are no data parts | ||
724 | 2024.08.16 07:16:43.047470 [ 3 ] {a1693177-f293-400a-88a0-8fe9b5dd322f} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.08.16 07:16:43.047494 [ 3 ] {} <Debug> HTTP-Session: 84d7c297-06f7-45ce-b162-f5ab74eec273 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.08.16 07:16:43.047597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.08.16 07:16:43.047712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.08.16 07:16:43.047733 [ 3 ] {} <Debug> HTTP-Session: 126dfdfd-8895-41e8-9049-4b35b6feeae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
729 | 2024.08.16 07:16:43.047780 [ 3 ] {} <Debug> HTTP-Session: 126dfdfd-8895-41e8-9049-4b35b6feeae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.08.16 07:16:43.047795 [ 3 ] {} <Debug> HTTP-Session: 126dfdfd-8895-41e8-9049-4b35b6feeae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.08.16 07:16:43.047857 [ 3 ] {} <Trace> HTTP-Session: 126dfdfd-8895-41e8-9049-4b35b6feeae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.08.16 07:16:43.048029 [ 3 ] {64b00f2b-bff9-45db-9cc7-3dd4027329d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.048105 [ 3 ] {64b00f2b-bff9-45db-9cc7-3dd4027329d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.08.16 07:16:43.049909 [ 3 ] {64b00f2b-bff9-45db-9cc7-3dd4027329d2} <Debug> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Loading data parts | ||
735 | 2024.08.16 07:16:43.050083 [ 3 ] {64b00f2b-bff9-45db-9cc7-3dd4027329d2} <Debug> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): There are no data parts | ||
736 | 2024.08.16 07:16:43.051342 [ 3 ] {64b00f2b-bff9-45db-9cc7-3dd4027329d2} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.08.16 07:16:43.051402 [ 3 ] {} <Debug> HTTP-Session: 126dfdfd-8895-41e8-9049-4b35b6feeae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.08.16 07:16:43.051511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.08.16 07:16:43.051597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.08.16 07:16:43.051660 [ 3 ] {} <Debug> HTTP-Session: b534f086-b1ca-42d6-a549-a82607431806 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
741 | 2024.08.16 07:16:43.051679 [ 3 ] {} <Debug> HTTP-Session: b534f086-b1ca-42d6-a549-a82607431806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.08.16 07:16:43.051697 [ 3 ] {} <Debug> HTTP-Session: b534f086-b1ca-42d6-a549-a82607431806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.08.16 07:16:43.051758 [ 3 ] {} <Trace> HTTP-Session: b534f086-b1ca-42d6-a549-a82607431806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.08.16 07:16:43.051901 [ 3 ] {b2610ac9-1c15-4472-b993-3f706d7d5d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.051976 [ 3 ] {b2610ac9-1c15-4472-b993-3f706d7d5d26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.08.16 07:16:43.053809 [ 3 ] {b2610ac9-1c15-4472-b993-3f706d7d5d26} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Loading data parts | ||
747 | 2024.08.16 07:16:43.053976 [ 3 ] {b2610ac9-1c15-4472-b993-3f706d7d5d26} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): There are no data parts | ||
748 | 2024.08.16 07:16:43.055279 [ 3 ] {b2610ac9-1c15-4472-b993-3f706d7d5d26} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.08.16 07:16:43.055305 [ 3 ] {} <Debug> HTTP-Session: b534f086-b1ca-42d6-a549-a82607431806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.08.16 07:16:43.055416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.08.16 07:16:43.055462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.08.16 07:16:43.055481 [ 3 ] {} <Debug> HTTP-Session: fd016820-bbc0-4c21-b5fc-0693c5ce2d7e Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
753 | 2024.08.16 07:16:43.055497 [ 3 ] {} <Debug> HTTP-Session: fd016820-bbc0-4c21-b5fc-0693c5ce2d7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.08.16 07:16:43.055511 [ 3 ] {} <Debug> HTTP-Session: fd016820-bbc0-4c21-b5fc-0693c5ce2d7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.08.16 07:16:43.055540 [ 3 ] {} <Trace> HTTP-Session: fd016820-bbc0-4c21-b5fc-0693c5ce2d7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.08.16 07:16:43.055678 [ 3 ] {807f7c03-042f-4386-9531-7e92517f766b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.055719 [ 3 ] {807f7c03-042f-4386-9531-7e92517f766b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.08.16 07:16:43.057508 [ 3 ] {807f7c03-042f-4386-9531-7e92517f766b} <Debug> oximeter.fields_u64 (372f65ea-ae43-424f-9752-5b6064324c24): Loading data parts | ||
759 | 2024.08.16 07:16:43.057656 [ 3 ] {807f7c03-042f-4386-9531-7e92517f766b} <Debug> oximeter.fields_u64 (372f65ea-ae43-424f-9752-5b6064324c24): There are no data parts | ||
760 | 2024.08.16 07:16:43.058913 [ 3 ] {807f7c03-042f-4386-9531-7e92517f766b} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.08.16 07:16:43.058941 [ 3 ] {} <Debug> HTTP-Session: fd016820-bbc0-4c21-b5fc-0693c5ce2d7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.08.16 07:16:43.059048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.08.16 07:16:43.059094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.08.16 07:16:43.059114 [ 3 ] {} <Debug> HTTP-Session: 4c93a7fe-3ed6-4183-95d0-fb8adffb2831 Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
765 | 2024.08.16 07:16:43.059129 [ 3 ] {} <Debug> HTTP-Session: 4c93a7fe-3ed6-4183-95d0-fb8adffb2831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.08.16 07:16:43.059144 [ 3 ] {} <Debug> HTTP-Session: 4c93a7fe-3ed6-4183-95d0-fb8adffb2831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.08.16 07:16:43.059173 [ 3 ] {} <Trace> HTTP-Session: 4c93a7fe-3ed6-4183-95d0-fb8adffb2831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.08.16 07:16:43.059312 [ 3 ] {522ea5aa-6334-4235-b6ef-be0ee4b74f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.059352 [ 3 ] {522ea5aa-6334-4235-b6ef-be0ee4b74f7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.08.16 07:16:43.061153 [ 3 ] {522ea5aa-6334-4235-b6ef-be0ee4b74f7c} <Debug> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Loading data parts | ||
771 | 2024.08.16 07:16:43.061298 [ 3 ] {522ea5aa-6334-4235-b6ef-be0ee4b74f7c} <Debug> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): There are no data parts | ||
772 | 2024.08.16 07:16:43.062556 [ 3 ] {522ea5aa-6334-4235-b6ef-be0ee4b74f7c} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.08.16 07:16:43.062582 [ 3 ] {} <Debug> HTTP-Session: 4c93a7fe-3ed6-4183-95d0-fb8adffb2831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.08.16 07:16:43.062689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.08.16 07:16:43.062739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.08.16 07:16:43.062759 [ 3 ] {} <Debug> HTTP-Session: edb1e7f6-6f05-4e62-bbbd-05a994c55a4d Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
777 | 2024.08.16 07:16:43.062776 [ 3 ] {} <Debug> HTTP-Session: edb1e7f6-6f05-4e62-bbbd-05a994c55a4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.08.16 07:16:43.062789 [ 3 ] {} <Debug> HTTP-Session: edb1e7f6-6f05-4e62-bbbd-05a994c55a4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.08.16 07:16:43.062819 [ 3 ] {} <Trace> HTTP-Session: edb1e7f6-6f05-4e62-bbbd-05a994c55a4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.08.16 07:16:43.062958 [ 3 ] {12549ea3-4054-4706-b711-7bd5bb1f1951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.062998 [ 3 ] {12549ea3-4054-4706-b711-7bd5bb1f1951} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.08.16 07:16:43.066201 [ 3 ] {12549ea3-4054-4706-b711-7bd5bb1f1951} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Loading data parts | ||
783 | 2024.08.16 07:16:43.066345 [ 3 ] {12549ea3-4054-4706-b711-7bd5bb1f1951} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): There are no data parts | ||
784 | 2024.08.16 07:16:43.067805 [ 3 ] {12549ea3-4054-4706-b711-7bd5bb1f1951} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.08.16 07:16:43.067832 [ 3 ] {} <Debug> HTTP-Session: edb1e7f6-6f05-4e62-bbbd-05a994c55a4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.08.16 07:16:43.067965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.08.16 07:16:43.068012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.08.16 07:16:43.068031 [ 3 ] {} <Debug> HTTP-Session: 6d87e054-ed18-4c20-be53-6d152fa7cbdb Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
789 | 2024.08.16 07:16:43.068047 [ 3 ] {} <Debug> HTTP-Session: 6d87e054-ed18-4c20-be53-6d152fa7cbdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.08.16 07:16:43.068061 [ 3 ] {} <Debug> HTTP-Session: 6d87e054-ed18-4c20-be53-6d152fa7cbdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.08.16 07:16:43.068090 [ 3 ] {} <Trace> HTTP-Session: 6d87e054-ed18-4c20-be53-6d152fa7cbdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.08.16 07:16:43.068228 [ 3 ] {829da0ab-bfa5-4b0b-8306-1747e3c8a27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) 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.08.16 07:16:43.068267 [ 3 ] {829da0ab-bfa5-4b0b-8306-1747e3c8a27e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.08.16 07:16:43.070031 [ 3 ] {829da0ab-bfa5-4b0b-8306-1747e3c8a27e} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Loading data parts | ||
795 | 2024.08.16 07:16:43.070169 [ 3 ] {829da0ab-bfa5-4b0b-8306-1747e3c8a27e} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): There are no data parts | ||
796 | 2024.08.16 07:16:43.071510 [ 3 ] {829da0ab-bfa5-4b0b-8306-1747e3c8a27e} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.08.16 07:16:43.071537 [ 3 ] {} <Debug> HTTP-Session: 6d87e054-ed18-4c20-be53-6d152fa7cbdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.08.16 07:16:43.071658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.08.16 07:16:43.071705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.08.16 07:16:43.071723 [ 3 ] {} <Debug> HTTP-Session: 1ab0e6ae-72b8-4078-ac46-144de7e14f2b Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
801 | 2024.08.16 07:16:43.071739 [ 3 ] {} <Debug> HTTP-Session: 1ab0e6ae-72b8-4078-ac46-144de7e14f2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.08.16 07:16:43.071752 [ 3 ] {} <Debug> HTTP-Session: 1ab0e6ae-72b8-4078-ac46-144de7e14f2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.08.16 07:16:43.071782 [ 3 ] {} <Trace> HTTP-Session: 1ab0e6ae-72b8-4078-ac46-144de7e14f2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.08.16 07:16:43.071992 [ 3 ] {609679b8-0734-4def-a988-006bb8aea893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) /* 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.08.16 07:16:43.072050 [ 3 ] {609679b8-0734-4def-a988-006bb8aea893} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.08.16 07:16:43.073975 [ 3 ] {609679b8-0734-4def-a988-006bb8aea893} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Loading data parts | ||
810 | 2024.08.16 07:16:43.074132 [ 3 ] {609679b8-0734-4def-a988-006bb8aea893} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): There are no data parts | ||
811 | 2024.08.16 07:16:43.075564 [ 3 ] {609679b8-0734-4def-a988-006bb8aea893} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.08.16 07:16:43.075590 [ 3 ] {} <Debug> HTTP-Session: 1ab0e6ae-72b8-4078-ac46-144de7e14f2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.08.16 07:16:43.075727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61243, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.08.16 07:16:43.075774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.08.16 07:16:43.075794 [ 3 ] {} <Debug> HTTP-Session: 7a3456f7-74c8-46d2-be52-46d5a72745ae Authenticating user 'default' from [fd00:1122:3344:101::d]:61243 | ||
816 | 2024.08.16 07:16:43.075809 [ 3 ] {} <Debug> HTTP-Session: 7a3456f7-74c8-46d2-be52-46d5a72745ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.08.16 07:16:43.075823 [ 3 ] {} <Debug> HTTP-Session: 7a3456f7-74c8-46d2-be52-46d5a72745ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.08.16 07:16:43.075852 [ 3 ] {} <Trace> HTTP-Session: 7a3456f7-74c8-46d2-be52-46d5a72745ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.08.16 07:16:43.076010 [ 3 ] {77e1a728-d1c3-4943-a1fe-3622cc6eee8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61243) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.08.16 07:16:43.077739 [ 3 ] {77e1a728-d1c3-4943-a1fe-3622cc6eee8f} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.08.16 07:16:43.081599 [ 3 ] {77e1a728-d1c3-4943-a1fe-3622cc6eee8f} <Trace> oximeter.version (57f8fa3d-cdde-40f2-a5fa-d10aa31780ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.08.16 07:16:43.081635 [ 3 ] {77e1a728-d1c3-4943-a1fe-3622cc6eee8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
823 | 2024.08.16 07:16:43.086404 [ 3 ] {77e1a728-d1c3-4943-a1fe-3622cc6eee8f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.08.16 07:16:43.087666 [ 3 ] {77e1a728-d1c3-4943-a1fe-3622cc6eee8f} <Trace> oximeter.version (57f8fa3d-cdde-40f2-a5fa-d10aa31780ec): 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.08.16 07:16:43.087957 [ 3 ] {77e1a728-d1c3-4943-a1fe-3622cc6eee8f} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012014 sec., 83.23622440486099 rows/sec., 1.30 KiB/sec. | ||
826 | 2024.08.16 07:16:43.088120 [ 3 ] {77e1a728-d1c3-4943-a1fe-3622cc6eee8f} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.08.16 07:16:43.088144 [ 3 ] {77e1a728-d1c3-4943-a1fe-3622cc6eee8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.08.16 07:16:43.088160 [ 3 ] {} <Debug> HTTP-Session: 7a3456f7-74c8-46d2-be52-46d5a72745ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.08.16 07:16:44.000108 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.42 MiB, peak 177.56 MiB, free memory in arenas 0.00 B, will set to 173.74 MiB (RSS), difference: 1.32 MiB | ||
830 | 2024.08.16 07:16:57.477586 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
831 | 2024.08.16 07:16:57.477653 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
832 | 2024.08.16 07:17:12.477696 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
833 | 2024.08.16 07:17:12.477767 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
834 | 2024.08.16 07:17:13.092552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
835 | 2024.08.16 07:17:13.092684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
836 | 2024.08.16 07:17:13.092715 [ 3 ] {} <Debug> HTTP-Session: b9fb1fcd-8903-447b-b633-875790e1e4b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
837 | 2024.08.16 07:17:13.092744 [ 3 ] {} <Debug> HTTP-Session: b9fb1fcd-8903-447b-b633-875790e1e4b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
838 | 2024.08.16 07:17:13.092763 [ 3 ] {} <Debug> HTTP-Session: b9fb1fcd-8903-447b-b633-875790e1e4b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
839 | 2024.08.16 07:17:13.092818 [ 3 ] {} <Trace> HTTP-Session: b9fb1fcd-8903-447b-b633-875790e1e4b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
840 | 2024.08.16 07:17:13.093025 [ 3 ] {b442bf14-19c1-4067-ac6a-221c40c0411c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
841 | 2024.08.16 07:17:13.095326 [ 3 ] {b442bf14-19c1-4067-ac6a-221c40c0411c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
842 | 2024.08.16 07:17:13.097355 [ 3 ] {b442bf14-19c1-4067-ac6a-221c40c0411c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
843 | 2024.08.16 07:17:13.102472 [ 3 ] {b442bf14-19c1-4067-ac6a-221c40c0411c} <Debug> DynamicQueryHandler: Done processing query | ||
844 | 2024.08.16 07:17:13.102508 [ 3 ] {b442bf14-19c1-4067-ac6a-221c40c0411c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
845 | 2024.08.16 07:17:13.102529 [ 3 ] {} <Debug> HTTP-Session: b9fb1fcd-8903-447b-b633-875790e1e4b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
846 | 2024.08.16 07:17:13.120251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
847 | 2024.08.16 07:17:13.120322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
848 | 2024.08.16 07:17:13.120347 [ 3 ] {} <Debug> HTTP-Session: 8d0dd6ea-04e1-47fe-ad77-c385bc5f4c5c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
849 | 2024.08.16 07:17:13.120371 [ 3 ] {} <Debug> HTTP-Session: 8d0dd6ea-04e1-47fe-ad77-c385bc5f4c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
850 | 2024.08.16 07:17:13.120389 [ 3 ] {} <Debug> HTTP-Session: 8d0dd6ea-04e1-47fe-ad77-c385bc5f4c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
851 | 2024.08.16 07:17:13.120433 [ 3 ] {} <Trace> HTTP-Session: 8d0dd6ea-04e1-47fe-ad77-c385bc5f4c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
852 | 2024.08.16 07:17:13.120629 [ 3 ] {be0e103f-e1d7-4a6b-bffa-97ee38626d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
853 | 2024.08.16 07:17:13.143173 [ 3 ] {be0e103f-e1d7-4a6b-bffa-97ee38626d98} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
854 | 2024.08.16 07:17:13.143293 [ 3 ] {be0e103f-e1d7-4a6b-bffa-97ee38626d98} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
855 | 2024.08.16 07:17:13.146527 [ 3 ] {be0e103f-e1d7-4a6b-bffa-97ee38626d98} <Debug> DynamicQueryHandler: Done processing query | ||
856 | 2024.08.16 07:17:13.146554 [ 3 ] {be0e103f-e1d7-4a6b-bffa-97ee38626d98} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
857 | 2024.08.16 07:17:13.146571 [ 3 ] {} <Debug> HTTP-Session: 8d0dd6ea-04e1-47fe-ad77-c385bc5f4c5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
858 | 2024.08.16 07:17:13.146961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
859 | 2024.08.16 07:17:13.147016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
860 | 2024.08.16 07:17:13.147036 [ 3 ] {} <Debug> HTTP-Session: 4c04bbef-960b-45b8-9a82-119f4378d91f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
861 | 2024.08.16 07:17:13.147054 [ 3 ] {} <Debug> HTTP-Session: 4c04bbef-960b-45b8-9a82-119f4378d91f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
862 | 2024.08.16 07:17:13.147068 [ 3 ] {} <Debug> HTTP-Session: 4c04bbef-960b-45b8-9a82-119f4378d91f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
863 | 2024.08.16 07:17:13.147104 [ 3 ] {} <Trace> HTTP-Session: 4c04bbef-960b-45b8-9a82-119f4378d91f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
864 | 2024.08.16 07:17:13.147247 [ 3 ] {173bddc1-1ec0-4241-a081-5e0548a68680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
865 | 2024.08.16 07:17:13.149827 [ 3 ] {173bddc1-1ec0-4241-a081-5e0548a68680} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
866 | 2024.08.16 07:17:13.149937 [ 3 ] {173bddc1-1ec0-4241-a081-5e0548a68680} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
867 | 2024.08.16 07:17:13.151386 [ 3 ] {173bddc1-1ec0-4241-a081-5e0548a68680} <Debug> DynamicQueryHandler: Done processing query | ||
868 | 2024.08.16 07:17:13.151413 [ 3 ] {173bddc1-1ec0-4241-a081-5e0548a68680} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
869 | 2024.08.16 07:17:13.151429 [ 3 ] {} <Debug> HTTP-Session: 4c04bbef-960b-45b8-9a82-119f4378d91f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
870 | 2024.08.16 07:17:13.151666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
871 | 2024.08.16 07:17:13.151718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
872 | 2024.08.16 07:17:13.151736 [ 3 ] {} <Debug> HTTP-Session: 2c724578-3295-4486-b5a2-c1828ee6fdff Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
873 | 2024.08.16 07:17:13.151754 [ 3 ] {} <Debug> HTTP-Session: 2c724578-3295-4486-b5a2-c1828ee6fdff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
874 | 2024.08.16 07:17:13.151767 [ 3 ] {} <Debug> HTTP-Session: 2c724578-3295-4486-b5a2-c1828ee6fdff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
875 | 2024.08.16 07:17:13.151799 [ 3 ] {} <Trace> HTTP-Session: 2c724578-3295-4486-b5a2-c1828ee6fdff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
876 | 2024.08.16 07:17:13.151923 [ 3 ] {f8d495d5-42a3-48be-916f-eee823a1d5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
877 | 2024.08.16 07:17:13.152244 [ 3 ] {f8d495d5-42a3-48be-916f-eee823a1d5e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
878 | 2024.08.16 07:17:13.152297 [ 3 ] {f8d495d5-42a3-48be-916f-eee823a1d5e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
879 | 2024.08.16 07:17:13.153247 [ 3 ] {f8d495d5-42a3-48be-916f-eee823a1d5e7} <Debug> DynamicQueryHandler: Done processing query | ||
880 | 2024.08.16 07:17:13.153273 [ 3 ] {f8d495d5-42a3-48be-916f-eee823a1d5e7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
881 | 2024.08.16 07:17:13.153289 [ 3 ] {} <Debug> HTTP-Session: 2c724578-3295-4486-b5a2-c1828ee6fdff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
882 | 2024.08.16 07:17:13.154094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
883 | 2024.08.16 07:17:13.154141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
884 | 2024.08.16 07:17:13.154160 [ 3 ] {} <Debug> HTTP-Session: fe3195c3-1f6d-49de-80ed-1ce3f1bfd3c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
885 | 2024.08.16 07:17:13.154177 [ 3 ] {} <Debug> HTTP-Session: fe3195c3-1f6d-49de-80ed-1ce3f1bfd3c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
886 | 2024.08.16 07:17:13.154191 [ 3 ] {} <Debug> HTTP-Session: fe3195c3-1f6d-49de-80ed-1ce3f1bfd3c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
887 | 2024.08.16 07:17:13.154221 [ 3 ] {} <Trace> HTTP-Session: fe3195c3-1f6d-49de-80ed-1ce3f1bfd3c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
888 | 2024.08.16 07:17:13.154332 [ 3 ] {c0297fb4-e4c9-4e3d-a828-438b8417eb6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
889 | 2024.08.16 07:17:13.154379 [ 3 ] {c0297fb4-e4c9-4e3d-a828-438b8417eb6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
890 | 2024.08.16 07:17:13.156382 [ 3 ] {c0297fb4-e4c9-4e3d-a828-438b8417eb6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
891 | 2024.08.16 07:17:13.167420 [ 3 ] {c0297fb4-e4c9-4e3d-a828-438b8417eb6f} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
892 | 2024.08.16 07:17:13.167461 [ 3 ] {c0297fb4-e4c9-4e3d-a828-438b8417eb6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
893 | 2024.08.16 07:17:13.172275 [ 3 ] {c0297fb4-e4c9-4e3d-a828-438b8417eb6f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
894 | 2024.08.16 07:17:13.172874 [ 3 ] {c0297fb4-e4c9-4e3d-a828-438b8417eb6f} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
895 | 2024.08.16 07:17:13.173022 [ 3 ] {c0297fb4-e4c9-4e3d-a828-438b8417eb6f} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.018729 sec., 213.57253457205405 rows/sec., 23.10 KiB/sec. | ||
896 | 2024.08.16 07:17:13.173327 [ 3 ] {c0297fb4-e4c9-4e3d-a828-438b8417eb6f} <Debug> DynamicQueryHandler: Done processing query | ||
897 | 2024.08.16 07:17:13.173352 [ 3 ] {c0297fb4-e4c9-4e3d-a828-438b8417eb6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
898 | 2024.08.16 07:17:13.173367 [ 3 ] {} <Debug> HTTP-Session: fe3195c3-1f6d-49de-80ed-1ce3f1bfd3c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
899 | 2024.08.16 07:17:13.173492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
900 | 2024.08.16 07:17:13.173540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
901 | 2024.08.16 07:17:13.173560 [ 3 ] {} <Debug> HTTP-Session: 1be279fc-8194-47fd-8c27-396500462408 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
902 | 2024.08.16 07:17:13.173577 [ 3 ] {} <Debug> HTTP-Session: 1be279fc-8194-47fd-8c27-396500462408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.08.16 07:17:13.173590 [ 3 ] {} <Debug> HTTP-Session: 1be279fc-8194-47fd-8c27-396500462408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
904 | 2024.08.16 07:17:13.173622 [ 3 ] {} <Trace> HTTP-Session: 1be279fc-8194-47fd-8c27-396500462408 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
905 | 2024.08.16 07:17:13.173726 [ 3 ] {b79a7261-981a-48f5-8114-f18d2a639c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
906 | 2024.08.16 07:17:13.173772 [ 3 ] {b79a7261-981a-48f5-8114-f18d2a639c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
907 | 2024.08.16 07:17:13.173916 [ 3 ] {b79a7261-981a-48f5-8114-f18d2a639c6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
908 | 2024.08.16 07:17:13.181393 [ 3 ] {b79a7261-981a-48f5-8114-f18d2a639c6f} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
909 | 2024.08.16 07:17:13.181463 [ 3 ] {b79a7261-981a-48f5-8114-f18d2a639c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
910 | 2024.08.16 07:17:13.181987 [ 3 ] {b79a7261-981a-48f5-8114-f18d2a639c6f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
911 | 2024.08.16 07:17:13.182287 [ 3 ] {b79a7261-981a-48f5-8114-f18d2a639c6f} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
912 | 2024.08.16 07:17:13.182416 [ 3 ] {b79a7261-981a-48f5-8114-f18d2a639c6f} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.008722 sec., 2178.3994496675073 rows/sec., 176.57 KiB/sec. | ||
913 | 2024.08.16 07:17:13.182729 [ 3 ] {b79a7261-981a-48f5-8114-f18d2a639c6f} <Debug> DynamicQueryHandler: Done processing query | ||
914 | 2024.08.16 07:17:13.182757 [ 3 ] {b79a7261-981a-48f5-8114-f18d2a639c6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
915 | 2024.08.16 07:17:13.182772 [ 3 ] {} <Debug> HTTP-Session: 1be279fc-8194-47fd-8c27-396500462408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
916 | 2024.08.16 07:17:13.182924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 8617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
917 | 2024.08.16 07:17:13.182974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
918 | 2024.08.16 07:17:13.182993 [ 3 ] {} <Debug> HTTP-Session: f3190ab4-06b4-42f4-8e5c-334480a5bfbc Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
919 | 2024.08.16 07:17:13.183009 [ 3 ] {} <Debug> HTTP-Session: f3190ab4-06b4-42f4-8e5c-334480a5bfbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.08.16 07:17:13.183023 [ 3 ] {} <Debug> HTTP-Session: f3190ab4-06b4-42f4-8e5c-334480a5bfbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
921 | 2024.08.16 07:17:13.183055 [ 3 ] {} <Trace> HTTP-Session: f3190ab4-06b4-42f4-8e5c-334480a5bfbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
922 | 2024.08.16 07:17:13.183171 [ 3 ] {f530257e-d82d-4c3f-9528-f53d4e65df7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
923 | 2024.08.16 07:17:13.183214 [ 3 ] {f530257e-d82d-4c3f-9528-f53d4e65df7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
924 | 2024.08.16 07:17:13.183354 [ 3 ] {f530257e-d82d-4c3f-9528-f53d4e65df7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
925 | 2024.08.16 07:17:13.185551 [ 3 ] {f530257e-d82d-4c3f-9528-f53d4e65df7b} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
926 | 2024.08.16 07:17:13.185586 [ 3 ] {f530257e-d82d-4c3f-9528-f53d4e65df7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
927 | 2024.08.16 07:17:13.185890 [ 3 ] {f530257e-d82d-4c3f-9528-f53d4e65df7b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
928 | 2024.08.16 07:17:13.186203 [ 3 ] {f530257e-d82d-4c3f-9528-f53d4e65df7b} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
929 | 2024.08.16 07:17:13.186323 [ 3 ] {f530257e-d82d-4c3f-9528-f53d4e65df7b} <Debug> executeQuery: Read 57 rows, 5.10 KiB in 0.003195 sec., 17840.37558685446 rows/sec., 1.56 MiB/sec. | ||
930 | 2024.08.16 07:17:13.186487 [ 3 ] {f530257e-d82d-4c3f-9528-f53d4e65df7b} <Debug> DynamicQueryHandler: Done processing query | ||
931 | 2024.08.16 07:17:13.186512 [ 3 ] {f530257e-d82d-4c3f-9528-f53d4e65df7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
932 | 2024.08.16 07:17:13.186528 [ 3 ] {} <Debug> HTTP-Session: f3190ab4-06b4-42f4-8e5c-334480a5bfbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
933 | 2024.08.16 07:17:13.186675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4469, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
934 | 2024.08.16 07:17:13.186724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
935 | 2024.08.16 07:17:13.186743 [ 3 ] {} <Debug> HTTP-Session: 9e60f86e-d318-42db-8198-2c1ea250e1de Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
936 | 2024.08.16 07:17:13.186760 [ 3 ] {} <Debug> HTTP-Session: 9e60f86e-d318-42db-8198-2c1ea250e1de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
937 | 2024.08.16 07:17:13.186773 [ 3 ] {} <Debug> HTTP-Session: 9e60f86e-d318-42db-8198-2c1ea250e1de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
938 | 2024.08.16 07:17:13.186803 [ 3 ] {} <Trace> HTTP-Session: 9e60f86e-d318-42db-8198-2c1ea250e1de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
939 | 2024.08.16 07:17:13.186905 [ 3 ] {b0f01e4f-7f81-442c-80a3-a31245c88b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
940 | 2024.08.16 07:17:13.186948 [ 3 ] {b0f01e4f-7f81-442c-80a3-a31245c88b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
941 | 2024.08.16 07:17:13.187610 [ 3 ] {b0f01e4f-7f81-442c-80a3-a31245c88b86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
942 | 2024.08.16 07:17:13.190849 [ 3 ] {b0f01e4f-7f81-442c-80a3-a31245c88b86} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
943 | 2024.08.16 07:17:13.190918 [ 3 ] {b0f01e4f-7f81-442c-80a3-a31245c88b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
944 | 2024.08.16 07:17:13.193143 [ 3 ] {b0f01e4f-7f81-442c-80a3-a31245c88b86} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
945 | 2024.08.16 07:17:13.193512 [ 3 ] {b0f01e4f-7f81-442c-80a3-a31245c88b86} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
946 | 2024.08.16 07:17:13.193666 [ 3 ] {b0f01e4f-7f81-442c-80a3-a31245c88b86} <Debug> executeQuery: Read 26 rows, 2.09 KiB in 0.006784 sec., 3832.5471698113206 rows/sec., 308.63 KiB/sec. | ||
947 | 2024.08.16 07:17:13.193956 [ 3 ] {b0f01e4f-7f81-442c-80a3-a31245c88b86} <Debug> DynamicQueryHandler: Done processing query | ||
948 | 2024.08.16 07:17:13.193981 [ 3 ] {b0f01e4f-7f81-442c-80a3-a31245c88b86} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
949 | 2024.08.16 07:17:13.193997 [ 3 ] {} <Debug> HTTP-Session: 9e60f86e-d318-42db-8198-2c1ea250e1de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
950 | 2024.08.16 07:17:13.194207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
951 | 2024.08.16 07:17:13.194256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
952 | 2024.08.16 07:17:13.194275 [ 3 ] {} <Debug> HTTP-Session: 2884093a-63bc-446b-bdfc-691084cabd95 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
953 | 2024.08.16 07:17:13.194292 [ 3 ] {} <Debug> HTTP-Session: 2884093a-63bc-446b-bdfc-691084cabd95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
954 | 2024.08.16 07:17:13.194306 [ 3 ] {} <Debug> HTTP-Session: 2884093a-63bc-446b-bdfc-691084cabd95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
955 | 2024.08.16 07:17:13.194337 [ 3 ] {} <Trace> HTTP-Session: 2884093a-63bc-446b-bdfc-691084cabd95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
956 | 2024.08.16 07:17:13.194572 [ 3 ] {d6cc6c9b-803c-4ad4-ae06-430d29756352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
957 | 2024.08.16 07:17:13.194638 [ 3 ] {d6cc6c9b-803c-4ad4-ae06-430d29756352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
958 | 2024.08.16 07:17:13.195055 [ 3 ] {d6cc6c9b-803c-4ad4-ae06-430d29756352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
959 | 2024.08.16 07:17:13.195777 [ 3 ] {d6cc6c9b-803c-4ad4-ae06-430d29756352} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
960 | 2024.08.16 07:17:13.195814 [ 3 ] {d6cc6c9b-803c-4ad4-ae06-430d29756352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
961 | 2024.08.16 07:17:13.207546 [ 3 ] {d6cc6c9b-803c-4ad4-ae06-430d29756352} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
962 | 2024.08.16 07:17:13.207988 [ 3 ] {d6cc6c9b-803c-4ad4-ae06-430d29756352} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
963 | 2024.08.16 07:17:13.208132 [ 3 ] {d6cc6c9b-803c-4ad4-ae06-430d29756352} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.01372 sec., 1384.8396501457726 rows/sec., 2.48 MiB/sec. | ||
964 | 2024.08.16 07:17:13.208353 [ 3 ] {d6cc6c9b-803c-4ad4-ae06-430d29756352} <Debug> DynamicQueryHandler: Done processing query | ||
965 | 2024.08.16 07:17:13.208378 [ 3 ] {d6cc6c9b-803c-4ad4-ae06-430d29756352} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
966 | 2024.08.16 07:17:13.208393 [ 3 ] {} <Debug> HTTP-Session: 2884093a-63bc-446b-bdfc-691084cabd95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
967 | 2024.08.16 07:17:13.208526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
968 | 2024.08.16 07:17:13.208575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
969 | 2024.08.16 07:17:13.208595 [ 3 ] {} <Debug> HTTP-Session: b1e3753e-e9a3-41e8-9a99-344b14dac243 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
970 | 2024.08.16 07:17:13.208611 [ 3 ] {} <Debug> HTTP-Session: b1e3753e-e9a3-41e8-9a99-344b14dac243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
971 | 2024.08.16 07:17:13.208625 [ 3 ] {} <Debug> HTTP-Session: b1e3753e-e9a3-41e8-9a99-344b14dac243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
972 | 2024.08.16 07:17:13.208655 [ 3 ] {} <Trace> HTTP-Session: b1e3753e-e9a3-41e8-9a99-344b14dac243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
973 | 2024.08.16 07:17:13.208751 [ 3 ] {7f213bf0-6192-4253-afb4-ba9671c84e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
974 | 2024.08.16 07:17:13.208795 [ 3 ] {7f213bf0-6192-4253-afb4-ba9671c84e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
975 | 2024.08.16 07:17:13.208923 [ 3 ] {7f213bf0-6192-4253-afb4-ba9671c84e96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
976 | 2024.08.16 07:17:13.211077 [ 3 ] {7f213bf0-6192-4253-afb4-ba9671c84e96} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
977 | 2024.08.16 07:17:13.211118 [ 3 ] {7f213bf0-6192-4253-afb4-ba9671c84e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
978 | 2024.08.16 07:17:13.213588 [ 3 ] {7f213bf0-6192-4253-afb4-ba9671c84e96} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
979 | 2024.08.16 07:17:13.213920 [ 3 ] {7f213bf0-6192-4253-afb4-ba9671c84e96} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
980 | 2024.08.16 07:17:13.214048 [ 3 ] {7f213bf0-6192-4253-afb4-ba9671c84e96} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.00532 sec., 2255.6390977443607 rows/sec., 169.98 KiB/sec. | ||
981 | 2024.08.16 07:17:13.214303 [ 3 ] {7f213bf0-6192-4253-afb4-ba9671c84e96} <Debug> DynamicQueryHandler: Done processing query | ||
982 | 2024.08.16 07:17:13.214327 [ 3 ] {7f213bf0-6192-4253-afb4-ba9671c84e96} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
983 | 2024.08.16 07:17:13.214343 [ 3 ] {} <Debug> HTTP-Session: b1e3753e-e9a3-41e8-9a99-344b14dac243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
984 | 2024.08.16 07:17:23.091120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
985 | 2024.08.16 07:17:23.091251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
986 | 2024.08.16 07:17:23.091277 [ 3 ] {} <Debug> HTTP-Session: 80d8c772-7db2-46aa-b5d8-0494f6d20554 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
987 | 2024.08.16 07:17:23.091301 [ 3 ] {} <Debug> HTTP-Session: 80d8c772-7db2-46aa-b5d8-0494f6d20554 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.08.16 07:17:23.091316 [ 3 ] {} <Debug> HTTP-Session: 80d8c772-7db2-46aa-b5d8-0494f6d20554 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
989 | 2024.08.16 07:17:23.091364 [ 3 ] {} <Trace> HTTP-Session: 80d8c772-7db2-46aa-b5d8-0494f6d20554 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
990 | 2024.08.16 07:17:23.091549 [ 3 ] {803eb6c5-5bbc-4bc4-b1c8-8755b0ba3153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
991 | 2024.08.16 07:17:23.091616 [ 3 ] {803eb6c5-5bbc-4bc4-b1c8-8755b0ba3153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
992 | 2024.08.16 07:17:23.091812 [ 3 ] {803eb6c5-5bbc-4bc4-b1c8-8755b0ba3153} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
993 | 2024.08.16 07:17:23.092247 [ 3 ] {803eb6c5-5bbc-4bc4-b1c8-8755b0ba3153} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
994 | 2024.08.16 07:17:23.092290 [ 3 ] {803eb6c5-5bbc-4bc4-b1c8-8755b0ba3153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
995 | 2024.08.16 07:17:23.092661 [ 3 ] {803eb6c5-5bbc-4bc4-b1c8-8755b0ba3153} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
996 | 2024.08.16 07:17:23.092991 [ 3 ] {803eb6c5-5bbc-4bc4-b1c8-8755b0ba3153} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
997 | 2024.08.16 07:17:23.093191 [ 3 ] {803eb6c5-5bbc-4bc4-b1c8-8755b0ba3153} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001695 sec., 11209.4395280236 rows/sec., 908.58 KiB/sec. | ||
998 | 2024.08.16 07:17:23.093417 [ 3 ] {803eb6c5-5bbc-4bc4-b1c8-8755b0ba3153} <Debug> DynamicQueryHandler: Done processing query | ||
999 | 2024.08.16 07:17:23.093444 [ 3 ] {803eb6c5-5bbc-4bc4-b1c8-8755b0ba3153} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1000 | 2024.08.16 07:17:23.093460 [ 3 ] {} <Debug> HTTP-Session: 80d8c772-7db2-46aa-b5d8-0494f6d20554 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1001 | 2024.08.16 07:17:23.093649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 8617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1002 | 2024.08.16 07:17:23.093706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1003 | 2024.08.16 07:17:23.093725 [ 3 ] {} <Debug> HTTP-Session: fcfc11ed-1f16-47fe-81d9-4be3ae402a24 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1004 | 2024.08.16 07:17:23.093744 [ 3 ] {} <Debug> HTTP-Session: fcfc11ed-1f16-47fe-81d9-4be3ae402a24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1005 | 2024.08.16 07:17:23.093758 [ 3 ] {} <Debug> HTTP-Session: fcfc11ed-1f16-47fe-81d9-4be3ae402a24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1006 | 2024.08.16 07:17:23.093791 [ 3 ] {} <Trace> HTTP-Session: fcfc11ed-1f16-47fe-81d9-4be3ae402a24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1007 | 2024.08.16 07:17:23.093912 [ 3 ] {9bfdf6d4-3783-4138-a50b-6ec5764656a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1008 | 2024.08.16 07:17:23.093959 [ 3 ] {9bfdf6d4-3783-4138-a50b-6ec5764656a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1009 | 2024.08.16 07:17:23.094091 [ 3 ] {9bfdf6d4-3783-4138-a50b-6ec5764656a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1010 | 2024.08.16 07:17:23.094446 [ 3 ] {9bfdf6d4-3783-4138-a50b-6ec5764656a9} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1011 | 2024.08.16 07:17:23.094483 [ 3 ] {9bfdf6d4-3783-4138-a50b-6ec5764656a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1012 | 2024.08.16 07:17:23.094799 [ 3 ] {9bfdf6d4-3783-4138-a50b-6ec5764656a9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1013 | 2024.08.16 07:17:23.095105 [ 3 ] {9bfdf6d4-3783-4138-a50b-6ec5764656a9} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1014 | 2024.08.16 07:17:23.095267 [ 3 ] {9bfdf6d4-3783-4138-a50b-6ec5764656a9} <Debug> executeQuery: Read 57 rows, 5.10 KiB in 0.00138 sec., 41304.34782608696 rows/sec., 3.61 MiB/sec. | ||
1015 | 2024.08.16 07:17:23.095553 [ 3 ] {9bfdf6d4-3783-4138-a50b-6ec5764656a9} <Debug> DynamicQueryHandler: Done processing query | ||
1016 | 2024.08.16 07:17:23.095579 [ 3 ] {9bfdf6d4-3783-4138-a50b-6ec5764656a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1017 | 2024.08.16 07:17:23.095595 [ 3 ] {} <Debug> HTTP-Session: fcfc11ed-1f16-47fe-81d9-4be3ae402a24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1018 | 2024.08.16 07:17:23.095767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 3273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1019 | 2024.08.16 07:17:23.095818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1020 | 2024.08.16 07:17:23.095838 [ 3 ] {} <Debug> HTTP-Session: 256f056c-65b7-4b26-a3db-cdbf684d24a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1021 | 2024.08.16 07:17:23.095855 [ 3 ] {} <Debug> HTTP-Session: 256f056c-65b7-4b26-a3db-cdbf684d24a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1022 | 2024.08.16 07:17:23.095868 [ 3 ] {} <Debug> HTTP-Session: 256f056c-65b7-4b26-a3db-cdbf684d24a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1023 | 2024.08.16 07:17:23.095899 [ 3 ] {} <Trace> HTTP-Session: 256f056c-65b7-4b26-a3db-cdbf684d24a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1024 | 2024.08.16 07:17:23.096000 [ 3 ] {cb8490c5-2b12-405e-9ee9-4ea4cc3809de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1025 | 2024.08.16 07:17:23.096044 [ 3 ] {cb8490c5-2b12-405e-9ee9-4ea4cc3809de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1026 | 2024.08.16 07:17:23.096187 [ 3 ] {cb8490c5-2b12-405e-9ee9-4ea4cc3809de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1027 | 2024.08.16 07:17:23.096525 [ 3 ] {cb8490c5-2b12-405e-9ee9-4ea4cc3809de} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1028 | 2024.08.16 07:17:23.096563 [ 3 ] {cb8490c5-2b12-405e-9ee9-4ea4cc3809de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1029 | 2024.08.16 07:17:23.096873 [ 3 ] {cb8490c5-2b12-405e-9ee9-4ea4cc3809de} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1030 | 2024.08.16 07:17:23.097175 [ 3 ] {cb8490c5-2b12-405e-9ee9-4ea4cc3809de} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1031 | 2024.08.16 07:17:23.097322 [ 3 ] {cb8490c5-2b12-405e-9ee9-4ea4cc3809de} <Debug> executeQuery: Read 19 rows, 1.52 KiB in 0.001351 sec., 14063.656550703183 rows/sec., 1.10 MiB/sec. | ||
1032 | 2024.08.16 07:17:23.097568 [ 3 ] {cb8490c5-2b12-405e-9ee9-4ea4cc3809de} <Debug> DynamicQueryHandler: Done processing query | ||
1033 | 2024.08.16 07:17:23.097594 [ 3 ] {cb8490c5-2b12-405e-9ee9-4ea4cc3809de} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1034 | 2024.08.16 07:17:23.097609 [ 3 ] {} <Debug> HTTP-Session: 256f056c-65b7-4b26-a3db-cdbf684d24a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1035 | 2024.08.16 07:17:23.097833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1036 | 2024.08.16 07:17:23.097882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1037 | 2024.08.16 07:17:23.097900 [ 3 ] {} <Debug> HTTP-Session: d19f10d1-405b-45c6-ae1f-def79999b203 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1038 | 2024.08.16 07:17:23.097917 [ 3 ] {} <Debug> HTTP-Session: d19f10d1-405b-45c6-ae1f-def79999b203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.08.16 07:17:23.097930 [ 3 ] {} <Debug> HTTP-Session: d19f10d1-405b-45c6-ae1f-def79999b203 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.08.16 07:17:23.097961 [ 3 ] {} <Trace> HTTP-Session: d19f10d1-405b-45c6-ae1f-def79999b203 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1041 | 2024.08.16 07:17:23.098208 [ 3 ] {ceeb9031-0a99-41be-be71-75389cece4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1042 | 2024.08.16 07:17:23.098279 [ 3 ] {ceeb9031-0a99-41be-be71-75389cece4c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1043 | 2024.08.16 07:17:23.098690 [ 3 ] {ceeb9031-0a99-41be-be71-75389cece4c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1044 | 2024.08.16 07:17:23.099344 [ 3 ] {ceeb9031-0a99-41be-be71-75389cece4c7} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1045 | 2024.08.16 07:17:23.099381 [ 3 ] {ceeb9031-0a99-41be-be71-75389cece4c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1046 | 2024.08.16 07:17:23.100110 [ 3 ] {ceeb9031-0a99-41be-be71-75389cece4c7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1047 | 2024.08.16 07:17:23.100551 [ 3 ] {ceeb9031-0a99-41be-be71-75389cece4c7} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1048 | 2024.08.16 07:17:23.100754 [ 3 ] {ceeb9031-0a99-41be-be71-75389cece4c7} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002707 sec., 7018.840044329516 rows/sec., 12.58 MiB/sec. | ||
1049 | 2024.08.16 07:17:23.101157 [ 3 ] {ceeb9031-0a99-41be-be71-75389cece4c7} <Debug> DynamicQueryHandler: Done processing query | ||
1050 | 2024.08.16 07:17:23.101182 [ 3 ] {ceeb9031-0a99-41be-be71-75389cece4c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
1051 | 2024.08.16 07:17:23.101198 [ 3 ] {} <Debug> HTTP-Session: d19f10d1-405b-45c6-ae1f-def79999b203 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1052 | 2024.08.16 07:17:27.477804 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1053 | 2024.08.16 07:17:27.477874 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1054 | 2024.08.16 07:17:33.090915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1055 | 2024.08.16 07:17:33.091038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1056 | 2024.08.16 07:17:33.091064 [ 3 ] {} <Debug> HTTP-Session: 085e3358-d1b1-41ce-a8b9-58bbde188d07 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1057 | 2024.08.16 07:17:33.091089 [ 3 ] {} <Debug> HTTP-Session: 085e3358-d1b1-41ce-a8b9-58bbde188d07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1058 | 2024.08.16 07:17:33.091103 [ 3 ] {} <Debug> HTTP-Session: 085e3358-d1b1-41ce-a8b9-58bbde188d07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1059 | 2024.08.16 07:17:33.091150 [ 3 ] {} <Trace> HTTP-Session: 085e3358-d1b1-41ce-a8b9-58bbde188d07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1060 | 2024.08.16 07:17:33.091327 [ 3 ] {0e6cbaab-6b9f-4b78-852a-3685765b7d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1061 | 2024.08.16 07:17:33.091393 [ 3 ] {0e6cbaab-6b9f-4b78-852a-3685765b7d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1062 | 2024.08.16 07:17:33.091596 [ 3 ] {0e6cbaab-6b9f-4b78-852a-3685765b7d70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1063 | 2024.08.16 07:17:33.092084 [ 3 ] {0e6cbaab-6b9f-4b78-852a-3685765b7d70} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1064 | 2024.08.16 07:17:33.092125 [ 3 ] {0e6cbaab-6b9f-4b78-852a-3685765b7d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1065 | 2024.08.16 07:17:33.092494 [ 3 ] {0e6cbaab-6b9f-4b78-852a-3685765b7d70} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1066 | 2024.08.16 07:17:33.092826 [ 3 ] {0e6cbaab-6b9f-4b78-852a-3685765b7d70} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1067 | 2024.08.16 07:17:33.092966 [ 3 ] {0e6cbaab-6b9f-4b78-852a-3685765b7d70} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001697 sec., 11196.228638774308 rows/sec., 907.51 KiB/sec. | ||
1068 | 2024.08.16 07:17:33.093276 [ 3 ] {0e6cbaab-6b9f-4b78-852a-3685765b7d70} <Debug> DynamicQueryHandler: Done processing query | ||
1069 | 2024.08.16 07:17:33.093304 [ 3 ] {0e6cbaab-6b9f-4b78-852a-3685765b7d70} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1070 | 2024.08.16 07:17:33.093320 [ 3 ] {} <Debug> HTTP-Session: 085e3358-d1b1-41ce-a8b9-58bbde188d07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1071 | 2024.08.16 07:17:33.093466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 8617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1072 | 2024.08.16 07:17:33.093525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1073 | 2024.08.16 07:17:33.093544 [ 3 ] {} <Debug> HTTP-Session: f8aca518-9814-41ec-b8f8-ebfd7962cf53 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1074 | 2024.08.16 07:17:33.093562 [ 3 ] {} <Debug> HTTP-Session: f8aca518-9814-41ec-b8f8-ebfd7962cf53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1075 | 2024.08.16 07:17:33.093575 [ 3 ] {} <Debug> HTTP-Session: f8aca518-9814-41ec-b8f8-ebfd7962cf53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1076 | 2024.08.16 07:17:33.093609 [ 3 ] {} <Trace> HTTP-Session: f8aca518-9814-41ec-b8f8-ebfd7962cf53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1077 | 2024.08.16 07:17:33.093732 [ 3 ] {a1ff31ae-e308-4c41-8467-7237d933e28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1078 | 2024.08.16 07:17:33.093779 [ 3 ] {a1ff31ae-e308-4c41-8467-7237d933e28e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1079 | 2024.08.16 07:17:33.093926 [ 3 ] {a1ff31ae-e308-4c41-8467-7237d933e28e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1080 | 2024.08.16 07:17:33.094282 [ 3 ] {a1ff31ae-e308-4c41-8467-7237d933e28e} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1081 | 2024.08.16 07:17:33.094318 [ 3 ] {a1ff31ae-e308-4c41-8467-7237d933e28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1082 | 2024.08.16 07:17:33.094643 [ 3 ] {a1ff31ae-e308-4c41-8467-7237d933e28e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1083 | 2024.08.16 07:17:33.094956 [ 3 ] {a1ff31ae-e308-4c41-8467-7237d933e28e} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1084 | 2024.08.16 07:17:33.095080 [ 3 ] {a1ff31ae-e308-4c41-8467-7237d933e28e} <Debug> executeQuery: Read 57 rows, 5.10 KiB in 0.001393 sec., 40918.88011486002 rows/sec., 3.58 MiB/sec. | ||
1085 | 2024.08.16 07:17:33.095252 [ 3 ] {a1ff31ae-e308-4c41-8467-7237d933e28e} <Debug> DynamicQueryHandler: Done processing query | ||
1086 | 2024.08.16 07:17:33.095276 [ 3 ] {a1ff31ae-e308-4c41-8467-7237d933e28e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1087 | 2024.08.16 07:17:33.095293 [ 3 ] {} <Debug> HTTP-Session: f8aca518-9814-41ec-b8f8-ebfd7962cf53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1088 | 2024.08.16 07:17:33.095450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 3273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1089 | 2024.08.16 07:17:33.095500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1090 | 2024.08.16 07:17:33.095519 [ 3 ] {} <Debug> HTTP-Session: e1c000fe-49de-4b3a-9524-0cfcf8e3ce11 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1091 | 2024.08.16 07:17:33.095536 [ 3 ] {} <Debug> HTTP-Session: e1c000fe-49de-4b3a-9524-0cfcf8e3ce11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1092 | 2024.08.16 07:17:33.095550 [ 3 ] {} <Debug> HTTP-Session: e1c000fe-49de-4b3a-9524-0cfcf8e3ce11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1093 | 2024.08.16 07:17:33.095580 [ 3 ] {} <Trace> HTTP-Session: e1c000fe-49de-4b3a-9524-0cfcf8e3ce11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1094 | 2024.08.16 07:17:33.095682 [ 3 ] {ba3c9dcd-a86b-436f-923c-711a171963f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1095 | 2024.08.16 07:17:33.095725 [ 3 ] {ba3c9dcd-a86b-436f-923c-711a171963f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1096 | 2024.08.16 07:17:33.095849 [ 3 ] {ba3c9dcd-a86b-436f-923c-711a171963f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1097 | 2024.08.16 07:17:33.096135 [ 3 ] {ba3c9dcd-a86b-436f-923c-711a171963f2} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1098 | 2024.08.16 07:17:33.096171 [ 3 ] {ba3c9dcd-a86b-436f-923c-711a171963f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1099 | 2024.08.16 07:17:33.096477 [ 3 ] {ba3c9dcd-a86b-436f-923c-711a171963f2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1100 | 2024.08.16 07:17:33.096793 [ 3 ] {ba3c9dcd-a86b-436f-923c-711a171963f2} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1101 | 2024.08.16 07:17:33.096916 [ 3 ] {ba3c9dcd-a86b-436f-923c-711a171963f2} <Debug> executeQuery: Read 19 rows, 1.52 KiB in 0.001264 sec., 15031.645569620254 rows/sec., 1.18 MiB/sec. | ||
1102 | 2024.08.16 07:17:33.097079 [ 3 ] {ba3c9dcd-a86b-436f-923c-711a171963f2} <Debug> DynamicQueryHandler: Done processing query | ||
1103 | 2024.08.16 07:17:33.097104 [ 3 ] {ba3c9dcd-a86b-436f-923c-711a171963f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1104 | 2024.08.16 07:17:33.097120 [ 3 ] {} <Debug> HTTP-Session: e1c000fe-49de-4b3a-9524-0cfcf8e3ce11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1105 | 2024.08.16 07:17:33.097278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1106 | 2024.08.16 07:17:33.097328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1107 | 2024.08.16 07:17:33.097347 [ 3 ] {} <Debug> HTTP-Session: e75185a9-367c-4a33-b13c-34a38593a565 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1108 | 2024.08.16 07:17:33.097364 [ 3 ] {} <Debug> HTTP-Session: e75185a9-367c-4a33-b13c-34a38593a565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1109 | 2024.08.16 07:17:33.097378 [ 3 ] {} <Debug> HTTP-Session: e75185a9-367c-4a33-b13c-34a38593a565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1110 | 2024.08.16 07:17:33.097409 [ 3 ] {} <Trace> HTTP-Session: e75185a9-367c-4a33-b13c-34a38593a565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1111 | 2024.08.16 07:17:33.097664 [ 3 ] {5f49bf14-05cc-4425-a736-ed8cd15a44cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1112 | 2024.08.16 07:17:33.097730 [ 3 ] {5f49bf14-05cc-4425-a736-ed8cd15a44cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1113 | 2024.08.16 07:17:33.098130 [ 3 ] {5f49bf14-05cc-4425-a736-ed8cd15a44cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1114 | 2024.08.16 07:17:33.098746 [ 3 ] {5f49bf14-05cc-4425-a736-ed8cd15a44cb} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1115 | 2024.08.16 07:17:33.098782 [ 3 ] {5f49bf14-05cc-4425-a736-ed8cd15a44cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1116 | 2024.08.16 07:17:33.099523 [ 3 ] {5f49bf14-05cc-4425-a736-ed8cd15a44cb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1117 | 2024.08.16 07:17:33.099943 [ 3 ] {5f49bf14-05cc-4425-a736-ed8cd15a44cb} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1118 | 2024.08.16 07:17:33.100085 [ 3 ] {5f49bf14-05cc-4425-a736-ed8cd15a44cb} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.0026 sec., 7307.692307692308 rows/sec., 13.10 MiB/sec. | ||
1119 | 2024.08.16 07:17:33.100305 [ 3 ] {5f49bf14-05cc-4425-a736-ed8cd15a44cb} <Debug> DynamicQueryHandler: Done processing query | ||
1120 | 2024.08.16 07:17:33.100330 [ 3 ] {5f49bf14-05cc-4425-a736-ed8cd15a44cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
1121 | 2024.08.16 07:17:33.100346 [ 3 ] {} <Debug> HTTP-Session: e75185a9-367c-4a33-b13c-34a38593a565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1122 | 2024.08.16 07:17:38.090014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1123 | 2024.08.16 07:17:38.090157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1124 | 2024.08.16 07:17:38.090186 [ 3 ] {} <Debug> HTTP-Session: 67df09e9-ff09-48c5-a186-2012e60ffee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1125 | 2024.08.16 07:17:38.090216 [ 3 ] {} <Debug> HTTP-Session: 67df09e9-ff09-48c5-a186-2012e60ffee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1126 | 2024.08.16 07:17:38.090234 [ 3 ] {} <Debug> HTTP-Session: 67df09e9-ff09-48c5-a186-2012e60ffee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1127 | 2024.08.16 07:17:38.090289 [ 3 ] {} <Trace> HTTP-Session: 67df09e9-ff09-48c5-a186-2012e60ffee7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1128 | 2024.08.16 07:17:38.090536 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1129 | 2024.08.16 07:17:38.092922 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1130 | 2024.08.16 07:17:38.096757 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1131 | 2024.08.16 07:17:38.097085 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1132 | 2024.08.16 07:17:38.103198 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1133 | 2024.08.16 07:17:38.109320 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
1134 | 2024.08.16 07:17:38.114284 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1135 | 2024.08.16 07:17:38.116136 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1136 | 2024.08.16 07:17:38.116160 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1137 | 2024.08.16 07:17:38.118123 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" | ||
1138 | 2024.08.16 07:17:38.118173 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1139 | 2024.08.16 07:17:38.141358 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.050913 sec., 78.56539587138845 rows/sec., 3.63 KiB/sec. | ||
1140 | 2024.08.16 07:17:38.141762 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Debug> DynamicQueryHandler: Done processing query | ||
1141 | 2024.08.16 07:17:38.141788 [ 3 ] {97117718-4741-4fb8-8bce-cb867592f697} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1142 | 2024.08.16 07:17:38.141805 [ 3 ] {} <Debug> HTTP-Session: 67df09e9-ff09-48c5-a186-2012e60ffee7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1143 | 2024.08.16 07:17:38.142094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1144 | 2024.08.16 07:17:38.142145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1145 | 2024.08.16 07:17:38.142164 [ 3 ] {} <Debug> HTTP-Session: 1b04835c-8be7-4427-baf9-4e9a196230bc Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1146 | 2024.08.16 07:17:38.142184 [ 3 ] {} <Debug> HTTP-Session: 1b04835c-8be7-4427-baf9-4e9a196230bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1147 | 2024.08.16 07:17:38.142198 [ 3 ] {} <Debug> HTTP-Session: 1b04835c-8be7-4427-baf9-4e9a196230bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1148 | 2024.08.16 07:17:38.142234 [ 3 ] {} <Trace> HTTP-Session: 1b04835c-8be7-4427-baf9-4e9a196230bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1149 | 2024.08.16 07:17:38.142374 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1150 | 2024.08.16 07:17:38.142614 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1151 | 2024.08.16 07:17:38.142648 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1152 | 2024.08.16 07:17:38.142853 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1153 | 2024.08.16 07:17:38.142919 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1154 | 2024.08.16 07:17:38.143062 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1155 | 2024.08.16 07:17:38.143096 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1156 | 2024.08.16 07:17:38.143119 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1157 | 2024.08.16 07:17:38.143136 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1158 | 2024.08.16 07:17:38.143176 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram'))" | ||
1159 | 2024.08.16 07:17:38.143195 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1160 | 2024.08.16 07:17:38.143939 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001624 sec., 2463.054187192118 rows/sec., 113.65 KiB/sec. | ||
1161 | 2024.08.16 07:17:38.144186 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Debug> DynamicQueryHandler: Done processing query | ||
1162 | 2024.08.16 07:17:38.144210 [ 3 ] {4f7487fb-59aa-4c36-bd81-a356168f2b33} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1163 | 2024.08.16 07:17:38.144226 [ 3 ] {} <Debug> HTTP-Session: 1b04835c-8be7-4427-baf9-4e9a196230bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1164 | 2024.08.16 07:17:38.144564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1165 | 2024.08.16 07:17:38.144613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1166 | 2024.08.16 07:17:38.144632 [ 3 ] {} <Debug> HTTP-Session: 32e4d92f-1a05-4fbc-babc-5ce2fba92f4e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1167 | 2024.08.16 07:17:38.144650 [ 3 ] {} <Debug> HTTP-Session: 32e4d92f-1a05-4fbc-babc-5ce2fba92f4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1168 | 2024.08.16 07:17:38.144663 [ 3 ] {} <Debug> HTTP-Session: 32e4d92f-1a05-4fbc-babc-5ce2fba92f4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1169 | 2024.08.16 07:17:38.144695 [ 3 ] {} <Trace> HTTP-Session: 32e4d92f-1a05-4fbc-babc-5ce2fba92f4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1170 | 2024.08.16 07:17:38.144821 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1171 | 2024.08.16 07:17:38.145053 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1172 | 2024.08.16 07:17:38.145086 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1173 | 2024.08.16 07:17:38.145290 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1174 | 2024.08.16 07:17:38.145354 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1175 | 2024.08.16 07:17:38.145490 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1176 | 2024.08.16 07:17:38.145524 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1177 | 2024.08.16 07:17:38.145547 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1178 | 2024.08.16 07:17:38.145563 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1179 | 2024.08.16 07:17:38.145602 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram'))" | ||
1180 | 2024.08.16 07:17:38.145621 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1181 | 2024.08.16 07:17:38.146392 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001625 sec., 2461.5384615384614 rows/sec., 113.58 KiB/sec. | ||
1182 | 2024.08.16 07:17:38.146602 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Debug> DynamicQueryHandler: Done processing query | ||
1183 | 2024.08.16 07:17:38.146627 [ 3 ] {3e651047-5745-4710-a503-f6a6356bb573} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1184 | 2024.08.16 07:17:38.146642 [ 3 ] {} <Debug> HTTP-Session: 32e4d92f-1a05-4fbc-babc-5ce2fba92f4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1185 | 2024.08.16 07:17:38.146871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1186 | 2024.08.16 07:17:38.146918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1187 | 2024.08.16 07:17:38.146938 [ 3 ] {} <Debug> HTTP-Session: 67feabed-3151-45f5-b0ac-907b9f2aba06 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1188 | 2024.08.16 07:17:38.146954 [ 3 ] {} <Debug> HTTP-Session: 67feabed-3151-45f5-b0ac-907b9f2aba06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1189 | 2024.08.16 07:17:38.146968 [ 3 ] {} <Debug> HTTP-Session: 67feabed-3151-45f5-b0ac-907b9f2aba06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1190 | 2024.08.16 07:17:38.146997 [ 3 ] {} <Trace> HTTP-Session: 67feabed-3151-45f5-b0ac-907b9f2aba06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1191 | 2024.08.16 07:17:38.147118 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1192 | 2024.08.16 07:17:38.147346 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1193 | 2024.08.16 07:17:38.147380 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1194 | 2024.08.16 07:17:38.147587 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1195 | 2024.08.16 07:17:38.147650 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1196 | 2024.08.16 07:17:38.147783 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1197 | 2024.08.16 07:17:38.147815 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1198 | 2024.08.16 07:17:38.147837 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1199 | 2024.08.16 07:17:38.147853 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1200 | 2024.08.16 07:17:38.147891 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1201 | 2024.08.16 07:17:38.147911 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1202 | 2024.08.16 07:17:38.148724 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001657 sec., 2414.0012070006032 rows/sec., 111.39 KiB/sec. | ||
1203 | 2024.08.16 07:17:38.148958 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Debug> DynamicQueryHandler: Done processing query | ||
1204 | 2024.08.16 07:17:38.148982 [ 3 ] {ad1d4348-a435-47c0-9e95-bc1d7039fddd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1205 | 2024.08.16 07:17:38.148998 [ 3 ] {} <Debug> HTTP-Session: 67feabed-3151-45f5-b0ac-907b9f2aba06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1206 | 2024.08.16 07:17:38.149233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1207 | 2024.08.16 07:17:38.149280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1208 | 2024.08.16 07:17:38.149300 [ 3 ] {} <Debug> HTTP-Session: 0ed4d87b-2d4b-4ed8-bc41-79207ac3889e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1209 | 2024.08.16 07:17:38.149316 [ 3 ] {} <Debug> HTTP-Session: 0ed4d87b-2d4b-4ed8-bc41-79207ac3889e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1210 | 2024.08.16 07:17:38.149330 [ 3 ] {} <Debug> HTTP-Session: 0ed4d87b-2d4b-4ed8-bc41-79207ac3889e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1211 | 2024.08.16 07:17:38.149360 [ 3 ] {} <Trace> HTTP-Session: 0ed4d87b-2d4b-4ed8-bc41-79207ac3889e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1212 | 2024.08.16 07:17:38.149483 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1213 | 2024.08.16 07:17:38.149719 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1214 | 2024.08.16 07:17:38.149753 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1215 | 2024.08.16 07:17:38.149964 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1216 | 2024.08.16 07:17:38.150030 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1217 | 2024.08.16 07:17:38.150163 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1218 | 2024.08.16 07:17:38.150195 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1219 | 2024.08.16 07:17:38.150219 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1220 | 2024.08.16 07:17:38.150235 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1221 | 2024.08.16 07:17:38.150274 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1222 | 2024.08.16 07:17:38.150294 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1223 | 2024.08.16 07:17:38.151181 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001744 sec., 2293.577981651376 rows/sec., 105.83 KiB/sec. | ||
1224 | 2024.08.16 07:17:38.151405 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Debug> DynamicQueryHandler: Done processing query | ||
1225 | 2024.08.16 07:17:38.151429 [ 3 ] {0cdc1238-8c43-479b-87dc-c15bc0e22621} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1226 | 2024.08.16 07:17:38.151445 [ 3 ] {} <Debug> HTTP-Session: 0ed4d87b-2d4b-4ed8-bc41-79207ac3889e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1227 | 2024.08.16 07:17:38.151693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1228 | 2024.08.16 07:17:38.151739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1229 | 2024.08.16 07:17:38.151758 [ 3 ] {} <Debug> HTTP-Session: 7c71714e-5c75-4554-b1df-dfe1f76d213a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1230 | 2024.08.16 07:17:38.151774 [ 3 ] {} <Debug> HTTP-Session: 7c71714e-5c75-4554-b1df-dfe1f76d213a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1231 | 2024.08.16 07:17:38.151788 [ 3 ] {} <Debug> HTTP-Session: 7c71714e-5c75-4554-b1df-dfe1f76d213a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1232 | 2024.08.16 07:17:38.151818 [ 3 ] {} <Trace> HTTP-Session: 7c71714e-5c75-4554-b1df-dfe1f76d213a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1233 | 2024.08.16 07:17:38.151946 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1234 | 2024.08.16 07:17:38.152181 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1235 | 2024.08.16 07:17:38.152216 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1236 | 2024.08.16 07:17:38.152430 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1237 | 2024.08.16 07:17:38.152495 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1238 | 2024.08.16 07:17:38.152628 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1239 | 2024.08.16 07:17:38.152660 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1240 | 2024.08.16 07:17:38.152682 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1241 | 2024.08.16 07:17:38.152698 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1242 | 2024.08.16 07:17:38.152737 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1243 | 2024.08.16 07:17:38.152759 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1244 | 2024.08.16 07:17:38.153591 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001699 sec., 2354.326074161271 rows/sec., 108.63 KiB/sec. | ||
1245 | 2024.08.16 07:17:38.153813 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Debug> DynamicQueryHandler: Done processing query | ||
1246 | 2024.08.16 07:17:38.153837 [ 3 ] {9c484ccb-fda5-4902-af8d-8046480d1ff4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1247 | 2024.08.16 07:17:38.153853 [ 3 ] {} <Debug> HTTP-Session: 7c71714e-5c75-4554-b1df-dfe1f76d213a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1248 | 2024.08.16 07:17:38.154080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1249 | 2024.08.16 07:17:38.154127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1250 | 2024.08.16 07:17:38.154147 [ 3 ] {} <Debug> HTTP-Session: c160c5aa-5506-49ef-be76-c76c63a3377a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1251 | 2024.08.16 07:17:38.154164 [ 3 ] {} <Debug> HTTP-Session: c160c5aa-5506-49ef-be76-c76c63a3377a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1252 | 2024.08.16 07:17:38.154178 [ 3 ] {} <Debug> HTTP-Session: c160c5aa-5506-49ef-be76-c76c63a3377a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1253 | 2024.08.16 07:17:38.154208 [ 3 ] {} <Trace> HTTP-Session: c160c5aa-5506-49ef-be76-c76c63a3377a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1254 | 2024.08.16 07:17:38.154338 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1255 | 2024.08.16 07:17:38.154574 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1256 | 2024.08.16 07:17:38.154609 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1257 | 2024.08.16 07:17:38.154828 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1258 | 2024.08.16 07:17:38.154893 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1259 | 2024.08.16 07:17:38.155027 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1260 | 2024.08.16 07:17:38.155059 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1261 | 2024.08.16 07:17:38.155082 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1262 | 2024.08.16 07:17:38.155098 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1263 | 2024.08.16 07:17:38.155137 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1264 | 2024.08.16 07:17:38.155158 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1265 | 2024.08.16 07:17:38.156018 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001737 sec., 2302.8209556706965 rows/sec., 106.26 KiB/sec. | ||
1266 | 2024.08.16 07:17:38.156238 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Debug> DynamicQueryHandler: Done processing query | ||
1267 | 2024.08.16 07:17:38.156263 [ 3 ] {58ee9dd4-47e5-437f-85bd-b136417e9d4d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1268 | 2024.08.16 07:17:38.156279 [ 3 ] {} <Debug> HTTP-Session: c160c5aa-5506-49ef-be76-c76c63a3377a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1269 | 2024.08.16 07:17:38.156503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1270 | 2024.08.16 07:17:38.156552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1271 | 2024.08.16 07:17:38.156571 [ 3 ] {} <Debug> HTTP-Session: 7b2c7e93-aed1-4198-abc9-929feb3e47d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1272 | 2024.08.16 07:17:38.156588 [ 3 ] {} <Debug> HTTP-Session: 7b2c7e93-aed1-4198-abc9-929feb3e47d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1273 | 2024.08.16 07:17:38.156602 [ 3 ] {} <Debug> HTTP-Session: 7b2c7e93-aed1-4198-abc9-929feb3e47d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1274 | 2024.08.16 07:17:38.156633 [ 3 ] {} <Trace> HTTP-Session: 7b2c7e93-aed1-4198-abc9-929feb3e47d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1275 | 2024.08.16 07:17:38.156763 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1276 | 2024.08.16 07:17:38.157001 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1277 | 2024.08.16 07:17:38.157038 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1278 | 2024.08.16 07:17:38.157262 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1279 | 2024.08.16 07:17:38.157327 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1280 | 2024.08.16 07:17:38.157463 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1281 | 2024.08.16 07:17:38.157496 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1282 | 2024.08.16 07:17:38.157520 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1283 | 2024.08.16 07:17:38.157536 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1284 | 2024.08.16 07:17:38.157576 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1285 | 2024.08.16 07:17:38.157599 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1286 | 2024.08.16 07:17:38.158444 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001737 sec., 2302.8209556706965 rows/sec., 106.26 KiB/sec. | ||
1287 | 2024.08.16 07:17:38.158670 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Debug> DynamicQueryHandler: Done processing query | ||
1288 | 2024.08.16 07:17:38.158695 [ 3 ] {9256fc05-e31a-4cd3-8cb7-c778f7bf2b95} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1289 | 2024.08.16 07:17:38.158711 [ 3 ] {} <Debug> HTTP-Session: 7b2c7e93-aed1-4198-abc9-929feb3e47d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1290 | 2024.08.16 07:17:38.158970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1291 | 2024.08.16 07:17:38.159018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1292 | 2024.08.16 07:17:38.159038 [ 3 ] {} <Debug> HTTP-Session: 8994e207-434f-44fc-a79b-e1d349d15882 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1293 | 2024.08.16 07:17:38.159054 [ 3 ] {} <Debug> HTTP-Session: 8994e207-434f-44fc-a79b-e1d349d15882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1294 | 2024.08.16 07:17:38.159068 [ 3 ] {} <Debug> HTTP-Session: 8994e207-434f-44fc-a79b-e1d349d15882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1295 | 2024.08.16 07:17:38.159098 [ 3 ] {} <Trace> HTTP-Session: 8994e207-434f-44fc-a79b-e1d349d15882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1296 | 2024.08.16 07:17:38.159230 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1297 | 2024.08.16 07:17:38.159474 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1298 | 2024.08.16 07:17:38.159511 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1299 | 2024.08.16 07:17:38.159737 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1300 | 2024.08.16 07:17:38.159803 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1301 | 2024.08.16 07:17:38.159936 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1302 | 2024.08.16 07:17:38.159969 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1303 | 2024.08.16 07:17:38.159992 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1304 | 2024.08.16 07:17:38.160008 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1305 | 2024.08.16 07:17:38.160048 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1306 | 2024.08.16 07:17:38.160069 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1307 | 2024.08.16 07:17:38.160851 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001678 sec., 2383.7902264600716 rows/sec., 109.99 KiB/sec. | ||
1308 | 2024.08.16 07:17:38.161075 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Debug> DynamicQueryHandler: Done processing query | ||
1309 | 2024.08.16 07:17:38.161100 [ 3 ] {e802ded3-7bee-4ff6-af64-f156a94bddd3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1310 | 2024.08.16 07:17:38.161116 [ 3 ] {} <Debug> HTTP-Session: 8994e207-434f-44fc-a79b-e1d349d15882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1311 | 2024.08.16 07:17:38.161341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1312 | 2024.08.16 07:17:38.161389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1313 | 2024.08.16 07:17:38.161409 [ 3 ] {} <Debug> HTTP-Session: 2d29593a-eeba-43c1-a2be-ddd08a08ef68 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1314 | 2024.08.16 07:17:38.161426 [ 3 ] {} <Debug> HTTP-Session: 2d29593a-eeba-43c1-a2be-ddd08a08ef68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1315 | 2024.08.16 07:17:38.161440 [ 3 ] {} <Debug> HTTP-Session: 2d29593a-eeba-43c1-a2be-ddd08a08ef68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1316 | 2024.08.16 07:17:38.161471 [ 3 ] {} <Trace> HTTP-Session: 2d29593a-eeba-43c1-a2be-ddd08a08ef68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1317 | 2024.08.16 07:17:38.161604 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1318 | 2024.08.16 07:17:38.161848 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1319 | 2024.08.16 07:17:38.161885 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1320 | 2024.08.16 07:17:38.162118 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1321 | 2024.08.16 07:17:38.162183 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1322 | 2024.08.16 07:17:38.162318 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1323 | 2024.08.16 07:17:38.162351 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1324 | 2024.08.16 07:17:38.162374 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1325 | 2024.08.16 07:17:38.162391 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1326 | 2024.08.16 07:17:38.162432 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1327 | 2024.08.16 07:17:38.162454 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1328 | 2024.08.16 07:17:38.163281 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001733 sec., 2308.136180034622 rows/sec., 106.50 KiB/sec. | ||
1329 | 2024.08.16 07:17:38.163517 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Debug> DynamicQueryHandler: Done processing query | ||
1330 | 2024.08.16 07:17:38.163542 [ 3 ] {c88d156d-80fb-427c-a54c-20b23f2b3287} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1331 | 2024.08.16 07:17:38.163558 [ 3 ] {} <Debug> HTTP-Session: 2d29593a-eeba-43c1-a2be-ddd08a08ef68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1332 | 2024.08.16 07:17:38.163822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1333 | 2024.08.16 07:17:38.163870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1334 | 2024.08.16 07:17:38.163890 [ 3 ] {} <Debug> HTTP-Session: 4bf0541a-9118-46b9-852c-3d9d08993fa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1335 | 2024.08.16 07:17:38.163906 [ 3 ] {} <Debug> HTTP-Session: 4bf0541a-9118-46b9-852c-3d9d08993fa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1336 | 2024.08.16 07:17:38.163920 [ 3 ] {} <Debug> HTTP-Session: 4bf0541a-9118-46b9-852c-3d9d08993fa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1337 | 2024.08.16 07:17:38.163951 [ 3 ] {} <Trace> HTTP-Session: 4bf0541a-9118-46b9-852c-3d9d08993fa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1338 | 2024.08.16 07:17:38.164083 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1339 | 2024.08.16 07:17:38.164333 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1340 | 2024.08.16 07:17:38.164372 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1341 | 2024.08.16 07:17:38.164630 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1342 | 2024.08.16 07:17:38.164695 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1343 | 2024.08.16 07:17:38.164833 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1344 | 2024.08.16 07:17:38.164866 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1345 | 2024.08.16 07:17:38.164889 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1346 | 2024.08.16 07:17:38.164905 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1347 | 2024.08.16 07:17:38.164945 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1348 | 2024.08.16 07:17:38.164967 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1349 | 2024.08.16 07:17:38.165736 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001711 sec., 2337.81414377557 rows/sec., 107.87 KiB/sec. | ||
1350 | 2024.08.16 07:17:38.165957 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Debug> DynamicQueryHandler: Done processing query | ||
1351 | 2024.08.16 07:17:38.165981 [ 3 ] {a601957f-ac0d-4c9b-ad71-95371b8f8c55} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1352 | 2024.08.16 07:17:38.165997 [ 3 ] {} <Debug> HTTP-Session: 4bf0541a-9118-46b9-852c-3d9d08993fa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1353 | 2024.08.16 07:17:38.166218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1354 | 2024.08.16 07:17:38.166264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1355 | 2024.08.16 07:17:38.166283 [ 3 ] {} <Debug> HTTP-Session: ab21cd86-fe13-4048-9436-b8e7e77a3d83 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1356 | 2024.08.16 07:17:38.166299 [ 3 ] {} <Debug> HTTP-Session: ab21cd86-fe13-4048-9436-b8e7e77a3d83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1357 | 2024.08.16 07:17:38.166313 [ 3 ] {} <Debug> HTTP-Session: ab21cd86-fe13-4048-9436-b8e7e77a3d83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1358 | 2024.08.16 07:17:38.166343 [ 3 ] {} <Trace> HTTP-Session: ab21cd86-fe13-4048-9436-b8e7e77a3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1359 | 2024.08.16 07:17:38.166477 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1360 | 2024.08.16 07:17:38.166726 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1361 | 2024.08.16 07:17:38.166765 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1362 | 2024.08.16 07:17:38.167004 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1363 | 2024.08.16 07:17:38.167070 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1364 | 2024.08.16 07:17:38.167204 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1365 | 2024.08.16 07:17:38.167237 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1366 | 2024.08.16 07:17:38.167260 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1367 | 2024.08.16 07:17:38.167276 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1368 | 2024.08.16 07:17:38.167315 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1369 | 2024.08.16 07:17:38.167336 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1370 | 2024.08.16 07:17:38.168167 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001748 sec., 2288.329519450801 rows/sec., 105.59 KiB/sec. | ||
1371 | 2024.08.16 07:17:38.168416 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Debug> DynamicQueryHandler: Done processing query | ||
1372 | 2024.08.16 07:17:38.168441 [ 3 ] {48dd23e2-4c12-4b75-b3ff-7e352b0a10da} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1373 | 2024.08.16 07:17:38.168458 [ 3 ] {} <Debug> HTTP-Session: ab21cd86-fe13-4048-9436-b8e7e77a3d83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1374 | 2024.08.16 07:17:38.168737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1375 | 2024.08.16 07:17:38.168785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1376 | 2024.08.16 07:17:38.168805 [ 3 ] {} <Debug> HTTP-Session: ff457a39-bf4e-430c-a1d4-f6f07395b15d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1377 | 2024.08.16 07:17:38.168821 [ 3 ] {} <Debug> HTTP-Session: ff457a39-bf4e-430c-a1d4-f6f07395b15d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1378 | 2024.08.16 07:17:38.168835 [ 3 ] {} <Debug> HTTP-Session: ff457a39-bf4e-430c-a1d4-f6f07395b15d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1379 | 2024.08.16 07:17:38.168866 [ 3 ] {} <Trace> HTTP-Session: ff457a39-bf4e-430c-a1d4-f6f07395b15d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1380 | 2024.08.16 07:17:38.168998 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1381 | 2024.08.16 07:17:38.169275 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1382 | 2024.08.16 07:17:38.169314 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1383 | 2024.08.16 07:17:38.169558 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1384 | 2024.08.16 07:17:38.169623 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1385 | 2024.08.16 07:17:38.169758 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1386 | 2024.08.16 07:17:38.169791 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1387 | 2024.08.16 07:17:38.169813 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1388 | 2024.08.16 07:17:38.169829 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1389 | 2024.08.16 07:17:38.169869 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1390 | 2024.08.16 07:17:38.169891 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1391 | 2024.08.16 07:17:38.170674 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001735 sec., 2305.4755043227665 rows/sec., 106.38 KiB/sec. | ||
1392 | 2024.08.16 07:17:38.170898 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Debug> DynamicQueryHandler: Done processing query | ||
1393 | 2024.08.16 07:17:38.170924 [ 3 ] {718fe65c-8a43-4893-9a43-e5342bf788ab} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1394 | 2024.08.16 07:17:38.170940 [ 3 ] {} <Debug> HTTP-Session: ff457a39-bf4e-430c-a1d4-f6f07395b15d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1395 | 2024.08.16 07:17:38.171172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1396 | 2024.08.16 07:17:38.171221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1397 | 2024.08.16 07:17:38.171241 [ 3 ] {} <Debug> HTTP-Session: d4156e44-6f7c-4a41-8793-ea181d106fb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1398 | 2024.08.16 07:17:38.171258 [ 3 ] {} <Debug> HTTP-Session: d4156e44-6f7c-4a41-8793-ea181d106fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1399 | 2024.08.16 07:17:38.171272 [ 3 ] {} <Debug> HTTP-Session: d4156e44-6f7c-4a41-8793-ea181d106fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1400 | 2024.08.16 07:17:38.171302 [ 3 ] {} <Trace> HTTP-Session: d4156e44-6f7c-4a41-8793-ea181d106fb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1401 | 2024.08.16 07:17:38.171435 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1402 | 2024.08.16 07:17:38.171686 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1403 | 2024.08.16 07:17:38.171725 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1404 | 2024.08.16 07:17:38.171972 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1405 | 2024.08.16 07:17:38.172038 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1406 | 2024.08.16 07:17:38.172173 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1407 | 2024.08.16 07:17:38.172205 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1408 | 2024.08.16 07:17:38.172228 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1409 | 2024.08.16 07:17:38.172244 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1410 | 2024.08.16 07:17:38.172284 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1411 | 2024.08.16 07:17:38.172307 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1412 | 2024.08.16 07:17:38.173101 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001728 sec., 2314.814814814815 rows/sec., 106.81 KiB/sec. | ||
1413 | 2024.08.16 07:17:38.173328 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Debug> DynamicQueryHandler: Done processing query | ||
1414 | 2024.08.16 07:17:38.173353 [ 3 ] {ce57422e-95ac-47b9-80d0-0f5ea77b1ea0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1415 | 2024.08.16 07:17:38.173369 [ 3 ] {} <Debug> HTTP-Session: d4156e44-6f7c-4a41-8793-ea181d106fb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1416 | 2024.08.16 07:17:38.173706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1417 | 2024.08.16 07:17:38.173754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1418 | 2024.08.16 07:17:38.173775 [ 3 ] {} <Debug> HTTP-Session: 9dec91ba-6bbb-4121-bed7-0ceeeff06c39 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1419 | 2024.08.16 07:17:38.173791 [ 3 ] {} <Debug> HTTP-Session: 9dec91ba-6bbb-4121-bed7-0ceeeff06c39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1420 | 2024.08.16 07:17:38.173804 [ 3 ] {} <Debug> HTTP-Session: 9dec91ba-6bbb-4121-bed7-0ceeeff06c39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1421 | 2024.08.16 07:17:38.173835 [ 3 ] {} <Trace> HTTP-Session: 9dec91ba-6bbb-4121-bed7-0ceeeff06c39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1422 | 2024.08.16 07:17:38.173968 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1423 | 2024.08.16 07:17:38.174223 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1424 | 2024.08.16 07:17:38.174262 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1425 | 2024.08.16 07:17:38.174513 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1426 | 2024.08.16 07:17:38.174578 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1427 | 2024.08.16 07:17:38.174714 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1428 | 2024.08.16 07:17:38.174747 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1429 | 2024.08.16 07:17:38.174770 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1430 | 2024.08.16 07:17:38.174786 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1431 | 2024.08.16 07:17:38.174825 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1432 | 2024.08.16 07:17:38.174846 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1433 | 2024.08.16 07:17:38.175631 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001724 sec., 2320.185614849188 rows/sec., 107.06 KiB/sec. | ||
1434 | 2024.08.16 07:17:38.175851 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Debug> DynamicQueryHandler: Done processing query | ||
1435 | 2024.08.16 07:17:38.175875 [ 3 ] {9b47fec9-351e-41e6-b090-e06aa63ad299} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1436 | 2024.08.16 07:17:38.175891 [ 3 ] {} <Debug> HTTP-Session: 9dec91ba-6bbb-4121-bed7-0ceeeff06c39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1437 | 2024.08.16 07:17:38.176161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1438 | 2024.08.16 07:17:38.176209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1439 | 2024.08.16 07:17:38.176227 [ 3 ] {} <Debug> HTTP-Session: 883c7bc3-0d49-4b2b-b5bf-b92193f0ecb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1440 | 2024.08.16 07:17:38.176244 [ 3 ] {} <Debug> HTTP-Session: 883c7bc3-0d49-4b2b-b5bf-b92193f0ecb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1441 | 2024.08.16 07:17:38.176259 [ 3 ] {} <Debug> HTTP-Session: 883c7bc3-0d49-4b2b-b5bf-b92193f0ecb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1442 | 2024.08.16 07:17:38.176289 [ 3 ] {} <Trace> HTTP-Session: 883c7bc3-0d49-4b2b-b5bf-b92193f0ecb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1443 | 2024.08.16 07:17:38.176424 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT JSONEachRow; (stage: Complete) | ||
1444 | 2024.08.16 07:17:38.176679 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1445 | 2024.08.16 07:17:38.176719 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
1446 | 2024.08.16 07:17:38.176972 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1447 | 2024.08.16 07:17:38.177037 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1448 | 2024.08.16 07:17:38.177173 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1449 | 2024.08.16 07:17:38.177204 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1450 | 2024.08.16 07:17:38.177226 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1451 | 2024.08.16 07:17:38.177242 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1452 | 2024.08.16 07:17:38.177281 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
1453 | 2024.08.16 07:17:38.177304 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1454 | 2024.08.16 07:17:38.178204 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001843 sec., 2170.374389582203 rows/sec., 100.15 KiB/sec. | ||
1455 | 2024.08.16 07:17:38.178450 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Debug> DynamicQueryHandler: Done processing query | ||
1456 | 2024.08.16 07:17:38.178475 [ 3 ] {cd11c9ce-b171-4056-a664-2b3d77bf6661} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1457 | 2024.08.16 07:17:38.178491 [ 3 ] {} <Debug> HTTP-Session: 883c7bc3-0d49-4b2b-b5bf-b92193f0ecb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1458 | 2024.08.16 07:17:38.179181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1459 | 2024.08.16 07:17:38.179230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1460 | 2024.08.16 07:17:38.179250 [ 3 ] {} <Debug> HTTP-Session: ec6c5599-604d-40e1-9361-7f779933c097 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1461 | 2024.08.16 07:17:38.179267 [ 3 ] {} <Debug> HTTP-Session: ec6c5599-604d-40e1-9361-7f779933c097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1462 | 2024.08.16 07:17:38.179280 [ 3 ] {} <Debug> HTTP-Session: ec6c5599-604d-40e1-9361-7f779933c097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1463 | 2024.08.16 07:17:38.179310 [ 3 ] {} <Trace> HTTP-Session: ec6c5599-604d-40e1-9361-7f779933c097 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1464 | 2024.08.16 07:17:38.179445 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT JSONEachRow; (stage: Complete) | ||
1465 | 2024.08.16 07:17:38.179702 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1466 | 2024.08.16 07:17:38.179743 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
1467 | 2024.08.16 07:17:38.180000 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1468 | 2024.08.16 07:17:38.180065 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1469 | 2024.08.16 07:17:38.180201 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1470 | 2024.08.16 07:17:38.180233 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1471 | 2024.08.16 07:17:38.180256 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1472 | 2024.08.16 07:17:38.180274 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1473 | 2024.08.16 07:17:38.180313 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
1474 | 2024.08.16 07:17:38.180335 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1475 | 2024.08.16 07:17:38.181149 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001766 sec., 2265.0056625141565 rows/sec., 104.51 KiB/sec. | ||
1476 | 2024.08.16 07:17:38.181365 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Debug> DynamicQueryHandler: Done processing query | ||
1477 | 2024.08.16 07:17:38.181391 [ 3 ] {cf9d8f52-6b6e-4179-aea5-4ebbc5b870f9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1478 | 2024.08.16 07:17:38.181407 [ 3 ] {} <Debug> HTTP-Session: ec6c5599-604d-40e1-9361-7f779933c097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1479 | 2024.08.16 07:17:38.181681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 860, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1480 | 2024.08.16 07:17:38.181729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1481 | 2024.08.16 07:17:38.181749 [ 3 ] {} <Debug> HTTP-Session: 451ab8ad-90ee-4f6d-a4b3-82af18847bff Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1482 | 2024.08.16 07:17:38.181766 [ 3 ] {} <Debug> HTTP-Session: 451ab8ad-90ee-4f6d-a4b3-82af18847bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1483 | 2024.08.16 07:17:38.181779 [ 3 ] {} <Debug> HTTP-Session: 451ab8ad-90ee-4f6d-a4b3-82af18847bff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1484 | 2024.08.16 07:17:38.181810 [ 3 ] {} <Trace> HTTP-Session: 451ab8ad-90ee-4f6d-a4b3-82af18847bff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1485 | 2024.08.16 07:17:38.181945 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1486 | 2024.08.16 07:17:38.182201 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1487 | 2024.08.16 07:17:38.182241 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
1488 | 2024.08.16 07:17:38.182501 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1489 | 2024.08.16 07:17:38.182565 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1490 | 2024.08.16 07:17:38.182700 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1491 | 2024.08.16 07:17:38.182732 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1492 | 2024.08.16 07:17:38.182754 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1493 | 2024.08.16 07:17:38.182770 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1494 | 2024.08.16 07:17:38.182813 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
1495 | 2024.08.16 07:17:38.182835 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1496 | 2024.08.16 07:17:38.183644 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00176 sec., 2272.7272727272725 rows/sec., 104.87 KiB/sec. | ||
1497 | 2024.08.16 07:17:38.183875 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Debug> DynamicQueryHandler: Done processing query | ||
1498 | 2024.08.16 07:17:38.183900 [ 3 ] {581dfcfc-ee74-4c23-8c06-ea6cb7796006} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1499 | 2024.08.16 07:17:38.183916 [ 3 ] {} <Debug> HTTP-Session: 451ab8ad-90ee-4f6d-a4b3-82af18847bff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1500 | 2024.08.16 07:17:38.184138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1501 | 2024.08.16 07:17:38.184187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1502 | 2024.08.16 07:17:38.184206 [ 3 ] {} <Debug> HTTP-Session: 1e8f7f76-068d-444b-809c-f358a5b2e7e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1503 | 2024.08.16 07:17:38.184223 [ 3 ] {} <Debug> HTTP-Session: 1e8f7f76-068d-444b-809c-f358a5b2e7e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1504 | 2024.08.16 07:17:38.184237 [ 3 ] {} <Debug> HTTP-Session: 1e8f7f76-068d-444b-809c-f358a5b2e7e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1505 | 2024.08.16 07:17:38.184267 [ 3 ] {} <Trace> HTTP-Session: 1e8f7f76-068d-444b-809c-f358a5b2e7e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1506 | 2024.08.16 07:17:38.184403 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1507 | 2024.08.16 07:17:38.184665 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1508 | 2024.08.16 07:17:38.184707 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1509 | 2024.08.16 07:17:38.184967 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1510 | 2024.08.16 07:17:38.185032 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1511 | 2024.08.16 07:17:38.185168 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1512 | 2024.08.16 07:17:38.185201 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1513 | 2024.08.16 07:17:38.185223 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1514 | 2024.08.16 07:17:38.185239 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1515 | 2024.08.16 07:17:38.185280 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1516 | 2024.08.16 07:17:38.185302 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1517 | 2024.08.16 07:17:38.186327 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001987 sec., 2013.0850528434826 rows/sec., 92.89 KiB/sec. | ||
1518 | 2024.08.16 07:17:38.186563 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Debug> DynamicQueryHandler: Done processing query | ||
1519 | 2024.08.16 07:17:38.186588 [ 3 ] {6f9c9051-7f87-44a0-b79a-d65e72e8ef05} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1520 | 2024.08.16 07:17:38.186604 [ 3 ] {} <Debug> HTTP-Session: 1e8f7f76-068d-444b-809c-f358a5b2e7e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1521 | 2024.08.16 07:17:38.186865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1522 | 2024.08.16 07:17:38.186912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1523 | 2024.08.16 07:17:38.186931 [ 3 ] {} <Debug> HTTP-Session: 4e8b70bb-e3f6-4916-8cae-a65dcfb65990 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1524 | 2024.08.16 07:17:38.186948 [ 3 ] {} <Debug> HTTP-Session: 4e8b70bb-e3f6-4916-8cae-a65dcfb65990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1525 | 2024.08.16 07:17:38.186963 [ 3 ] {} <Debug> HTTP-Session: 4e8b70bb-e3f6-4916-8cae-a65dcfb65990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1526 | 2024.08.16 07:17:38.186993 [ 3 ] {} <Trace> HTTP-Session: 4e8b70bb-e3f6-4916-8cae-a65dcfb65990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1527 | 2024.08.16 07:17:38.187130 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1528 | 2024.08.16 07:17:38.187392 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1529 | 2024.08.16 07:17:38.187433 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1530 | 2024.08.16 07:17:38.187701 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1531 | 2024.08.16 07:17:38.187766 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1532 | 2024.08.16 07:17:38.187902 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1533 | 2024.08.16 07:17:38.187934 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1534 | 2024.08.16 07:17:38.187956 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1535 | 2024.08.16 07:17:38.187973 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1536 | 2024.08.16 07:17:38.188012 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1537 | 2024.08.16 07:17:38.188034 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1538 | 2024.08.16 07:17:38.188868 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001801 sec., 2220.988339811216 rows/sec., 102.48 KiB/sec. | ||
1539 | 2024.08.16 07:17:38.189088 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Debug> DynamicQueryHandler: Done processing query | ||
1540 | 2024.08.16 07:17:38.189113 [ 3 ] {62d3d0a2-26d7-4527-8a5a-50e5ca574456} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1541 | 2024.08.16 07:17:38.189129 [ 3 ] {} <Debug> HTTP-Session: 4e8b70bb-e3f6-4916-8cae-a65dcfb65990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1542 | 2024.08.16 07:17:38.189448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1543 | 2024.08.16 07:17:38.189496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1544 | 2024.08.16 07:17:38.189518 [ 3 ] {} <Debug> HTTP-Session: 92ca28c4-2334-45e1-8466-05e5c4b17f04 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1545 | 2024.08.16 07:17:38.189536 [ 3 ] {} <Debug> HTTP-Session: 92ca28c4-2334-45e1-8466-05e5c4b17f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1546 | 2024.08.16 07:17:38.189549 [ 3 ] {} <Debug> HTTP-Session: 92ca28c4-2334-45e1-8466-05e5c4b17f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1547 | 2024.08.16 07:17:38.189580 [ 3 ] {} <Trace> HTTP-Session: 92ca28c4-2334-45e1-8466-05e5c4b17f04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1548 | 2024.08.16 07:17:38.189721 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1549 | 2024.08.16 07:17:38.189985 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1550 | 2024.08.16 07:17:38.190028 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1551 | 2024.08.16 07:17:38.190293 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1552 | 2024.08.16 07:17:38.190358 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1553 | 2024.08.16 07:17:38.190494 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1554 | 2024.08.16 07:17:38.190527 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1555 | 2024.08.16 07:17:38.190549 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1556 | 2024.08.16 07:17:38.190565 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1557 | 2024.08.16 07:17:38.190606 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1558 | 2024.08.16 07:17:38.190628 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1559 | 2024.08.16 07:17:38.191388 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001732 sec., 2309.4688221709007 rows/sec., 106.56 KiB/sec. | ||
1560 | 2024.08.16 07:17:38.191611 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Debug> DynamicQueryHandler: Done processing query | ||
1561 | 2024.08.16 07:17:38.191636 [ 3 ] {3c410c97-4cc3-4de6-b9db-f7d694ef1bcb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1562 | 2024.08.16 07:17:38.191652 [ 3 ] {} <Debug> HTTP-Session: 92ca28c4-2334-45e1-8466-05e5c4b17f04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1563 | 2024.08.16 07:17:38.191890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1564 | 2024.08.16 07:17:38.191937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1565 | 2024.08.16 07:17:38.191958 [ 3 ] {} <Debug> HTTP-Session: eacf98ee-1bb6-411c-a989-afabc0b8c28a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1566 | 2024.08.16 07:17:38.191974 [ 3 ] {} <Debug> HTTP-Session: eacf98ee-1bb6-411c-a989-afabc0b8c28a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1567 | 2024.08.16 07:17:38.191987 [ 3 ] {} <Debug> HTTP-Session: eacf98ee-1bb6-411c-a989-afabc0b8c28a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1568 | 2024.08.16 07:17:38.192017 [ 3 ] {} <Trace> HTTP-Session: eacf98ee-1bb6-411c-a989-afabc0b8c28a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1569 | 2024.08.16 07:17:38.192158 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1570 | 2024.08.16 07:17:38.192422 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1571 | 2024.08.16 07:17:38.192466 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1572 | 2024.08.16 07:17:38.192737 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1573 | 2024.08.16 07:17:38.192803 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1574 | 2024.08.16 07:17:38.192937 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1575 | 2024.08.16 07:17:38.192970 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1576 | 2024.08.16 07:17:38.192993 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1577 | 2024.08.16 07:17:38.193009 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1578 | 2024.08.16 07:17:38.193049 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1579 | 2024.08.16 07:17:38.193070 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1580 | 2024.08.16 07:17:38.193831 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00174 sec., 2298.8505747126437 rows/sec., 106.07 KiB/sec. | ||
1581 | 2024.08.16 07:17:38.194051 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Debug> DynamicQueryHandler: Done processing query | ||
1582 | 2024.08.16 07:17:38.194077 [ 3 ] {b53bde03-fa80-4953-a48f-f37a1f6384e5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1583 | 2024.08.16 07:17:38.194093 [ 3 ] {} <Debug> HTTP-Session: eacf98ee-1bb6-411c-a989-afabc0b8c28a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1584 | 2024.08.16 07:17:38.194314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1585 | 2024.08.16 07:17:38.194362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1586 | 2024.08.16 07:17:38.194381 [ 3 ] {} <Debug> HTTP-Session: 8211d2a2-8393-49c6-b7a1-ad97570079c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1587 | 2024.08.16 07:17:38.194398 [ 3 ] {} <Debug> HTTP-Session: 8211d2a2-8393-49c6-b7a1-ad97570079c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1588 | 2024.08.16 07:17:38.194411 [ 3 ] {} <Debug> HTTP-Session: 8211d2a2-8393-49c6-b7a1-ad97570079c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1589 | 2024.08.16 07:17:38.194442 [ 3 ] {} <Trace> HTTP-Session: 8211d2a2-8393-49c6-b7a1-ad97570079c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1590 | 2024.08.16 07:17:38.194582 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1591 | 2024.08.16 07:17:38.194850 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1592 | 2024.08.16 07:17:38.194893 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1593 | 2024.08.16 07:17:38.195164 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1594 | 2024.08.16 07:17:38.195228 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1595 | 2024.08.16 07:17:38.195363 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1596 | 2024.08.16 07:17:38.195396 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1597 | 2024.08.16 07:17:38.195418 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1598 | 2024.08.16 07:17:38.195435 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1599 | 2024.08.16 07:17:38.195475 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1600 | 2024.08.16 07:17:38.195497 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1601 | 2024.08.16 07:17:38.196275 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001759 sec., 2274.019329164298 rows/sec., 104.93 KiB/sec. | ||
1602 | 2024.08.16 07:17:38.196515 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Debug> DynamicQueryHandler: Done processing query | ||
1603 | 2024.08.16 07:17:38.196540 [ 3 ] {9d1a294a-845a-4ece-801a-06ba089daec0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1604 | 2024.08.16 07:17:38.196557 [ 3 ] {} <Debug> HTTP-Session: 8211d2a2-8393-49c6-b7a1-ad97570079c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1605 | 2024.08.16 07:17:38.196794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1606 | 2024.08.16 07:17:38.196843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1607 | 2024.08.16 07:17:38.196862 [ 3 ] {} <Debug> HTTP-Session: 7c8aced7-28d9-4ce7-9499-0645d261d29a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1608 | 2024.08.16 07:17:38.196878 [ 3 ] {} <Debug> HTTP-Session: 7c8aced7-28d9-4ce7-9499-0645d261d29a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1609 | 2024.08.16 07:17:38.196892 [ 3 ] {} <Debug> HTTP-Session: 7c8aced7-28d9-4ce7-9499-0645d261d29a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1610 | 2024.08.16 07:17:38.196922 [ 3 ] {} <Trace> HTTP-Session: 7c8aced7-28d9-4ce7-9499-0645d261d29a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1611 | 2024.08.16 07:17:38.197062 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1612 | 2024.08.16 07:17:38.197333 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1613 | 2024.08.16 07:17:38.197392 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1614 | 2024.08.16 07:17:38.197683 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1615 | 2024.08.16 07:17:38.197749 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1616 | 2024.08.16 07:17:38.197887 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1617 | 2024.08.16 07:17:38.197920 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1618 | 2024.08.16 07:17:38.197942 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1619 | 2024.08.16 07:17:38.197958 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1620 | 2024.08.16 07:17:38.197999 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1621 | 2024.08.16 07:17:38.198022 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1622 | 2024.08.16 07:17:38.198866 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001866 sec., 2143.6227224008576 rows/sec., 98.91 KiB/sec. | ||
1623 | 2024.08.16 07:17:38.199088 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Debug> DynamicQueryHandler: Done processing query | ||
1624 | 2024.08.16 07:17:38.199113 [ 3 ] {15cd9f05-f20f-4cc0-acd7-f270ce0950d4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1625 | 2024.08.16 07:17:38.199130 [ 3 ] {} <Debug> HTTP-Session: 7c8aced7-28d9-4ce7-9499-0645d261d29a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1626 | 2024.08.16 07:17:38.199355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1627 | 2024.08.16 07:17:38.199403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1628 | 2024.08.16 07:17:38.199422 [ 3 ] {} <Debug> HTTP-Session: ee958cc1-086c-476d-9248-b0c266ac8202 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1629 | 2024.08.16 07:17:38.199439 [ 3 ] {} <Debug> HTTP-Session: ee958cc1-086c-476d-9248-b0c266ac8202 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1630 | 2024.08.16 07:17:38.199452 [ 3 ] {} <Debug> HTTP-Session: ee958cc1-086c-476d-9248-b0c266ac8202 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1631 | 2024.08.16 07:17:38.199483 [ 3 ] {} <Trace> HTTP-Session: ee958cc1-086c-476d-9248-b0c266ac8202 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1632 | 2024.08.16 07:17:38.199625 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1633 | 2024.08.16 07:17:38.199892 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1634 | 2024.08.16 07:17:38.199935 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1635 | 2024.08.16 07:17:38.200211 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1636 | 2024.08.16 07:17:38.200275 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1637 | 2024.08.16 07:17:38.200412 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1638 | 2024.08.16 07:17:38.200444 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1639 | 2024.08.16 07:17:38.200467 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1640 | 2024.08.16 07:17:38.200483 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1641 | 2024.08.16 07:17:38.200524 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1642 | 2024.08.16 07:17:38.200547 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1643 | 2024.08.16 07:17:38.201337 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001778 sec., 2249.718785151856 rows/sec., 103.81 KiB/sec. | ||
1644 | 2024.08.16 07:17:38.201572 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Debug> DynamicQueryHandler: Done processing query | ||
1645 | 2024.08.16 07:17:38.201598 [ 3 ] {959e9ee8-c897-4537-a270-f465db03d0b3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1646 | 2024.08.16 07:17:38.201615 [ 3 ] {} <Debug> HTTP-Session: ee958cc1-086c-476d-9248-b0c266ac8202 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1647 | 2024.08.16 07:17:38.206683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1648 | 2024.08.16 07:17:38.206742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1649 | 2024.08.16 07:17:38.206766 [ 3 ] {} <Debug> HTTP-Session: ceedebdb-a8cc-41f7-b1dc-e67dbd2312ff Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1650 | 2024.08.16 07:17:38.206786 [ 3 ] {} <Debug> HTTP-Session: ceedebdb-a8cc-41f7-b1dc-e67dbd2312ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1651 | 2024.08.16 07:17:38.206803 [ 3 ] {} <Debug> HTTP-Session: ceedebdb-a8cc-41f7-b1dc-e67dbd2312ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1652 | 2024.08.16 07:17:38.206840 [ 3 ] {} <Trace> HTTP-Session: ceedebdb-a8cc-41f7-b1dc-e67dbd2312ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1653 | 2024.08.16 07:17:38.207013 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1654 | 2024.08.16 07:17:38.207349 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1655 | 2024.08.16 07:17:38.207403 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1656 | 2024.08.16 07:17:38.207721 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1657 | 2024.08.16 07:17:38.207787 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1658 | 2024.08.16 07:17:38.207924 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1659 | 2024.08.16 07:17:38.207956 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1660 | 2024.08.16 07:17:38.207980 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1661 | 2024.08.16 07:17:38.207997 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1662 | 2024.08.16 07:17:38.208037 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1663 | 2024.08.16 07:17:38.208059 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1664 | 2024.08.16 07:17:38.208911 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001984 sec., 2016.1290322580644 rows/sec., 93.03 KiB/sec. | ||
1665 | 2024.08.16 07:17:38.209136 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Debug> DynamicQueryHandler: Done processing query | ||
1666 | 2024.08.16 07:17:38.209161 [ 3 ] {99bc4620-90a3-4efd-8adb-c9df55e76cfd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1667 | 2024.08.16 07:17:38.209178 [ 3 ] {} <Debug> HTTP-Session: ceedebdb-a8cc-41f7-b1dc-e67dbd2312ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1668 | 2024.08.16 07:17:38.211734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1669 | 2024.08.16 07:17:38.211829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1670 | 2024.08.16 07:17:38.211867 [ 3 ] {} <Debug> HTTP-Session: 51e05b68-ae43-4ab0-8040-e3405d66a394 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1671 | 2024.08.16 07:17:38.211899 [ 3 ] {} <Debug> HTTP-Session: 51e05b68-ae43-4ab0-8040-e3405d66a394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1672 | 2024.08.16 07:17:38.211926 [ 3 ] {} <Debug> HTTP-Session: 51e05b68-ae43-4ab0-8040-e3405d66a394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1673 | 2024.08.16 07:17:38.211986 [ 3 ] {} <Trace> HTTP-Session: 51e05b68-ae43-4ab0-8040-e3405d66a394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1674 | 2024.08.16 07:17:38.212228 [ 3 ] {b8ff3a90-56ef-4b0f-87db-f4eebc368977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1675 | 2024.08.16 07:17:38.212317 [ 3 ] {b8ff3a90-56ef-4b0f-87db-f4eebc368977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1676 | 2024.08.16 07:17:38.212642 [ 3 ] {b8ff3a90-56ef-4b0f-87db-f4eebc368977} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1677 | 2024.08.16 07:17:38.213028 [ 3 ] {b8ff3a90-56ef-4b0f-87db-f4eebc368977} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1678 | 2024.08.16 07:17:38.213066 [ 3 ] {b8ff3a90-56ef-4b0f-87db-f4eebc368977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1679 | 2024.08.16 07:17:38.213553 [ 3 ] {b8ff3a90-56ef-4b0f-87db-f4eebc368977} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1680 | 2024.08.16 07:17:38.213875 [ 3 ] {b8ff3a90-56ef-4b0f-87db-f4eebc368977} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1681 | 2024.08.16 07:17:38.214021 [ 3 ] {b8ff3a90-56ef-4b0f-87db-f4eebc368977} <Debug> executeQuery: Read 26 rows, 4.07 KiB in 0.001899 sec., 13691.41653501843 rows/sec., 2.09 MiB/sec. | ||
1682 | 2024.08.16 07:17:38.214340 [ 3 ] {b8ff3a90-56ef-4b0f-87db-f4eebc368977} <Debug> DynamicQueryHandler: Done processing query | ||
1683 | 2024.08.16 07:17:38.214374 [ 3 ] {b8ff3a90-56ef-4b0f-87db-f4eebc368977} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1684 | 2024.08.16 07:17:38.214390 [ 3 ] {} <Debug> HTTP-Session: 51e05b68-ae43-4ab0-8040-e3405d66a394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1685 | 2024.08.16 07:17:38.214597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 24239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1686 | 2024.08.16 07:17:38.214646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1687 | 2024.08.16 07:17:38.214666 [ 3 ] {} <Debug> HTTP-Session: 69a2cbc5-df69-4294-87c1-1b3ac256f4d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1688 | 2024.08.16 07:17:38.214683 [ 3 ] {} <Debug> HTTP-Session: 69a2cbc5-df69-4294-87c1-1b3ac256f4d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1689 | 2024.08.16 07:17:38.214697 [ 3 ] {} <Debug> HTTP-Session: 69a2cbc5-df69-4294-87c1-1b3ac256f4d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1690 | 2024.08.16 07:17:38.214728 [ 3 ] {} <Trace> HTTP-Session: 69a2cbc5-df69-4294-87c1-1b3ac256f4d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1691 | 2024.08.16 07:17:38.214927 [ 3 ] {5c94cd4c-096b-431e-a787-34ec642ea842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1692 | 2024.08.16 07:17:38.214971 [ 3 ] {5c94cd4c-096b-431e-a787-34ec642ea842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1693 | 2024.08.16 07:17:38.215116 [ 3 ] {5c94cd4c-096b-431e-a787-34ec642ea842} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1694 | 2024.08.16 07:17:38.215561 [ 3 ] {5c94cd4c-096b-431e-a787-34ec642ea842} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1695 | 2024.08.16 07:17:38.215599 [ 3 ] {5c94cd4c-096b-431e-a787-34ec642ea842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1696 | 2024.08.16 07:17:38.215939 [ 3 ] {5c94cd4c-096b-431e-a787-34ec642ea842} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1697 | 2024.08.16 07:17:38.216250 [ 3 ] {5c94cd4c-096b-431e-a787-34ec642ea842} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1698 | 2024.08.16 07:17:38.216401 [ 3 ] {5c94cd4c-096b-431e-a787-34ec642ea842} <Debug> executeQuery: Read 159 rows, 14.54 KiB in 0.001591 sec., 99937.14644877437 rows/sec., 8.93 MiB/sec. | ||
1699 | 2024.08.16 07:17:38.216571 [ 3 ] {5c94cd4c-096b-431e-a787-34ec642ea842} <Debug> DynamicQueryHandler: Done processing query | ||
1700 | 2024.08.16 07:17:38.216596 [ 3 ] {5c94cd4c-096b-431e-a787-34ec642ea842} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1701 | 2024.08.16 07:17:38.216611 [ 3 ] {} <Debug> HTTP-Session: 69a2cbc5-df69-4294-87c1-1b3ac256f4d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1702 | 2024.08.16 07:17:38.216734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1703 | 2024.08.16 07:17:38.216782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1704 | 2024.08.16 07:17:38.216802 [ 3 ] {} <Debug> HTTP-Session: 2373e4e4-d9a8-4f27-8d16-148b614544ab Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1705 | 2024.08.16 07:17:38.216819 [ 3 ] {} <Debug> HTTP-Session: 2373e4e4-d9a8-4f27-8d16-148b614544ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1706 | 2024.08.16 07:17:38.216833 [ 3 ] {} <Debug> HTTP-Session: 2373e4e4-d9a8-4f27-8d16-148b614544ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1707 | 2024.08.16 07:17:38.216863 [ 3 ] {} <Trace> HTTP-Session: 2373e4e4-d9a8-4f27-8d16-148b614544ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1708 | 2024.08.16 07:17:38.216961 [ 3 ] {d6238f3a-8882-47c3-b880-b6b4e3a6f879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1709 | 2024.08.16 07:17:38.217003 [ 3 ] {d6238f3a-8882-47c3-b880-b6b4e3a6f879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1710 | 2024.08.16 07:17:38.217127 [ 3 ] {d6238f3a-8882-47c3-b880-b6b4e3a6f879} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1711 | 2024.08.16 07:17:38.221523 [ 3 ] {d6238f3a-8882-47c3-b880-b6b4e3a6f879} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1712 | 2024.08.16 07:17:38.221566 [ 3 ] {d6238f3a-8882-47c3-b880-b6b4e3a6f879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1713 | 2024.08.16 07:17:38.221970 [ 3 ] {d6238f3a-8882-47c3-b880-b6b4e3a6f879} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1714 | 2024.08.16 07:17:38.222343 [ 3 ] {d6238f3a-8882-47c3-b880-b6b4e3a6f879} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1715 | 2024.08.16 07:17:38.222518 [ 3 ] {d6238f3a-8882-47c3-b880-b6b4e3a6f879} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005569 sec., 2513.916322499551 rows/sec., 176.06 KiB/sec. | ||
1716 | 2024.08.16 07:17:38.222796 [ 3 ] {d6238f3a-8882-47c3-b880-b6b4e3a6f879} <Debug> DynamicQueryHandler: Done processing query | ||
1717 | 2024.08.16 07:17:38.222821 [ 3 ] {d6238f3a-8882-47c3-b880-b6b4e3a6f879} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1718 | 2024.08.16 07:17:38.222837 [ 3 ] {} <Debug> HTTP-Session: 2373e4e4-d9a8-4f27-8d16-148b614544ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1719 | 2024.08.16 07:17:38.222956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1720 | 2024.08.16 07:17:38.223004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1721 | 2024.08.16 07:17:38.223023 [ 3 ] {} <Debug> HTTP-Session: 43403a00-7d60-489b-9106-151f59ae469a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1722 | 2024.08.16 07:17:38.223041 [ 3 ] {} <Debug> HTTP-Session: 43403a00-7d60-489b-9106-151f59ae469a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1723 | 2024.08.16 07:17:38.223055 [ 3 ] {} <Debug> HTTP-Session: 43403a00-7d60-489b-9106-151f59ae469a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1724 | 2024.08.16 07:17:38.223086 [ 3 ] {} <Trace> HTTP-Session: 43403a00-7d60-489b-9106-151f59ae469a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1725 | 2024.08.16 07:17:38.223183 [ 3 ] {60fa150b-4f99-45da-b898-a1864cdf4e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1726 | 2024.08.16 07:17:38.223226 [ 3 ] {60fa150b-4f99-45da-b898-a1864cdf4e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1727 | 2024.08.16 07:17:38.223367 [ 3 ] {60fa150b-4f99-45da-b898-a1864cdf4e55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1728 | 2024.08.16 07:17:38.223717 [ 3 ] {60fa150b-4f99-45da-b898-a1864cdf4e55} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1729 | 2024.08.16 07:17:38.223755 [ 3 ] {60fa150b-4f99-45da-b898-a1864cdf4e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1730 | 2024.08.16 07:17:38.224070 [ 3 ] {60fa150b-4f99-45da-b898-a1864cdf4e55} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1731 | 2024.08.16 07:17:38.224384 [ 3 ] {60fa150b-4f99-45da-b898-a1864cdf4e55} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1732 | 2024.08.16 07:17:38.224548 [ 3 ] {60fa150b-4f99-45da-b898-a1864cdf4e55} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001381 sec., 4344.677769732078 rows/sec., 256.69 KiB/sec. | ||
1733 | 2024.08.16 07:17:38.224817 [ 3 ] {60fa150b-4f99-45da-b898-a1864cdf4e55} <Debug> DynamicQueryHandler: Done processing query | ||
1734 | 2024.08.16 07:17:38.224842 [ 3 ] {60fa150b-4f99-45da-b898-a1864cdf4e55} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1735 | 2024.08.16 07:17:38.224857 [ 3 ] {} <Debug> HTTP-Session: 43403a00-7d60-489b-9106-151f59ae469a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1736 | 2024.08.16 07:17:38.225154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 55705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1737 | 2024.08.16 07:17:38.225204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1738 | 2024.08.16 07:17:38.225224 [ 3 ] {} <Debug> HTTP-Session: 8b69b684-d637-42a2-9305-4591dbcbc352 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1739 | 2024.08.16 07:17:38.225241 [ 3 ] {} <Debug> HTTP-Session: 8b69b684-d637-42a2-9305-4591dbcbc352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1740 | 2024.08.16 07:17:38.225255 [ 3 ] {} <Debug> HTTP-Session: 8b69b684-d637-42a2-9305-4591dbcbc352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1741 | 2024.08.16 07:17:38.225285 [ 3 ] {} <Trace> HTTP-Session: 8b69b684-d637-42a2-9305-4591dbcbc352 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1742 | 2024.08.16 07:17:38.225636 [ 3 ] {aac88481-c37b-4af1-b906-9bd7aa4c4071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1743 | 2024.08.16 07:17:38.225680 [ 3 ] {aac88481-c37b-4af1-b906-9bd7aa4c4071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1744 | 2024.08.16 07:17:38.225826 [ 3 ] {aac88481-c37b-4af1-b906-9bd7aa4c4071} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1745 | 2024.08.16 07:17:38.226328 [ 3 ] {aac88481-c37b-4af1-b906-9bd7aa4c4071} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1746 | 2024.08.16 07:17:38.226365 [ 3 ] {aac88481-c37b-4af1-b906-9bd7aa4c4071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1747 | 2024.08.16 07:17:38.226688 [ 3 ] {aac88481-c37b-4af1-b906-9bd7aa4c4071} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1748 | 2024.08.16 07:17:38.226990 [ 3 ] {aac88481-c37b-4af1-b906-9bd7aa4c4071} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1749 | 2024.08.16 07:17:38.227142 [ 3 ] {aac88481-c37b-4af1-b906-9bd7aa4c4071} <Debug> executeQuery: Read 346 rows, 24.80 KiB in 0.001768 sec., 195701.35746606335 rows/sec., 13.70 MiB/sec. | ||
1750 | 2024.08.16 07:17:38.227431 [ 3 ] {aac88481-c37b-4af1-b906-9bd7aa4c4071} <Debug> DynamicQueryHandler: Done processing query | ||
1751 | 2024.08.16 07:17:38.227457 [ 3 ] {aac88481-c37b-4af1-b906-9bd7aa4c4071} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
1752 | 2024.08.16 07:17:38.227473 [ 3 ] {} <Debug> HTTP-Session: 8b69b684-d637-42a2-9305-4591dbcbc352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1753 | 2024.08.16 07:17:38.227610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1754 | 2024.08.16 07:17:38.227657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1755 | 2024.08.16 07:17:38.227676 [ 3 ] {} <Debug> HTTP-Session: c9ca3e4f-74d3-478c-81cf-8fc48e4e5573 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1756 | 2024.08.16 07:17:38.227692 [ 3 ] {} <Debug> HTTP-Session: c9ca3e4f-74d3-478c-81cf-8fc48e4e5573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1757 | 2024.08.16 07:17:38.227706 [ 3 ] {} <Debug> HTTP-Session: c9ca3e4f-74d3-478c-81cf-8fc48e4e5573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1758 | 2024.08.16 07:17:38.227737 [ 3 ] {} <Trace> HTTP-Session: c9ca3e4f-74d3-478c-81cf-8fc48e4e5573 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1759 | 2024.08.16 07:17:38.227833 [ 3 ] {83b1110d-966e-429e-8101-ec37f1bdded8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1760 | 2024.08.16 07:17:38.227878 [ 3 ] {83b1110d-966e-429e-8101-ec37f1bdded8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1761 | 2024.08.16 07:17:38.228024 [ 3 ] {83b1110d-966e-429e-8101-ec37f1bdded8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1762 | 2024.08.16 07:17:38.228275 [ 3 ] {83b1110d-966e-429e-8101-ec37f1bdded8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1763 | 2024.08.16 07:17:38.228311 [ 3 ] {83b1110d-966e-429e-8101-ec37f1bdded8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1764 | 2024.08.16 07:17:38.228678 [ 3 ] {83b1110d-966e-429e-8101-ec37f1bdded8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1765 | 2024.08.16 07:17:38.228998 [ 3 ] {83b1110d-966e-429e-8101-ec37f1bdded8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1766 | 2024.08.16 07:17:38.229151 [ 3 ] {83b1110d-966e-429e-8101-ec37f1bdded8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. | ||
1767 | 2024.08.16 07:17:38.229417 [ 3 ] {83b1110d-966e-429e-8101-ec37f1bdded8} <Debug> DynamicQueryHandler: Done processing query | ||
1768 | 2024.08.16 07:17:38.229442 [ 3 ] {83b1110d-966e-429e-8101-ec37f1bdded8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1769 | 2024.08.16 07:17:38.229458 [ 3 ] {} <Debug> HTTP-Session: c9ca3e4f-74d3-478c-81cf-8fc48e4e5573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1770 | 2024.08.16 07:17:38.229642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1771 | 2024.08.16 07:17:38.229692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1772 | 2024.08.16 07:17:38.229711 [ 3 ] {} <Debug> HTTP-Session: 396f7f3b-cc5d-426d-a59a-06611f0ae42a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1773 | 2024.08.16 07:17:38.229727 [ 3 ] {} <Debug> HTTP-Session: 396f7f3b-cc5d-426d-a59a-06611f0ae42a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1774 | 2024.08.16 07:17:38.229742 [ 3 ] {} <Debug> HTTP-Session: 396f7f3b-cc5d-426d-a59a-06611f0ae42a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1775 | 2024.08.16 07:17:38.229772 [ 3 ] {} <Trace> HTTP-Session: 396f7f3b-cc5d-426d-a59a-06611f0ae42a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1776 | 2024.08.16 07:17:38.229918 [ 3 ] {44020bba-f225-4c16-a907-6549e4dd1333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1777 | 2024.08.16 07:17:38.229964 [ 3 ] {44020bba-f225-4c16-a907-6549e4dd1333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1778 | 2024.08.16 07:17:38.230124 [ 3 ] {44020bba-f225-4c16-a907-6549e4dd1333} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1779 | 2024.08.16 07:17:38.230474 [ 3 ] {44020bba-f225-4c16-a907-6549e4dd1333} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1780 | 2024.08.16 07:17:38.230512 [ 3 ] {44020bba-f225-4c16-a907-6549e4dd1333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1781 | 2024.08.16 07:17:38.230897 [ 3 ] {44020bba-f225-4c16-a907-6549e4dd1333} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1782 | 2024.08.16 07:17:38.231232 [ 3 ] {44020bba-f225-4c16-a907-6549e4dd1333} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1783 | 2024.08.16 07:17:38.231374 [ 3 ] {44020bba-f225-4c16-a907-6549e4dd1333} <Debug> executeQuery: Read 127 rows, 8.41 KiB in 0.001526 sec., 83224.11533420708 rows/sec., 5.38 MiB/sec. | ||
1784 | 2024.08.16 07:17:38.231530 [ 3 ] {44020bba-f225-4c16-a907-6549e4dd1333} <Debug> DynamicQueryHandler: Done processing query | ||
1785 | 2024.08.16 07:17:38.231555 [ 3 ] {44020bba-f225-4c16-a907-6549e4dd1333} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1786 | 2024.08.16 07:17:38.231570 [ 3 ] {} <Debug> HTTP-Session: 396f7f3b-cc5d-426d-a59a-06611f0ae42a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1787 | 2024.08.16 07:17:38.231691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1788 | 2024.08.16 07:17:38.231739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1789 | 2024.08.16 07:17:38.231758 [ 3 ] {} <Debug> HTTP-Session: d6048845-d80f-4703-bd0e-a653bc16449b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1790 | 2024.08.16 07:17:38.231774 [ 3 ] {} <Debug> HTTP-Session: d6048845-d80f-4703-bd0e-a653bc16449b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1791 | 2024.08.16 07:17:38.231788 [ 3 ] {} <Debug> HTTP-Session: d6048845-d80f-4703-bd0e-a653bc16449b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1792 | 2024.08.16 07:17:38.231818 [ 3 ] {} <Trace> HTTP-Session: d6048845-d80f-4703-bd0e-a653bc16449b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1793 | 2024.08.16 07:17:38.231910 [ 3 ] {c077df18-5d13-4eec-a702-97e8f523243e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1794 | 2024.08.16 07:17:38.231954 [ 3 ] {c077df18-5d13-4eec-a702-97e8f523243e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1795 | 2024.08.16 07:17:38.232078 [ 3 ] {c077df18-5d13-4eec-a702-97e8f523243e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1796 | 2024.08.16 07:17:38.232314 [ 3 ] {c077df18-5d13-4eec-a702-97e8f523243e} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1797 | 2024.08.16 07:17:38.232351 [ 3 ] {c077df18-5d13-4eec-a702-97e8f523243e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1798 | 2024.08.16 07:17:38.232727 [ 3 ] {c077df18-5d13-4eec-a702-97e8f523243e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1799 | 2024.08.16 07:17:38.233042 [ 3 ] {c077df18-5d13-4eec-a702-97e8f523243e} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1800 | 2024.08.16 07:17:38.233183 [ 3 ] {c077df18-5d13-4eec-a702-97e8f523243e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001295 sec., 772.2007722007722 rows/sec., 52.03 KiB/sec. | ||
1801 | 2024.08.16 07:17:38.233345 [ 3 ] {c077df18-5d13-4eec-a702-97e8f523243e} <Debug> DynamicQueryHandler: Done processing query | ||
1802 | 2024.08.16 07:17:38.233369 [ 3 ] {c077df18-5d13-4eec-a702-97e8f523243e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1803 | 2024.08.16 07:17:38.233385 [ 3 ] {} <Debug> HTTP-Session: d6048845-d80f-4703-bd0e-a653bc16449b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1804 | 2024.08.16 07:17:38.233496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 6132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1805 | 2024.08.16 07:17:38.233545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1806 | 2024.08.16 07:17:38.233565 [ 3 ] {} <Debug> HTTP-Session: 07d339b1-95c3-46fc-898e-b34501b4e783 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1807 | 2024.08.16 07:17:38.233581 [ 3 ] {} <Debug> HTTP-Session: 07d339b1-95c3-46fc-898e-b34501b4e783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1808 | 2024.08.16 07:17:38.233595 [ 3 ] {} <Debug> HTTP-Session: 07d339b1-95c3-46fc-898e-b34501b4e783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1809 | 2024.08.16 07:17:38.233625 [ 3 ] {} <Trace> HTTP-Session: 07d339b1-95c3-46fc-898e-b34501b4e783 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1810 | 2024.08.16 07:17:38.233733 [ 3 ] {672ebb8c-0ce9-4452-8d8f-e9603b162481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1811 | 2024.08.16 07:17:38.233777 [ 3 ] {672ebb8c-0ce9-4452-8d8f-e9603b162481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1812 | 2024.08.16 07:17:38.233903 [ 3 ] {672ebb8c-0ce9-4452-8d8f-e9603b162481} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1813 | 2024.08.16 07:17:38.234165 [ 3 ] {672ebb8c-0ce9-4452-8d8f-e9603b162481} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1814 | 2024.08.16 07:17:38.234202 [ 3 ] {672ebb8c-0ce9-4452-8d8f-e9603b162481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1815 | 2024.08.16 07:17:38.234558 [ 3 ] {672ebb8c-0ce9-4452-8d8f-e9603b162481} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1816 | 2024.08.16 07:17:38.234880 [ 3 ] {672ebb8c-0ce9-4452-8d8f-e9603b162481} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1817 | 2024.08.16 07:17:38.235038 [ 3 ] {672ebb8c-0ce9-4452-8d8f-e9603b162481} <Debug> executeQuery: Read 42 rows, 2.60 KiB in 0.00133 sec., 31578.947368421053 rows/sec., 1.91 MiB/sec. | ||
1818 | 2024.08.16 07:17:38.235310 [ 3 ] {672ebb8c-0ce9-4452-8d8f-e9603b162481} <Debug> DynamicQueryHandler: Done processing query | ||
1819 | 2024.08.16 07:17:38.235335 [ 3 ] {672ebb8c-0ce9-4452-8d8f-e9603b162481} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1820 | 2024.08.16 07:17:38.235351 [ 3 ] {} <Debug> HTTP-Session: 07d339b1-95c3-46fc-898e-b34501b4e783 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1821 | 2024.08.16 07:17:42.477931 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1822 | 2024.08.16 07:17:42.478028 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1823 | 2024.08.16 07:17:43.093961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1824 | 2024.08.16 07:17:43.094139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1825 | 2024.08.16 07:17:43.094185 [ 3 ] {} <Debug> HTTP-Session: ad8e5ee3-a30a-4433-9fe6-a54c9a9833b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1826 | 2024.08.16 07:17:43.094228 [ 3 ] {} <Debug> HTTP-Session: ad8e5ee3-a30a-4433-9fe6-a54c9a9833b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1827 | 2024.08.16 07:17:43.094257 [ 3 ] {} <Debug> HTTP-Session: ad8e5ee3-a30a-4433-9fe6-a54c9a9833b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1828 | 2024.08.16 07:17:43.094338 [ 3 ] {} <Trace> HTTP-Session: ad8e5ee3-a30a-4433-9fe6-a54c9a9833b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1829 | 2024.08.16 07:17:43.094637 [ 3 ] {2df9f863-0676-4ed9-b96d-5de7ce857943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1830 | 2024.08.16 07:17:43.094750 [ 3 ] {2df9f863-0676-4ed9-b96d-5de7ce857943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1831 | 2024.08.16 07:17:43.094974 [ 3 ] {2df9f863-0676-4ed9-b96d-5de7ce857943} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1832 | 2024.08.16 07:17:43.095406 [ 3 ] {2df9f863-0676-4ed9-b96d-5de7ce857943} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1833 | 2024.08.16 07:17:43.095454 [ 3 ] {2df9f863-0676-4ed9-b96d-5de7ce857943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1834 | 2024.08.16 07:17:43.095838 [ 3 ] {2df9f863-0676-4ed9-b96d-5de7ce857943} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1835 | 2024.08.16 07:17:43.096176 [ 3 ] {2df9f863-0676-4ed9-b96d-5de7ce857943} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1836 | 2024.08.16 07:17:43.096363 [ 3 ] {2df9f863-0676-4ed9-b96d-5de7ce857943} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001822 sec., 10428.100987925356 rows/sec., 845.25 KiB/sec. | ||
1837 | 2024.08.16 07:17:43.096872 [ 3 ] {2df9f863-0676-4ed9-b96d-5de7ce857943} <Debug> DynamicQueryHandler: Done processing query | ||
1838 | 2024.08.16 07:17:43.096900 [ 3 ] {2df9f863-0676-4ed9-b96d-5de7ce857943} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1839 | 2024.08.16 07:17:43.096917 [ 3 ] {} <Debug> HTTP-Session: ad8e5ee3-a30a-4433-9fe6-a54c9a9833b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1840 | 2024.08.16 07:17:43.097062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1841 | 2024.08.16 07:17:43.097117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1842 | 2024.08.16 07:17:43.097136 [ 3 ] {} <Debug> HTTP-Session: 6e3318f8-9c7b-47d6-b94c-26f466c3c545 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1843 | 2024.08.16 07:17:43.097155 [ 3 ] {} <Debug> HTTP-Session: 6e3318f8-9c7b-47d6-b94c-26f466c3c545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1844 | 2024.08.16 07:17:43.097169 [ 3 ] {} <Debug> HTTP-Session: 6e3318f8-9c7b-47d6-b94c-26f466c3c545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1845 | 2024.08.16 07:17:43.097203 [ 3 ] {} <Trace> HTTP-Session: 6e3318f8-9c7b-47d6-b94c-26f466c3c545 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1846 | 2024.08.16 07:17:43.097332 [ 3 ] {c2f85ddf-fd88-4251-bfb1-9d20b1f3fdd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1847 | 2024.08.16 07:17:43.097381 [ 3 ] {c2f85ddf-fd88-4251-bfb1-9d20b1f3fdd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1848 | 2024.08.16 07:17:43.097538 [ 3 ] {c2f85ddf-fd88-4251-bfb1-9d20b1f3fdd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1849 | 2024.08.16 07:17:43.097894 [ 3 ] {c2f85ddf-fd88-4251-bfb1-9d20b1f3fdd1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1850 | 2024.08.16 07:17:43.097932 [ 3 ] {c2f85ddf-fd88-4251-bfb1-9d20b1f3fdd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1851 | 2024.08.16 07:17:43.098252 [ 3 ] {c2f85ddf-fd88-4251-bfb1-9d20b1f3fdd1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1852 | 2024.08.16 07:17:43.098557 [ 3 ] {c2f85ddf-fd88-4251-bfb1-9d20b1f3fdd1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1853 | 2024.08.16 07:17:43.098724 [ 3 ] {c2f85ddf-fd88-4251-bfb1-9d20b1f3fdd1} <Debug> executeQuery: Read 83 rows, 7.17 KiB in 0.001432 sec., 57960.89385474861 rows/sec., 4.89 MiB/sec. | ||
1854 | 2024.08.16 07:17:43.099161 [ 3 ] {c2f85ddf-fd88-4251-bfb1-9d20b1f3fdd1} <Debug> DynamicQueryHandler: Done processing query | ||
1855 | 2024.08.16 07:17:43.099186 [ 3 ] {c2f85ddf-fd88-4251-bfb1-9d20b1f3fdd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1856 | 2024.08.16 07:17:43.099202 [ 3 ] {} <Debug> HTTP-Session: 6e3318f8-9c7b-47d6-b94c-26f466c3c545 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1857 | 2024.08.16 07:17:43.099379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 8011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1858 | 2024.08.16 07:17:43.099429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1859 | 2024.08.16 07:17:43.099448 [ 3 ] {} <Debug> HTTP-Session: 62514de2-1917-4f85-b290-7dff7ddf5f54 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1860 | 2024.08.16 07:17:43.099464 [ 3 ] {} <Debug> HTTP-Session: 62514de2-1917-4f85-b290-7dff7ddf5f54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1861 | 2024.08.16 07:17:43.099478 [ 3 ] {} <Debug> HTTP-Session: 62514de2-1917-4f85-b290-7dff7ddf5f54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1862 | 2024.08.16 07:17:43.099511 [ 3 ] {} <Trace> HTTP-Session: 62514de2-1917-4f85-b290-7dff7ddf5f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1863 | 2024.08.16 07:17:43.099630 [ 3 ] {0c7e0fa5-f341-40a1-aff3-71ac13bac951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1864 | 2024.08.16 07:17:43.099676 [ 3 ] {0c7e0fa5-f341-40a1-aff3-71ac13bac951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1865 | 2024.08.16 07:17:43.099827 [ 3 ] {0c7e0fa5-f341-40a1-aff3-71ac13bac951} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1866 | 2024.08.16 07:17:43.100175 [ 3 ] {0c7e0fa5-f341-40a1-aff3-71ac13bac951} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1867 | 2024.08.16 07:17:43.100213 [ 3 ] {0c7e0fa5-f341-40a1-aff3-71ac13bac951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1868 | 2024.08.16 07:17:43.100518 [ 3 ] {0c7e0fa5-f341-40a1-aff3-71ac13bac951} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1869 | 2024.08.16 07:17:43.100838 [ 3 ] {0c7e0fa5-f341-40a1-aff3-71ac13bac951} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1870 | 2024.08.16 07:17:43.101012 [ 3 ] {0c7e0fa5-f341-40a1-aff3-71ac13bac951} <Debug> executeQuery: Read 47 rows, 3.76 KiB in 0.001405 sec., 33451.957295373664 rows/sec., 2.61 MiB/sec. | ||
1871 | 2024.08.16 07:17:43.101316 [ 3 ] {0c7e0fa5-f341-40a1-aff3-71ac13bac951} <Debug> DynamicQueryHandler: Done processing query | ||
1872 | 2024.08.16 07:17:43.101342 [ 3 ] {0c7e0fa5-f341-40a1-aff3-71ac13bac951} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1873 | 2024.08.16 07:17:43.101357 [ 3 ] {} <Debug> HTTP-Session: 62514de2-1917-4f85-b290-7dff7ddf5f54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1874 | 2024.08.16 07:17:43.101622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1875 | 2024.08.16 07:17:43.101671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1876 | 2024.08.16 07:17:43.101690 [ 3 ] {} <Debug> HTTP-Session: 03ed562e-ce92-4008-96f8-a7059640a219 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1877 | 2024.08.16 07:17:43.101706 [ 3 ] {} <Debug> HTTP-Session: 03ed562e-ce92-4008-96f8-a7059640a219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1878 | 2024.08.16 07:17:43.101720 [ 3 ] {} <Debug> HTTP-Session: 03ed562e-ce92-4008-96f8-a7059640a219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1879 | 2024.08.16 07:17:43.101751 [ 3 ] {} <Trace> HTTP-Session: 03ed562e-ce92-4008-96f8-a7059640a219 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1880 | 2024.08.16 07:17:43.101868 [ 3 ] {5e8789ff-9794-4d7c-8f5f-ce432bb803bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1881 | 2024.08.16 07:17:43.101917 [ 3 ] {5e8789ff-9794-4d7c-8f5f-ce432bb803bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1882 | 2024.08.16 07:17:43.102077 [ 3 ] {5e8789ff-9794-4d7c-8f5f-ce432bb803bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1883 | 2024.08.16 07:17:43.102369 [ 3 ] {5e8789ff-9794-4d7c-8f5f-ce432bb803bf} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1884 | 2024.08.16 07:17:43.102407 [ 3 ] {5e8789ff-9794-4d7c-8f5f-ce432bb803bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1885 | 2024.08.16 07:17:43.102785 [ 3 ] {5e8789ff-9794-4d7c-8f5f-ce432bb803bf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1886 | 2024.08.16 07:17:43.103129 [ 3 ] {5e8789ff-9794-4d7c-8f5f-ce432bb803bf} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1887 | 2024.08.16 07:17:43.103306 [ 3 ] {5e8789ff-9794-4d7c-8f5f-ce432bb803bf} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001464 sec., 34153.00546448088 rows/sec., 2.37 MiB/sec. | ||
1888 | 2024.08.16 07:17:43.103716 [ 3 ] {5e8789ff-9794-4d7c-8f5f-ce432bb803bf} <Debug> DynamicQueryHandler: Done processing query | ||
1889 | 2024.08.16 07:17:43.103741 [ 3 ] {5e8789ff-9794-4d7c-8f5f-ce432bb803bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1890 | 2024.08.16 07:17:43.103757 [ 3 ] {} <Debug> HTTP-Session: 03ed562e-ce92-4008-96f8-a7059640a219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1891 | 2024.08.16 07:17:43.103975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1892 | 2024.08.16 07:17:43.104023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1893 | 2024.08.16 07:17:43.104043 [ 3 ] {} <Debug> HTTP-Session: b831a48f-e07e-4e7e-8e77-acdd1d991fb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1894 | 2024.08.16 07:17:43.104059 [ 3 ] {} <Debug> HTTP-Session: b831a48f-e07e-4e7e-8e77-acdd1d991fb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1895 | 2024.08.16 07:17:43.104074 [ 3 ] {} <Debug> HTTP-Session: b831a48f-e07e-4e7e-8e77-acdd1d991fb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1896 | 2024.08.16 07:17:43.104131 [ 3 ] {} <Trace> HTTP-Session: b831a48f-e07e-4e7e-8e77-acdd1d991fb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1897 | 2024.08.16 07:17:43.104698 [ 3 ] {6a78a7da-c07a-4862-b39e-5ca9bd54566d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1898 | 2024.08.16 07:17:43.104775 [ 3 ] {6a78a7da-c07a-4862-b39e-5ca9bd54566d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1899 | 2024.08.16 07:17:43.105202 [ 3 ] {6a78a7da-c07a-4862-b39e-5ca9bd54566d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1900 | 2024.08.16 07:17:43.105817 [ 3 ] {6a78a7da-c07a-4862-b39e-5ca9bd54566d} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1901 | 2024.08.16 07:17:43.105853 [ 3 ] {6a78a7da-c07a-4862-b39e-5ca9bd54566d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1902 | 2024.08.16 07:17:43.106441 [ 3 ] {6a78a7da-c07a-4862-b39e-5ca9bd54566d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1903 | 2024.08.16 07:17:43.106843 [ 3 ] {6a78a7da-c07a-4862-b39e-5ca9bd54566d} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1904 | 2024.08.16 07:17:43.107126 [ 3 ] {6a78a7da-c07a-4862-b39e-5ca9bd54566d} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002898 sec., 6556.24568668047 rows/sec., 11.75 MiB/sec. | ||
1905 | 2024.08.16 07:17:43.107656 [ 3 ] {6a78a7da-c07a-4862-b39e-5ca9bd54566d} <Debug> DynamicQueryHandler: Done processing query | ||
1906 | 2024.08.16 07:17:43.107683 [ 3 ] {6a78a7da-c07a-4862-b39e-5ca9bd54566d} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
1907 | 2024.08.16 07:17:43.107698 [ 3 ] {} <Debug> HTTP-Session: b831a48f-e07e-4e7e-8e77-acdd1d991fb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1908 | 2024.08.16 07:17:43.107822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 3107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1909 | 2024.08.16 07:17:43.107872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1910 | 2024.08.16 07:17:43.107891 [ 3 ] {} <Debug> HTTP-Session: 2e8672d2-dbac-4cfc-ab2b-94eda78713ca Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1911 | 2024.08.16 07:17:43.107908 [ 3 ] {} <Debug> HTTP-Session: 2e8672d2-dbac-4cfc-ab2b-94eda78713ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1912 | 2024.08.16 07:17:43.107921 [ 3 ] {} <Debug> HTTP-Session: 2e8672d2-dbac-4cfc-ab2b-94eda78713ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1913 | 2024.08.16 07:17:43.107952 [ 3 ] {} <Trace> HTTP-Session: 2e8672d2-dbac-4cfc-ab2b-94eda78713ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1914 | 2024.08.16 07:17:43.108053 [ 3 ] {647e5bad-a980-474a-ae1e-6e043ff9708f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1915 | 2024.08.16 07:17:43.108099 [ 3 ] {647e5bad-a980-474a-ae1e-6e043ff9708f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1916 | 2024.08.16 07:17:43.108234 [ 3 ] {647e5bad-a980-474a-ae1e-6e043ff9708f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1917 | 2024.08.16 07:17:43.108497 [ 3 ] {647e5bad-a980-474a-ae1e-6e043ff9708f} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1918 | 2024.08.16 07:17:43.108535 [ 3 ] {647e5bad-a980-474a-ae1e-6e043ff9708f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1919 | 2024.08.16 07:17:43.108892 [ 3 ] {647e5bad-a980-474a-ae1e-6e043ff9708f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1920 | 2024.08.16 07:17:43.109217 [ 3 ] {647e5bad-a980-474a-ae1e-6e043ff9708f} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1921 | 2024.08.16 07:17:43.109340 [ 3 ] {647e5bad-a980-474a-ae1e-6e043ff9708f} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001315 sec., 15209.125475285171 rows/sec., 1.04 MiB/sec. | ||
1922 | 2024.08.16 07:17:43.109734 [ 3 ] {647e5bad-a980-474a-ae1e-6e043ff9708f} <Debug> DynamicQueryHandler: Done processing query | ||
1923 | 2024.08.16 07:17:43.109768 [ 3 ] {647e5bad-a980-474a-ae1e-6e043ff9708f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1924 | 2024.08.16 07:17:43.109789 [ 3 ] {} <Debug> HTTP-Session: 2e8672d2-dbac-4cfc-ab2b-94eda78713ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1925 | 2024.08.16 07:17:44.917695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1926 | 2024.08.16 07:17:44.917825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1927 | 2024.08.16 07:17:44.917852 [ 3 ] {} <Debug> HTTP-Session: 559e180e-9246-4906-87b7-1a1cfdf6da82 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1928 | 2024.08.16 07:17:44.917877 [ 3 ] {} <Debug> HTTP-Session: 559e180e-9246-4906-87b7-1a1cfdf6da82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.08.16 07:17:44.917892 [ 3 ] {} <Debug> HTTP-Session: 559e180e-9246-4906-87b7-1a1cfdf6da82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1930 | 2024.08.16 07:17:44.917941 [ 3 ] {} <Trace> HTTP-Session: 559e180e-9246-4906-87b7-1a1cfdf6da82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1931 | 2024.08.16 07:17:44.918189 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1932 | 2024.08.16 07:17:44.918589 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1933 | 2024.08.16 07:17:44.918639 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1934 | 2024.08.16 07:17:44.918979 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1935 | 2024.08.16 07:17:44.919063 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1936 | 2024.08.16 07:17:44.919239 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
1937 | 2024.08.16 07:17:44.919331 [ 252 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1938 | 2024.08.16 07:17:44.919379 [ 250 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1939 | 2024.08.16 07:17:44.919499 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1940 | 2024.08.16 07:17:44.919536 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1941 | 2024.08.16 07:17:44.921555 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1942 | 2024.08.16 07:17:44.923452 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1943 | 2024.08.16 07:17:44.923532 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1944 | 2024.08.16 07:17:44.923583 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1945 | 2024.08.16 07:17:44.924997 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00692 sec., 4335.260115606937 rows/sec., 165.25 KiB/sec. | ||
1946 | 2024.08.16 07:17:44.925312 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Debug> DynamicQueryHandler: Done processing query | ||
1947 | 2024.08.16 07:17:44.925339 [ 3 ] {94cd0b37-8b6a-40e2-a243-e499644094ad} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1948 | 2024.08.16 07:17:44.925357 [ 3 ] {} <Debug> HTTP-Session: 559e180e-9246-4906-87b7-1a1cfdf6da82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1949 | 2024.08.16 07:17:44.925723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1950 | 2024.08.16 07:17:44.925779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1951 | 2024.08.16 07:17:44.925800 [ 3 ] {} <Debug> HTTP-Session: 4aac1edd-af5f-450b-87e3-5e4a17a3b3ca Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1952 | 2024.08.16 07:17:44.925818 [ 3 ] {} <Debug> HTTP-Session: 4aac1edd-af5f-450b-87e3-5e4a17a3b3ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1953 | 2024.08.16 07:17:44.925832 [ 3 ] {} <Debug> HTTP-Session: 4aac1edd-af5f-450b-87e3-5e4a17a3b3ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1954 | 2024.08.16 07:17:44.925875 [ 3 ] {} <Trace> HTTP-Session: 4aac1edd-af5f-450b-87e3-5e4a17a3b3ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1955 | 2024.08.16 07:17:44.926049 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1956 | 2024.08.16 07:17:44.926344 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1957 | 2024.08.16 07:17:44.926392 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1958 | 2024.08.16 07:17:44.926698 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1959 | 2024.08.16 07:17:44.926766 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1960 | 2024.08.16 07:17:44.926910 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
1961 | 2024.08.16 07:17:44.927009 [ 255 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1962 | 2024.08.16 07:17:44.927027 [ 256 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1963 | 2024.08.16 07:17:44.927141 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1964 | 2024.08.16 07:17:44.927169 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1965 | 2024.08.16 07:17:44.927250 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1966 | 2024.08.16 07:17:44.927271 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1967 | 2024.08.16 07:17:44.927308 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1968 | 2024.08.16 07:17:44.927349 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1969 | 2024.08.16 07:17:44.928589 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002619 sec., 11454.753722794962 rows/sec., 436.64 KiB/sec. | ||
1970 | 2024.08.16 07:17:44.928916 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Debug> DynamicQueryHandler: Done processing query | ||
1971 | 2024.08.16 07:17:44.928941 [ 3 ] {a9f254a6-9424-4485-bcc2-6e4ac8845490} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1972 | 2024.08.16 07:17:44.928958 [ 3 ] {} <Debug> HTTP-Session: 4aac1edd-af5f-450b-87e3-5e4a17a3b3ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1973 | 2024.08.16 07:17:44.929286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1974 | 2024.08.16 07:17:44.929337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1975 | 2024.08.16 07:17:44.929356 [ 3 ] {} <Debug> HTTP-Session: 2491a6b1-dbea-4f12-9237-f686cd0a8fb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
1976 | 2024.08.16 07:17:44.929373 [ 3 ] {} <Debug> HTTP-Session: 2491a6b1-dbea-4f12-9237-f686cd0a8fb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1977 | 2024.08.16 07:17:44.929387 [ 3 ] {} <Debug> HTTP-Session: 2491a6b1-dbea-4f12-9237-f686cd0a8fb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1978 | 2024.08.16 07:17:44.929420 [ 3 ] {} <Trace> HTTP-Session: 2491a6b1-dbea-4f12-9237-f686cd0a8fb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1979 | 2024.08.16 07:17:44.929573 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1980 | 2024.08.16 07:17:44.929867 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1981 | 2024.08.16 07:17:44.929913 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1982 | 2024.08.16 07:17:44.930211 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1983 | 2024.08.16 07:17:44.930279 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1984 | 2024.08.16 07:17:44.930418 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
1985 | 2024.08.16 07:17:44.930521 [ 250 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1986 | 2024.08.16 07:17:44.930533 [ 257 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1987 | 2024.08.16 07:17:44.930652 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
1988 | 2024.08.16 07:17:44.930682 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1989 | 2024.08.16 07:17:44.930762 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1990 | 2024.08.16 07:17:44.930782 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1991 | 2024.08.16 07:17:44.930821 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1992 | 2024.08.16 07:17:44.930861 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1993 | 2024.08.16 07:17:44.932170 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002675 sec., 11214.953271028038 rows/sec., 427.50 KiB/sec. | ||
1994 | 2024.08.16 07:17:44.932445 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Debug> DynamicQueryHandler: Done processing query | ||
1995 | 2024.08.16 07:17:44.932470 [ 3 ] {4aafbf57-ad79-4e83-b42e-2d7e1e8dac0f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1996 | 2024.08.16 07:17:44.932488 [ 3 ] {} <Debug> HTTP-Session: 2491a6b1-dbea-4f12-9237-f686cd0a8fb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1997 | 2024.08.16 07:17:44.932778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1998 | 2024.08.16 07:17:44.932826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1999 | 2024.08.16 07:17:44.932845 [ 3 ] {} <Debug> HTTP-Session: 7ddea5f9-b178-4413-920f-77eacad7b4a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2000 | 2024.08.16 07:17:44.932863 [ 3 ] {} <Debug> HTTP-Session: 7ddea5f9-b178-4413-920f-77eacad7b4a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2001 | 2024.08.16 07:17:44.932877 [ 3 ] {} <Debug> HTTP-Session: 7ddea5f9-b178-4413-920f-77eacad7b4a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2002 | 2024.08.16 07:17:44.932909 [ 3 ] {} <Trace> HTTP-Session: 7ddea5f9-b178-4413-920f-77eacad7b4a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2003 | 2024.08.16 07:17:44.933068 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
2004 | 2024.08.16 07:17:44.933355 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2005 | 2024.08.16 07:17:44.933402 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
2006 | 2024.08.16 07:17:44.933705 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2007 | 2024.08.16 07:17:44.933771 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2008 | 2024.08.16 07:17:44.933909 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2009 | 2024.08.16 07:17:44.933986 [ 255 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2010 | 2024.08.16 07:17:44.934009 [ 256 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2011 | 2024.08.16 07:17:44.934112 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
2012 | 2024.08.16 07:17:44.934140 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2013 | 2024.08.16 07:17:44.934219 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2014 | 2024.08.16 07:17:44.934239 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
2015 | 2024.08.16 07:17:44.934310 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2016 | 2024.08.16 07:17:44.934471 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2017 | 2024.08.16 07:17:44.935824 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00284 sec., 10563.38028169014 rows/sec., 402.66 KiB/sec. | ||
2018 | 2024.08.16 07:17:44.936122 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Debug> DynamicQueryHandler: Done processing query | ||
2019 | 2024.08.16 07:17:44.936146 [ 3 ] {9d223b3e-4002-44e5-9c21-7018cb66ae6e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2020 | 2024.08.16 07:17:44.936165 [ 3 ] {} <Debug> HTTP-Session: 7ddea5f9-b178-4413-920f-77eacad7b4a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2021 | 2024.08.16 07:17:44.936407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2022 | 2024.08.16 07:17:44.936455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2023 | 2024.08.16 07:17:44.936474 [ 3 ] {} <Debug> HTTP-Session: 934c5110-bb44-40e1-b243-b7d2d7d041ea Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2024 | 2024.08.16 07:17:44.936492 [ 3 ] {} <Debug> HTTP-Session: 934c5110-bb44-40e1-b243-b7d2d7d041ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2025 | 2024.08.16 07:17:44.936506 [ 3 ] {} <Debug> HTTP-Session: 934c5110-bb44-40e1-b243-b7d2d7d041ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2026 | 2024.08.16 07:17:44.936536 [ 3 ] {} <Trace> HTTP-Session: 934c5110-bb44-40e1-b243-b7d2d7d041ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2027 | 2024.08.16 07:17:44.936686 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2028 | 2024.08.16 07:17:44.936973 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2029 | 2024.08.16 07:17:44.937019 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2030 | 2024.08.16 07:17:44.937317 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2031 | 2024.08.16 07:17:44.937383 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2032 | 2024.08.16 07:17:44.937522 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2033 | 2024.08.16 07:17:44.937634 [ 252 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2034 | 2024.08.16 07:17:44.937646 [ 250 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2035 | 2024.08.16 07:17:44.937751 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
2036 | 2024.08.16 07:17:44.937781 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2037 | 2024.08.16 07:17:44.937860 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2038 | 2024.08.16 07:17:44.937881 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
2039 | 2024.08.16 07:17:44.937918 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2040 | 2024.08.16 07:17:44.937960 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2041 | 2024.08.16 07:17:44.939273 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002663 sec., 11265.490048817124 rows/sec., 429.42 KiB/sec. | ||
2042 | 2024.08.16 07:17:44.939561 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Debug> DynamicQueryHandler: Done processing query | ||
2043 | 2024.08.16 07:17:44.939586 [ 3 ] {531cc3db-90c1-4df8-abd5-52f165b14203} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2044 | 2024.08.16 07:17:44.939603 [ 3 ] {} <Debug> HTTP-Session: 934c5110-bb44-40e1-b243-b7d2d7d041ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2045 | 2024.08.16 07:17:44.939889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2046 | 2024.08.16 07:17:44.939939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2047 | 2024.08.16 07:17:44.939958 [ 3 ] {} <Debug> HTTP-Session: 792ae8b4-b9a2-493f-ae48-402cb28ace6e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2048 | 2024.08.16 07:17:44.939976 [ 3 ] {} <Debug> HTTP-Session: 792ae8b4-b9a2-493f-ae48-402cb28ace6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2049 | 2024.08.16 07:17:44.939990 [ 3 ] {} <Debug> HTTP-Session: 792ae8b4-b9a2-493f-ae48-402cb28ace6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2050 | 2024.08.16 07:17:44.940020 [ 3 ] {} <Trace> HTTP-Session: 792ae8b4-b9a2-493f-ae48-402cb28ace6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2051 | 2024.08.16 07:17:44.940171 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
2052 | 2024.08.16 07:17:44.940459 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2053 | 2024.08.16 07:17:44.940506 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
2054 | 2024.08.16 07:17:44.940816 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2055 | 2024.08.16 07:17:44.940882 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2056 | 2024.08.16 07:17:44.941021 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2057 | 2024.08.16 07:17:44.941150 [ 250 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2058 | 2024.08.16 07:17:44.941154 [ 252 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2059 | 2024.08.16 07:17:44.941258 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
2060 | 2024.08.16 07:17:44.941282 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2061 | 2024.08.16 07:17:44.941359 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2062 | 2024.08.16 07:17:44.941382 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
2063 | 2024.08.16 07:17:44.941426 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2064 | 2024.08.16 07:17:44.941465 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2065 | 2024.08.16 07:17:44.942700 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002605 sec., 11516.314779270633 rows/sec., 438.98 KiB/sec. | ||
2066 | 2024.08.16 07:17:44.942977 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Debug> DynamicQueryHandler: Done processing query | ||
2067 | 2024.08.16 07:17:44.943002 [ 3 ] {e5052351-06ea-4722-aacc-3892bdbe028d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2068 | 2024.08.16 07:17:44.943018 [ 3 ] {} <Debug> HTTP-Session: 792ae8b4-b9a2-493f-ae48-402cb28ace6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2069 | 2024.08.16 07:17:45.055331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2070 | 2024.08.16 07:17:45.055414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2071 | 2024.08.16 07:17:45.055436 [ 3 ] {} <Debug> HTTP-Session: 66a01ebe-6d63-4bcc-9c13-50b504623812 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2072 | 2024.08.16 07:17:45.055455 [ 3 ] {} <Debug> HTTP-Session: 66a01ebe-6d63-4bcc-9c13-50b504623812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2073 | 2024.08.16 07:17:45.055469 [ 3 ] {} <Debug> HTTP-Session: 66a01ebe-6d63-4bcc-9c13-50b504623812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2074 | 2024.08.16 07:17:45.055528 [ 3 ] {} <Trace> HTTP-Session: 66a01ebe-6d63-4bcc-9c13-50b504623812 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2075 | 2024.08.16 07:17:45.055677 [ 3 ] {ad81be5f-0773-4e87-8f11-65f7a442dd61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2076 | 2024.08.16 07:17:45.055737 [ 3 ] {ad81be5f-0773-4e87-8f11-65f7a442dd61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2077 | 2024.08.16 07:17:45.055945 [ 3 ] {ad81be5f-0773-4e87-8f11-65f7a442dd61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2078 | 2024.08.16 07:17:45.056358 [ 3 ] {ad81be5f-0773-4e87-8f11-65f7a442dd61} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2079 | 2024.08.16 07:17:45.056400 [ 3 ] {ad81be5f-0773-4e87-8f11-65f7a442dd61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2080 | 2024.08.16 07:17:45.056903 [ 3 ] {ad81be5f-0773-4e87-8f11-65f7a442dd61} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2081 | 2024.08.16 07:17:45.057215 [ 3 ] {ad81be5f-0773-4e87-8f11-65f7a442dd61} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2082 | 2024.08.16 07:17:45.057378 [ 3 ] {ad81be5f-0773-4e87-8f11-65f7a442dd61} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001745 sec., 3438.3954154727794 rows/sec., 765.58 KiB/sec. | ||
2083 | 2024.08.16 07:17:45.057581 [ 3 ] {ad81be5f-0773-4e87-8f11-65f7a442dd61} <Debug> DynamicQueryHandler: Done processing query | ||
2084 | 2024.08.16 07:17:45.057606 [ 3 ] {ad81be5f-0773-4e87-8f11-65f7a442dd61} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2085 | 2024.08.16 07:17:45.057623 [ 3 ] {} <Debug> HTTP-Session: 66a01ebe-6d63-4bcc-9c13-50b504623812 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2086 | 2024.08.16 07:17:45.057950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 189213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2087 | 2024.08.16 07:17:45.058001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2088 | 2024.08.16 07:17:45.058020 [ 3 ] {} <Debug> HTTP-Session: bd76f754-eff6-4ff8-a3d0-025bef68fd80 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2089 | 2024.08.16 07:17:45.058037 [ 3 ] {} <Debug> HTTP-Session: bd76f754-eff6-4ff8-a3d0-025bef68fd80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2090 | 2024.08.16 07:17:45.058050 [ 3 ] {} <Debug> HTTP-Session: bd76f754-eff6-4ff8-a3d0-025bef68fd80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2091 | 2024.08.16 07:17:45.058082 [ 3 ] {} <Trace> HTTP-Session: bd76f754-eff6-4ff8-a3d0-025bef68fd80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2092 | 2024.08.16 07:17:45.058644 [ 3 ] {18617da3-c41f-450e-b25c-6f38eb494ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2093 | 2024.08.16 07:17:45.058692 [ 3 ] {18617da3-c41f-450e-b25c-6f38eb494ad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2094 | 2024.08.16 07:17:45.058824 [ 3 ] {18617da3-c41f-450e-b25c-6f38eb494ad2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2095 | 2024.08.16 07:17:45.060032 [ 3 ] {18617da3-c41f-450e-b25c-6f38eb494ad2} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2096 | 2024.08.16 07:17:45.060071 [ 3 ] {18617da3-c41f-450e-b25c-6f38eb494ad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2097 | 2024.08.16 07:17:45.060528 [ 3 ] {18617da3-c41f-450e-b25c-6f38eb494ad2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2098 | 2024.08.16 07:17:45.060840 [ 3 ] {18617da3-c41f-450e-b25c-6f38eb494ad2} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2099 | 2024.08.16 07:17:45.060994 [ 3 ] {18617da3-c41f-450e-b25c-6f38eb494ad2} <Debug> executeQuery: Read 1299 rows, 110.66 KiB in 0.002739 sec., 474260.67907995614 rows/sec., 39.46 MiB/sec. | ||
2100 | 2024.08.16 07:17:45.061005 [ 83 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2101 | 2024.08.16 07:17:45.061112 [ 83 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2102 | 2024.08.16 07:17:45.061148 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2103 | 2024.08.16 07:17:45.061234 [ 3 ] {18617da3-c41f-450e-b25c-6f38eb494ad2} <Debug> DynamicQueryHandler: Done processing query | ||
2104 | 2024.08.16 07:17:45.061316 [ 3 ] {18617da3-c41f-450e-b25c-6f38eb494ad2} <Debug> MemoryTracker: Peak memory usage (for query): 4.96 MiB. | ||
2105 | 2024.08.16 07:17:45.061410 [ 3 ] {} <Debug> HTTP-Session: bd76f754-eff6-4ff8-a3d0-025bef68fd80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2106 | 2024.08.16 07:17:45.061816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2107 | 2024.08.16 07:17:45.061874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2108 | 2024.08.16 07:17:45.061894 [ 3 ] {} <Debug> HTTP-Session: 50833d20-06fb-4b30-8812-69420bb86cab Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2109 | 2024.08.16 07:17:45.061912 [ 3 ] {} <Debug> HTTP-Session: 50833d20-06fb-4b30-8812-69420bb86cab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2110 | 2024.08.16 07:17:45.061927 [ 3 ] {} <Debug> HTTP-Session: 50833d20-06fb-4b30-8812-69420bb86cab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2111 | 2024.08.16 07:17:45.061960 [ 3 ] {} <Trace> HTTP-Session: 50833d20-06fb-4b30-8812-69420bb86cab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2112 | 2024.08.16 07:17:45.062197 [ 3 ] {9e3ac11a-d449-4fc2-a72c-6dec97343daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2113 | 2024.08.16 07:17:45.062243 [ 3 ] {9e3ac11a-d449-4fc2-a72c-6dec97343daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2114 | 2024.08.16 07:17:45.062378 [ 3 ] {9e3ac11a-d449-4fc2-a72c-6dec97343daf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2115 | 2024.08.16 07:17:45.062809 [ 3 ] {9e3ac11a-d449-4fc2-a72c-6dec97343daf} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2116 | 2024.08.16 07:17:45.062848 [ 3 ] {9e3ac11a-d449-4fc2-a72c-6dec97343daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2117 | 2024.08.16 07:17:45.063172 [ 3 ] {9e3ac11a-d449-4fc2-a72c-6dec97343daf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2118 | 2024.08.16 07:17:45.063503 [ 3 ] {9e3ac11a-d449-4fc2-a72c-6dec97343daf} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2119 | 2024.08.16 07:17:45.063653 [ 3 ] {9e3ac11a-d449-4fc2-a72c-6dec97343daf} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001605 sec., 150778.81619937695 rows/sec., 10.22 MiB/sec. | ||
2120 | 2024.08.16 07:17:45.063821 [ 3 ] {9e3ac11a-d449-4fc2-a72c-6dec97343daf} <Debug> DynamicQueryHandler: Done processing query | ||
2121 | 2024.08.16 07:17:45.063846 [ 3 ] {9e3ac11a-d449-4fc2-a72c-6dec97343daf} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2122 | 2024.08.16 07:17:45.063862 [ 3 ] {} <Debug> HTTP-Session: 50833d20-06fb-4b30-8812-69420bb86cab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2123 | 2024.08.16 07:17:45.064015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2124 | 2024.08.16 07:17:45.064064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2125 | 2024.08.16 07:17:45.064083 [ 3 ] {} <Debug> HTTP-Session: 8fb18c66-c920-4262-a1ec-881b3cd2b69f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2126 | 2024.08.16 07:17:45.064100 [ 3 ] {} <Debug> HTTP-Session: 8fb18c66-c920-4262-a1ec-881b3cd2b69f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2127 | 2024.08.16 07:17:45.064113 [ 3 ] {} <Debug> HTTP-Session: 8fb18c66-c920-4262-a1ec-881b3cd2b69f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.08.16 07:17:45.064145 [ 3 ] {} <Trace> HTTP-Session: 8fb18c66-c920-4262-a1ec-881b3cd2b69f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2129 | 2024.08.16 07:17:45.064241 [ 3 ] {ccc71e83-269b-40e7-9c56-1a51d0112cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2130 | 2024.08.16 07:17:45.064284 [ 3 ] {ccc71e83-269b-40e7-9c56-1a51d0112cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2131 | 2024.08.16 07:17:45.064408 [ 3 ] {ccc71e83-269b-40e7-9c56-1a51d0112cfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2132 | 2024.08.16 07:17:45.064688 [ 3 ] {ccc71e83-269b-40e7-9c56-1a51d0112cfb} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2133 | 2024.08.16 07:17:45.064726 [ 3 ] {ccc71e83-269b-40e7-9c56-1a51d0112cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2134 | 2024.08.16 07:17:45.065025 [ 3 ] {ccc71e83-269b-40e7-9c56-1a51d0112cfb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2135 | 2024.08.16 07:17:45.065365 [ 3 ] {ccc71e83-269b-40e7-9c56-1a51d0112cfb} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2136 | 2024.08.16 07:17:45.065526 [ 3 ] {ccc71e83-269b-40e7-9c56-1a51d0112cfb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 272.90 KiB/sec. | ||
2137 | 2024.08.16 07:17:45.065797 [ 3 ] {ccc71e83-269b-40e7-9c56-1a51d0112cfb} <Debug> DynamicQueryHandler: Done processing query | ||
2138 | 2024.08.16 07:17:45.065822 [ 3 ] {ccc71e83-269b-40e7-9c56-1a51d0112cfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2139 | 2024.08.16 07:17:45.065839 [ 3 ] {} <Debug> HTTP-Session: 8fb18c66-c920-4262-a1ec-881b3cd2b69f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2140 | 2024.08.16 07:17:45.066131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 130661, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2141 | 2024.08.16 07:17:45.066183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2142 | 2024.08.16 07:17:45.066202 [ 3 ] {} <Debug> HTTP-Session: fc1fefb2-0f23-4818-be70-03a13728fddb Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2143 | 2024.08.16 07:17:45.066218 [ 3 ] {} <Debug> HTTP-Session: fc1fefb2-0f23-4818-be70-03a13728fddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2144 | 2024.08.16 07:17:45.066231 [ 3 ] {} <Debug> HTTP-Session: fc1fefb2-0f23-4818-be70-03a13728fddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2145 | 2024.08.16 07:17:45.066261 [ 3 ] {} <Trace> HTTP-Session: fc1fefb2-0f23-4818-be70-03a13728fddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2146 | 2024.08.16 07:17:45.066669 [ 3 ] {8a424a50-3283-4aad-acfb-3eb75b12d213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2147 | 2024.08.16 07:17:45.066716 [ 3 ] {8a424a50-3283-4aad-acfb-3eb75b12d213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2148 | 2024.08.16 07:17:45.066861 [ 3 ] {8a424a50-3283-4aad-acfb-3eb75b12d213} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2149 | 2024.08.16 07:17:45.067283 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
2150 | 2024.08.16 07:17:45.067685 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2151 | 2024.08.16 07:17:45.067793 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 57 rows starting from the beginning of the part | ||
2152 | 2024.08.16 07:17:45.068057 [ 3 ] {8a424a50-3283-4aad-acfb-3eb75b12d213} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2153 | 2024.08.16 07:17:45.068064 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 57 rows starting from the beginning of the part | ||
2154 | 2024.08.16 07:17:45.068123 [ 3 ] {8a424a50-3283-4aad-acfb-3eb75b12d213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2155 | 2024.08.16 07:17:45.068353 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 57 rows starting from the beginning of the part | ||
2156 | 2024.08.16 07:17:45.068620 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 159 rows starting from the beginning of the part | ||
2157 | 2024.08.16 07:17:45.068929 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 83 rows starting from the beginning of the part | ||
2158 | 2024.08.16 07:17:45.069214 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1299 rows starting from the beginning of the part | ||
2159 | 2024.08.16 07:17:45.069663 [ 3 ] {8a424a50-3283-4aad-acfb-3eb75b12d213} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2160 | 2024.08.16 07:17:45.070520 [ 3 ] {8a424a50-3283-4aad-acfb-3eb75b12d213} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2161 | 2024.08.16 07:17:45.070863 [ 83 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2162 | 2024.08.16 07:17:45.070913 [ 3 ] {8a424a50-3283-4aad-acfb-3eb75b12d213} <Debug> executeQuery: Read 802 rows, 59.09 KiB in 0.00445 sec., 180224.7191011236 rows/sec., 12.97 MiB/sec. | ||
2163 | 2024.08.16 07:17:45.070961 [ 83 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2164 | 2024.08.16 07:17:45.071074 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2165 | 2024.08.16 07:17:45.071550 [ 3 ] {8a424a50-3283-4aad-acfb-3eb75b12d213} <Debug> DynamicQueryHandler: Done processing query | ||
2166 | 2024.08.16 07:17:45.071558 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
2167 | 2024.08.16 07:17:45.071613 [ 3 ] {8a424a50-3283-4aad-acfb-3eb75b12d213} <Debug> MemoryTracker: Peak memory usage (for query): 4.59 MiB. | ||
2168 | 2024.08.16 07:17:45.071689 [ 3 ] {} <Debug> HTTP-Session: fc1fefb2-0f23-4818-be70-03a13728fddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2169 | 2024.08.16 07:17:45.072031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2170 | 2024.08.16 07:17:45.072123 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2171 | 2024.08.16 07:17:45.072167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2172 | 2024.08.16 07:17:45.072195 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
2173 | 2024.08.16 07:17:45.072215 [ 3 ] {} <Debug> HTTP-Session: b243877b-3b1f-4234-8b70-b37a23fab10c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2174 | 2024.08.16 07:17:45.072250 [ 3 ] {} <Debug> HTTP-Session: b243877b-3b1f-4234-8b70-b37a23fab10c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2175 | 2024.08.16 07:17:45.072276 [ 3 ] {} <Debug> HTTP-Session: b243877b-3b1f-4234-8b70-b37a23fab10c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2176 | 2024.08.16 07:17:45.072455 [ 3 ] {} <Trace> HTTP-Session: b243877b-3b1f-4234-8b70-b37a23fab10c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2177 | 2024.08.16 07:17:45.072689 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part | ||
2178 | 2024.08.16 07:17:45.072954 [ 3 ] {a9d8bf97-b555-45e6-920d-a0c8e3b954b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2179 | 2024.08.16 07:17:45.073003 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 19 rows starting from the beginning of the part | ||
2180 | 2024.08.16 07:17:45.073075 [ 3 ] {a9d8bf97-b555-45e6-920d-a0c8e3b954b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2181 | 2024.08.16 07:17:45.073375 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 346 rows starting from the beginning of the part | ||
2182 | 2024.08.16 07:17:45.073918 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 47 rows starting from the beginning of the part | ||
2183 | 2024.08.16 07:17:45.074444 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 802 rows starting from the beginning of the part | ||
2184 | 2024.08.16 07:17:45.074725 [ 201 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1712 rows, containing 4 columns (4 merged, 0 gathered) in 0.01343781 sec., 127401.71203492236 rows/sec., 10.73 MiB/sec. | ||
2185 | 2024.08.16 07:17:45.075087 [ 3 ] {a9d8bf97-b555-45e6-920d-a0c8e3b954b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2186 | 2024.08.16 07:17:45.075306 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2187 | 2024.08.16 07:17:45.076403 [ 3 ] {a9d8bf97-b555-45e6-920d-a0c8e3b954b2} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2188 | 2024.08.16 07:17:45.076515 [ 3 ] {a9d8bf97-b555-45e6-920d-a0c8e3b954b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2189 | 2024.08.16 07:17:45.077091 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_6_1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2190 | 2024.08.16 07:17:45.077568 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_6_1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2191 | 2024.08.16 07:17:45.077878 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
2192 | 2024.08.16 07:17:45.077988 [ 3 ] {a9d8bf97-b555-45e6-920d-a0c8e3b954b2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2193 | 2024.08.16 07:17:45.078400 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1259 rows, containing 4 columns (4 merged, 0 gathered) in 0.007152035 sec., 176033.81415219585 rows/sec., 12.67 MiB/sec. | ||
2194 | 2024.08.16 07:17:45.078524 [ 3 ] {a9d8bf97-b555-45e6-920d-a0c8e3b954b2} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2195 | 2024.08.16 07:17:45.078720 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2196 | 2024.08.16 07:17:45.078815 [ 3 ] {a9d8bf97-b555-45e6-920d-a0c8e3b954b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006045 sec., 992.5558312655087 rows/sec., 51.86 KiB/sec. | ||
2197 | 2024.08.16 07:17:45.079266 [ 3 ] {a9d8bf97-b555-45e6-920d-a0c8e3b954b2} <Debug> DynamicQueryHandler: Done processing query | ||
2198 | 2024.08.16 07:17:45.079344 [ 3 ] {a9d8bf97-b555-45e6-920d-a0c8e3b954b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2199 | 2024.08.16 07:17:45.079429 [ 3 ] {} <Debug> HTTP-Session: b243877b-3b1f-4234-8b70-b37a23fab10c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2200 | 2024.08.16 07:17:45.079722 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_6_1} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2201 | 2024.08.16 07:17:45.079817 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_6_1} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2202 | 2024.08.16 07:17:45.079921 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
2203 | 2024.08.16 07:17:45.079994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 546198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2204 | 2024.08.16 07:17:45.080050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2205 | 2024.08.16 07:17:45.080069 [ 3 ] {} <Debug> HTTP-Session: b83203c5-f530-46b3-b246-dbb909c1df6c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2206 | 2024.08.16 07:17:45.080085 [ 3 ] {} <Debug> HTTP-Session: b83203c5-f530-46b3-b246-dbb909c1df6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2207 | 2024.08.16 07:17:45.080099 [ 3 ] {} <Debug> HTTP-Session: b83203c5-f530-46b3-b246-dbb909c1df6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2208 | 2024.08.16 07:17:45.080131 [ 3 ] {} <Trace> HTTP-Session: b83203c5-f530-46b3-b246-dbb909c1df6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2209 | 2024.08.16 07:17:45.081372 [ 3 ] {ba91de8f-48de-4103-bd59-73655ca52110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2210 | 2024.08.16 07:17:45.081427 [ 3 ] {ba91de8f-48de-4103-bd59-73655ca52110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2211 | 2024.08.16 07:17:45.081603 [ 3 ] {ba91de8f-48de-4103-bd59-73655ca52110} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2212 | 2024.08.16 07:17:45.138396 [ 3 ] {ba91de8f-48de-4103-bd59-73655ca52110} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2213 | 2024.08.16 07:17:45.138443 [ 3 ] {ba91de8f-48de-4103-bd59-73655ca52110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2214 | 2024.08.16 07:17:45.139190 [ 3 ] {ba91de8f-48de-4103-bd59-73655ca52110} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2215 | 2024.08.16 07:17:45.139559 [ 3 ] {ba91de8f-48de-4103-bd59-73655ca52110} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2216 | 2024.08.16 07:17:45.139703 [ 3 ] {ba91de8f-48de-4103-bd59-73655ca52110} <Debug> executeQuery: Read 2893 rows, 197.41 KiB in 0.059193 sec., 48874.022266146334 rows/sec., 3.26 MiB/sec. | ||
2217 | 2024.08.16 07:17:45.139909 [ 3 ] {ba91de8f-48de-4103-bd59-73655ca52110} <Debug> DynamicQueryHandler: Done processing query | ||
2218 | 2024.08.16 07:17:45.139933 [ 3 ] {ba91de8f-48de-4103-bd59-73655ca52110} <Debug> MemoryTracker: Peak memory usage (for query): 5.56 MiB. | ||
2219 | 2024.08.16 07:17:45.139949 [ 3 ] {} <Debug> HTTP-Session: b83203c5-f530-46b3-b246-dbb909c1df6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2220 | 2024.08.16 07:17:45.140382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2221 | 2024.08.16 07:17:45.140432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2222 | 2024.08.16 07:17:45.140450 [ 3 ] {} <Debug> HTTP-Session: ec9d50f8-e5e1-4e44-92b7-70e82f16c1c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2223 | 2024.08.16 07:17:45.140468 [ 3 ] {} <Debug> HTTP-Session: ec9d50f8-e5e1-4e44-92b7-70e82f16c1c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2224 | 2024.08.16 07:17:45.140482 [ 3 ] {} <Debug> HTTP-Session: ec9d50f8-e5e1-4e44-92b7-70e82f16c1c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2225 | 2024.08.16 07:17:45.140513 [ 3 ] {} <Trace> HTTP-Session: ec9d50f8-e5e1-4e44-92b7-70e82f16c1c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2226 | 2024.08.16 07:17:45.140604 [ 3 ] {4bc1ca3d-ee36-424b-952e-e991dccbc3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2227 | 2024.08.16 07:17:45.140649 [ 3 ] {4bc1ca3d-ee36-424b-952e-e991dccbc3b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2228 | 2024.08.16 07:17:45.140778 [ 3 ] {4bc1ca3d-ee36-424b-952e-e991dccbc3b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2229 | 2024.08.16 07:17:45.141118 [ 3 ] {4bc1ca3d-ee36-424b-952e-e991dccbc3b9} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2230 | 2024.08.16 07:17:45.141155 [ 3 ] {4bc1ca3d-ee36-424b-952e-e991dccbc3b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2231 | 2024.08.16 07:17:45.141508 [ 3 ] {4bc1ca3d-ee36-424b-952e-e991dccbc3b9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2232 | 2024.08.16 07:17:45.141832 [ 3 ] {4bc1ca3d-ee36-424b-952e-e991dccbc3b9} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2233 | 2024.08.16 07:17:45.141988 [ 3 ] {4bc1ca3d-ee36-424b-952e-e991dccbc3b9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec. | ||
2234 | 2024.08.16 07:17:45.142247 [ 3 ] {4bc1ca3d-ee36-424b-952e-e991dccbc3b9} <Debug> DynamicQueryHandler: Done processing query | ||
2235 | 2024.08.16 07:17:45.142272 [ 3 ] {4bc1ca3d-ee36-424b-952e-e991dccbc3b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2236 | 2024.08.16 07:17:45.142287 [ 3 ] {} <Debug> HTTP-Session: ec9d50f8-e5e1-4e44-92b7-70e82f16c1c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2237 | 2024.08.16 07:17:45.142419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2238 | 2024.08.16 07:17:45.142467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2239 | 2024.08.16 07:17:45.142487 [ 3 ] {} <Debug> HTTP-Session: aae4eb8c-272d-4037-9d0d-67982f0d5069 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2240 | 2024.08.16 07:17:45.142503 [ 3 ] {} <Debug> HTTP-Session: aae4eb8c-272d-4037-9d0d-67982f0d5069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2241 | 2024.08.16 07:17:45.142517 [ 3 ] {} <Debug> HTTP-Session: aae4eb8c-272d-4037-9d0d-67982f0d5069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2242 | 2024.08.16 07:17:45.142547 [ 3 ] {} <Trace> HTTP-Session: aae4eb8c-272d-4037-9d0d-67982f0d5069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2243 | 2024.08.16 07:17:45.142659 [ 3 ] {a566dc4f-cac9-461f-b776-472a55ddcec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2244 | 2024.08.16 07:17:45.142703 [ 3 ] {a566dc4f-cac9-461f-b776-472a55ddcec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2245 | 2024.08.16 07:17:45.142849 [ 3 ] {a566dc4f-cac9-461f-b776-472a55ddcec2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2246 | 2024.08.16 07:17:45.143131 [ 3 ] {a566dc4f-cac9-461f-b776-472a55ddcec2} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2247 | 2024.08.16 07:17:45.143167 [ 3 ] {a566dc4f-cac9-461f-b776-472a55ddcec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2248 | 2024.08.16 07:17:45.143525 [ 3 ] {a566dc4f-cac9-461f-b776-472a55ddcec2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2249 | 2024.08.16 07:17:45.143842 [ 3 ] {a566dc4f-cac9-461f-b776-472a55ddcec2} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2250 | 2024.08.16 07:17:45.144001 [ 3 ] {a566dc4f-cac9-461f-b776-472a55ddcec2} <Debug> executeQuery: Read 30 rows, 1.75 KiB in 0.001373 sec., 21849.963583394027 rows/sec., 1.25 MiB/sec. | ||
2251 | 2024.08.16 07:17:45.144155 [ 3 ] {a566dc4f-cac9-461f-b776-472a55ddcec2} <Debug> DynamicQueryHandler: Done processing query | ||
2252 | 2024.08.16 07:17:45.144179 [ 3 ] {a566dc4f-cac9-461f-b776-472a55ddcec2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2253 | 2024.08.16 07:17:45.144194 [ 3 ] {} <Debug> HTTP-Session: aae4eb8c-272d-4037-9d0d-67982f0d5069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2254 | 2024.08.16 07:17:48.093129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 7219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2255 | 2024.08.16 07:17:48.093248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2256 | 2024.08.16 07:17:48.093276 [ 3 ] {} <Debug> HTTP-Session: 4094d7cd-cfab-4767-aa08-0dfa7b65417f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2257 | 2024.08.16 07:17:48.093304 [ 3 ] {} <Debug> HTTP-Session: 4094d7cd-cfab-4767-aa08-0dfa7b65417f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2258 | 2024.08.16 07:17:48.093322 [ 3 ] {} <Debug> HTTP-Session: 4094d7cd-cfab-4767-aa08-0dfa7b65417f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2259 | 2024.08.16 07:17:48.093378 [ 3 ] {} <Trace> HTTP-Session: 4094d7cd-cfab-4767-aa08-0dfa7b65417f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2260 | 2024.08.16 07:17:48.093581 [ 3 ] {2ea01738-d34e-4e76-ab3f-7e2809efb239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2261 | 2024.08.16 07:17:48.093656 [ 3 ] {2ea01738-d34e-4e76-ab3f-7e2809efb239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2262 | 2024.08.16 07:17:48.093874 [ 3 ] {2ea01738-d34e-4e76-ab3f-7e2809efb239} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2263 | 2024.08.16 07:17:48.094325 [ 3 ] {2ea01738-d34e-4e76-ab3f-7e2809efb239} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2264 | 2024.08.16 07:17:48.094369 [ 3 ] {2ea01738-d34e-4e76-ab3f-7e2809efb239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2265 | 2024.08.16 07:17:48.094741 [ 3 ] {2ea01738-d34e-4e76-ab3f-7e2809efb239} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2266 | 2024.08.16 07:17:48.095080 [ 3 ] {2ea01738-d34e-4e76-ab3f-7e2809efb239} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2267 | 2024.08.16 07:17:48.095240 [ 3 ] {2ea01738-d34e-4e76-ab3f-7e2809efb239} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001733 sec., 30005.770340450086 rows/sec., 2.28 MiB/sec. | ||
2268 | 2024.08.16 07:17:48.095569 [ 3 ] {2ea01738-d34e-4e76-ab3f-7e2809efb239} <Debug> DynamicQueryHandler: Done processing query | ||
2269 | 2024.08.16 07:17:48.095597 [ 3 ] {2ea01738-d34e-4e76-ab3f-7e2809efb239} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2270 | 2024.08.16 07:17:48.095613 [ 3 ] {} <Debug> HTTP-Session: 4094d7cd-cfab-4767-aa08-0dfa7b65417f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2271 | 2024.08.16 07:17:48.095742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2272 | 2024.08.16 07:17:48.095795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2273 | 2024.08.16 07:17:48.095814 [ 3 ] {} <Debug> HTTP-Session: 65ec2370-24cf-47c5-be0e-9a7c409a97a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2274 | 2024.08.16 07:17:48.095834 [ 3 ] {} <Debug> HTTP-Session: 65ec2370-24cf-47c5-be0e-9a7c409a97a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2275 | 2024.08.16 07:17:48.095847 [ 3 ] {} <Debug> HTTP-Session: 65ec2370-24cf-47c5-be0e-9a7c409a97a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2276 | 2024.08.16 07:17:48.095883 [ 3 ] {} <Trace> HTTP-Session: 65ec2370-24cf-47c5-be0e-9a7c409a97a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2277 | 2024.08.16 07:17:48.096004 [ 3 ] {1a4bc05f-5cce-4765-996d-6b9a600f270e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2278 | 2024.08.16 07:17:48.096053 [ 3 ] {1a4bc05f-5cce-4765-996d-6b9a600f270e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2279 | 2024.08.16 07:17:48.096205 [ 3 ] {1a4bc05f-5cce-4765-996d-6b9a600f270e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2280 | 2024.08.16 07:17:48.096544 [ 3 ] {1a4bc05f-5cce-4765-996d-6b9a600f270e} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2281 | 2024.08.16 07:17:48.096582 [ 3 ] {1a4bc05f-5cce-4765-996d-6b9a600f270e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2282 | 2024.08.16 07:17:48.096890 [ 3 ] {1a4bc05f-5cce-4765-996d-6b9a600f270e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2283 | 2024.08.16 07:17:48.097204 [ 3 ] {1a4bc05f-5cce-4765-996d-6b9a600f270e} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2284 | 2024.08.16 07:17:48.097361 [ 3 ] {1a4bc05f-5cce-4765-996d-6b9a600f270e} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001399 sec., 40028.59185132237 rows/sec., 3.12 MiB/sec. | ||
2285 | 2024.08.16 07:17:48.097518 [ 3 ] {1a4bc05f-5cce-4765-996d-6b9a600f270e} <Debug> DynamicQueryHandler: Done processing query | ||
2286 | 2024.08.16 07:17:48.097542 [ 3 ] {1a4bc05f-5cce-4765-996d-6b9a600f270e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2287 | 2024.08.16 07:17:48.097558 [ 3 ] {} <Debug> HTTP-Session: 65ec2370-24cf-47c5-be0e-9a7c409a97a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2288 | 2024.08.16 07:17:48.097688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2289 | 2024.08.16 07:17:48.097734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2290 | 2024.08.16 07:17:48.097752 [ 3 ] {} <Debug> HTTP-Session: 2b25fbe3-38b9-464e-a660-5297231e3537 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2291 | 2024.08.16 07:17:48.097770 [ 3 ] {} <Debug> HTTP-Session: 2b25fbe3-38b9-464e-a660-5297231e3537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2292 | 2024.08.16 07:17:48.097784 [ 3 ] {} <Debug> HTTP-Session: 2b25fbe3-38b9-464e-a660-5297231e3537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2293 | 2024.08.16 07:17:48.097816 [ 3 ] {} <Trace> HTTP-Session: 2b25fbe3-38b9-464e-a660-5297231e3537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2294 | 2024.08.16 07:17:48.097932 [ 3 ] {4823540e-cdcd-49e8-9e42-4873671d5aa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2295 | 2024.08.16 07:17:48.097980 [ 3 ] {4823540e-cdcd-49e8-9e42-4873671d5aa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2296 | 2024.08.16 07:17:48.098127 [ 3 ] {4823540e-cdcd-49e8-9e42-4873671d5aa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2297 | 2024.08.16 07:17:48.098451 [ 3 ] {4823540e-cdcd-49e8-9e42-4873671d5aa3} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2298 | 2024.08.16 07:17:48.098489 [ 3 ] {4823540e-cdcd-49e8-9e42-4873671d5aa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2299 | 2024.08.16 07:17:48.098868 [ 3 ] {4823540e-cdcd-49e8-9e42-4873671d5aa3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2300 | 2024.08.16 07:17:48.099201 [ 3 ] {4823540e-cdcd-49e8-9e42-4873671d5aa3} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2301 | 2024.08.16 07:17:48.099360 [ 3 ] {4823540e-cdcd-49e8-9e42-4873671d5aa3} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001464 sec., 34153.00546448088 rows/sec., 2.37 MiB/sec. | ||
2302 | 2024.08.16 07:17:48.099569 [ 3 ] {4823540e-cdcd-49e8-9e42-4873671d5aa3} <Debug> DynamicQueryHandler: Done processing query | ||
2303 | 2024.08.16 07:17:48.099594 [ 3 ] {4823540e-cdcd-49e8-9e42-4873671d5aa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2304 | 2024.08.16 07:17:48.099609 [ 3 ] {} <Debug> HTTP-Session: 2b25fbe3-38b9-464e-a660-5297231e3537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2305 | 2024.08.16 07:17:48.099761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2306 | 2024.08.16 07:17:48.099809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2307 | 2024.08.16 07:17:48.099828 [ 3 ] {} <Debug> HTTP-Session: 7b850318-34c8-49a7-9da5-1ff6e398171e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2308 | 2024.08.16 07:17:48.099846 [ 3 ] {} <Debug> HTTP-Session: 7b850318-34c8-49a7-9da5-1ff6e398171e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2309 | 2024.08.16 07:17:48.099860 [ 3 ] {} <Debug> HTTP-Session: 7b850318-34c8-49a7-9da5-1ff6e398171e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2310 | 2024.08.16 07:17:48.099890 [ 3 ] {} <Trace> HTTP-Session: 7b850318-34c8-49a7-9da5-1ff6e398171e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2311 | 2024.08.16 07:17:48.099989 [ 3 ] {6afcc32a-7b46-4245-99fd-60da58dbbaac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2312 | 2024.08.16 07:17:48.100032 [ 3 ] {6afcc32a-7b46-4245-99fd-60da58dbbaac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2313 | 2024.08.16 07:17:48.100156 [ 3 ] {6afcc32a-7b46-4245-99fd-60da58dbbaac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2314 | 2024.08.16 07:17:48.100414 [ 3 ] {6afcc32a-7b46-4245-99fd-60da58dbbaac} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2315 | 2024.08.16 07:17:48.100450 [ 3 ] {6afcc32a-7b46-4245-99fd-60da58dbbaac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2316 | 2024.08.16 07:17:48.100795 [ 3 ] {6afcc32a-7b46-4245-99fd-60da58dbbaac} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2317 | 2024.08.16 07:17:48.101112 [ 3 ] {6afcc32a-7b46-4245-99fd-60da58dbbaac} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2318 | 2024.08.16 07:17:48.101266 [ 3 ] {6afcc32a-7b46-4245-99fd-60da58dbbaac} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001303 sec., 13814.274750575596 rows/sec., 970.57 KiB/sec. | ||
2319 | 2024.08.16 07:17:48.101417 [ 3 ] {6afcc32a-7b46-4245-99fd-60da58dbbaac} <Debug> DynamicQueryHandler: Done processing query | ||
2320 | 2024.08.16 07:17:48.101441 [ 3 ] {6afcc32a-7b46-4245-99fd-60da58dbbaac} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2321 | 2024.08.16 07:17:48.101456 [ 3 ] {} <Debug> HTTP-Session: 7b850318-34c8-49a7-9da5-1ff6e398171e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2322 | 2024.08.16 07:17:53.098010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2323 | 2024.08.16 07:17:53.098141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2324 | 2024.08.16 07:17:53.098166 [ 3 ] {} <Debug> HTTP-Session: a4ad718c-3322-42bc-a405-83304d647b84 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2325 | 2024.08.16 07:17:53.098190 [ 3 ] {} <Debug> HTTP-Session: a4ad718c-3322-42bc-a405-83304d647b84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2326 | 2024.08.16 07:17:53.098205 [ 3 ] {} <Debug> HTTP-Session: a4ad718c-3322-42bc-a405-83304d647b84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2327 | 2024.08.16 07:17:53.098256 [ 3 ] {} <Trace> HTTP-Session: a4ad718c-3322-42bc-a405-83304d647b84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2328 | 2024.08.16 07:17:53.098441 [ 3 ] {d4040bb4-9ff8-4d80-8c76-891e9c33e90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2329 | 2024.08.16 07:17:53.098514 [ 3 ] {d4040bb4-9ff8-4d80-8c76-891e9c33e90c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2330 | 2024.08.16 07:17:53.098712 [ 3 ] {d4040bb4-9ff8-4d80-8c76-891e9c33e90c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2331 | 2024.08.16 07:17:53.099140 [ 3 ] {d4040bb4-9ff8-4d80-8c76-891e9c33e90c} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2332 | 2024.08.16 07:17:53.099182 [ 3 ] {d4040bb4-9ff8-4d80-8c76-891e9c33e90c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2333 | 2024.08.16 07:17:53.099568 [ 3 ] {d4040bb4-9ff8-4d80-8c76-891e9c33e90c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2334 | 2024.08.16 07:17:53.099920 [ 3 ] {d4040bb4-9ff8-4d80-8c76-891e9c33e90c} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2335 | 2024.08.16 07:17:53.100058 [ 73 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2336 | 2024.08.16 07:17:53.100073 [ 3 ] {d4040bb4-9ff8-4d80-8c76-891e9c33e90c} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001693 sec., 11222.681630242174 rows/sec., 909.65 KiB/sec. | ||
2337 | 2024.08.16 07:17:53.100105 [ 73 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2338 | 2024.08.16 07:17:53.100141 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2339 | 2024.08.16 07:17:53.100396 [ 200 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::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 | ||
2340 | 2024.08.16 07:17:53.100458 [ 3 ] {d4040bb4-9ff8-4d80-8c76-891e9c33e90c} <Debug> DynamicQueryHandler: Done processing query | ||
2341 | 2024.08.16 07:17:53.100504 [ 3 ] {d4040bb4-9ff8-4d80-8c76-891e9c33e90c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2342 | 2024.08.16 07:17:53.100551 [ 3 ] {} <Debug> HTTP-Session: a4ad718c-3322-42bc-a405-83304d647b84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2343 | 2024.08.16 07:17:53.100680 [ 200 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2344 | 2024.08.16 07:17:53.100726 [ 200 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 19 rows starting from the beginning of the part | ||
2345 | 2024.08.16 07:17:53.100793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 15782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2346 | 2024.08.16 07:17:53.100941 [ 200 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part | ||
2347 | 2024.08.16 07:17:53.100958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2348 | 2024.08.16 07:17:53.101038 [ 3 ] {} <Debug> HTTP-Session: aeafdc83-5790-466e-853a-779e41cc8204 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2349 | 2024.08.16 07:17:53.101122 [ 3 ] {} <Debug> HTTP-Session: aeafdc83-5790-466e-853a-779e41cc8204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.08.16 07:17:53.101194 [ 3 ] {} <Debug> HTTP-Session: aeafdc83-5790-466e-853a-779e41cc8204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2351 | 2024.08.16 07:17:53.101211 [ 200 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 19 rows starting from the beginning of the part | ||
2352 | 2024.08.16 07:17:53.101372 [ 3 ] {} <Trace> HTTP-Session: aeafdc83-5790-466e-853a-779e41cc8204 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2353 | 2024.08.16 07:17:53.101481 [ 200 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 19 rows starting from the beginning of the part | ||
2354 | 2024.08.16 07:17:53.101735 [ 200 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 19 rows starting from the beginning of the part | ||
2355 | 2024.08.16 07:17:53.101892 [ 3 ] {a3cc964f-0784-4c63-89e2-f3b87076cdf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2356 | 2024.08.16 07:17:53.102080 [ 3 ] {a3cc964f-0784-4c63-89e2-f3b87076cdf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2357 | 2024.08.16 07:17:53.102544 [ 3 ] {a3cc964f-0784-4c63-89e2-f3b87076cdf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2358 | 2024.08.16 07:17:53.103521 [ 3 ] {a3cc964f-0784-4c63-89e2-f3b87076cdf1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2359 | 2024.08.16 07:17:53.103589 [ 3 ] {a3cc964f-0784-4c63-89e2-f3b87076cdf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2360 | 2024.08.16 07:17:53.104154 [ 200 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 95 rows, containing 4 columns (4 merged, 0 gathered) in 0.00389963 sec., 24361.285557860618 rows/sec., 1.93 MiB/sec. | ||
2361 | 2024.08.16 07:17:53.104377 [ 3 ] {a3cc964f-0784-4c63-89e2-f3b87076cdf1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2362 | 2024.08.16 07:17:53.104400 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2363 | 2024.08.16 07:17:53.105147 [ 3 ] {a3cc964f-0784-4c63-89e2-f3b87076cdf1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2364 | 2024.08.16 07:17:53.105324 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_5_1} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2365 | 2024.08.16 07:17:53.105424 [ 3 ] {a3cc964f-0784-4c63-89e2-f3b87076cdf1} <Debug> executeQuery: Read 109 rows, 9.15 KiB in 0.003785 sec., 28797.88639365918 rows/sec., 2.36 MiB/sec. | ||
2366 | 2024.08.16 07:17:53.105571 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_5_1} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2367 | 2024.08.16 07:17:53.105758 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
2368 | 2024.08.16 07:17:53.105784 [ 3 ] {a3cc964f-0784-4c63-89e2-f3b87076cdf1} <Debug> DynamicQueryHandler: Done processing query | ||
2369 | 2024.08.16 07:17:53.105823 [ 3 ] {a3cc964f-0784-4c63-89e2-f3b87076cdf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2370 | 2024.08.16 07:17:53.105840 [ 3 ] {} <Debug> HTTP-Session: aeafdc83-5790-466e-853a-779e41cc8204 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2371 | 2024.08.16 07:17:53.105997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12739, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2372 | 2024.08.16 07:17:53.106047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2373 | 2024.08.16 07:17:53.106066 [ 3 ] {} <Debug> HTTP-Session: b52ac8fe-bd43-48d1-a01c-825603268e89 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2374 | 2024.08.16 07:17:53.106083 [ 3 ] {} <Debug> HTTP-Session: b52ac8fe-bd43-48d1-a01c-825603268e89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2375 | 2024.08.16 07:17:53.106096 [ 3 ] {} <Debug> HTTP-Session: b52ac8fe-bd43-48d1-a01c-825603268e89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2376 | 2024.08.16 07:17:53.106130 [ 3 ] {} <Trace> HTTP-Session: b52ac8fe-bd43-48d1-a01c-825603268e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2377 | 2024.08.16 07:17:53.106258 [ 3 ] {ce8c545b-9f51-4c19-9253-527e68015e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2378 | 2024.08.16 07:17:53.106305 [ 3 ] {ce8c545b-9f51-4c19-9253-527e68015e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2379 | 2024.08.16 07:17:53.106448 [ 3 ] {ce8c545b-9f51-4c19-9253-527e68015e94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2380 | 2024.08.16 07:17:53.106770 [ 3 ] {ce8c545b-9f51-4c19-9253-527e68015e94} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2381 | 2024.08.16 07:17:53.106806 [ 3 ] {ce8c545b-9f51-4c19-9253-527e68015e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2382 | 2024.08.16 07:17:53.107116 [ 3 ] {ce8c545b-9f51-4c19-9253-527e68015e94} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2383 | 2024.08.16 07:17:53.107421 [ 3 ] {ce8c545b-9f51-4c19-9253-527e68015e94} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2384 | 2024.08.16 07:17:53.107553 [ 3 ] {ce8c545b-9f51-4c19-9253-527e68015e94} <Debug> executeQuery: Read 75 rows, 5.99 KiB in 0.001346 sec., 55720.65378900446 rows/sec., 4.35 MiB/sec. | ||
2385 | 2024.08.16 07:17:53.107708 [ 3 ] {ce8c545b-9f51-4c19-9253-527e68015e94} <Debug> DynamicQueryHandler: Done processing query | ||
2386 | 2024.08.16 07:17:53.107731 [ 3 ] {ce8c545b-9f51-4c19-9253-527e68015e94} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2387 | 2024.08.16 07:17:53.107746 [ 3 ] {} <Debug> HTTP-Session: b52ac8fe-bd43-48d1-a01c-825603268e89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2388 | 2024.08.16 07:17:53.107932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2389 | 2024.08.16 07:17:53.107981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2390 | 2024.08.16 07:17:53.107999 [ 3 ] {} <Debug> HTTP-Session: fef2092b-ba83-4ba1-af5d-39090dfe2957 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2391 | 2024.08.16 07:17:53.108016 [ 3 ] {} <Debug> HTTP-Session: fef2092b-ba83-4ba1-af5d-39090dfe2957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2392 | 2024.08.16 07:17:53.108030 [ 3 ] {} <Debug> HTTP-Session: fef2092b-ba83-4ba1-af5d-39090dfe2957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2393 | 2024.08.16 07:17:53.108059 [ 3 ] {} <Trace> HTTP-Session: fef2092b-ba83-4ba1-af5d-39090dfe2957 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2394 | 2024.08.16 07:17:53.108200 [ 3 ] {5a03c11c-2c0e-4335-bd33-8909d7000d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2395 | 2024.08.16 07:17:53.108249 [ 3 ] {5a03c11c-2c0e-4335-bd33-8909d7000d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2396 | 2024.08.16 07:17:53.108388 [ 3 ] {5a03c11c-2c0e-4335-bd33-8909d7000d22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2397 | 2024.08.16 07:17:53.108735 [ 3 ] {5a03c11c-2c0e-4335-bd33-8909d7000d22} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2398 | 2024.08.16 07:17:53.108770 [ 3 ] {5a03c11c-2c0e-4335-bd33-8909d7000d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2399 | 2024.08.16 07:17:53.109150 [ 3 ] {5a03c11c-2c0e-4335-bd33-8909d7000d22} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2400 | 2024.08.16 07:17:53.109507 [ 3 ] {5a03c11c-2c0e-4335-bd33-8909d7000d22} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2401 | 2024.08.16 07:17:53.109635 [ 3 ] {5a03c11c-2c0e-4335-bd33-8909d7000d22} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001502 sec., 99866.84420772303 rows/sec., 6.92 MiB/sec. | ||
2402 | 2024.08.16 07:17:53.109787 [ 3 ] {5a03c11c-2c0e-4335-bd33-8909d7000d22} <Debug> DynamicQueryHandler: Done processing query | ||
2403 | 2024.08.16 07:17:53.109810 [ 3 ] {5a03c11c-2c0e-4335-bd33-8909d7000d22} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2404 | 2024.08.16 07:17:53.109825 [ 3 ] {} <Debug> HTTP-Session: fef2092b-ba83-4ba1-af5d-39090dfe2957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2405 | 2024.08.16 07:17:53.109998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30320, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2406 | 2024.08.16 07:17:53.110045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2407 | 2024.08.16 07:17:53.110063 [ 3 ] {} <Debug> HTTP-Session: 2b27e68e-d1fd-4e4f-bf63-9114f56846cd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2408 | 2024.08.16 07:17:53.110080 [ 3 ] {} <Debug> HTTP-Session: 2b27e68e-d1fd-4e4f-bf63-9114f56846cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2409 | 2024.08.16 07:17:53.110094 [ 3 ] {} <Debug> HTTP-Session: 2b27e68e-d1fd-4e4f-bf63-9114f56846cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2410 | 2024.08.16 07:17:53.110123 [ 3 ] {} <Trace> HTTP-Session: 2b27e68e-d1fd-4e4f-bf63-9114f56846cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2411 | 2024.08.16 07:17:53.110362 [ 3 ] {dcabb27f-1739-41ad-8e10-9bcdf072c4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2412 | 2024.08.16 07:17:53.110426 [ 3 ] {dcabb27f-1739-41ad-8e10-9bcdf072c4c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2413 | 2024.08.16 07:17:53.110817 [ 3 ] {dcabb27f-1739-41ad-8e10-9bcdf072c4c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2414 | 2024.08.16 07:17:53.111338 [ 3 ] {dcabb27f-1739-41ad-8e10-9bcdf072c4c7} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2415 | 2024.08.16 07:17:53.111373 [ 3 ] {dcabb27f-1739-41ad-8e10-9bcdf072c4c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2416 | 2024.08.16 07:17:53.111943 [ 3 ] {dcabb27f-1739-41ad-8e10-9bcdf072c4c7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2417 | 2024.08.16 07:17:53.112334 [ 3 ] {dcabb27f-1739-41ad-8e10-9bcdf072c4c7} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2418 | 2024.08.16 07:17:53.112492 [ 3 ] {dcabb27f-1739-41ad-8e10-9bcdf072c4c7} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002292 sec., 8289.703315881326 rows/sec., 14.85 MiB/sec. | ||
2419 | 2024.08.16 07:17:53.112704 [ 3 ] {dcabb27f-1739-41ad-8e10-9bcdf072c4c7} <Debug> DynamicQueryHandler: Done processing query | ||
2420 | 2024.08.16 07:17:53.112729 [ 3 ] {dcabb27f-1739-41ad-8e10-9bcdf072c4c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
2421 | 2024.08.16 07:17:53.112744 [ 3 ] {} <Debug> HTTP-Session: 2b27e68e-d1fd-4e4f-bf63-9114f56846cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2422 | 2024.08.16 07:17:53.112910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 7662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2423 | 2024.08.16 07:17:53.112956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2424 | 2024.08.16 07:17:53.112975 [ 3 ] {} <Debug> HTTP-Session: a830e53c-1d12-42b5-adb9-63e7e4011b31 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2425 | 2024.08.16 07:17:53.112991 [ 3 ] {} <Debug> HTTP-Session: a830e53c-1d12-42b5-adb9-63e7e4011b31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2426 | 2024.08.16 07:17:53.113005 [ 3 ] {} <Debug> HTTP-Session: a830e53c-1d12-42b5-adb9-63e7e4011b31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2427 | 2024.08.16 07:17:53.113035 [ 3 ] {} <Trace> HTTP-Session: a830e53c-1d12-42b5-adb9-63e7e4011b31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2428 | 2024.08.16 07:17:53.113142 [ 3 ] {4c4430e3-5ca3-4ba2-b35d-89039c4db4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2429 | 2024.08.16 07:17:53.113187 [ 3 ] {4c4430e3-5ca3-4ba2-b35d-89039c4db4c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2430 | 2024.08.16 07:17:53.113312 [ 3 ] {4c4430e3-5ca3-4ba2-b35d-89039c4db4c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2431 | 2024.08.16 07:17:53.113563 [ 3 ] {4c4430e3-5ca3-4ba2-b35d-89039c4db4c3} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2432 | 2024.08.16 07:17:53.113600 [ 3 ] {4c4430e3-5ca3-4ba2-b35d-89039c4db4c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
2433 | 2024.08.16 07:17:53.113944 [ 3 ] {4c4430e3-5ca3-4ba2-b35d-89039c4db4c3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2434 | 2024.08.16 07:17:53.114255 [ 3 ] {4c4430e3-5ca3-4ba2-b35d-89039c4db4c3} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2435 | 2024.08.16 07:17:53.114417 [ 3 ] {4c4430e3-5ca3-4ba2-b35d-89039c4db4c3} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001303 sec., 38372.98541826555 rows/sec., 2.63 MiB/sec. | ||
2436 | 2024.08.16 07:17:53.114604 [ 3 ] {4c4430e3-5ca3-4ba2-b35d-89039c4db4c3} <Debug> DynamicQueryHandler: Done processing query | ||
2437 | 2024.08.16 07:17:53.114629 [ 3 ] {4c4430e3-5ca3-4ba2-b35d-89039c4db4c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2438 | 2024.08.16 07:17:53.114644 [ 3 ] {} <Debug> HTTP-Session: a830e53c-1d12-42b5-adb9-63e7e4011b31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2439 | 2024.08.16 07:17:57.478281 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2440 | 2024.08.16 07:17:57.478341 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2441 | 2024.08.16 07:17:58.089864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2442 | 2024.08.16 07:17:58.089974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2443 | 2024.08.16 07:17:58.089999 [ 3 ] {} <Debug> HTTP-Session: d34ebfcf-500b-4c02-832e-4ceae41e726e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2444 | 2024.08.16 07:17:58.090023 [ 3 ] {} <Debug> HTTP-Session: d34ebfcf-500b-4c02-832e-4ceae41e726e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2445 | 2024.08.16 07:17:58.090039 [ 3 ] {} <Debug> HTTP-Session: d34ebfcf-500b-4c02-832e-4ceae41e726e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2446 | 2024.08.16 07:17:58.090090 [ 3 ] {} <Trace> HTTP-Session: d34ebfcf-500b-4c02-832e-4ceae41e726e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2447 | 2024.08.16 07:17:58.090334 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
2448 | 2024.08.16 07:17:58.090744 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2449 | 2024.08.16 07:17:58.090796 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
2450 | 2024.08.16 07:17:58.091181 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2451 | 2024.08.16 07:17:58.091270 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2452 | 2024.08.16 07:17:58.091444 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2453 | 2024.08.16 07:17:58.091541 [ 254 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2454 | 2024.08.16 07:17:58.091633 [ 250 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2455 | 2024.08.16 07:17:58.091640 [ 256 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2456 | 2024.08.16 07:17:58.091796 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
2457 | 2024.08.16 07:17:58.091828 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2458 | 2024.08.16 07:17:58.091967 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2459 | 2024.08.16 07:17:58.091993 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2460 | 2024.08.16 07:17:58.092034 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2461 | 2024.08.16 07:17:58.092080 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2462 | 2024.08.16 07:17:58.092122 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2463 | 2024.08.16 07:17:58.094134 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.003914 sec., 9197.75166070516 rows/sec., 347.56 KiB/sec. | ||
2464 | 2024.08.16 07:17:58.094549 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Debug> DynamicQueryHandler: Done processing query | ||
2465 | 2024.08.16 07:17:58.094577 [ 3 ] {242da632-fa98-4bba-91c3-2c9ed0979914} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2466 | 2024.08.16 07:17:58.094594 [ 3 ] {} <Debug> HTTP-Session: d34ebfcf-500b-4c02-832e-4ceae41e726e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2467 | 2024.08.16 07:17:58.094830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2468 | 2024.08.16 07:17:58.094882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2469 | 2024.08.16 07:17:58.094901 [ 3 ] {} <Debug> HTTP-Session: 2af2240a-d62c-4aa6-a44a-a2930e47e02d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2470 | 2024.08.16 07:17:58.094921 [ 3 ] {} <Debug> HTTP-Session: 2af2240a-d62c-4aa6-a44a-a2930e47e02d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2471 | 2024.08.16 07:17:58.094935 [ 3 ] {} <Debug> HTTP-Session: 2af2240a-d62c-4aa6-a44a-a2930e47e02d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2472 | 2024.08.16 07:17:58.094971 [ 3 ] {} <Trace> HTTP-Session: 2af2240a-d62c-4aa6-a44a-a2930e47e02d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2473 | 2024.08.16 07:17:58.095148 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
2474 | 2024.08.16 07:17:58.095455 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2475 | 2024.08.16 07:17:58.095504 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
2476 | 2024.08.16 07:17:58.095817 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2477 | 2024.08.16 07:17:58.095883 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2478 | 2024.08.16 07:17:58.096027 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2479 | 2024.08.16 07:17:58.096112 [ 258 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2480 | 2024.08.16 07:17:58.096154 [ 255 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2481 | 2024.08.16 07:17:58.096176 [ 260 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2482 | 2024.08.16 07:17:58.096286 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
2483 | 2024.08.16 07:17:58.096314 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2484 | 2024.08.16 07:17:58.096414 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2485 | 2024.08.16 07:17:58.096438 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2486 | 2024.08.16 07:17:58.096479 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2487 | 2024.08.16 07:17:58.096522 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2488 | 2024.08.16 07:17:58.096561 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2489 | 2024.08.16 07:17:58.098215 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.00315 sec., 11428.57142857143 rows/sec., 431.86 KiB/sec. | ||
2490 | 2024.08.16 07:17:58.098606 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Debug> DynamicQueryHandler: Done processing query | ||
2491 | 2024.08.16 07:17:58.098637 [ 3 ] {21281bdb-d41d-47e7-9c96-9e405d13843b} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2492 | 2024.08.16 07:17:58.098659 [ 3 ] {} <Debug> HTTP-Session: 2af2240a-d62c-4aa6-a44a-a2930e47e02d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2493 | 2024.08.16 07:17:58.098917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2494 | 2024.08.16 07:17:58.098977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2495 | 2024.08.16 07:17:58.099002 [ 3 ] {} <Debug> HTTP-Session: c8611220-dae9-480b-985a-d2eeae5b2400 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2496 | 2024.08.16 07:17:58.099023 [ 3 ] {} <Debug> HTTP-Session: c8611220-dae9-480b-985a-d2eeae5b2400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2497 | 2024.08.16 07:17:58.099040 [ 3 ] {} <Debug> HTTP-Session: c8611220-dae9-480b-985a-d2eeae5b2400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2498 | 2024.08.16 07:17:58.099079 [ 3 ] {} <Trace> HTTP-Session: c8611220-dae9-480b-985a-d2eeae5b2400 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2499 | 2024.08.16 07:17:58.099256 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
2500 | 2024.08.16 07:17:58.099564 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2501 | 2024.08.16 07:17:58.099614 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
2502 | 2024.08.16 07:17:58.099930 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2503 | 2024.08.16 07:17:58.099998 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2504 | 2024.08.16 07:17:58.100136 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2505 | 2024.08.16 07:17:58.100282 [ 256 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2506 | 2024.08.16 07:17:58.100287 [ 250 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2507 | 2024.08.16 07:17:58.100315 [ 259 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2508 | 2024.08.16 07:17:58.100482 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
2509 | 2024.08.16 07:17:58.100511 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2510 | 2024.08.16 07:17:58.100614 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2511 | 2024.08.16 07:17:58.100636 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2512 | 2024.08.16 07:17:58.100676 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
2513 | 2024.08.16 07:17:58.100719 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
2514 | 2024.08.16 07:17:58.100757 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
2515 | 2024.08.16 07:17:58.102668 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.0035 sec., 10285.714285714286 rows/sec., 388.67 KiB/sec. | ||
2516 | 2024.08.16 07:17:58.102998 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Debug> DynamicQueryHandler: Done processing query | ||
2517 | 2024.08.16 07:17:58.103024 [ 3 ] {6aaa53bb-e2c3-4d01-b5e8-791d901cb17e} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
2518 | 2024.08.16 07:17:58.103040 [ 3 ] {} <Debug> HTTP-Session: c8611220-dae9-480b-985a-d2eeae5b2400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2519 | 2024.08.16 07:17:58.103347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2520 | 2024.08.16 07:17:58.103397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2521 | 2024.08.16 07:17:58.103417 [ 3 ] {} <Debug> HTTP-Session: 7eae03ea-e849-421b-a6cd-bdafa61e1a24 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2522 | 2024.08.16 07:17:58.103434 [ 3 ] {} <Debug> HTTP-Session: 7eae03ea-e849-421b-a6cd-bdafa61e1a24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2523 | 2024.08.16 07:17:58.103450 [ 3 ] {} <Debug> HTTP-Session: 7eae03ea-e849-421b-a6cd-bdafa61e1a24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2524 | 2024.08.16 07:17:58.103484 [ 3 ] {} <Trace> HTTP-Session: 7eae03ea-e849-421b-a6cd-bdafa61e1a24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2525 | 2024.08.16 07:17:58.103643 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2526 | 2024.08.16 07:17:58.103940 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2527 | 2024.08.16 07:17:58.103988 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2528 | 2024.08.16 07:17:58.104304 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2529 | 2024.08.16 07:17:58.104370 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2530 | 2024.08.16 07:17:58.104508 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2531 | 2024.08.16 07:17:58.104646 [ 255 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2532 | 2024.08.16 07:17:58.104651 [ 256 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2533 | 2024.08.16 07:17:58.104672 [ 261 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2534 | 2024.08.16 07:17:58.104808 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
2535 | 2024.08.16 07:17:58.104838 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2536 | 2024.08.16 07:17:58.104939 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2537 | 2024.08.16 07:17:58.104961 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2538 | 2024.08.16 07:17:58.105002 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2539 | 2024.08.16 07:17:58.105044 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2540 | 2024.08.16 07:17:58.105081 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2541 | 2024.08.16 07:17:58.106661 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.003101 sec., 11609.158336020639 rows/sec., 438.68 KiB/sec. | ||
2542 | 2024.08.16 07:17:58.106998 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Debug> DynamicQueryHandler: Done processing query | ||
2543 | 2024.08.16 07:17:58.107043 [ 3 ] {0136b53f-2788-4dc9-983f-04493a3022e6} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
2544 | 2024.08.16 07:17:58.107063 [ 3 ] {} <Debug> HTTP-Session: 7eae03ea-e849-421b-a6cd-bdafa61e1a24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2545 | 2024.08.16 07:17:58.118982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2546 | 2024.08.16 07:17:58.119040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2547 | 2024.08.16 07:17:58.119062 [ 3 ] {} <Debug> HTTP-Session: f9fedd03-c690-4cfb-ad81-6e5575e360b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2548 | 2024.08.16 07:17:58.119080 [ 3 ] {} <Debug> HTTP-Session: f9fedd03-c690-4cfb-ad81-6e5575e360b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2549 | 2024.08.16 07:17:58.119095 [ 3 ] {} <Debug> HTTP-Session: f9fedd03-c690-4cfb-ad81-6e5575e360b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2550 | 2024.08.16 07:17:58.119128 [ 3 ] {} <Trace> HTTP-Session: f9fedd03-c690-4cfb-ad81-6e5575e360b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2551 | 2024.08.16 07:17:58.119261 [ 3 ] {4a0daaef-f5ec-4710-90a6-5444de81d24e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2552 | 2024.08.16 07:17:58.119310 [ 3 ] {4a0daaef-f5ec-4710-90a6-5444de81d24e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2553 | 2024.08.16 07:17:58.119484 [ 3 ] {4a0daaef-f5ec-4710-90a6-5444de81d24e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2554 | 2024.08.16 07:17:58.119822 [ 3 ] {4a0daaef-f5ec-4710-90a6-5444de81d24e} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2555 | 2024.08.16 07:17:58.119858 [ 3 ] {4a0daaef-f5ec-4710-90a6-5444de81d24e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2556 | 2024.08.16 07:17:58.120351 [ 3 ] {4a0daaef-f5ec-4710-90a6-5444de81d24e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2557 | 2024.08.16 07:17:58.120669 [ 3 ] {4a0daaef-f5ec-4710-90a6-5444de81d24e} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2558 | 2024.08.16 07:17:58.120804 [ 3 ] {4a0daaef-f5ec-4710-90a6-5444de81d24e} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001583 sec., 2526.8477574226154 rows/sec., 321.41 KiB/sec. | ||
2559 | 2024.08.16 07:17:58.120982 [ 3 ] {4a0daaef-f5ec-4710-90a6-5444de81d24e} <Debug> DynamicQueryHandler: Done processing query | ||
2560 | 2024.08.16 07:17:58.121007 [ 3 ] {4a0daaef-f5ec-4710-90a6-5444de81d24e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2561 | 2024.08.16 07:17:58.121023 [ 3 ] {} <Debug> HTTP-Session: f9fedd03-c690-4cfb-ad81-6e5575e360b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2562 | 2024.08.16 07:17:58.121230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2563 | 2024.08.16 07:17:58.121280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2564 | 2024.08.16 07:17:58.121299 [ 3 ] {} <Debug> HTTP-Session: d643fded-6e7f-4376-9c22-774be1bc218a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2565 | 2024.08.16 07:17:58.121316 [ 3 ] {} <Debug> HTTP-Session: d643fded-6e7f-4376-9c22-774be1bc218a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2566 | 2024.08.16 07:17:58.121331 [ 3 ] {} <Debug> HTTP-Session: d643fded-6e7f-4376-9c22-774be1bc218a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2567 | 2024.08.16 07:17:58.121362 [ 3 ] {} <Trace> HTTP-Session: d643fded-6e7f-4376-9c22-774be1bc218a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2568 | 2024.08.16 07:17:58.121512 [ 3 ] {89cd2017-7126-4d7d-8ca5-715bd806e465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2569 | 2024.08.16 07:17:58.121556 [ 3 ] {89cd2017-7126-4d7d-8ca5-715bd806e465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2570 | 2024.08.16 07:17:58.121682 [ 3 ] {89cd2017-7126-4d7d-8ca5-715bd806e465} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2571 | 2024.08.16 07:17:58.122088 [ 3 ] {89cd2017-7126-4d7d-8ca5-715bd806e465} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2572 | 2024.08.16 07:17:58.122126 [ 3 ] {89cd2017-7126-4d7d-8ca5-715bd806e465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2573 | 2024.08.16 07:17:58.122474 [ 3 ] {89cd2017-7126-4d7d-8ca5-715bd806e465} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2574 | 2024.08.16 07:17:58.122791 [ 3 ] {89cd2017-7126-4d7d-8ca5-715bd806e465} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2575 | 2024.08.16 07:17:58.122917 [ 3 ] {89cd2017-7126-4d7d-8ca5-715bd806e465} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001473 sec., 128309.57230142567 rows/sec., 11.18 MiB/sec. | ||
2576 | 2024.08.16 07:17:58.123116 [ 3 ] {89cd2017-7126-4d7d-8ca5-715bd806e465} <Debug> DynamicQueryHandler: Done processing query | ||
2577 | 2024.08.16 07:17:58.123141 [ 3 ] {89cd2017-7126-4d7d-8ca5-715bd806e465} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2578 | 2024.08.16 07:17:58.123157 [ 3 ] {} <Debug> HTTP-Session: d643fded-6e7f-4376-9c22-774be1bc218a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2579 | 2024.08.16 07:17:58.123295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2580 | 2024.08.16 07:17:58.123342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2581 | 2024.08.16 07:17:58.123362 [ 3 ] {} <Debug> HTTP-Session: f91f4041-a885-48cc-97ee-770ac32322fb Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2582 | 2024.08.16 07:17:58.123378 [ 3 ] {} <Debug> HTTP-Session: f91f4041-a885-48cc-97ee-770ac32322fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2583 | 2024.08.16 07:17:58.123393 [ 3 ] {} <Debug> HTTP-Session: f91f4041-a885-48cc-97ee-770ac32322fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2584 | 2024.08.16 07:17:58.123423 [ 3 ] {} <Trace> HTTP-Session: f91f4041-a885-48cc-97ee-770ac32322fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2585 | 2024.08.16 07:17:58.123525 [ 3 ] {8f4fd515-875e-480b-8893-338c7ab65853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2586 | 2024.08.16 07:17:58.123568 [ 3 ] {8f4fd515-875e-480b-8893-338c7ab65853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2587 | 2024.08.16 07:17:58.123690 [ 3 ] {8f4fd515-875e-480b-8893-338c7ab65853} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2588 | 2024.08.16 07:17:58.123975 [ 3 ] {8f4fd515-875e-480b-8893-338c7ab65853} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2589 | 2024.08.16 07:17:58.124012 [ 3 ] {8f4fd515-875e-480b-8893-338c7ab65853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2590 | 2024.08.16 07:17:58.124317 [ 3 ] {8f4fd515-875e-480b-8893-338c7ab65853} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2591 | 2024.08.16 07:17:58.124679 [ 3 ] {8f4fd515-875e-480b-8893-338c7ab65853} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2592 | 2024.08.16 07:17:58.124810 [ 3 ] {8f4fd515-875e-480b-8893-338c7ab65853} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001312 sec., 10670.731707317073 rows/sec., 747.31 KiB/sec. | ||
2593 | 2024.08.16 07:17:58.125088 [ 3 ] {8f4fd515-875e-480b-8893-338c7ab65853} <Debug> DynamicQueryHandler: Done processing query | ||
2594 | 2024.08.16 07:17:58.125118 [ 3 ] {8f4fd515-875e-480b-8893-338c7ab65853} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2595 | 2024.08.16 07:17:58.125134 [ 3 ] {} <Debug> HTTP-Session: f91f4041-a885-48cc-97ee-770ac32322fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2596 | 2024.08.16 07:17:58.125261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2597 | 2024.08.16 07:17:58.125310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2598 | 2024.08.16 07:17:58.125330 [ 3 ] {} <Debug> HTTP-Session: 1765904b-49a4-4b02-974b-41994eef0224 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2599 | 2024.08.16 07:17:58.125346 [ 3 ] {} <Debug> HTTP-Session: 1765904b-49a4-4b02-974b-41994eef0224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2600 | 2024.08.16 07:17:58.125360 [ 3 ] {} <Debug> HTTP-Session: 1765904b-49a4-4b02-974b-41994eef0224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2601 | 2024.08.16 07:17:58.125391 [ 3 ] {} <Trace> HTTP-Session: 1765904b-49a4-4b02-974b-41994eef0224 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2602 | 2024.08.16 07:17:58.125489 [ 3 ] {e40e75c6-9f57-42dd-901c-452bfbe10dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2603 | 2024.08.16 07:17:58.125533 [ 3 ] {e40e75c6-9f57-42dd-901c-452bfbe10dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2604 | 2024.08.16 07:17:58.125679 [ 3 ] {e40e75c6-9f57-42dd-901c-452bfbe10dc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2605 | 2024.08.16 07:17:58.125953 [ 3 ] {e40e75c6-9f57-42dd-901c-452bfbe10dc7} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2606 | 2024.08.16 07:17:58.125990 [ 3 ] {e40e75c6-9f57-42dd-901c-452bfbe10dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2607 | 2024.08.16 07:17:58.126293 [ 3 ] {e40e75c6-9f57-42dd-901c-452bfbe10dc7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2608 | 2024.08.16 07:17:58.126599 [ 3 ] {e40e75c6-9f57-42dd-901c-452bfbe10dc7} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2609 | 2024.08.16 07:17:58.126720 [ 3 ] {e40e75c6-9f57-42dd-901c-452bfbe10dc7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001256 sec., 4777.070063694267 rows/sec., 282.24 KiB/sec. | ||
2610 | 2024.08.16 07:17:58.126916 [ 3 ] {e40e75c6-9f57-42dd-901c-452bfbe10dc7} <Debug> DynamicQueryHandler: Done processing query | ||
2611 | 2024.08.16 07:17:58.126941 [ 3 ] {e40e75c6-9f57-42dd-901c-452bfbe10dc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2612 | 2024.08.16 07:17:58.126956 [ 3 ] {} <Debug> HTTP-Session: 1765904b-49a4-4b02-974b-41994eef0224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2613 | 2024.08.16 07:17:58.127238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2614 | 2024.08.16 07:17:58.127285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2615 | 2024.08.16 07:17:58.127306 [ 3 ] {} <Debug> HTTP-Session: cbca2c99-3e1c-4195-b024-65827ee92ff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2616 | 2024.08.16 07:17:58.127322 [ 3 ] {} <Debug> HTTP-Session: cbca2c99-3e1c-4195-b024-65827ee92ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2617 | 2024.08.16 07:17:58.127336 [ 3 ] {} <Debug> HTTP-Session: cbca2c99-3e1c-4195-b024-65827ee92ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2618 | 2024.08.16 07:17:58.127366 [ 3 ] {} <Trace> HTTP-Session: cbca2c99-3e1c-4195-b024-65827ee92ff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2619 | 2024.08.16 07:17:58.127572 [ 3 ] {b1151b38-4d70-4072-8073-08f5bca82025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2620 | 2024.08.16 07:17:58.127616 [ 3 ] {b1151b38-4d70-4072-8073-08f5bca82025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2621 | 2024.08.16 07:17:58.127742 [ 3 ] {b1151b38-4d70-4072-8073-08f5bca82025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2622 | 2024.08.16 07:17:58.128245 [ 3 ] {b1151b38-4d70-4072-8073-08f5bca82025} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2623 | 2024.08.16 07:17:58.128282 [ 3 ] {b1151b38-4d70-4072-8073-08f5bca82025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2624 | 2024.08.16 07:17:58.128608 [ 3 ] {b1151b38-4d70-4072-8073-08f5bca82025} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2625 | 2024.08.16 07:17:58.128907 [ 3 ] {b1151b38-4d70-4072-8073-08f5bca82025} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2626 | 2024.08.16 07:17:58.129030 [ 3 ] {b1151b38-4d70-4072-8073-08f5bca82025} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001565 sec., 244089.4568690096 rows/sec., 17.27 MiB/sec. | ||
2627 | 2024.08.16 07:17:58.129231 [ 3 ] {b1151b38-4d70-4072-8073-08f5bca82025} <Debug> DynamicQueryHandler: Done processing query | ||
2628 | 2024.08.16 07:17:58.129256 [ 3 ] {b1151b38-4d70-4072-8073-08f5bca82025} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2629 | 2024.08.16 07:17:58.129272 [ 3 ] {} <Debug> HTTP-Session: cbca2c99-3e1c-4195-b024-65827ee92ff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2630 | 2024.08.16 07:17:58.129411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2631 | 2024.08.16 07:17:58.129460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2632 | 2024.08.16 07:17:58.129481 [ 3 ] {} <Debug> HTTP-Session: 77539467-24e2-4fba-ad40-0267e49911f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2633 | 2024.08.16 07:17:58.129497 [ 3 ] {} <Debug> HTTP-Session: 77539467-24e2-4fba-ad40-0267e49911f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2634 | 2024.08.16 07:17:58.129510 [ 3 ] {} <Debug> HTTP-Session: 77539467-24e2-4fba-ad40-0267e49911f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2635 | 2024.08.16 07:17:58.129541 [ 3 ] {} <Trace> HTTP-Session: 77539467-24e2-4fba-ad40-0267e49911f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2636 | 2024.08.16 07:17:58.129636 [ 3 ] {b4ee1813-a1e7-4b5a-9bde-e6f5a9edac1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2637 | 2024.08.16 07:17:58.129679 [ 3 ] {b4ee1813-a1e7-4b5a-9bde-e6f5a9edac1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2638 | 2024.08.16 07:17:58.129808 [ 3 ] {b4ee1813-a1e7-4b5a-9bde-e6f5a9edac1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2639 | 2024.08.16 07:17:58.130058 [ 3 ] {b4ee1813-a1e7-4b5a-9bde-e6f5a9edac1d} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2640 | 2024.08.16 07:17:58.130095 [ 3 ] {b4ee1813-a1e7-4b5a-9bde-e6f5a9edac1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2641 | 2024.08.16 07:17:58.130448 [ 3 ] {b4ee1813-a1e7-4b5a-9bde-e6f5a9edac1d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2642 | 2024.08.16 07:17:58.130778 [ 3 ] {b4ee1813-a1e7-4b5a-9bde-e6f5a9edac1d} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2643 | 2024.08.16 07:17:58.130899 [ 3 ] {b4ee1813-a1e7-4b5a-9bde-e6f5a9edac1d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001289 sec., 4654.7711404189295 rows/sec., 243.19 KiB/sec. | ||
2644 | 2024.08.16 07:17:58.131097 [ 3 ] {b4ee1813-a1e7-4b5a-9bde-e6f5a9edac1d} <Debug> DynamicQueryHandler: Done processing query | ||
2645 | 2024.08.16 07:17:58.131122 [ 3 ] {b4ee1813-a1e7-4b5a-9bde-e6f5a9edac1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2646 | 2024.08.16 07:17:58.131140 [ 3 ] {} <Debug> HTTP-Session: 77539467-24e2-4fba-ad40-0267e49911f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2647 | 2024.08.16 07:17:58.131376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2648 | 2024.08.16 07:17:58.131423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2649 | 2024.08.16 07:17:58.131444 [ 3 ] {} <Debug> HTTP-Session: 1fc843b1-c81c-4d64-af45-dc6d1ec96be4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2650 | 2024.08.16 07:17:58.131460 [ 3 ] {} <Debug> HTTP-Session: 1fc843b1-c81c-4d64-af45-dc6d1ec96be4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2651 | 2024.08.16 07:17:58.131474 [ 3 ] {} <Debug> HTTP-Session: 1fc843b1-c81c-4d64-af45-dc6d1ec96be4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2652 | 2024.08.16 07:17:58.131504 [ 3 ] {} <Trace> HTTP-Session: 1fc843b1-c81c-4d64-af45-dc6d1ec96be4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2653 | 2024.08.16 07:17:58.131687 [ 3 ] {4066f60d-0d6f-49ca-be9a-a48f52b4494b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2654 | 2024.08.16 07:17:58.131734 [ 3 ] {4066f60d-0d6f-49ca-be9a-a48f52b4494b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2655 | 2024.08.16 07:17:58.131873 [ 3 ] {4066f60d-0d6f-49ca-be9a-a48f52b4494b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2656 | 2024.08.16 07:17:58.132308 [ 3 ] {4066f60d-0d6f-49ca-be9a-a48f52b4494b} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2657 | 2024.08.16 07:17:58.132344 [ 3 ] {4066f60d-0d6f-49ca-be9a-a48f52b4494b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2658 | 2024.08.16 07:17:58.132721 [ 3 ] {4066f60d-0d6f-49ca-be9a-a48f52b4494b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2659 | 2024.08.16 07:17:58.133054 [ 3 ] {4066f60d-0d6f-49ca-be9a-a48f52b4494b} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2660 | 2024.08.16 07:17:58.133186 [ 3 ] {4066f60d-0d6f-49ca-be9a-a48f52b4494b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001601 sec., 148032.4797001874 rows/sec., 9.92 MiB/sec. | ||
2661 | 2024.08.16 07:17:58.133222 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2662 | 2024.08.16 07:17:58.133324 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2663 | 2024.08.16 07:17:58.133367 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2664 | 2024.08.16 07:17:58.133452 [ 3 ] {4066f60d-0d6f-49ca-be9a-a48f52b4494b} <Debug> DynamicQueryHandler: Done processing query | ||
2665 | 2024.08.16 07:17:58.133514 [ 3 ] {4066f60d-0d6f-49ca-be9a-a48f52b4494b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2666 | 2024.08.16 07:17:58.133560 [ 3 ] {} <Debug> HTTP-Session: 1fc843b1-c81c-4d64-af45-dc6d1ec96be4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2667 | 2024.08.16 07:17:58.133606 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
2668 | 2024.08.16 07:17:58.133734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2669 | 2024.08.16 07:17:58.133839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2670 | 2024.08.16 07:17:58.133893 [ 3 ] {} <Debug> HTTP-Session: 5fec0b99-7fb3-46e9-b788-ae1721b1b15f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2671 | 2024.08.16 07:17:58.133939 [ 3 ] {} <Debug> HTTP-Session: 5fec0b99-7fb3-46e9-b788-ae1721b1b15f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2672 | 2024.08.16 07:17:58.133941 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2673 | 2024.08.16 07:17:58.133963 [ 3 ] {} <Debug> HTTP-Session: 5fec0b99-7fb3-46e9-b788-ae1721b1b15f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2674 | 2024.08.16 07:17:58.134027 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 127 rows starting from the beginning of the part | ||
2675 | 2024.08.16 07:17:58.134042 [ 3 ] {} <Trace> HTTP-Session: 5fec0b99-7fb3-46e9-b788-ae1721b1b15f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2676 | 2024.08.16 07:17:58.134297 [ 3 ] {136d23c2-1e63-441a-864f-c96fc09960bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2677 | 2024.08.16 07:17:58.134325 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
2678 | 2024.08.16 07:17:58.134488 [ 3 ] {136d23c2-1e63-441a-864f-c96fc09960bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2679 | 2024.08.16 07:17:58.134708 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2893 rows starting from the beginning of the part | ||
2680 | 2024.08.16 07:17:58.135148 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
2681 | 2024.08.16 07:17:58.135522 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part | ||
2682 | 2024.08.16 07:17:58.135695 [ 3 ] {136d23c2-1e63-441a-864f-c96fc09960bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2683 | 2024.08.16 07:17:58.135897 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
2684 | 2024.08.16 07:17:58.136613 [ 3 ] {136d23c2-1e63-441a-864f-c96fc09960bd} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2685 | 2024.08.16 07:17:58.136668 [ 3 ] {136d23c2-1e63-441a-864f-c96fc09960bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2686 | 2024.08.16 07:17:58.137603 [ 3 ] {136d23c2-1e63-441a-864f-c96fc09960bd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2687 | 2024.08.16 07:17:58.138452 [ 3 ] {136d23c2-1e63-441a-864f-c96fc09960bd} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2688 | 2024.08.16 07:17:58.138711 [ 3 ] {136d23c2-1e63-441a-864f-c96fc09960bd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00454 sec., 220.26431718061676 rows/sec., 14.84 KiB/sec. | ||
2689 | 2024.08.16 07:17:58.138937 [ 3 ] {136d23c2-1e63-441a-864f-c96fc09960bd} <Debug> DynamicQueryHandler: Done processing query | ||
2690 | 2024.08.16 07:17:58.138963 [ 3 ] {136d23c2-1e63-441a-864f-c96fc09960bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2691 | 2024.08.16 07:17:58.138979 [ 3 ] {} <Debug> HTTP-Session: 5fec0b99-7fb3-46e9-b788-ae1721b1b15f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2692 | 2024.08.16 07:17:58.139106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2693 | 2024.08.16 07:17:58.139154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2694 | 2024.08.16 07:17:58.139174 [ 3 ] {} <Debug> HTTP-Session: 05afc628-c872-4ecc-b2c3-affce3064cac Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2695 | 2024.08.16 07:17:58.139191 [ 3 ] {} <Debug> HTTP-Session: 05afc628-c872-4ecc-b2c3-affce3064cac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2696 | 2024.08.16 07:17:58.139205 [ 3 ] {} <Debug> HTTP-Session: 05afc628-c872-4ecc-b2c3-affce3064cac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2697 | 2024.08.16 07:17:58.139237 [ 3 ] {} <Trace> HTTP-Session: 05afc628-c872-4ecc-b2c3-affce3064cac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2698 | 2024.08.16 07:17:58.139362 [ 3 ] {84ed6e79-1d0c-4f68-9843-efa875015ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2699 | 2024.08.16 07:17:58.139407 [ 3 ] {84ed6e79-1d0c-4f68-9843-efa875015ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2700 | 2024.08.16 07:17:58.139543 [ 3 ] {84ed6e79-1d0c-4f68-9843-efa875015ed6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2701 | 2024.08.16 07:17:58.139848 [ 3 ] {84ed6e79-1d0c-4f68-9843-efa875015ed6} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2702 | 2024.08.16 07:17:58.139886 [ 3 ] {84ed6e79-1d0c-4f68-9843-efa875015ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2703 | 2024.08.16 07:17:58.140293 [ 3 ] {84ed6e79-1d0c-4f68-9843-efa875015ed6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2704 | 2024.08.16 07:17:58.140718 [ 3 ] {84ed6e79-1d0c-4f68-9843-efa875015ed6} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2705 | 2024.08.16 07:17:58.140907 [ 64 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2706 | 2024.08.16 07:17:58.140940 [ 3 ] {84ed6e79-1d0c-4f68-9843-efa875015ed6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001621 sec., 50586.05798889574 rows/sec., 3.21 MiB/sec. | ||
2707 | 2024.08.16 07:17:58.140970 [ 64 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2708 | 2024.08.16 07:17:58.141049 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2709 | 2024.08.16 07:17:58.141479 [ 3 ] {84ed6e79-1d0c-4f68-9843-efa875015ed6} <Debug> DynamicQueryHandler: Done processing query | ||
2710 | 2024.08.16 07:17:58.141614 [ 3 ] {84ed6e79-1d0c-4f68-9843-efa875015ed6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2711 | 2024.08.16 07:17:58.141719 [ 3 ] {} <Debug> HTTP-Session: 05afc628-c872-4ecc-b2c3-affce3064cac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2712 | 2024.08.16 07:17:58.142000 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
2713 | 2024.08.16 07:17:58.142124 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3507 rows, containing 5 columns (5 merged, 0 gathered) in 0.00865502 sec., 405198.3704254872 rows/sec., 27.06 MiB/sec. | ||
2714 | 2024.08.16 07:17:58.142243 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2715 | 2024.08.16 07:17:58.142284 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 42 rows starting from the beginning of the part | ||
2716 | 2024.08.16 07:17:58.142412 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
2717 | 2024.08.16 07:17:58.142629 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
2718 | 2024.08.16 07:17:58.142642 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2719 | 2024.08.16 07:17:58.142998 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 18 rows starting from the beginning of the part | ||
2720 | 2024.08.16 07:17:58.143242 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
2721 | 2024.08.16 07:17:58.143687 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
2722 | 2024.08.16 07:17:58.144136 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2723 | 2024.08.16 07:17:58.144287 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2724 | 2024.08.16 07:17:58.144459 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
2725 | 2024.08.16 07:17:58.145158 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 242 rows, containing 4 columns (4 merged, 0 gathered) in 0.003846479 sec., 62914.68119285196 rows/sec., 4.03 MiB/sec. | ||
2726 | 2024.08.16 07:17:58.145325 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2727 | 2024.08.16 07:17:58.145728 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_6_1} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2728 | 2024.08.16 07:17:58.145813 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_6_1} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2729 | 2024.08.16 07:17:58.145901 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2730 | 2024.08.16 07:18:03.099854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2731 | 2024.08.16 07:18:03.099991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2732 | 2024.08.16 07:18:03.100018 [ 3 ] {} <Debug> HTTP-Session: 4325aa08-bd5e-4f27-8887-71373996838b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2733 | 2024.08.16 07:18:03.100044 [ 3 ] {} <Debug> HTTP-Session: 4325aa08-bd5e-4f27-8887-71373996838b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2734 | 2024.08.16 07:18:03.100060 [ 3 ] {} <Debug> HTTP-Session: 4325aa08-bd5e-4f27-8887-71373996838b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2735 | 2024.08.16 07:18:03.100110 [ 3 ] {} <Trace> HTTP-Session: 4325aa08-bd5e-4f27-8887-71373996838b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2736 | 2024.08.16 07:18:03.100371 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2737 | 2024.08.16 07:18:03.100798 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2738 | 2024.08.16 07:18:03.100851 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2739 | 2024.08.16 07:18:03.101234 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2740 | 2024.08.16 07:18:03.101323 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2741 | 2024.08.16 07:18:03.101501 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
2742 | 2024.08.16 07:18:03.101608 [ 255 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2743 | 2024.08.16 07:18:03.101717 [ 254 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2744 | 2024.08.16 07:18:03.101740 [ 256 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2745 | 2024.08.16 07:18:03.101771 [ 259 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2746 | 2024.08.16 07:18:03.101927 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2747 | 2024.08.16 07:18:03.101972 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2748 | 2024.08.16 07:18:03.102165 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2749 | 2024.08.16 07:18:03.102205 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
2750 | 2024.08.16 07:18:03.102268 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2751 | 2024.08.16 07:18:03.102337 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2752 | 2024.08.16 07:18:03.102401 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2753 | 2024.08.16 07:18:03.102464 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2754 | 2024.08.16 07:18:03.104954 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004704 sec., 8503.401360544218 rows/sec., 324.28 KiB/sec. | ||
2755 | 2024.08.16 07:18:03.105422 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Debug> DynamicQueryHandler: Done processing query | ||
2756 | 2024.08.16 07:18:03.105456 [ 3 ] {60b71271-ccf8-4a15-94e5-a4d61210f1cd} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2757 | 2024.08.16 07:18:03.105474 [ 3 ] {} <Debug> HTTP-Session: 4325aa08-bd5e-4f27-8887-71373996838b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2758 | 2024.08.16 07:18:03.106690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2759 | 2024.08.16 07:18:03.106753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2760 | 2024.08.16 07:18:03.106774 [ 3 ] {} <Debug> HTTP-Session: 447a1b7f-b202-4b4c-a56a-c5d61a908957 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2761 | 2024.08.16 07:18:03.106794 [ 3 ] {} <Debug> HTTP-Session: 447a1b7f-b202-4b4c-a56a-c5d61a908957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2762 | 2024.08.16 07:18:03.106809 [ 3 ] {} <Debug> HTTP-Session: 447a1b7f-b202-4b4c-a56a-c5d61a908957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2763 | 2024.08.16 07:18:03.106849 [ 3 ] {} <Trace> HTTP-Session: 447a1b7f-b202-4b4c-a56a-c5d61a908957 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2764 | 2024.08.16 07:18:03.106995 [ 3 ] {6a2fd887-b2b6-45dc-9679-4ea4f590cde0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2765 | 2024.08.16 07:18:03.107057 [ 3 ] {6a2fd887-b2b6-45dc-9679-4ea4f590cde0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2766 | 2024.08.16 07:18:03.107242 [ 3 ] {6a2fd887-b2b6-45dc-9679-4ea4f590cde0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2767 | 2024.08.16 07:18:03.107581 [ 3 ] {6a2fd887-b2b6-45dc-9679-4ea4f590cde0} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2768 | 2024.08.16 07:18:03.107623 [ 3 ] {6a2fd887-b2b6-45dc-9679-4ea4f590cde0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2769 | 2024.08.16 07:18:03.108135 [ 3 ] {6a2fd887-b2b6-45dc-9679-4ea4f590cde0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2770 | 2024.08.16 07:18:03.108459 [ 3 ] {6a2fd887-b2b6-45dc-9679-4ea4f590cde0} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2771 | 2024.08.16 07:18:03.108604 [ 3 ] {6a2fd887-b2b6-45dc-9679-4ea4f590cde0} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00165 sec., 606.0606060606061 rows/sec., 137.31 KiB/sec. | ||
2772 | 2024.08.16 07:18:03.108788 [ 3 ] {6a2fd887-b2b6-45dc-9679-4ea4f590cde0} <Debug> DynamicQueryHandler: Done processing query | ||
2773 | 2024.08.16 07:18:03.108812 [ 3 ] {6a2fd887-b2b6-45dc-9679-4ea4f590cde0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2774 | 2024.08.16 07:18:03.108828 [ 3 ] {} <Debug> HTTP-Session: 447a1b7f-b202-4b4c-a56a-c5d61a908957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2775 | 2024.08.16 07:18:03.108976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2776 | 2024.08.16 07:18:03.109028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2777 | 2024.08.16 07:18:03.109047 [ 3 ] {} <Debug> HTTP-Session: 77708833-05cc-41ef-85f8-29a239fbbce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2778 | 2024.08.16 07:18:03.109065 [ 3 ] {} <Debug> HTTP-Session: 77708833-05cc-41ef-85f8-29a239fbbce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2779 | 2024.08.16 07:18:03.109080 [ 3 ] {} <Debug> HTTP-Session: 77708833-05cc-41ef-85f8-29a239fbbce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2780 | 2024.08.16 07:18:03.109114 [ 3 ] {} <Trace> HTTP-Session: 77708833-05cc-41ef-85f8-29a239fbbce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2781 | 2024.08.16 07:18:03.109227 [ 3 ] {a2411516-56ef-43b5-b412-8b292305c0cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2782 | 2024.08.16 07:18:03.109274 [ 3 ] {a2411516-56ef-43b5-b412-8b292305c0cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2783 | 2024.08.16 07:18:03.109403 [ 3 ] {a2411516-56ef-43b5-b412-8b292305c0cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2784 | 2024.08.16 07:18:03.109726 [ 3 ] {a2411516-56ef-43b5-b412-8b292305c0cf} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2785 | 2024.08.16 07:18:03.109764 [ 3 ] {a2411516-56ef-43b5-b412-8b292305c0cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2786 | 2024.08.16 07:18:03.110090 [ 3 ] {a2411516-56ef-43b5-b412-8b292305c0cf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2787 | 2024.08.16 07:18:03.110403 [ 3 ] {a2411516-56ef-43b5-b412-8b292305c0cf} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2788 | 2024.08.16 07:18:03.110534 [ 3 ] {a2411516-56ef-43b5-b412-8b292305c0cf} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001345 sec., 24535.31598513011 rows/sec., 1.94 MiB/sec. | ||
2789 | 2024.08.16 07:18:03.110692 [ 3 ] {a2411516-56ef-43b5-b412-8b292305c0cf} <Debug> DynamicQueryHandler: Done processing query | ||
2790 | 2024.08.16 07:18:03.110717 [ 3 ] {a2411516-56ef-43b5-b412-8b292305c0cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2791 | 2024.08.16 07:18:03.110733 [ 3 ] {} <Debug> HTTP-Session: 77708833-05cc-41ef-85f8-29a239fbbce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2792 | 2024.08.16 07:18:03.110865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2793 | 2024.08.16 07:18:03.110913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2794 | 2024.08.16 07:18:03.110932 [ 3 ] {} <Debug> HTTP-Session: 3e089576-5774-4f76-ae46-9176b7512a89 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2795 | 2024.08.16 07:18:03.110950 [ 3 ] {} <Debug> HTTP-Session: 3e089576-5774-4f76-ae46-9176b7512a89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2796 | 2024.08.16 07:18:03.110965 [ 3 ] {} <Debug> HTTP-Session: 3e089576-5774-4f76-ae46-9176b7512a89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2797 | 2024.08.16 07:18:03.110997 [ 3 ] {} <Trace> HTTP-Session: 3e089576-5774-4f76-ae46-9176b7512a89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2798 | 2024.08.16 07:18:03.111094 [ 3 ] {d96c53a7-2492-4935-9d7a-3df412627b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2799 | 2024.08.16 07:18:03.111138 [ 3 ] {d96c53a7-2492-4935-9d7a-3df412627b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2800 | 2024.08.16 07:18:03.111303 [ 3 ] {d96c53a7-2492-4935-9d7a-3df412627b55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2801 | 2024.08.16 07:18:03.111637 [ 3 ] {d96c53a7-2492-4935-9d7a-3df412627b55} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2802 | 2024.08.16 07:18:03.111699 [ 3 ] {d96c53a7-2492-4935-9d7a-3df412627b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2803 | 2024.08.16 07:18:03.112137 [ 3 ] {d96c53a7-2492-4935-9d7a-3df412627b55} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2804 | 2024.08.16 07:18:03.112482 [ 3 ] {d96c53a7-2492-4935-9d7a-3df412627b55} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2805 | 2024.08.16 07:18:03.112605 [ 3 ] {d96c53a7-2492-4935-9d7a-3df412627b55} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001535 sec., 1302.9315960912054 rows/sec., 106.24 KiB/sec. | ||
2806 | 2024.08.16 07:18:03.112810 [ 3 ] {d96c53a7-2492-4935-9d7a-3df412627b55} <Debug> DynamicQueryHandler: Done processing query | ||
2807 | 2024.08.16 07:18:03.112835 [ 3 ] {d96c53a7-2492-4935-9d7a-3df412627b55} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2808 | 2024.08.16 07:18:03.112852 [ 3 ] {} <Debug> HTTP-Session: 3e089576-5774-4f76-ae46-9176b7512a89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2809 | 2024.08.16 07:18:03.113000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2810 | 2024.08.16 07:18:03.113060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2811 | 2024.08.16 07:18:03.113079 [ 3 ] {} <Debug> HTTP-Session: 363c8845-d0d1-4c1a-99bd-48d7e7de41c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2812 | 2024.08.16 07:18:03.113097 [ 3 ] {} <Debug> HTTP-Session: 363c8845-d0d1-4c1a-99bd-48d7e7de41c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2813 | 2024.08.16 07:18:03.113111 [ 3 ] {} <Debug> HTTP-Session: 363c8845-d0d1-4c1a-99bd-48d7e7de41c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2814 | 2024.08.16 07:18:03.113142 [ 3 ] {} <Trace> HTTP-Session: 363c8845-d0d1-4c1a-99bd-48d7e7de41c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2815 | 2024.08.16 07:18:03.113292 [ 3 ] {6dfc21a8-4198-46f3-94bc-af5fe4d5370a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2816 | 2024.08.16 07:18:03.113342 [ 3 ] {6dfc21a8-4198-46f3-94bc-af5fe4d5370a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2817 | 2024.08.16 07:18:03.113481 [ 3 ] {6dfc21a8-4198-46f3-94bc-af5fe4d5370a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2818 | 2024.08.16 07:18:03.113980 [ 3 ] {6dfc21a8-4198-46f3-94bc-af5fe4d5370a} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2819 | 2024.08.16 07:18:03.114019 [ 3 ] {6dfc21a8-4198-46f3-94bc-af5fe4d5370a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2820 | 2024.08.16 07:18:03.114336 [ 3 ] {6dfc21a8-4198-46f3-94bc-af5fe4d5370a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2821 | 2024.08.16 07:18:03.114651 [ 3 ] {6dfc21a8-4198-46f3-94bc-af5fe4d5370a} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2822 | 2024.08.16 07:18:03.114777 [ 3 ] {6dfc21a8-4198-46f3-94bc-af5fe4d5370a} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001547 sec., 100840.33613445378 rows/sec., 8.44 MiB/sec. | ||
2823 | 2024.08.16 07:18:03.114973 [ 3 ] {6dfc21a8-4198-46f3-94bc-af5fe4d5370a} <Debug> DynamicQueryHandler: Done processing query | ||
2824 | 2024.08.16 07:18:03.114999 [ 3 ] {6dfc21a8-4198-46f3-94bc-af5fe4d5370a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2825 | 2024.08.16 07:18:03.115015 [ 3 ] {} <Debug> HTTP-Session: 363c8845-d0d1-4c1a-99bd-48d7e7de41c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2826 | 2024.08.16 07:18:03.115140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2827 | 2024.08.16 07:18:03.115190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2828 | 2024.08.16 07:18:03.115209 [ 3 ] {} <Debug> HTTP-Session: 76397081-100f-49d6-ab9c-6e21b59dfd0b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2829 | 2024.08.16 07:18:03.115226 [ 3 ] {} <Debug> HTTP-Session: 76397081-100f-49d6-ab9c-6e21b59dfd0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2830 | 2024.08.16 07:18:03.115240 [ 3 ] {} <Debug> HTTP-Session: 76397081-100f-49d6-ab9c-6e21b59dfd0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2831 | 2024.08.16 07:18:03.115270 [ 3 ] {} <Trace> HTTP-Session: 76397081-100f-49d6-ab9c-6e21b59dfd0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2832 | 2024.08.16 07:18:03.115373 [ 3 ] {63144456-9128-4e09-af2b-8b446150b612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2833 | 2024.08.16 07:18:03.115416 [ 3 ] {63144456-9128-4e09-af2b-8b446150b612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2834 | 2024.08.16 07:18:03.115542 [ 3 ] {63144456-9128-4e09-af2b-8b446150b612} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2835 | 2024.08.16 07:18:03.115856 [ 3 ] {63144456-9128-4e09-af2b-8b446150b612} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2836 | 2024.08.16 07:18:03.115894 [ 3 ] {63144456-9128-4e09-af2b-8b446150b612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2837 | 2024.08.16 07:18:03.116194 [ 3 ] {63144456-9128-4e09-af2b-8b446150b612} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2838 | 2024.08.16 07:18:03.116496 [ 3 ] {63144456-9128-4e09-af2b-8b446150b612} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2839 | 2024.08.16 07:18:03.116620 [ 3 ] {63144456-9128-4e09-af2b-8b446150b612} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001268 sec., 1577.2870662460568 rows/sec., 110.13 KiB/sec. | ||
2840 | 2024.08.16 07:18:03.116814 [ 3 ] {63144456-9128-4e09-af2b-8b446150b612} <Debug> DynamicQueryHandler: Done processing query | ||
2841 | 2024.08.16 07:18:03.116839 [ 3 ] {63144456-9128-4e09-af2b-8b446150b612} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2842 | 2024.08.16 07:18:03.116855 [ 3 ] {} <Debug> HTTP-Session: 76397081-100f-49d6-ab9c-6e21b59dfd0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2843 | 2024.08.16 07:18:03.116987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 19020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2844 | 2024.08.16 07:18:03.117035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2845 | 2024.08.16 07:18:03.117054 [ 3 ] {} <Debug> HTTP-Session: 7f8e390a-fd4b-4737-94e7-b01455544e25 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2846 | 2024.08.16 07:18:03.117071 [ 3 ] {} <Debug> HTTP-Session: 7f8e390a-fd4b-4737-94e7-b01455544e25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2847 | 2024.08.16 07:18:03.117084 [ 3 ] {} <Debug> HTTP-Session: 7f8e390a-fd4b-4737-94e7-b01455544e25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2848 | 2024.08.16 07:18:03.117114 [ 3 ] {} <Trace> HTTP-Session: 7f8e390a-fd4b-4737-94e7-b01455544e25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2849 | 2024.08.16 07:18:03.117243 [ 3 ] {942e85bc-b980-4acb-a462-fc1c917a9809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2850 | 2024.08.16 07:18:03.117285 [ 3 ] {942e85bc-b980-4acb-a462-fc1c917a9809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2851 | 2024.08.16 07:18:03.117409 [ 3 ] {942e85bc-b980-4acb-a462-fc1c917a9809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2852 | 2024.08.16 07:18:03.117762 [ 3 ] {942e85bc-b980-4acb-a462-fc1c917a9809} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2853 | 2024.08.16 07:18:03.117798 [ 3 ] {942e85bc-b980-4acb-a462-fc1c917a9809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2854 | 2024.08.16 07:18:03.118106 [ 3 ] {942e85bc-b980-4acb-a462-fc1c917a9809} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2855 | 2024.08.16 07:18:03.118399 [ 3 ] {942e85bc-b980-4acb-a462-fc1c917a9809} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2856 | 2024.08.16 07:18:03.118525 [ 3 ] {942e85bc-b980-4acb-a462-fc1c917a9809} <Debug> executeQuery: Read 112 rows, 8.98 KiB in 0.001327 sec., 84400.90429540316 rows/sec., 6.61 MiB/sec. | ||
2857 | 2024.08.16 07:18:03.118717 [ 3 ] {942e85bc-b980-4acb-a462-fc1c917a9809} <Debug> DynamicQueryHandler: Done processing query | ||
2858 | 2024.08.16 07:18:03.118743 [ 3 ] {942e85bc-b980-4acb-a462-fc1c917a9809} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2859 | 2024.08.16 07:18:03.118758 [ 3 ] {} <Debug> HTTP-Session: 7f8e390a-fd4b-4737-94e7-b01455544e25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2860 | 2024.08.16 07:18:03.118923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2861 | 2024.08.16 07:18:03.118973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2862 | 2024.08.16 07:18:03.118992 [ 3 ] {} <Debug> HTTP-Session: 1894e7f3-818f-451f-b7cb-d3fb0583311f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2863 | 2024.08.16 07:18:03.119009 [ 3 ] {} <Debug> HTTP-Session: 1894e7f3-818f-451f-b7cb-d3fb0583311f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2864 | 2024.08.16 07:18:03.119023 [ 3 ] {} <Debug> HTTP-Session: 1894e7f3-818f-451f-b7cb-d3fb0583311f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2865 | 2024.08.16 07:18:03.119053 [ 3 ] {} <Trace> HTTP-Session: 1894e7f3-818f-451f-b7cb-d3fb0583311f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2866 | 2024.08.16 07:18:03.119211 [ 3 ] {6684357b-7e79-448a-9851-2677c4554884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2867 | 2024.08.16 07:18:03.119257 [ 3 ] {6684357b-7e79-448a-9851-2677c4554884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2868 | 2024.08.16 07:18:03.119397 [ 3 ] {6684357b-7e79-448a-9851-2677c4554884} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2869 | 2024.08.16 07:18:03.119770 [ 3 ] {6684357b-7e79-448a-9851-2677c4554884} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2870 | 2024.08.16 07:18:03.119808 [ 3 ] {6684357b-7e79-448a-9851-2677c4554884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2871 | 2024.08.16 07:18:03.120180 [ 3 ] {6684357b-7e79-448a-9851-2677c4554884} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2872 | 2024.08.16 07:18:03.120518 [ 3 ] {6684357b-7e79-448a-9851-2677c4554884} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2873 | 2024.08.16 07:18:03.120637 [ 3 ] {6684357b-7e79-448a-9851-2677c4554884} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001492 sec., 107908.84718498659 rows/sec., 7.51 MiB/sec. | ||
2874 | 2024.08.16 07:18:03.120833 [ 3 ] {6684357b-7e79-448a-9851-2677c4554884} <Debug> DynamicQueryHandler: Done processing query | ||
2875 | 2024.08.16 07:18:03.120858 [ 3 ] {6684357b-7e79-448a-9851-2677c4554884} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2876 | 2024.08.16 07:18:03.120874 [ 3 ] {} <Debug> HTTP-Session: 1894e7f3-818f-451f-b7cb-d3fb0583311f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2877 | 2024.08.16 07:18:03.121054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 52872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2878 | 2024.08.16 07:18:03.121102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2879 | 2024.08.16 07:18:03.121121 [ 3 ] {} <Debug> HTTP-Session: d0fe53f3-eeb2-4973-8ef4-026f7095ece4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2880 | 2024.08.16 07:18:03.121139 [ 3 ] {} <Debug> HTTP-Session: d0fe53f3-eeb2-4973-8ef4-026f7095ece4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2881 | 2024.08.16 07:18:03.121154 [ 3 ] {} <Debug> HTTP-Session: d0fe53f3-eeb2-4973-8ef4-026f7095ece4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2882 | 2024.08.16 07:18:03.121185 [ 3 ] {} <Trace> HTTP-Session: d0fe53f3-eeb2-4973-8ef4-026f7095ece4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2883 | 2024.08.16 07:18:03.121564 [ 3 ] {b9c08d1b-bc36-42c0-9084-9c4483a485fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2884 | 2024.08.16 07:18:03.121631 [ 3 ] {b9c08d1b-bc36-42c0-9084-9c4483a485fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2885 | 2024.08.16 07:18:03.122031 [ 3 ] {b9c08d1b-bc36-42c0-9084-9c4483a485fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2886 | 2024.08.16 07:18:03.122747 [ 3 ] {b9c08d1b-bc36-42c0-9084-9c4483a485fa} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2887 | 2024.08.16 07:18:03.122785 [ 3 ] {b9c08d1b-bc36-42c0-9084-9c4483a485fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2888 | 2024.08.16 07:18:03.123440 [ 3 ] {b9c08d1b-bc36-42c0-9084-9c4483a485fa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2889 | 2024.08.16 07:18:03.123860 [ 3 ] {b9c08d1b-bc36-42c0-9084-9c4483a485fa} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2890 | 2024.08.16 07:18:03.124033 [ 56 ] {} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2891 | 2024.08.16 07:18:03.124063 [ 3 ] {b9c08d1b-bc36-42c0-9084-9c4483a485fa} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002777 sec., 11883.327331652863 rows/sec., 21.29 MiB/sec. | ||
2892 | 2024.08.16 07:18:03.124126 [ 56 ] {} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2893 | 2024.08.16 07:18:03.124207 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
2894 | 2024.08.16 07:18:03.124802 [ 201 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::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 | ||
2895 | 2024.08.16 07:18:03.124851 [ 3 ] {b9c08d1b-bc36-42c0-9084-9c4483a485fa} <Debug> DynamicQueryHandler: Done processing query | ||
2896 | 2024.08.16 07:18:03.124897 [ 3 ] {b9c08d1b-bc36-42c0-9084-9c4483a485fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
2897 | 2024.08.16 07:18:03.124938 [ 3 ] {} <Debug> HTTP-Session: d0fe53f3-eeb2-4973-8ef4-026f7095ece4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2898 | 2024.08.16 07:18:03.125160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2899 | 2024.08.16 07:18:03.125281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2900 | 2024.08.16 07:18:03.125346 [ 3 ] {} <Debug> HTTP-Session: 8cb66c01-d332-4c2b-84c2-fb71e344b63f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2901 | 2024.08.16 07:18:03.125400 [ 3 ] {} <Debug> HTTP-Session: 8cb66c01-d332-4c2b-84c2-fb71e344b63f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2902 | 2024.08.16 07:18:03.125444 [ 3 ] {} <Debug> HTTP-Session: 8cb66c01-d332-4c2b-84c2-fb71e344b63f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2903 | 2024.08.16 07:18:03.125550 [ 3 ] {} <Trace> HTTP-Session: 8cb66c01-d332-4c2b-84c2-fb71e344b63f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2904 | 2024.08.16 07:18:03.125606 [ 201 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2905 | 2024.08.16 07:18:03.125787 [ 201 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 19 rows starting from the beginning of the part | ||
2906 | 2024.08.16 07:18:03.125814 [ 3 ] {5c102fc9-dbcd-41da-8af0-95d879237fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2907 | 2024.08.16 07:18:03.125936 [ 3 ] {5c102fc9-dbcd-41da-8af0-95d879237fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2908 | 2024.08.16 07:18:03.126611 [ 201 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part | ||
2909 | 2024.08.16 07:18:03.126861 [ 3 ] {5c102fc9-dbcd-41da-8af0-95d879237fdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2910 | 2024.08.16 07:18:03.127362 [ 201 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 19 rows starting from the beginning of the part | ||
2911 | 2024.08.16 07:18:03.128065 [ 3 ] {5c102fc9-dbcd-41da-8af0-95d879237fdb} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2912 | 2024.08.16 07:18:03.128142 [ 201 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 19 rows starting from the beginning of the part | ||
2913 | 2024.08.16 07:18:03.128150 [ 3 ] {5c102fc9-dbcd-41da-8af0-95d879237fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
2914 | 2024.08.16 07:18:03.128854 [ 201 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 19 rows starting from the beginning of the part | ||
2915 | 2024.08.16 07:18:03.129522 [ 201 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 33 rows starting from the beginning of the part | ||
2916 | 2024.08.16 07:18:03.129577 [ 3 ] {5c102fc9-dbcd-41da-8af0-95d879237fdb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2917 | 2024.08.16 07:18:03.130728 [ 3 ] {5c102fc9-dbcd-41da-8af0-95d879237fdb} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2918 | 2024.08.16 07:18:03.131007 [ 3 ] {5c102fc9-dbcd-41da-8af0-95d879237fdb} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.005291 sec., 2835.002835002835 rows/sec., 205.61 KiB/sec. | ||
2919 | 2024.08.16 07:18:03.131365 [ 3 ] {5c102fc9-dbcd-41da-8af0-95d879237fdb} <Debug> DynamicQueryHandler: Done processing query | ||
2920 | 2024.08.16 07:18:03.131423 [ 3 ] {5c102fc9-dbcd-41da-8af0-95d879237fdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2921 | 2024.08.16 07:18:03.131477 [ 3 ] {} <Debug> HTTP-Session: 8cb66c01-d332-4c2b-84c2-fb71e344b63f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2922 | 2024.08.16 07:18:03.131685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2923 | 2024.08.16 07:18:03.131806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2924 | 2024.08.16 07:18:03.131861 [ 3 ] {} <Debug> HTTP-Session: 3a8da737-dab8-4db1-a324-997131fac5a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2925 | 2024.08.16 07:18:03.131909 [ 3 ] {} <Debug> HTTP-Session: 3a8da737-dab8-4db1-a324-997131fac5a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2926 | 2024.08.16 07:18:03.131961 [ 3 ] {} <Debug> HTTP-Session: 3a8da737-dab8-4db1-a324-997131fac5a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2927 | 2024.08.16 07:18:03.132054 [ 3 ] {} <Trace> HTTP-Session: 3a8da737-dab8-4db1-a324-997131fac5a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2928 | 2024.08.16 07:18:03.132223 [ 3 ] {7a437874-3c7d-4e6e-8829-538e7e2a184d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2929 | 2024.08.16 07:18:03.132270 [ 3 ] {7a437874-3c7d-4e6e-8829-538e7e2a184d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2930 | 2024.08.16 07:18:03.132415 [ 3 ] {7a437874-3c7d-4e6e-8829-538e7e2a184d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2931 | 2024.08.16 07:18:03.132703 [ 3 ] {7a437874-3c7d-4e6e-8829-538e7e2a184d} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2932 | 2024.08.16 07:18:03.132743 [ 3 ] {7a437874-3c7d-4e6e-8829-538e7e2a184d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
2933 | 2024.08.16 07:18:03.133186 [ 3 ] {7a437874-3c7d-4e6e-8829-538e7e2a184d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2934 | 2024.08.16 07:18:03.133522 [ 3 ] {7a437874-3c7d-4e6e-8829-538e7e2a184d} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2935 | 2024.08.16 07:18:03.133679 [ 3 ] {7a437874-3c7d-4e6e-8829-538e7e2a184d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec. | ||
2936 | 2024.08.16 07:18:03.133853 [ 3 ] {7a437874-3c7d-4e6e-8829-538e7e2a184d} <Debug> DynamicQueryHandler: Done processing query | ||
2937 | 2024.08.16 07:18:03.133879 [ 3 ] {7a437874-3c7d-4e6e-8829-538e7e2a184d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2938 | 2024.08.16 07:18:03.133895 [ 3 ] {} <Debug> HTTP-Session: 3a8da737-dab8-4db1-a324-997131fac5a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2939 | 2024.08.16 07:18:03.136058 [ 200 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 128 rows, containing 19 columns (19 merged, 0 gathered) in 0.011675239 sec., 10963.37299818873 rows/sec., 19.64 MiB/sec. | ||
2940 | 2024.08.16 07:18:03.136389 [ 200 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2941 | 2024.08.16 07:18:03.137021 [ 200 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2942 | 2024.08.16 07:18:03.137108 [ 200 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2943 | 2024.08.16 07:18:03.137263 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
2944 | 2024.08.16 07:18:08.102961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2945 | 2024.08.16 07:18:08.103093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2946 | 2024.08.16 07:18:08.103120 [ 3 ] {} <Debug> HTTP-Session: 595d4b3d-f29a-46dd-a12c-8c10602a85c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2947 | 2024.08.16 07:18:08.103146 [ 3 ] {} <Debug> HTTP-Session: 595d4b3d-f29a-46dd-a12c-8c10602a85c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2948 | 2024.08.16 07:18:08.103161 [ 3 ] {} <Debug> HTTP-Session: 595d4b3d-f29a-46dd-a12c-8c10602a85c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2949 | 2024.08.16 07:18:08.103213 [ 3 ] {} <Trace> HTTP-Session: 595d4b3d-f29a-46dd-a12c-8c10602a85c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2950 | 2024.08.16 07:18:08.103452 [ 3 ] {5dfdec0c-8dec-4303-9d30-73c0ebb67ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2951 | 2024.08.16 07:18:08.103520 [ 3 ] {5dfdec0c-8dec-4303-9d30-73c0ebb67ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2952 | 2024.08.16 07:18:08.103714 [ 3 ] {5dfdec0c-8dec-4303-9d30-73c0ebb67ee7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2953 | 2024.08.16 07:18:08.104235 [ 3 ] {5dfdec0c-8dec-4303-9d30-73c0ebb67ee7} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2954 | 2024.08.16 07:18:08.104280 [ 3 ] {5dfdec0c-8dec-4303-9d30-73c0ebb67ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
2955 | 2024.08.16 07:18:08.104680 [ 3 ] {5dfdec0c-8dec-4303-9d30-73c0ebb67ee7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2956 | 2024.08.16 07:18:08.105031 [ 3 ] {5dfdec0c-8dec-4303-9d30-73c0ebb67ee7} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2957 | 2024.08.16 07:18:08.105196 [ 3 ] {5dfdec0c-8dec-4303-9d30-73c0ebb67ee7} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001853 sec., 101996.76200755531 rows/sec., 8.89 MiB/sec. | ||
2958 | 2024.08.16 07:18:08.105242 [ 51 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2959 | 2024.08.16 07:18:08.105357 [ 51 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2960 | 2024.08.16 07:18:08.105396 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
2961 | 2024.08.16 07:18:08.105483 [ 3 ] {5dfdec0c-8dec-4303-9d30-73c0ebb67ee7} <Debug> DynamicQueryHandler: Done processing query | ||
2962 | 2024.08.16 07:18:08.105561 [ 3 ] {5dfdec0c-8dec-4303-9d30-73c0ebb67ee7} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2963 | 2024.08.16 07:18:08.105645 [ 3 ] {} <Debug> HTTP-Session: 595d4b3d-f29a-46dd-a12c-8c10602a85c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2964 | 2024.08.16 07:18:08.105906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2965 | 2024.08.16 07:18:08.105917 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
2966 | 2024.08.16 07:18:08.105975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2967 | 2024.08.16 07:18:08.106021 [ 3 ] {} <Debug> HTTP-Session: c1310806-2e5a-4efa-a9d9-7c4a752eac4b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2968 | 2024.08.16 07:18:08.106040 [ 3 ] {} <Debug> HTTP-Session: c1310806-2e5a-4efa-a9d9-7c4a752eac4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2969 | 2024.08.16 07:18:08.106076 [ 3 ] {} <Debug> HTTP-Session: c1310806-2e5a-4efa-a9d9-7c4a752eac4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2970 | 2024.08.16 07:18:08.106164 [ 3 ] {} <Trace> HTTP-Session: c1310806-2e5a-4efa-a9d9-7c4a752eac4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2971 | 2024.08.16 07:18:08.106248 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2972 | 2024.08.16 07:18:08.106330 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1356 rows starting from the beginning of the part | ||
2973 | 2024.08.16 07:18:08.106361 [ 3 ] {6b12bfaa-7cf2-401d-aa23-713527372b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2974 | 2024.08.16 07:18:08.106436 [ 3 ] {6b12bfaa-7cf2-401d-aa23-713527372b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2975 | 2024.08.16 07:18:08.106623 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part | ||
2976 | 2024.08.16 07:18:08.107008 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 109 rows starting from the beginning of the part | ||
2977 | 2024.08.16 07:18:08.107382 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 189 rows starting from the beginning of the part | ||
2978 | 2024.08.16 07:18:08.107489 [ 3 ] {6b12bfaa-7cf2-401d-aa23-713527372b75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2979 | 2024.08.16 07:18:08.107516 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 156 rows starting from the beginning of the part | ||
2980 | 2024.08.16 07:18:08.107869 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 189 rows starting from the beginning of the part | ||
2981 | 2024.08.16 07:18:08.108717 [ 3 ] {6b12bfaa-7cf2-401d-aa23-713527372b75} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2982 | 2024.08.16 07:18:08.108778 [ 3 ] {6b12bfaa-7cf2-401d-aa23-713527372b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
2983 | 2024.08.16 07:18:08.109596 [ 3 ] {6b12bfaa-7cf2-401d-aa23-713527372b75} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2984 | 2024.08.16 07:18:08.110462 [ 3 ] {6b12bfaa-7cf2-401d-aa23-713527372b75} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2985 | 2024.08.16 07:18:08.110693 [ 3 ] {6b12bfaa-7cf2-401d-aa23-713527372b75} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004369 sec., 3204.394598306249 rows/sec., 224.41 KiB/sec. | ||
2986 | 2024.08.16 07:18:08.111325 [ 3 ] {6b12bfaa-7cf2-401d-aa23-713527372b75} <Debug> DynamicQueryHandler: Done processing query | ||
2987 | 2024.08.16 07:18:08.111357 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2051 rows, containing 4 columns (4 merged, 0 gathered) in 0.005838935 sec., 351262.6874592713 rows/sec., 29.44 MiB/sec. | ||
2988 | 2024.08.16 07:18:08.111367 [ 3 ] {6b12bfaa-7cf2-401d-aa23-713527372b75} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2989 | 2024.08.16 07:18:08.111455 [ 3 ] {} <Debug> HTTP-Session: c1310806-2e5a-4efa-a9d9-7c4a752eac4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2990 | 2024.08.16 07:18:08.111615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2991 | 2024.08.16 07:18:08.111690 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2992 | 2024.08.16 07:18:08.111699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2993 | 2024.08.16 07:18:08.111795 [ 3 ] {} <Debug> HTTP-Session: df6ee452-d422-4e90-9190-516f4a57b4d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
2994 | 2024.08.16 07:18:08.111848 [ 3 ] {} <Debug> HTTP-Session: df6ee452-d422-4e90-9190-516f4a57b4d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2995 | 2024.08.16 07:18:08.111875 [ 3 ] {} <Debug> HTTP-Session: df6ee452-d422-4e90-9190-516f4a57b4d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2996 | 2024.08.16 07:18:08.111907 [ 3 ] {} <Trace> HTTP-Session: df6ee452-d422-4e90-9190-516f4a57b4d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2997 | 2024.08.16 07:18:08.112234 [ 3 ] {0b274753-3e07-485b-a317-c8573521c8da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2998 | 2024.08.16 07:18:08.112310 [ 3 ] {0b274753-3e07-485b-a317-c8573521c8da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2999 | 2024.08.16 07:18:08.112519 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_11_2} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3000 | 2024.08.16 07:18:08.112764 [ 200 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_11_2} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3001 | 2024.08.16 07:18:08.112827 [ 3 ] {0b274753-3e07-485b-a317-c8573521c8da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3002 | 2024.08.16 07:18:08.112966 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
3003 | 2024.08.16 07:18:08.113324 [ 3 ] {0b274753-3e07-485b-a317-c8573521c8da} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3004 | 2024.08.16 07:18:08.113369 [ 3 ] {0b274753-3e07-485b-a317-c8573521c8da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3005 | 2024.08.16 07:18:08.113692 [ 3 ] {0b274753-3e07-485b-a317-c8573521c8da} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3006 | 2024.08.16 07:18:08.114003 [ 3 ] {0b274753-3e07-485b-a317-c8573521c8da} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3007 | 2024.08.16 07:18:08.114156 [ 3 ] {0b274753-3e07-485b-a317-c8573521c8da} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002078 sec., 2887.3917228103946 rows/sec., 170.59 KiB/sec. | ||
3008 | 2024.08.16 07:18:08.114330 [ 3 ] {0b274753-3e07-485b-a317-c8573521c8da} <Debug> DynamicQueryHandler: Done processing query | ||
3009 | 2024.08.16 07:18:08.114354 [ 3 ] {0b274753-3e07-485b-a317-c8573521c8da} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3010 | 2024.08.16 07:18:08.114370 [ 3 ] {} <Debug> HTTP-Session: df6ee452-d422-4e90-9190-516f4a57b4d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3011 | 2024.08.16 07:18:08.114604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3012 | 2024.08.16 07:18:08.114653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3013 | 2024.08.16 07:18:08.114672 [ 3 ] {} <Debug> HTTP-Session: 566ef6d6-5a7c-45b9-a0dc-b9bd5bf1e476 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3014 | 2024.08.16 07:18:08.114689 [ 3 ] {} <Debug> HTTP-Session: 566ef6d6-5a7c-45b9-a0dc-b9bd5bf1e476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3015 | 2024.08.16 07:18:08.114703 [ 3 ] {} <Debug> HTTP-Session: 566ef6d6-5a7c-45b9-a0dc-b9bd5bf1e476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3016 | 2024.08.16 07:18:08.114733 [ 3 ] {} <Trace> HTTP-Session: 566ef6d6-5a7c-45b9-a0dc-b9bd5bf1e476 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3017 | 2024.08.16 07:18:08.115001 [ 3 ] {0243b5f1-a798-4958-9e63-6c307cfe527d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3018 | 2024.08.16 07:18:08.115046 [ 3 ] {0243b5f1-a798-4958-9e63-6c307cfe527d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3019 | 2024.08.16 07:18:08.115172 [ 3 ] {0243b5f1-a798-4958-9e63-6c307cfe527d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3020 | 2024.08.16 07:18:08.115711 [ 3 ] {0243b5f1-a798-4958-9e63-6c307cfe527d} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3021 | 2024.08.16 07:18:08.115749 [ 3 ] {0243b5f1-a798-4958-9e63-6c307cfe527d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3022 | 2024.08.16 07:18:08.116126 [ 3 ] {0243b5f1-a798-4958-9e63-6c307cfe527d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3023 | 2024.08.16 07:18:08.116443 [ 3 ] {0243b5f1-a798-4958-9e63-6c307cfe527d} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3024 | 2024.08.16 07:18:08.116597 [ 3 ] {0243b5f1-a798-4958-9e63-6c307cfe527d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00176 sec., 217045.45454545453 rows/sec., 15.36 MiB/sec. | ||
3025 | 2024.08.16 07:18:08.116605 [ 51 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3026 | 2024.08.16 07:18:08.116689 [ 51 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3027 | 2024.08.16 07:18:08.116743 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3028 | 2024.08.16 07:18:08.116869 [ 3 ] {0243b5f1-a798-4958-9e63-6c307cfe527d} <Debug> DynamicQueryHandler: Done processing query | ||
3029 | 2024.08.16 07:18:08.116910 [ 186 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
3030 | 2024.08.16 07:18:08.116917 [ 3 ] {0243b5f1-a798-4958-9e63-6c307cfe527d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3031 | 2024.08.16 07:18:08.116978 [ 3 ] {} <Debug> HTTP-Session: 566ef6d6-5a7c-45b9-a0dc-b9bd5bf1e476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3032 | 2024.08.16 07:18:08.117096 [ 186 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3033 | 2024.08.16 07:18:08.117131 [ 186 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 828 rows starting from the beginning of the part | ||
3034 | 2024.08.16 07:18:08.117233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3035 | 2024.08.16 07:18:08.117326 [ 186 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
3036 | 2024.08.16 07:18:08.117434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3037 | 2024.08.16 07:18:08.117592 [ 3 ] {} <Debug> HTTP-Session: d8374ce4-3195-4951-a889-aacb85017a95 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3038 | 2024.08.16 07:18:08.117665 [ 186 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 75 rows starting from the beginning of the part | ||
3039 | 2024.08.16 07:18:08.117698 [ 3 ] {} <Debug> HTTP-Session: d8374ce4-3195-4951-a889-aacb85017a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3040 | 2024.08.16 07:18:08.117777 [ 3 ] {} <Debug> HTTP-Session: d8374ce4-3195-4951-a889-aacb85017a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3041 | 2024.08.16 07:18:08.117902 [ 186 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
3042 | 2024.08.16 07:18:08.117929 [ 3 ] {} <Trace> HTTP-Session: d8374ce4-3195-4951-a889-aacb85017a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3043 | 2024.08.16 07:18:08.118266 [ 186 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part | ||
3044 | 2024.08.16 07:18:08.118355 [ 3 ] {35a2ed17-9558-4572-ade3-e0e6e318f217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3045 | 2024.08.16 07:18:08.118464 [ 186 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
3046 | 2024.08.16 07:18:08.118540 [ 3 ] {35a2ed17-9558-4572-ade3-e0e6e318f217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3047 | 2024.08.16 07:18:08.119317 [ 3 ] {35a2ed17-9558-4572-ade3-e0e6e318f217} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3048 | 2024.08.16 07:18:08.120027 [ 3 ] {35a2ed17-9558-4572-ade3-e0e6e318f217} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3049 | 2024.08.16 07:18:08.120098 [ 3 ] {35a2ed17-9558-4572-ade3-e0e6e318f217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3050 | 2024.08.16 07:18:08.121056 [ 3 ] {35a2ed17-9558-4572-ade3-e0e6e318f217} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3051 | 2024.08.16 07:18:08.121755 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1835 rows, containing 4 columns (4 merged, 0 gathered) in 0.004927654 sec., 372388.15874653537 rows/sec., 26.95 MiB/sec. | ||
3052 | 2024.08.16 07:18:08.121882 [ 3 ] {35a2ed17-9558-4572-ade3-e0e6e318f217} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3053 | 2024.08.16 07:18:08.122002 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3054 | 2024.08.16 07:18:08.122191 [ 3 ] {35a2ed17-9558-4572-ade3-e0e6e318f217} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003964 sec., 1513.6226034308781 rows/sec., 79.08 KiB/sec. | ||
3055 | 2024.08.16 07:18:08.122594 [ 3 ] {35a2ed17-9558-4572-ade3-e0e6e318f217} <Debug> DynamicQueryHandler: Done processing query | ||
3056 | 2024.08.16 07:18:08.122643 [ 3 ] {35a2ed17-9558-4572-ade3-e0e6e318f217} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3057 | 2024.08.16 07:18:08.122696 [ 3 ] {} <Debug> HTTP-Session: d8374ce4-3195-4951-a889-aacb85017a95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3058 | 2024.08.16 07:18:08.122840 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_11_2} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3059 | 2024.08.16 07:18:08.122937 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_11_2} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3060 | 2024.08.16 07:18:08.122974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3061 | 2024.08.16 07:18:08.123081 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
3062 | 2024.08.16 07:18:08.123094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3063 | 2024.08.16 07:18:08.123136 [ 3 ] {} <Debug> HTTP-Session: ba1691d0-a501-4a16-8f86-3e9ca4658284 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3064 | 2024.08.16 07:18:08.123154 [ 3 ] {} <Debug> HTTP-Session: ba1691d0-a501-4a16-8f86-3e9ca4658284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3065 | 2024.08.16 07:18:08.123168 [ 3 ] {} <Debug> HTTP-Session: ba1691d0-a501-4a16-8f86-3e9ca4658284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3066 | 2024.08.16 07:18:08.123199 [ 3 ] {} <Trace> HTTP-Session: ba1691d0-a501-4a16-8f86-3e9ca4658284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3067 | 2024.08.16 07:18:08.123451 [ 3 ] {81a0de6b-00d6-47a9-b834-796efc982e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3068 | 2024.08.16 07:18:08.123500 [ 3 ] {81a0de6b-00d6-47a9-b834-796efc982e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3069 | 2024.08.16 07:18:08.123669 [ 3 ] {81a0de6b-00d6-47a9-b834-796efc982e5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3070 | 2024.08.16 07:18:08.124160 [ 3 ] {81a0de6b-00d6-47a9-b834-796efc982e5b} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3071 | 2024.08.16 07:18:08.124200 [ 3 ] {81a0de6b-00d6-47a9-b834-796efc982e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3072 | 2024.08.16 07:18:08.124608 [ 3 ] {81a0de6b-00d6-47a9-b834-796efc982e5b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3073 | 2024.08.16 07:18:08.124947 [ 3 ] {81a0de6b-00d6-47a9-b834-796efc982e5b} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3074 | 2024.08.16 07:18:08.125113 [ 3 ] {81a0de6b-00d6-47a9-b834-796efc982e5b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001813 sec., 130722.55929398787 rows/sec., 8.76 MiB/sec. | ||
3075 | 2024.08.16 07:18:08.125325 [ 3 ] {81a0de6b-00d6-47a9-b834-796efc982e5b} <Debug> DynamicQueryHandler: Done processing query | ||
3076 | 2024.08.16 07:18:08.125351 [ 3 ] {81a0de6b-00d6-47a9-b834-796efc982e5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3077 | 2024.08.16 07:18:08.125367 [ 3 ] {} <Debug> HTTP-Session: ba1691d0-a501-4a16-8f86-3e9ca4658284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3078 | 2024.08.16 07:18:08.125496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3079 | 2024.08.16 07:18:08.125544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3080 | 2024.08.16 07:18:08.125563 [ 3 ] {} <Debug> HTTP-Session: 7cd025ef-c959-4783-a334-7b55d6e993b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3081 | 2024.08.16 07:18:08.125581 [ 3 ] {} <Debug> HTTP-Session: 7cd025ef-c959-4783-a334-7b55d6e993b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3082 | 2024.08.16 07:18:08.125596 [ 3 ] {} <Debug> HTTP-Session: 7cd025ef-c959-4783-a334-7b55d6e993b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3083 | 2024.08.16 07:18:08.125630 [ 3 ] {} <Trace> HTTP-Session: 7cd025ef-c959-4783-a334-7b55d6e993b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3084 | 2024.08.16 07:18:08.125723 [ 3 ] {4bb2e688-c6de-4a4e-bb4d-223c9d1470a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3085 | 2024.08.16 07:18:08.125769 [ 3 ] {4bb2e688-c6de-4a4e-bb4d-223c9d1470a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3086 | 2024.08.16 07:18:08.125896 [ 3 ] {4bb2e688-c6de-4a4e-bb4d-223c9d1470a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3087 | 2024.08.16 07:18:08.126197 [ 3 ] {4bb2e688-c6de-4a4e-bb4d-223c9d1470a0} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3088 | 2024.08.16 07:18:08.126235 [ 3 ] {4bb2e688-c6de-4a4e-bb4d-223c9d1470a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3089 | 2024.08.16 07:18:08.126607 [ 3 ] {4bb2e688-c6de-4a4e-bb4d-223c9d1470a0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3090 | 2024.08.16 07:18:08.126932 [ 3 ] {4bb2e688-c6de-4a4e-bb4d-223c9d1470a0} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3091 | 2024.08.16 07:18:08.127082 [ 3 ] {4bb2e688-c6de-4a4e-bb4d-223c9d1470a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001375 sec., 727.2727272727274 rows/sec., 49.01 KiB/sec. | ||
3092 | 2024.08.16 07:18:08.127253 [ 3 ] {4bb2e688-c6de-4a4e-bb4d-223c9d1470a0} <Debug> DynamicQueryHandler: Done processing query | ||
3093 | 2024.08.16 07:18:08.127278 [ 3 ] {4bb2e688-c6de-4a4e-bb4d-223c9d1470a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3094 | 2024.08.16 07:18:08.127294 [ 3 ] {} <Debug> HTTP-Session: 7cd025ef-c959-4783-a334-7b55d6e993b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3095 | 2024.08.16 07:18:08.127417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3096 | 2024.08.16 07:18:08.127467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3097 | 2024.08.16 07:18:08.127486 [ 3 ] {} <Debug> HTTP-Session: 94562be6-b6e9-451c-98f4-bc23d3c62ac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3098 | 2024.08.16 07:18:08.127503 [ 3 ] {} <Debug> HTTP-Session: 94562be6-b6e9-451c-98f4-bc23d3c62ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3099 | 2024.08.16 07:18:08.127518 [ 3 ] {} <Debug> HTTP-Session: 94562be6-b6e9-451c-98f4-bc23d3c62ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3100 | 2024.08.16 07:18:08.127548 [ 3 ] {} <Trace> HTTP-Session: 94562be6-b6e9-451c-98f4-bc23d3c62ac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3101 | 2024.08.16 07:18:08.127693 [ 3 ] {a2473a10-7a7a-44c7-af62-9e57ee782263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3102 | 2024.08.16 07:18:08.127738 [ 3 ] {a2473a10-7a7a-44c7-af62-9e57ee782263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3103 | 2024.08.16 07:18:08.127872 [ 3 ] {a2473a10-7a7a-44c7-af62-9e57ee782263} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3104 | 2024.08.16 07:18:08.128187 [ 3 ] {a2473a10-7a7a-44c7-af62-9e57ee782263} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3105 | 2024.08.16 07:18:08.128225 [ 3 ] {a2473a10-7a7a-44c7-af62-9e57ee782263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3106 | 2024.08.16 07:18:08.128590 [ 3 ] {a2473a10-7a7a-44c7-af62-9e57ee782263} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3107 | 2024.08.16 07:18:08.128910 [ 3 ] {a2473a10-7a7a-44c7-af62-9e57ee782263} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3108 | 2024.08.16 07:18:08.129045 [ 3 ] {a2473a10-7a7a-44c7-af62-9e57ee782263} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 3.65 MiB/sec. | ||
3109 | 2024.08.16 07:18:08.129225 [ 3 ] {a2473a10-7a7a-44c7-af62-9e57ee782263} <Debug> DynamicQueryHandler: Done processing query | ||
3110 | 2024.08.16 07:18:08.129251 [ 3 ] {a2473a10-7a7a-44c7-af62-9e57ee782263} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3111 | 2024.08.16 07:18:08.129266 [ 3 ] {} <Debug> HTTP-Session: 94562be6-b6e9-451c-98f4-bc23d3c62ac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3112 | 2024.08.16 07:18:12.478387 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3113 | 2024.08.16 07:18:12.478460 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3114 | 2024.08.16 07:18:13.100434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3115 | 2024.08.16 07:18:13.100548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3116 | 2024.08.16 07:18:13.100572 [ 3 ] {} <Debug> HTTP-Session: 1071dd53-b48c-46a6-b4fd-3a6f7c0aa5e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3117 | 2024.08.16 07:18:13.100596 [ 3 ] {} <Debug> HTTP-Session: 1071dd53-b48c-46a6-b4fd-3a6f7c0aa5e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3118 | 2024.08.16 07:18:13.100610 [ 3 ] {} <Debug> HTTP-Session: 1071dd53-b48c-46a6-b4fd-3a6f7c0aa5e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3119 | 2024.08.16 07:18:13.100658 [ 3 ] {} <Trace> HTTP-Session: 1071dd53-b48c-46a6-b4fd-3a6f7c0aa5e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3120 | 2024.08.16 07:18:13.100846 [ 3 ] {393a83dd-3993-411b-8196-cd0739da0346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3121 | 2024.08.16 07:18:13.100913 [ 3 ] {393a83dd-3993-411b-8196-cd0739da0346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3122 | 2024.08.16 07:18:13.101130 [ 3 ] {393a83dd-3993-411b-8196-cd0739da0346} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3123 | 2024.08.16 07:18:13.101586 [ 3 ] {393a83dd-3993-411b-8196-cd0739da0346} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3124 | 2024.08.16 07:18:13.101627 [ 3 ] {393a83dd-3993-411b-8196-cd0739da0346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3125 | 2024.08.16 07:18:13.102010 [ 3 ] {393a83dd-3993-411b-8196-cd0739da0346} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3126 | 2024.08.16 07:18:13.102353 [ 3 ] {393a83dd-3993-411b-8196-cd0739da0346} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3127 | 2024.08.16 07:18:13.102512 [ 3 ] {393a83dd-3993-411b-8196-cd0739da0346} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001726 sec., 19119.351100811124 rows/sec., 1.51 MiB/sec. | ||
3128 | 2024.08.16 07:18:13.102796 [ 3 ] {393a83dd-3993-411b-8196-cd0739da0346} <Debug> DynamicQueryHandler: Done processing query | ||
3129 | 2024.08.16 07:18:13.102823 [ 3 ] {393a83dd-3993-411b-8196-cd0739da0346} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3130 | 2024.08.16 07:18:13.102840 [ 3 ] {} <Debug> HTTP-Session: 1071dd53-b48c-46a6-b4fd-3a6f7c0aa5e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3131 | 2024.08.16 07:18:13.103026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3132 | 2024.08.16 07:18:13.103077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3133 | 2024.08.16 07:18:13.103096 [ 3 ] {} <Debug> HTTP-Session: 092634af-519b-4ac9-8a5f-c8b7085ba86d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3134 | 2024.08.16 07:18:13.103112 [ 3 ] {} <Debug> HTTP-Session: 092634af-519b-4ac9-8a5f-c8b7085ba86d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3135 | 2024.08.16 07:18:13.103125 [ 3 ] {} <Debug> HTTP-Session: 092634af-519b-4ac9-8a5f-c8b7085ba86d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3136 | 2024.08.16 07:18:13.103155 [ 3 ] {} <Trace> HTTP-Session: 092634af-519b-4ac9-8a5f-c8b7085ba86d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3137 | 2024.08.16 07:18:13.103294 [ 3 ] {8bfd6033-4ea3-4193-99cf-1706c68cc8b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3138 | 2024.08.16 07:18:13.103337 [ 3 ] {8bfd6033-4ea3-4193-99cf-1706c68cc8b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3139 | 2024.08.16 07:18:13.103481 [ 3 ] {8bfd6033-4ea3-4193-99cf-1706c68cc8b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3140 | 2024.08.16 07:18:13.103887 [ 3 ] {8bfd6033-4ea3-4193-99cf-1706c68cc8b4} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3141 | 2024.08.16 07:18:13.103924 [ 3 ] {8bfd6033-4ea3-4193-99cf-1706c68cc8b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3142 | 2024.08.16 07:18:13.104242 [ 3 ] {8bfd6033-4ea3-4193-99cf-1706c68cc8b4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3143 | 2024.08.16 07:18:13.104547 [ 3 ] {8bfd6033-4ea3-4193-99cf-1706c68cc8b4} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3144 | 2024.08.16 07:18:13.104689 [ 3 ] {8bfd6033-4ea3-4193-99cf-1706c68cc8b4} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001448 sec., 107044.19889502761 rows/sec., 8.97 MiB/sec. | ||
3145 | 2024.08.16 07:18:13.104841 [ 3 ] {8bfd6033-4ea3-4193-99cf-1706c68cc8b4} <Debug> DynamicQueryHandler: Done processing query | ||
3146 | 2024.08.16 07:18:13.104865 [ 3 ] {8bfd6033-4ea3-4193-99cf-1706c68cc8b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3147 | 2024.08.16 07:18:13.104880 [ 3 ] {} <Debug> HTTP-Session: 092634af-519b-4ac9-8a5f-c8b7085ba86d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3148 | 2024.08.16 07:18:13.105043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3149 | 2024.08.16 07:18:13.105088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3150 | 2024.08.16 07:18:13.105107 [ 3 ] {} <Debug> HTTP-Session: b0a1dee7-333a-4c09-9b90-4932ccce6e04 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3151 | 2024.08.16 07:18:13.105124 [ 3 ] {} <Debug> HTTP-Session: b0a1dee7-333a-4c09-9b90-4932ccce6e04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3152 | 2024.08.16 07:18:13.105138 [ 3 ] {} <Debug> HTTP-Session: b0a1dee7-333a-4c09-9b90-4932ccce6e04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3153 | 2024.08.16 07:18:13.105168 [ 3 ] {} <Trace> HTTP-Session: b0a1dee7-333a-4c09-9b90-4932ccce6e04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3154 | 2024.08.16 07:18:13.105283 [ 3 ] {7091a644-7c50-4f35-8318-36728634dd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3155 | 2024.08.16 07:18:13.105325 [ 3 ] {7091a644-7c50-4f35-8318-36728634dd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3156 | 2024.08.16 07:18:13.105450 [ 3 ] {7091a644-7c50-4f35-8318-36728634dd18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3157 | 2024.08.16 07:18:13.105819 [ 3 ] {7091a644-7c50-4f35-8318-36728634dd18} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3158 | 2024.08.16 07:18:13.105856 [ 3 ] {7091a644-7c50-4f35-8318-36728634dd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3159 | 2024.08.16 07:18:13.106165 [ 3 ] {7091a644-7c50-4f35-8318-36728634dd18} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3160 | 2024.08.16 07:18:13.106471 [ 3 ] {7091a644-7c50-4f35-8318-36728634dd18} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3161 | 2024.08.16 07:18:13.106621 [ 3 ] {7091a644-7c50-4f35-8318-36728634dd18} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001374 sec., 70596.79767103348 rows/sec., 5.51 MiB/sec. | ||
3162 | 2024.08.16 07:18:13.106790 [ 3 ] {7091a644-7c50-4f35-8318-36728634dd18} <Debug> DynamicQueryHandler: Done processing query | ||
3163 | 2024.08.16 07:18:13.106814 [ 3 ] {7091a644-7c50-4f35-8318-36728634dd18} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3164 | 2024.08.16 07:18:13.106830 [ 3 ] {} <Debug> HTTP-Session: b0a1dee7-333a-4c09-9b90-4932ccce6e04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3165 | 2024.08.16 07:18:13.107009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3166 | 2024.08.16 07:18:13.107056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3167 | 2024.08.16 07:18:13.107075 [ 3 ] {} <Debug> HTTP-Session: db32e7ca-fdea-4d41-b369-279e9d19dd4c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3168 | 2024.08.16 07:18:13.107091 [ 3 ] {} <Debug> HTTP-Session: db32e7ca-fdea-4d41-b369-279e9d19dd4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3169 | 2024.08.16 07:18:13.107104 [ 3 ] {} <Debug> HTTP-Session: db32e7ca-fdea-4d41-b369-279e9d19dd4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3170 | 2024.08.16 07:18:13.107135 [ 3 ] {} <Trace> HTTP-Session: db32e7ca-fdea-4d41-b369-279e9d19dd4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3171 | 2024.08.16 07:18:13.107280 [ 3 ] {586945e2-233a-4550-9bba-7cb36488503f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3172 | 2024.08.16 07:18:13.107326 [ 3 ] {586945e2-233a-4550-9bba-7cb36488503f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3173 | 2024.08.16 07:18:13.107471 [ 3 ] {586945e2-233a-4550-9bba-7cb36488503f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3174 | 2024.08.16 07:18:13.107834 [ 3 ] {586945e2-233a-4550-9bba-7cb36488503f} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3175 | 2024.08.16 07:18:13.107871 [ 3 ] {586945e2-233a-4550-9bba-7cb36488503f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3176 | 2024.08.16 07:18:13.108322 [ 3 ] {586945e2-233a-4550-9bba-7cb36488503f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3177 | 2024.08.16 07:18:13.108678 [ 3 ] {586945e2-233a-4550-9bba-7cb36488503f} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3178 | 2024.08.16 07:18:13.108855 [ 3 ] {586945e2-233a-4550-9bba-7cb36488503f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec. | ||
3179 | 2024.08.16 07:18:13.109017 [ 3 ] {586945e2-233a-4550-9bba-7cb36488503f} <Debug> DynamicQueryHandler: Done processing query | ||
3180 | 2024.08.16 07:18:13.109040 [ 3 ] {586945e2-233a-4550-9bba-7cb36488503f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3181 | 2024.08.16 07:18:13.109056 [ 3 ] {} <Debug> HTTP-Session: db32e7ca-fdea-4d41-b369-279e9d19dd4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3182 | 2024.08.16 07:18:13.109225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 52923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3183 | 2024.08.16 07:18:13.109271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3184 | 2024.08.16 07:18:13.109289 [ 3 ] {} <Debug> HTTP-Session: fb27ef02-7b1a-4641-9013-3f76890b0350 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3185 | 2024.08.16 07:18:13.109305 [ 3 ] {} <Debug> HTTP-Session: fb27ef02-7b1a-4641-9013-3f76890b0350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3186 | 2024.08.16 07:18:13.109319 [ 3 ] {} <Debug> HTTP-Session: fb27ef02-7b1a-4641-9013-3f76890b0350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3187 | 2024.08.16 07:18:13.109348 [ 3 ] {} <Trace> HTTP-Session: fb27ef02-7b1a-4641-9013-3f76890b0350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3188 | 2024.08.16 07:18:13.109881 [ 3 ] {55dce3a0-c737-437d-8916-e19bdbab4d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3189 | 2024.08.16 07:18:13.109946 [ 3 ] {55dce3a0-c737-437d-8916-e19bdbab4d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3190 | 2024.08.16 07:18:13.110349 [ 3 ] {55dce3a0-c737-437d-8916-e19bdbab4d7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3191 | 2024.08.16 07:18:13.111081 [ 3 ] {55dce3a0-c737-437d-8916-e19bdbab4d7b} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3192 | 2024.08.16 07:18:13.111117 [ 3 ] {55dce3a0-c737-437d-8916-e19bdbab4d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3193 | 2024.08.16 07:18:13.111730 [ 3 ] {55dce3a0-c737-437d-8916-e19bdbab4d7b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3194 | 2024.08.16 07:18:13.112133 [ 3 ] {55dce3a0-c737-437d-8916-e19bdbab4d7b} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3195 | 2024.08.16 07:18:13.112325 [ 3 ] {55dce3a0-c737-437d-8916-e19bdbab4d7b} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002886 sec., 11434.511434511434 rows/sec., 20.49 MiB/sec. | ||
3196 | 2024.08.16 07:18:13.112660 [ 3 ] {55dce3a0-c737-437d-8916-e19bdbab4d7b} <Debug> DynamicQueryHandler: Done processing query | ||
3197 | 2024.08.16 07:18:13.112684 [ 3 ] {55dce3a0-c737-437d-8916-e19bdbab4d7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3198 | 2024.08.16 07:18:13.112699 [ 3 ] {} <Debug> HTTP-Session: fb27ef02-7b1a-4641-9013-3f76890b0350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3199 | 2024.08.16 07:18:13.112854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3200 | 2024.08.16 07:18:13.112902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3201 | 2024.08.16 07:18:13.112920 [ 3 ] {} <Debug> HTTP-Session: 47c9dc2d-9b80-4399-9c47-f5751cc20031 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3202 | 2024.08.16 07:18:13.112937 [ 3 ] {} <Debug> HTTP-Session: 47c9dc2d-9b80-4399-9c47-f5751cc20031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3203 | 2024.08.16 07:18:13.112951 [ 3 ] {} <Debug> HTTP-Session: 47c9dc2d-9b80-4399-9c47-f5751cc20031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3204 | 2024.08.16 07:18:13.112981 [ 3 ] {} <Trace> HTTP-Session: 47c9dc2d-9b80-4399-9c47-f5751cc20031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3205 | 2024.08.16 07:18:13.113091 [ 3 ] {6f7a2e0e-8016-457a-8e8c-1839a4463665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3206 | 2024.08.16 07:18:13.113135 [ 3 ] {6f7a2e0e-8016-457a-8e8c-1839a4463665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3207 | 2024.08.16 07:18:13.113262 [ 3 ] {6f7a2e0e-8016-457a-8e8c-1839a4463665} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3208 | 2024.08.16 07:18:13.113537 [ 3 ] {6f7a2e0e-8016-457a-8e8c-1839a4463665} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3209 | 2024.08.16 07:18:13.113573 [ 3 ] {6f7a2e0e-8016-457a-8e8c-1839a4463665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3210 | 2024.08.16 07:18:13.113923 [ 3 ] {6f7a2e0e-8016-457a-8e8c-1839a4463665} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3211 | 2024.08.16 07:18:13.114237 [ 3 ] {6f7a2e0e-8016-457a-8e8c-1839a4463665} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3212 | 2024.08.16 07:18:13.114398 [ 3 ] {6f7a2e0e-8016-457a-8e8c-1839a4463665} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec. | ||
3213 | 2024.08.16 07:18:13.114702 [ 3 ] {6f7a2e0e-8016-457a-8e8c-1839a4463665} <Debug> DynamicQueryHandler: Done processing query | ||
3214 | 2024.08.16 07:18:13.114728 [ 3 ] {6f7a2e0e-8016-457a-8e8c-1839a4463665} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3215 | 2024.08.16 07:18:13.114744 [ 3 ] {} <Debug> HTTP-Session: 47c9dc2d-9b80-4399-9c47-f5751cc20031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3216 | 2024.08.16 07:18:16.042497 [ 40 ] {} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3217 | 2024.08.16 07:18:16.042571 [ 40 ] {} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3218 | 2024.08.16 07:18:16.042593 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3219 | 2024.08.16 07:18:16.042779 [ 190 ] {57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825::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 | ||
3220 | 2024.08.16 07:18:16.043291 [ 190 ] {57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3221 | 2024.08.16 07:18:16.043363 [ 190 ] {57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
3222 | 2024.08.16 07:18:16.043582 [ 190 ] {57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
3223 | 2024.08.16 07:18:16.043743 [ 190 ] {57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825::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 | ||
3224 | 2024.08.16 07:18:16.043850 [ 190 ] {57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
3225 | 2024.08.16 07:18:16.043956 [ 190 ] {57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3226 | 2024.08.16 07:18:16.046226 [ 186 ] {57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003561953 sec., 11510.539302455703 rows/sec., 1.80 MiB/sec. | ||
3227 | 2024.08.16 07:18:16.046467 [ 193 ] {57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3228 | 2024.08.16 07:18:16.047091 [ 193 ] {57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825::all_1_5_1} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3229 | 2024.08.16 07:18:16.047184 [ 193 ] {57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825::all_1_5_1} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3230 | 2024.08.16 07:18:16.047293 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3231 | 2024.08.16 07:18:18.038550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3232 | 2024.08.16 07:18:18.038669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3233 | 2024.08.16 07:18:18.038693 [ 3 ] {} <Debug> HTTP-Session: 8b5a1256-ded6-4451-86ee-f5dce775255e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3234 | 2024.08.16 07:18:18.038716 [ 3 ] {} <Debug> HTTP-Session: 8b5a1256-ded6-4451-86ee-f5dce775255e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3235 | 2024.08.16 07:18:18.038731 [ 3 ] {} <Debug> HTTP-Session: 8b5a1256-ded6-4451-86ee-f5dce775255e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3236 | 2024.08.16 07:18:18.038783 [ 3 ] {} <Trace> HTTP-Session: 8b5a1256-ded6-4451-86ee-f5dce775255e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3237 | 2024.08.16 07:18:18.038966 [ 3 ] {90faec97-7bd3-49bb-a26d-b9cb5c94c961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3238 | 2024.08.16 07:18:18.039034 [ 3 ] {90faec97-7bd3-49bb-a26d-b9cb5c94c961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3239 | 2024.08.16 07:18:18.039230 [ 3 ] {90faec97-7bd3-49bb-a26d-b9cb5c94c961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3240 | 2024.08.16 07:18:18.039673 [ 3 ] {90faec97-7bd3-49bb-a26d-b9cb5c94c961} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3241 | 2024.08.16 07:18:18.039720 [ 3 ] {90faec97-7bd3-49bb-a26d-b9cb5c94c961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3242 | 2024.08.16 07:18:18.040117 [ 3 ] {90faec97-7bd3-49bb-a26d-b9cb5c94c961} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3243 | 2024.08.16 07:18:18.040466 [ 3 ] {90faec97-7bd3-49bb-a26d-b9cb5c94c961} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3244 | 2024.08.16 07:18:18.040624 [ 3 ] {90faec97-7bd3-49bb-a26d-b9cb5c94c961} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001711 sec., 1168.907071887785 rows/sec., 95.32 KiB/sec. | ||
3245 | 2024.08.16 07:18:18.040856 [ 3 ] {90faec97-7bd3-49bb-a26d-b9cb5c94c961} <Debug> DynamicQueryHandler: Done processing query | ||
3246 | 2024.08.16 07:18:18.040884 [ 3 ] {90faec97-7bd3-49bb-a26d-b9cb5c94c961} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3247 | 2024.08.16 07:18:18.040900 [ 3 ] {} <Debug> HTTP-Session: 8b5a1256-ded6-4451-86ee-f5dce775255e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3248 | 2024.08.16 07:18:18.041235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 193457, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3249 | 2024.08.16 07:18:18.041294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3250 | 2024.08.16 07:18:18.041314 [ 3 ] {} <Debug> HTTP-Session: c68f3e0f-851f-4ad9-a52f-330e3dd66b33 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3251 | 2024.08.16 07:18:18.041333 [ 3 ] {} <Debug> HTTP-Session: c68f3e0f-851f-4ad9-a52f-330e3dd66b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3252 | 2024.08.16 07:18:18.041347 [ 3 ] {} <Debug> HTTP-Session: c68f3e0f-851f-4ad9-a52f-330e3dd66b33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3253 | 2024.08.16 07:18:18.041383 [ 3 ] {} <Trace> HTTP-Session: c68f3e0f-851f-4ad9-a52f-330e3dd66b33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3254 | 2024.08.16 07:18:18.042017 [ 3 ] {bad6cdc8-dc4f-43cf-9ab1-cf39158d5e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3255 | 2024.08.16 07:18:18.042072 [ 3 ] {bad6cdc8-dc4f-43cf-9ab1-cf39158d5e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3256 | 2024.08.16 07:18:18.042219 [ 3 ] {bad6cdc8-dc4f-43cf-9ab1-cf39158d5e11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3257 | 2024.08.16 07:18:18.043397 [ 3 ] {bad6cdc8-dc4f-43cf-9ab1-cf39158d5e11} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3258 | 2024.08.16 07:18:18.043438 [ 3 ] {bad6cdc8-dc4f-43cf-9ab1-cf39158d5e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3259 | 2024.08.16 07:18:18.043881 [ 3 ] {bad6cdc8-dc4f-43cf-9ab1-cf39158d5e11} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3260 | 2024.08.16 07:18:18.044208 [ 3 ] {bad6cdc8-dc4f-43cf-9ab1-cf39158d5e11} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3261 | 2024.08.16 07:18:18.044363 [ 3 ] {bad6cdc8-dc4f-43cf-9ab1-cf39158d5e11} <Debug> executeQuery: Read 1330 rows, 113.05 KiB in 0.002806 sec., 473984.31931575196 rows/sec., 39.35 MiB/sec. | ||
3262 | 2024.08.16 07:18:18.044657 [ 3 ] {bad6cdc8-dc4f-43cf-9ab1-cf39158d5e11} <Debug> DynamicQueryHandler: Done processing query | ||
3263 | 2024.08.16 07:18:18.044685 [ 3 ] {bad6cdc8-dc4f-43cf-9ab1-cf39158d5e11} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
3264 | 2024.08.16 07:18:18.044701 [ 3 ] {} <Debug> HTTP-Session: c68f3e0f-851f-4ad9-a52f-330e3dd66b33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3265 | 2024.08.16 07:18:18.045130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3266 | 2024.08.16 07:18:18.045184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3267 | 2024.08.16 07:18:18.045204 [ 3 ] {} <Debug> HTTP-Session: d00a3a27-96a3-4885-bd4c-f61465441641 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3268 | 2024.08.16 07:18:18.045223 [ 3 ] {} <Debug> HTTP-Session: d00a3a27-96a3-4885-bd4c-f61465441641 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3269 | 2024.08.16 07:18:18.045237 [ 3 ] {} <Debug> HTTP-Session: d00a3a27-96a3-4885-bd4c-f61465441641 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3270 | 2024.08.16 07:18:18.045273 [ 3 ] {} <Trace> HTTP-Session: d00a3a27-96a3-4885-bd4c-f61465441641 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3271 | 2024.08.16 07:18:18.045377 [ 3 ] {aaed5e5e-f016-4171-b657-0ae690fb413c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3272 | 2024.08.16 07:18:18.045424 [ 3 ] {aaed5e5e-f016-4171-b657-0ae690fb413c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3273 | 2024.08.16 07:18:18.045575 [ 3 ] {aaed5e5e-f016-4171-b657-0ae690fb413c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3274 | 2024.08.16 07:18:18.045849 [ 3 ] {aaed5e5e-f016-4171-b657-0ae690fb413c} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3275 | 2024.08.16 07:18:18.045888 [ 3 ] {aaed5e5e-f016-4171-b657-0ae690fb413c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3276 | 2024.08.16 07:18:18.046197 [ 3 ] {aaed5e5e-f016-4171-b657-0ae690fb413c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3277 | 2024.08.16 07:18:18.046519 [ 3 ] {aaed5e5e-f016-4171-b657-0ae690fb413c} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3278 | 2024.08.16 07:18:18.046668 [ 3 ] {aaed5e5e-f016-4171-b657-0ae690fb413c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001313 sec., 1523.2292460015233 rows/sec., 106.36 KiB/sec. | ||
3279 | 2024.08.16 07:18:18.046870 [ 3 ] {aaed5e5e-f016-4171-b657-0ae690fb413c} <Debug> DynamicQueryHandler: Done processing query | ||
3280 | 2024.08.16 07:18:18.046896 [ 3 ] {aaed5e5e-f016-4171-b657-0ae690fb413c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3281 | 2024.08.16 07:18:18.046912 [ 3 ] {} <Debug> HTTP-Session: d00a3a27-96a3-4885-bd4c-f61465441641 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3282 | 2024.08.16 07:18:18.047101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3283 | 2024.08.16 07:18:18.047153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3284 | 2024.08.16 07:18:18.047174 [ 3 ] {} <Debug> HTTP-Session: dbc71e87-21e3-47bd-a472-b601e94567ed Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3285 | 2024.08.16 07:18:18.047191 [ 3 ] {} <Debug> HTTP-Session: dbc71e87-21e3-47bd-a472-b601e94567ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3286 | 2024.08.16 07:18:18.047206 [ 3 ] {} <Debug> HTTP-Session: dbc71e87-21e3-47bd-a472-b601e94567ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3287 | 2024.08.16 07:18:18.047239 [ 3 ] {} <Trace> HTTP-Session: dbc71e87-21e3-47bd-a472-b601e94567ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3288 | 2024.08.16 07:18:18.047412 [ 3 ] {f15ed362-1717-461b-b6a6-b5abb4ae4592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3289 | 2024.08.16 07:18:18.047456 [ 3 ] {f15ed362-1717-461b-b6a6-b5abb4ae4592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3290 | 2024.08.16 07:18:18.047583 [ 3 ] {f15ed362-1717-461b-b6a6-b5abb4ae4592} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3291 | 2024.08.16 07:18:18.048036 [ 3 ] {f15ed362-1717-461b-b6a6-b5abb4ae4592} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3292 | 2024.08.16 07:18:18.048074 [ 3 ] {f15ed362-1717-461b-b6a6-b5abb4ae4592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3293 | 2024.08.16 07:18:18.048441 [ 3 ] {f15ed362-1717-461b-b6a6-b5abb4ae4592} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3294 | 2024.08.16 07:18:18.048746 [ 3 ] {f15ed362-1717-461b-b6a6-b5abb4ae4592} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3295 | 2024.08.16 07:18:18.048896 [ 3 ] {f15ed362-1717-461b-b6a6-b5abb4ae4592} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001569 sec., 154238.36838750797 rows/sec., 10.45 MiB/sec. | ||
3296 | 2024.08.16 07:18:18.049182 [ 3 ] {f15ed362-1717-461b-b6a6-b5abb4ae4592} <Debug> DynamicQueryHandler: Done processing query | ||
3297 | 2024.08.16 07:18:18.049208 [ 3 ] {f15ed362-1717-461b-b6a6-b5abb4ae4592} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3298 | 2024.08.16 07:18:18.049225 [ 3 ] {} <Debug> HTTP-Session: dbc71e87-21e3-47bd-a472-b601e94567ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3299 | 2024.08.16 07:18:18.049397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3300 | 2024.08.16 07:18:18.049447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3301 | 2024.08.16 07:18:18.049467 [ 3 ] {} <Debug> HTTP-Session: 37a3ff98-f277-4f7f-b792-adfeb6eeb829 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3302 | 2024.08.16 07:18:18.049483 [ 3 ] {} <Debug> HTTP-Session: 37a3ff98-f277-4f7f-b792-adfeb6eeb829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3303 | 2024.08.16 07:18:18.049497 [ 3 ] {} <Debug> HTTP-Session: 37a3ff98-f277-4f7f-b792-adfeb6eeb829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3304 | 2024.08.16 07:18:18.049528 [ 3 ] {} <Trace> HTTP-Session: 37a3ff98-f277-4f7f-b792-adfeb6eeb829 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3305 | 2024.08.16 07:18:18.049628 [ 3 ] {9e8d6c37-6deb-457f-89fc-4c7998a17c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3306 | 2024.08.16 07:18:18.049670 [ 3 ] {9e8d6c37-6deb-457f-89fc-4c7998a17c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3307 | 2024.08.16 07:18:18.049819 [ 3 ] {9e8d6c37-6deb-457f-89fc-4c7998a17c64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3308 | 2024.08.16 07:18:18.050100 [ 3 ] {9e8d6c37-6deb-457f-89fc-4c7998a17c64} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3309 | 2024.08.16 07:18:18.050138 [ 3 ] {9e8d6c37-6deb-457f-89fc-4c7998a17c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3310 | 2024.08.16 07:18:18.050442 [ 3 ] {9e8d6c37-6deb-457f-89fc-4c7998a17c64} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3311 | 2024.08.16 07:18:18.050737 [ 3 ] {9e8d6c37-6deb-457f-89fc-4c7998a17c64} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3312 | 2024.08.16 07:18:18.050898 [ 38 ] {} <Debug> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3313 | 2024.08.16 07:18:18.050910 [ 3 ] {9e8d6c37-6deb-457f-89fc-4c7998a17c64} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001298 sec., 4622.496147919877 rows/sec., 273.11 KiB/sec. | ||
3314 | 2024.08.16 07:18:18.050991 [ 38 ] {} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3315 | 2024.08.16 07:18:18.051062 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3316 | 2024.08.16 07:18:18.051261 [ 3 ] {9e8d6c37-6deb-457f-89fc-4c7998a17c64} <Debug> DynamicQueryHandler: Done processing query | ||
3317 | 2024.08.16 07:18:18.051355 [ 3 ] {9e8d6c37-6deb-457f-89fc-4c7998a17c64} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3318 | 2024.08.16 07:18:18.051438 [ 3 ] {} <Debug> HTTP-Session: 37a3ff98-f277-4f7f-b792-adfeb6eeb829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3319 | 2024.08.16 07:18:18.051470 [ 190 ] {20a6b491-7de9-4894-a957-86d80824496d::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 | ||
3320 | 2024.08.16 07:18:18.051653 [ 190 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3321 | 2024.08.16 07:18:18.051699 [ 190 ] {20a6b491-7de9-4894-a957-86d80824496d::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 | ||
3322 | 2024.08.16 07:18:18.051751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 137082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3323 | 2024.08.16 07:18:18.051903 [ 190 ] {20a6b491-7de9-4894-a957-86d80824496d::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 | ||
3324 | 2024.08.16 07:18:18.051916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3325 | 2024.08.16 07:18:18.052002 [ 3 ] {} <Debug> HTTP-Session: 97854966-48b6-4b4b-86a7-bb29c2ae5425 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3326 | 2024.08.16 07:18:18.052110 [ 3 ] {} <Debug> HTTP-Session: 97854966-48b6-4b4b-86a7-bb29c2ae5425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3327 | 2024.08.16 07:18:18.052213 [ 3 ] {} <Debug> HTTP-Session: 97854966-48b6-4b4b-86a7-bb29c2ae5425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3328 | 2024.08.16 07:18:18.052223 [ 190 ] {20a6b491-7de9-4894-a957-86d80824496d::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 | ||
3329 | 2024.08.16 07:18:18.052421 [ 3 ] {} <Trace> HTTP-Session: 97854966-48b6-4b4b-86a7-bb29c2ae5425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3330 | 2024.08.16 07:18:18.052567 [ 190 ] {20a6b491-7de9-4894-a957-86d80824496d::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 | ||
3331 | 2024.08.16 07:18:18.052791 [ 190 ] {20a6b491-7de9-4894-a957-86d80824496d::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 | ||
3332 | 2024.08.16 07:18:18.053038 [ 3 ] {0672b7d4-f4da-4abc-98b7-7f5b15e36e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3333 | 2024.08.16 07:18:18.053173 [ 3 ] {0672b7d4-f4da-4abc-98b7-7f5b15e36e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3334 | 2024.08.16 07:18:18.053584 [ 3 ] {0672b7d4-f4da-4abc-98b7-7f5b15e36e00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3335 | 2024.08.16 07:18:18.054530 [ 3 ] {0672b7d4-f4da-4abc-98b7-7f5b15e36e00} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3336 | 2024.08.16 07:18:18.054571 [ 3 ] {0672b7d4-f4da-4abc-98b7-7f5b15e36e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3337 | 2024.08.16 07:18:18.055039 [ 3 ] {0672b7d4-f4da-4abc-98b7-7f5b15e36e00} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3338 | 2024.08.16 07:18:18.055361 [ 3 ] {0672b7d4-f4da-4abc-98b7-7f5b15e36e00} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3339 | 2024.08.16 07:18:18.055522 [ 3 ] {0672b7d4-f4da-4abc-98b7-7f5b15e36e00} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.00283 sec., 296819.7879858657 rows/sec., 21.44 MiB/sec. | ||
3340 | 2024.08.16 07:18:18.055704 [ 3 ] {0672b7d4-f4da-4abc-98b7-7f5b15e36e00} <Debug> DynamicQueryHandler: Done processing query | ||
3341 | 2024.08.16 07:18:18.055729 [ 3 ] {0672b7d4-f4da-4abc-98b7-7f5b15e36e00} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
3342 | 2024.08.16 07:18:18.055746 [ 3 ] {} <Debug> HTTP-Session: 97854966-48b6-4b4b-86a7-bb29c2ae5425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3343 | 2024.08.16 07:18:18.056041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3344 | 2024.08.16 07:18:18.056090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3345 | 2024.08.16 07:18:18.056109 [ 3 ] {} <Debug> HTTP-Session: b106bcaf-c979-43d1-92f1-36c5324e99fa Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3346 | 2024.08.16 07:18:18.056125 [ 3 ] {} <Debug> HTTP-Session: b106bcaf-c979-43d1-92f1-36c5324e99fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3347 | 2024.08.16 07:18:18.056139 [ 3 ] {} <Debug> HTTP-Session: b106bcaf-c979-43d1-92f1-36c5324e99fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3348 | 2024.08.16 07:18:18.056179 [ 3 ] {} <Trace> HTTP-Session: b106bcaf-c979-43d1-92f1-36c5324e99fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3349 | 2024.08.16 07:18:18.056336 [ 3 ] {81470664-6a80-4d57-ac7b-d9501d1bf18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3350 | 2024.08.16 07:18:18.056441 [ 3 ] {81470664-6a80-4d57-ac7b-d9501d1bf18c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3351 | 2024.08.16 07:18:18.057048 [ 3 ] {81470664-6a80-4d57-ac7b-d9501d1bf18c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3352 | 2024.08.16 07:18:18.057658 [ 186 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00648663 sec., 4624.89767413896 rows/sec., 275.51 KiB/sec. | ||
3353 | 2024.08.16 07:18:18.057801 [ 3 ] {81470664-6a80-4d57-ac7b-d9501d1bf18c} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3354 | 2024.08.16 07:18:18.057853 [ 3 ] {81470664-6a80-4d57-ac7b-d9501d1bf18c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3355 | 2024.08.16 07:18:18.057892 [ 186 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3356 | 2024.08.16 07:18:18.058819 [ 3 ] {81470664-6a80-4d57-ac7b-d9501d1bf18c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3357 | 2024.08.16 07:18:18.058878 [ 186 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_5_1} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3358 | 2024.08.16 07:18:18.059056 [ 186 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_5_1} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3359 | 2024.08.16 07:18:18.059277 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3360 | 2024.08.16 07:18:18.059464 [ 3 ] {81470664-6a80-4d57-ac7b-d9501d1bf18c} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3361 | 2024.08.16 07:18:18.059653 [ 3 ] {81470664-6a80-4d57-ac7b-d9501d1bf18c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003396 sec., 1766.7844522968196 rows/sec., 92.31 KiB/sec. | ||
3362 | 2024.08.16 07:18:18.059843 [ 3 ] {81470664-6a80-4d57-ac7b-d9501d1bf18c} <Debug> DynamicQueryHandler: Done processing query | ||
3363 | 2024.08.16 07:18:18.059870 [ 3 ] {81470664-6a80-4d57-ac7b-d9501d1bf18c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3364 | 2024.08.16 07:18:18.059894 [ 3 ] {} <Debug> HTTP-Session: b106bcaf-c979-43d1-92f1-36c5324e99fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3365 | 2024.08.16 07:18:18.060185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 174245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3366 | 2024.08.16 07:18:18.060237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3367 | 2024.08.16 07:18:18.060257 [ 3 ] {} <Debug> HTTP-Session: 9c8f0c38-10cb-4257-869a-d89908f5a6bb Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3368 | 2024.08.16 07:18:18.060275 [ 3 ] {} <Debug> HTTP-Session: 9c8f0c38-10cb-4257-869a-d89908f5a6bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3369 | 2024.08.16 07:18:18.060289 [ 3 ] {} <Debug> HTTP-Session: 9c8f0c38-10cb-4257-869a-d89908f5a6bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3370 | 2024.08.16 07:18:18.060320 [ 3 ] {} <Trace> HTTP-Session: 9c8f0c38-10cb-4257-869a-d89908f5a6bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3371 | 2024.08.16 07:18:18.060873 [ 3 ] {d799c887-d914-4458-bf92-108b9cef00b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3372 | 2024.08.16 07:18:18.060928 [ 3 ] {d799c887-d914-4458-bf92-108b9cef00b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3373 | 2024.08.16 07:18:18.061087 [ 3 ] {d799c887-d914-4458-bf92-108b9cef00b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3374 | 2024.08.16 07:18:18.062008 [ 3 ] {d799c887-d914-4458-bf92-108b9cef00b1} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3375 | 2024.08.16 07:18:18.062046 [ 3 ] {d799c887-d914-4458-bf92-108b9cef00b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3376 | 2024.08.16 07:18:18.062504 [ 3 ] {d799c887-d914-4458-bf92-108b9cef00b1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3377 | 2024.08.16 07:18:18.062882 [ 3 ] {d799c887-d914-4458-bf92-108b9cef00b1} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3378 | 2024.08.16 07:18:18.063042 [ 3 ] {d799c887-d914-4458-bf92-108b9cef00b1} <Debug> executeQuery: Read 922 rows, 63.09 KiB in 0.002574 sec., 358197.3581973582 rows/sec., 23.94 MiB/sec. | ||
3379 | 2024.08.16 07:18:18.063354 [ 3 ] {d799c887-d914-4458-bf92-108b9cef00b1} <Debug> DynamicQueryHandler: Done processing query | ||
3380 | 2024.08.16 07:18:18.063381 [ 3 ] {d799c887-d914-4458-bf92-108b9cef00b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
3381 | 2024.08.16 07:18:18.063399 [ 3 ] {} <Debug> HTTP-Session: 9c8f0c38-10cb-4257-869a-d89908f5a6bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3382 | 2024.08.16 07:18:18.063713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3383 | 2024.08.16 07:18:18.063763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3384 | 2024.08.16 07:18:18.063782 [ 3 ] {} <Debug> HTTP-Session: 867f831a-643f-4bb6-b65b-81c1c041e7f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3385 | 2024.08.16 07:18:18.063800 [ 3 ] {} <Debug> HTTP-Session: 867f831a-643f-4bb6-b65b-81c1c041e7f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3386 | 2024.08.16 07:18:18.063814 [ 3 ] {} <Debug> HTTP-Session: 867f831a-643f-4bb6-b65b-81c1c041e7f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3387 | 2024.08.16 07:18:18.063845 [ 3 ] {} <Trace> HTTP-Session: 867f831a-643f-4bb6-b65b-81c1c041e7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3388 | 2024.08.16 07:18:18.063937 [ 3 ] {ea7e5a7f-1ab5-40da-a5f6-0f79e1228b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3389 | 2024.08.16 07:18:18.063983 [ 3 ] {ea7e5a7f-1ab5-40da-a5f6-0f79e1228b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3390 | 2024.08.16 07:18:18.064131 [ 3 ] {ea7e5a7f-1ab5-40da-a5f6-0f79e1228b98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3391 | 2024.08.16 07:18:18.064399 [ 3 ] {ea7e5a7f-1ab5-40da-a5f6-0f79e1228b98} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3392 | 2024.08.16 07:18:18.064436 [ 3 ] {ea7e5a7f-1ab5-40da-a5f6-0f79e1228b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3393 | 2024.08.16 07:18:18.064786 [ 3 ] {ea7e5a7f-1ab5-40da-a5f6-0f79e1228b98} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3394 | 2024.08.16 07:18:18.065106 [ 3 ] {ea7e5a7f-1ab5-40da-a5f6-0f79e1228b98} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3395 | 2024.08.16 07:18:18.065273 [ 3 ] {ea7e5a7f-1ab5-40da-a5f6-0f79e1228b98} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001346 sec., 742.9420505200594 rows/sec., 50.06 KiB/sec. | ||
3396 | 2024.08.16 07:18:18.065275 [ 38 ] {} <Debug> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3397 | 2024.08.16 07:18:18.065363 [ 38 ] {} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3398 | 2024.08.16 07:18:18.065420 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3399 | 2024.08.16 07:18:18.065556 [ 3 ] {ea7e5a7f-1ab5-40da-a5f6-0f79e1228b98} <Debug> DynamicQueryHandler: Done processing query | ||
3400 | 2024.08.16 07:18:18.065570 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::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 | ||
3401 | 2024.08.16 07:18:18.065590 [ 3 ] {ea7e5a7f-1ab5-40da-a5f6-0f79e1228b98} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3402 | 2024.08.16 07:18:18.065642 [ 3 ] {} <Debug> HTTP-Session: 867f831a-643f-4bb6-b65b-81c1c041e7f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3403 | 2024.08.16 07:18:18.065795 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3404 | 2024.08.16 07:18:18.065817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3405 | 2024.08.16 07:18:18.065862 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
3406 | 2024.08.16 07:18:18.065899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3407 | 2024.08.16 07:18:18.065940 [ 3 ] {} <Debug> HTTP-Session: d18f6a54-591c-4f90-9895-403acf9c5c00 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3408 | 2024.08.16 07:18:18.066010 [ 3 ] {} <Debug> HTTP-Session: d18f6a54-591c-4f90-9895-403acf9c5c00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3409 | 2024.08.16 07:18:18.066074 [ 3 ] {} <Debug> HTTP-Session: d18f6a54-591c-4f90-9895-403acf9c5c00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3410 | 2024.08.16 07:18:18.066151 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
3411 | 2024.08.16 07:18:18.066175 [ 3 ] {} <Trace> HTTP-Session: d18f6a54-591c-4f90-9895-403acf9c5c00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3412 | 2024.08.16 07:18:18.066464 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
3413 | 2024.08.16 07:18:18.066507 [ 3 ] {b77f1487-23a8-40ee-ae76-f80437f879e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3414 | 2024.08.16 07:18:18.066680 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
3415 | 2024.08.16 07:18:18.066679 [ 3 ] {b77f1487-23a8-40ee-ae76-f80437f879e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3416 | 2024.08.16 07:18:18.067027 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3417 | 2024.08.16 07:18:18.067731 [ 3 ] {b77f1487-23a8-40ee-ae76-f80437f879e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3418 | 2024.08.16 07:18:18.068446 [ 3 ] {b77f1487-23a8-40ee-ae76-f80437f879e4} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3419 | 2024.08.16 07:18:18.068505 [ 3 ] {b77f1487-23a8-40ee-ae76-f80437f879e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3420 | 2024.08.16 07:18:18.069715 [ 3 ] {b77f1487-23a8-40ee-ae76-f80437f879e4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3421 | 2024.08.16 07:18:18.069788 [ 190 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004272479 sec., 1170.2807667398715 rows/sec., 78.86 KiB/sec. | ||
3422 | 2024.08.16 07:18:18.070073 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3423 | 2024.08.16 07:18:18.070334 [ 3 ] {b77f1487-23a8-40ee-ae76-f80437f879e4} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3424 | 2024.08.16 07:18:18.070773 [ 3 ] {b77f1487-23a8-40ee-ae76-f80437f879e4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004373 sec., 18751.429224788473 rows/sec., 1.19 MiB/sec. | ||
3425 | 2024.08.16 07:18:18.071310 [ 3 ] {b77f1487-23a8-40ee-ae76-f80437f879e4} <Debug> DynamicQueryHandler: Done processing query | ||
3426 | 2024.08.16 07:18:18.071340 [ 3 ] {b77f1487-23a8-40ee-ae76-f80437f879e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3427 | 2024.08.16 07:18:18.071380 [ 3 ] {} <Debug> HTTP-Session: d18f6a54-591c-4f90-9895-403acf9c5c00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3428 | 2024.08.16 07:18:18.071424 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_5_1} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3429 | 2024.08.16 07:18:18.071523 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_5_1} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3430 | 2024.08.16 07:18:18.071615 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3431 | 2024.08.16 07:18:23.100662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3432 | 2024.08.16 07:18:23.100802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3433 | 2024.08.16 07:18:23.100831 [ 3 ] {} <Debug> HTTP-Session: 91cb6d99-036e-4de9-817c-d27c2ae97582 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3434 | 2024.08.16 07:18:23.100860 [ 3 ] {} <Debug> HTTP-Session: 91cb6d99-036e-4de9-817c-d27c2ae97582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3435 | 2024.08.16 07:18:23.100879 [ 3 ] {} <Debug> HTTP-Session: 91cb6d99-036e-4de9-817c-d27c2ae97582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3436 | 2024.08.16 07:18:23.100937 [ 3 ] {} <Trace> HTTP-Session: 91cb6d99-036e-4de9-817c-d27c2ae97582 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3437 | 2024.08.16 07:18:23.101130 [ 3 ] {ff0b2a73-82d6-4c96-be51-1b942858eee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3438 | 2024.08.16 07:18:23.101199 [ 3 ] {ff0b2a73-82d6-4c96-be51-1b942858eee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3439 | 2024.08.16 07:18:23.101389 [ 3 ] {ff0b2a73-82d6-4c96-be51-1b942858eee6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3440 | 2024.08.16 07:18:23.101848 [ 3 ] {ff0b2a73-82d6-4c96-be51-1b942858eee6} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3441 | 2024.08.16 07:18:23.101896 [ 3 ] {ff0b2a73-82d6-4c96-be51-1b942858eee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3442 | 2024.08.16 07:18:23.102278 [ 3 ] {ff0b2a73-82d6-4c96-be51-1b942858eee6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3443 | 2024.08.16 07:18:23.102627 [ 3 ] {ff0b2a73-82d6-4c96-be51-1b942858eee6} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3444 | 2024.08.16 07:18:23.102781 [ 3 ] {ff0b2a73-82d6-4c96-be51-1b942858eee6} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001714 sec., 19253.20886814469 rows/sec., 1.52 MiB/sec. | ||
3445 | 2024.08.16 07:18:23.103040 [ 3 ] {ff0b2a73-82d6-4c96-be51-1b942858eee6} <Debug> DynamicQueryHandler: Done processing query | ||
3446 | 2024.08.16 07:18:23.103067 [ 3 ] {ff0b2a73-82d6-4c96-be51-1b942858eee6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3447 | 2024.08.16 07:18:23.103083 [ 3 ] {} <Debug> HTTP-Session: 91cb6d99-036e-4de9-817c-d27c2ae97582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3448 | 2024.08.16 07:18:23.103284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3449 | 2024.08.16 07:18:23.103339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3450 | 2024.08.16 07:18:23.103359 [ 3 ] {} <Debug> HTTP-Session: 0dce2b39-c3d6-49e5-ada2-7b0892816d8e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3451 | 2024.08.16 07:18:23.103377 [ 3 ] {} <Debug> HTTP-Session: 0dce2b39-c3d6-49e5-ada2-7b0892816d8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3452 | 2024.08.16 07:18:23.103391 [ 3 ] {} <Debug> HTTP-Session: 0dce2b39-c3d6-49e5-ada2-7b0892816d8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3453 | 2024.08.16 07:18:23.103426 [ 3 ] {} <Trace> HTTP-Session: 0dce2b39-c3d6-49e5-ada2-7b0892816d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3454 | 2024.08.16 07:18:23.103596 [ 3 ] {88603c50-d2a1-4b4b-981b-5e92fee18bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3455 | 2024.08.16 07:18:23.103643 [ 3 ] {88603c50-d2a1-4b4b-981b-5e92fee18bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3456 | 2024.08.16 07:18:23.103776 [ 3 ] {88603c50-d2a1-4b4b-981b-5e92fee18bd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3457 | 2024.08.16 07:18:23.104210 [ 3 ] {88603c50-d2a1-4b4b-981b-5e92fee18bd6} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3458 | 2024.08.16 07:18:23.104247 [ 3 ] {88603c50-d2a1-4b4b-981b-5e92fee18bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3459 | 2024.08.16 07:18:23.104571 [ 3 ] {88603c50-d2a1-4b4b-981b-5e92fee18bd6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3460 | 2024.08.16 07:18:23.104871 [ 3 ] {88603c50-d2a1-4b4b-981b-5e92fee18bd6} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3461 | 2024.08.16 07:18:23.105022 [ 3 ] {88603c50-d2a1-4b4b-981b-5e92fee18bd6} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001489 sec., 104096.7092008059 rows/sec., 8.72 MiB/sec. | ||
3462 | 2024.08.16 07:18:23.105202 [ 3 ] {88603c50-d2a1-4b4b-981b-5e92fee18bd6} <Debug> DynamicQueryHandler: Done processing query | ||
3463 | 2024.08.16 07:18:23.105228 [ 3 ] {88603c50-d2a1-4b4b-981b-5e92fee18bd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3464 | 2024.08.16 07:18:23.105243 [ 3 ] {} <Debug> HTTP-Session: 0dce2b39-c3d6-49e5-ada2-7b0892816d8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3465 | 2024.08.16 07:18:23.105389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3466 | 2024.08.16 07:18:23.105438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3467 | 2024.08.16 07:18:23.105457 [ 3 ] {} <Debug> HTTP-Session: a47ee8ce-32eb-458a-8bb7-16e3ae6c1468 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3468 | 2024.08.16 07:18:23.105473 [ 3 ] {} <Debug> HTTP-Session: a47ee8ce-32eb-458a-8bb7-16e3ae6c1468 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3469 | 2024.08.16 07:18:23.105487 [ 3 ] {} <Debug> HTTP-Session: a47ee8ce-32eb-458a-8bb7-16e3ae6c1468 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3470 | 2024.08.16 07:18:23.105518 [ 3 ] {} <Trace> HTTP-Session: a47ee8ce-32eb-458a-8bb7-16e3ae6c1468 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3471 | 2024.08.16 07:18:23.105662 [ 3 ] {53f9c480-8de5-468d-bf6a-e4e1d1a1ce90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3472 | 2024.08.16 07:18:23.105708 [ 3 ] {53f9c480-8de5-468d-bf6a-e4e1d1a1ce90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3473 | 2024.08.16 07:18:23.105833 [ 3 ] {53f9c480-8de5-468d-bf6a-e4e1d1a1ce90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3474 | 2024.08.16 07:18:23.106185 [ 3 ] {53f9c480-8de5-468d-bf6a-e4e1d1a1ce90} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3475 | 2024.08.16 07:18:23.106222 [ 3 ] {53f9c480-8de5-468d-bf6a-e4e1d1a1ce90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3476 | 2024.08.16 07:18:23.106529 [ 3 ] {53f9c480-8de5-468d-bf6a-e4e1d1a1ce90} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3477 | 2024.08.16 07:18:23.106826 [ 3 ] {53f9c480-8de5-468d-bf6a-e4e1d1a1ce90} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3478 | 2024.08.16 07:18:23.106969 [ 3 ] {53f9c480-8de5-468d-bf6a-e4e1d1a1ce90} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001372 sec., 70699.7084548105 rows/sec., 5.52 MiB/sec. | ||
3479 | 2024.08.16 07:18:23.107143 [ 3 ] {53f9c480-8de5-468d-bf6a-e4e1d1a1ce90} <Debug> DynamicQueryHandler: Done processing query | ||
3480 | 2024.08.16 07:18:23.107168 [ 3 ] {53f9c480-8de5-468d-bf6a-e4e1d1a1ce90} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3481 | 2024.08.16 07:18:23.107184 [ 3 ] {} <Debug> HTTP-Session: a47ee8ce-32eb-458a-8bb7-16e3ae6c1468 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3482 | 2024.08.16 07:18:23.107381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3483 | 2024.08.16 07:18:23.107428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3484 | 2024.08.16 07:18:23.107446 [ 3 ] {} <Debug> HTTP-Session: 94b3b970-30dd-434f-be23-a101616e982c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3485 | 2024.08.16 07:18:23.107463 [ 3 ] {} <Debug> HTTP-Session: 94b3b970-30dd-434f-be23-a101616e982c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3486 | 2024.08.16 07:18:23.107478 [ 3 ] {} <Debug> HTTP-Session: 94b3b970-30dd-434f-be23-a101616e982c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3487 | 2024.08.16 07:18:23.107510 [ 3 ] {} <Trace> HTTP-Session: 94b3b970-30dd-434f-be23-a101616e982c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3488 | 2024.08.16 07:18:23.107656 [ 3 ] {58dfce9e-9d7c-42bf-86cf-0dbf30347da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3489 | 2024.08.16 07:18:23.107704 [ 3 ] {58dfce9e-9d7c-42bf-86cf-0dbf30347da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3490 | 2024.08.16 07:18:23.107848 [ 3 ] {58dfce9e-9d7c-42bf-86cf-0dbf30347da5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3491 | 2024.08.16 07:18:23.108227 [ 3 ] {58dfce9e-9d7c-42bf-86cf-0dbf30347da5} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3492 | 2024.08.16 07:18:23.108264 [ 3 ] {58dfce9e-9d7c-42bf-86cf-0dbf30347da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3493 | 2024.08.16 07:18:23.108647 [ 3 ] {58dfce9e-9d7c-42bf-86cf-0dbf30347da5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3494 | 2024.08.16 07:18:23.108982 [ 3 ] {58dfce9e-9d7c-42bf-86cf-0dbf30347da5} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3495 | 2024.08.16 07:18:23.109145 [ 3 ] {58dfce9e-9d7c-42bf-86cf-0dbf30347da5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. | ||
3496 | 2024.08.16 07:18:23.109153 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3497 | 2024.08.16 07:18:23.109268 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3498 | 2024.08.16 07:18:23.109323 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3499 | 2024.08.16 07:18:23.109426 [ 3 ] {58dfce9e-9d7c-42bf-86cf-0dbf30347da5} <Debug> DynamicQueryHandler: Done processing query | ||
3500 | 2024.08.16 07:18:23.109484 [ 3 ] {58dfce9e-9d7c-42bf-86cf-0dbf30347da5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3501 | 2024.08.16 07:18:23.109545 [ 3 ] {} <Debug> HTTP-Session: 94b3b970-30dd-434f-be23-a101616e982c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3502 | 2024.08.16 07:18:23.109611 [ 196 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
3503 | 2024.08.16 07:18:23.109852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 52950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3504 | 2024.08.16 07:18:23.109882 [ 196 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3505 | 2024.08.16 07:18:23.109966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3506 | 2024.08.16 07:18:23.109972 [ 196 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3507 rows starting from the beginning of the part | ||
3507 | 2024.08.16 07:18:23.110009 [ 3 ] {} <Debug> HTTP-Session: 0b68d828-81bb-458b-8a63-5b9b702df2bd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3508 | 2024.08.16 07:18:23.110050 [ 3 ] {} <Debug> HTTP-Session: 0b68d828-81bb-458b-8a63-5b9b702df2bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3509 | 2024.08.16 07:18:23.110096 [ 3 ] {} <Debug> HTTP-Session: 0b68d828-81bb-458b-8a63-5b9b702df2bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3510 | 2024.08.16 07:18:23.110235 [ 196 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
3511 | 2024.08.16 07:18:23.110263 [ 3 ] {} <Trace> HTTP-Session: 0b68d828-81bb-458b-8a63-5b9b702df2bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3512 | 2024.08.16 07:18:23.110507 [ 196 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part | ||
3513 | 2024.08.16 07:18:23.110634 [ 196 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
3514 | 2024.08.16 07:18:23.110732 [ 196 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 922 rows starting from the beginning of the part | ||
3515 | 2024.08.16 07:18:23.110841 [ 196 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
3516 | 2024.08.16 07:18:23.111004 [ 3 ] {eddee090-6855-4c83-9ded-757feafe268a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3517 | 2024.08.16 07:18:23.111357 [ 3 ] {eddee090-6855-4c83-9ded-757feafe268a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3518 | 2024.08.16 07:18:23.112703 [ 3 ] {eddee090-6855-4c83-9ded-757feafe268a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3519 | 2024.08.16 07:18:23.114427 [ 3 ] {eddee090-6855-4c83-9ded-757feafe268a} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3520 | 2024.08.16 07:18:23.114469 [ 3 ] {eddee090-6855-4c83-9ded-757feafe268a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3521 | 2024.08.16 07:18:23.117660 [ 3 ] {eddee090-6855-4c83-9ded-757feafe268a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3522 | 2024.08.16 07:18:23.117761 [ 196 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5147 rows, containing 5 columns (5 merged, 0 gathered) in 0.008317642 sec., 618805.1854119232 rows/sec., 41.50 MiB/sec. | ||
3523 | 2024.08.16 07:18:23.118284 [ 3 ] {eddee090-6855-4c83-9ded-757feafe268a} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3524 | 2024.08.16 07:18:23.118315 [ 196 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3525 | 2024.08.16 07:18:23.118738 [ 3 ] {eddee090-6855-4c83-9ded-757feafe268a} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.008199 sec., 4024.8810830589096 rows/sec., 7.21 MiB/sec. | ||
3526 | 2024.08.16 07:18:23.119754 [ 3 ] {eddee090-6855-4c83-9ded-757feafe268a} <Debug> DynamicQueryHandler: Done processing query | ||
3527 | 2024.08.16 07:18:23.119799 [ 3 ] {eddee090-6855-4c83-9ded-757feafe268a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3528 | 2024.08.16 07:18:23.119847 [ 3 ] {} <Debug> HTTP-Session: 0b68d828-81bb-458b-8a63-5b9b702df2bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3529 | 2024.08.16 07:18:23.119885 [ 196 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3530 | 2024.08.16 07:18:23.119997 [ 196 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3531 | 2024.08.16 07:18:23.120019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3532 | 2024.08.16 07:18:23.120126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3533 | 2024.08.16 07:18:23.120140 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. | ||
3534 | 2024.08.16 07:18:23.120159 [ 3 ] {} <Debug> HTTP-Session: ed3e4179-84d5-45aa-8218-28d3cc2035c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3535 | 2024.08.16 07:18:23.120198 [ 3 ] {} <Debug> HTTP-Session: ed3e4179-84d5-45aa-8218-28d3cc2035c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3536 | 2024.08.16 07:18:23.120213 [ 3 ] {} <Debug> HTTP-Session: ed3e4179-84d5-45aa-8218-28d3cc2035c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3537 | 2024.08.16 07:18:23.120248 [ 3 ] {} <Trace> HTTP-Session: ed3e4179-84d5-45aa-8218-28d3cc2035c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3538 | 2024.08.16 07:18:23.120379 [ 3 ] {2cfedbf3-6c41-42b8-befe-68a55cbaea24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3539 | 2024.08.16 07:18:23.120425 [ 3 ] {2cfedbf3-6c41-42b8-befe-68a55cbaea24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3540 | 2024.08.16 07:18:23.120575 [ 3 ] {2cfedbf3-6c41-42b8-befe-68a55cbaea24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3541 | 2024.08.16 07:18:23.120881 [ 3 ] {2cfedbf3-6c41-42b8-befe-68a55cbaea24} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3542 | 2024.08.16 07:18:23.120918 [ 3 ] {2cfedbf3-6c41-42b8-befe-68a55cbaea24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3543 | 2024.08.16 07:18:23.121311 [ 3 ] {2cfedbf3-6c41-42b8-befe-68a55cbaea24} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3544 | 2024.08.16 07:18:23.121647 [ 3 ] {2cfedbf3-6c41-42b8-befe-68a55cbaea24} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3545 | 2024.08.16 07:18:23.121801 [ 32 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3546 | 2024.08.16 07:18:23.121808 [ 3 ] {2cfedbf3-6c41-42b8-befe-68a55cbaea24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. | ||
3547 | 2024.08.16 07:18:23.121854 [ 32 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3548 | 2024.08.16 07:18:23.121917 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3549 | 2024.08.16 07:18:23.122194 [ 3 ] {2cfedbf3-6c41-42b8-befe-68a55cbaea24} <Debug> DynamicQueryHandler: Done processing query | ||
3550 | 2024.08.16 07:18:23.122288 [ 3 ] {2cfedbf3-6c41-42b8-befe-68a55cbaea24} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3551 | 2024.08.16 07:18:23.122368 [ 3 ] {} <Debug> HTTP-Session: ed3e4179-84d5-45aa-8218-28d3cc2035c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3552 | 2024.08.16 07:18:23.122364 [ 190 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
3553 | 2024.08.16 07:18:23.122590 [ 190 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3554 | 2024.08.16 07:18:23.122634 [ 190 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
3555 | 2024.08.16 07:18:23.122732 [ 190 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
3556 | 2024.08.16 07:18:23.122870 [ 190 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part | ||
3557 | 2024.08.16 07:18:23.123056 [ 190 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
3558 | 2024.08.16 07:18:23.123142 [ 190 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
3559 | 2024.08.16 07:18:23.123326 [ 190 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
3560 | 2024.08.16 07:18:23.124482 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.002466327 sec., 237600.28576908092 rows/sec., 15.42 MiB/sec. | ||
3561 | 2024.08.16 07:18:23.124680 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3562 | 2024.08.16 07:18:23.125085 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_11_2} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3563 | 2024.08.16 07:18:23.125163 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_11_2} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3564 | 2024.08.16 07:18:23.125251 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3565 | 2024.08.16 07:18:27.478498 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3566 | 2024.08.16 07:18:27.478571 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3567 | 2024.08.16 07:18:28.102283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3568 | 2024.08.16 07:18:28.102420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3569 | 2024.08.16 07:18:28.102452 [ 3 ] {} <Debug> HTTP-Session: e9ec5944-c158-4463-8307-01c049f51004 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3570 | 2024.08.16 07:18:28.102483 [ 3 ] {} <Debug> HTTP-Session: e9ec5944-c158-4463-8307-01c049f51004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3571 | 2024.08.16 07:18:28.102501 [ 3 ] {} <Debug> HTTP-Session: e9ec5944-c158-4463-8307-01c049f51004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3572 | 2024.08.16 07:18:28.102560 [ 3 ] {} <Trace> HTTP-Session: e9ec5944-c158-4463-8307-01c049f51004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3573 | 2024.08.16 07:18:28.102767 [ 3 ] {7d47019a-8f1d-4d60-9b36-eae903059d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3574 | 2024.08.16 07:18:28.102845 [ 3 ] {7d47019a-8f1d-4d60-9b36-eae903059d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3575 | 2024.08.16 07:18:28.103070 [ 3 ] {7d47019a-8f1d-4d60-9b36-eae903059d9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3576 | 2024.08.16 07:18:28.103483 [ 3 ] {7d47019a-8f1d-4d60-9b36-eae903059d9d} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3577 | 2024.08.16 07:18:28.103529 [ 3 ] {7d47019a-8f1d-4d60-9b36-eae903059d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3578 | 2024.08.16 07:18:28.103898 [ 3 ] {7d47019a-8f1d-4d60-9b36-eae903059d9d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3579 | 2024.08.16 07:18:28.104275 [ 3 ] {7d47019a-8f1d-4d60-9b36-eae903059d9d} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3580 | 2024.08.16 07:18:28.104531 [ 3 ] {7d47019a-8f1d-4d60-9b36-eae903059d9d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00182 sec., 1098.901098901099 rows/sec., 89.61 KiB/sec. | ||
3581 | 2024.08.16 07:18:28.104820 [ 3 ] {7d47019a-8f1d-4d60-9b36-eae903059d9d} <Debug> DynamicQueryHandler: Done processing query | ||
3582 | 2024.08.16 07:18:28.104853 [ 3 ] {7d47019a-8f1d-4d60-9b36-eae903059d9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3583 | 2024.08.16 07:18:28.104875 [ 3 ] {} <Debug> HTTP-Session: e9ec5944-c158-4463-8307-01c049f51004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3584 | 2024.08.16 07:18:28.105082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28483, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3585 | 2024.08.16 07:18:28.105148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3586 | 2024.08.16 07:18:28.105170 [ 3 ] {} <Debug> HTTP-Session: 7be42e05-0a34-4d3c-9a1e-5bfe5cfa32c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3587 | 2024.08.16 07:18:28.105189 [ 3 ] {} <Debug> HTTP-Session: 7be42e05-0a34-4d3c-9a1e-5bfe5cfa32c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3588 | 2024.08.16 07:18:28.105204 [ 3 ] {} <Debug> HTTP-Session: 7be42e05-0a34-4d3c-9a1e-5bfe5cfa32c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3589 | 2024.08.16 07:18:28.105241 [ 3 ] {} <Trace> HTTP-Session: 7be42e05-0a34-4d3c-9a1e-5bfe5cfa32c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3590 | 2024.08.16 07:18:28.105415 [ 3 ] {6356aafd-55ef-41ee-a4bd-994a8629e3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3591 | 2024.08.16 07:18:28.105465 [ 3 ] {6356aafd-55ef-41ee-a4bd-994a8629e3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3592 | 2024.08.16 07:18:28.105612 [ 3 ] {6356aafd-55ef-41ee-a4bd-994a8629e3ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3593 | 2024.08.16 07:18:28.106044 [ 3 ] {6356aafd-55ef-41ee-a4bd-994a8629e3ca} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3594 | 2024.08.16 07:18:28.106084 [ 3 ] {6356aafd-55ef-41ee-a4bd-994a8629e3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3595 | 2024.08.16 07:18:28.106422 [ 3 ] {6356aafd-55ef-41ee-a4bd-994a8629e3ca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3596 | 2024.08.16 07:18:28.106741 [ 3 ] {6356aafd-55ef-41ee-a4bd-994a8629e3ca} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3597 | 2024.08.16 07:18:28.106882 [ 3 ] {6356aafd-55ef-41ee-a4bd-994a8629e3ca} <Debug> executeQuery: Read 190 rows, 16.93 KiB in 0.001537 sec., 123617.4365647365 rows/sec., 10.76 MiB/sec. | ||
3598 | 2024.08.16 07:18:28.107180 [ 3 ] {6356aafd-55ef-41ee-a4bd-994a8629e3ca} <Debug> DynamicQueryHandler: Done processing query | ||
3599 | 2024.08.16 07:18:28.107207 [ 3 ] {6356aafd-55ef-41ee-a4bd-994a8629e3ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3600 | 2024.08.16 07:18:28.107223 [ 3 ] {} <Debug> HTTP-Session: 7be42e05-0a34-4d3c-9a1e-5bfe5cfa32c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3601 | 2024.08.16 07:18:28.107413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3602 | 2024.08.16 07:18:28.107468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3603 | 2024.08.16 07:18:28.107488 [ 3 ] {} <Debug> HTTP-Session: 8a643e71-73c2-4029-bf18-0e0c14a7a5bd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3604 | 2024.08.16 07:18:28.107505 [ 3 ] {} <Debug> HTTP-Session: 8a643e71-73c2-4029-bf18-0e0c14a7a5bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3605 | 2024.08.16 07:18:28.107520 [ 3 ] {} <Debug> HTTP-Session: 8a643e71-73c2-4029-bf18-0e0c14a7a5bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3606 | 2024.08.16 07:18:28.107553 [ 3 ] {} <Trace> HTTP-Session: 8a643e71-73c2-4029-bf18-0e0c14a7a5bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3607 | 2024.08.16 07:18:28.107653 [ 3 ] {61f94a7a-c544-4a27-ab1a-b291526daac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3608 | 2024.08.16 07:18:28.107700 [ 3 ] {61f94a7a-c544-4a27-ab1a-b291526daac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3609 | 2024.08.16 07:18:28.107847 [ 3 ] {61f94a7a-c544-4a27-ab1a-b291526daac1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3610 | 2024.08.16 07:18:28.108114 [ 3 ] {61f94a7a-c544-4a27-ab1a-b291526daac1} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3611 | 2024.08.16 07:18:28.108152 [ 3 ] {61f94a7a-c544-4a27-ab1a-b291526daac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3612 | 2024.08.16 07:18:28.108463 [ 3 ] {61f94a7a-c544-4a27-ab1a-b291526daac1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3613 | 2024.08.16 07:18:28.108775 [ 3 ] {61f94a7a-c544-4a27-ab1a-b291526daac1} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3614 | 2024.08.16 07:18:28.108929 [ 3 ] {61f94a7a-c544-4a27-ab1a-b291526daac1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001292 sec., 1547.9876160990711 rows/sec., 108.09 KiB/sec. | ||
3615 | 2024.08.16 07:18:28.109098 [ 3 ] {61f94a7a-c544-4a27-ab1a-b291526daac1} <Debug> DynamicQueryHandler: Done processing query | ||
3616 | 2024.08.16 07:18:28.109123 [ 3 ] {61f94a7a-c544-4a27-ab1a-b291526daac1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3617 | 2024.08.16 07:18:28.109138 [ 3 ] {} <Debug> HTTP-Session: 8a643e71-73c2-4029-bf18-0e0c14a7a5bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3618 | 2024.08.16 07:18:28.109258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3619 | 2024.08.16 07:18:28.109309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3620 | 2024.08.16 07:18:28.109329 [ 3 ] {} <Debug> HTTP-Session: ca7c279e-1a86-4b90-b84f-3fef5eaab481 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3621 | 2024.08.16 07:18:28.109347 [ 3 ] {} <Debug> HTTP-Session: ca7c279e-1a86-4b90-b84f-3fef5eaab481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3622 | 2024.08.16 07:18:28.109362 [ 3 ] {} <Debug> HTTP-Session: ca7c279e-1a86-4b90-b84f-3fef5eaab481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3623 | 2024.08.16 07:18:28.109394 [ 3 ] {} <Trace> HTTP-Session: ca7c279e-1a86-4b90-b84f-3fef5eaab481 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3624 | 2024.08.16 07:18:28.109494 [ 3 ] {b1531a94-afaf-40c5-86df-3ff249512b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3625 | 2024.08.16 07:18:28.109537 [ 3 ] {b1531a94-afaf-40c5-86df-3ff249512b24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3626 | 2024.08.16 07:18:28.109665 [ 3 ] {b1531a94-afaf-40c5-86df-3ff249512b24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3627 | 2024.08.16 07:18:28.109983 [ 3 ] {b1531a94-afaf-40c5-86df-3ff249512b24} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3628 | 2024.08.16 07:18:28.110022 [ 3 ] {b1531a94-afaf-40c5-86df-3ff249512b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3629 | 2024.08.16 07:18:28.110341 [ 3 ] {b1531a94-afaf-40c5-86df-3ff249512b24} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3630 | 2024.08.16 07:18:28.110651 [ 3 ] {b1531a94-afaf-40c5-86df-3ff249512b24} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3631 | 2024.08.16 07:18:28.110813 [ 3 ] {b1531a94-afaf-40c5-86df-3ff249512b24} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001336 sec., 10479.041916167665 rows/sec., 733.88 KiB/sec. | ||
3632 | 2024.08.16 07:18:28.110811 [ 23 ] {} <Debug> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3633 | 2024.08.16 07:18:28.110923 [ 23 ] {} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3634 | 2024.08.16 07:18:28.110966 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3635 | 2024.08.16 07:18:28.111062 [ 3 ] {b1531a94-afaf-40c5-86df-3ff249512b24} <Debug> DynamicQueryHandler: Done processing query | ||
3636 | 2024.08.16 07:18:28.111124 [ 3 ] {b1531a94-afaf-40c5-86df-3ff249512b24} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3637 | 2024.08.16 07:18:28.111158 [ 3 ] {} <Debug> HTTP-Session: ca7c279e-1a86-4b90-b84f-3fef5eaab481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3638 | 2024.08.16 07:18:28.111185 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::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 | ||
3639 | 2024.08.16 07:18:28.111323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3640 | 2024.08.16 07:18:28.111430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3641 | 2024.08.16 07:18:28.111486 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3642 | 2024.08.16 07:18:28.111492 [ 3 ] {} <Debug> HTTP-Session: b4d6e8e7-e1c3-4952-bb54-d4a6b27ef781 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3643 | 2024.08.16 07:18:28.111545 [ 3 ] {} <Debug> HTTP-Session: b4d6e8e7-e1c3-4952-bb54-d4a6b27ef781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3644 | 2024.08.16 07:18:28.111550 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
3645 | 2024.08.16 07:18:28.111564 [ 3 ] {} <Debug> HTTP-Session: b4d6e8e7-e1c3-4952-bb54-d4a6b27ef781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3646 | 2024.08.16 07:18:28.111643 [ 3 ] {} <Trace> HTTP-Session: b4d6e8e7-e1c3-4952-bb54-d4a6b27ef781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3647 | 2024.08.16 07:18:28.111734 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 242 rows starting from the beginning of the part | ||
3648 | 2024.08.16 07:18:28.111973 [ 3 ] {5b500cc7-157b-47fe-a4c7-e6e236d85938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3649 | 2024.08.16 07:18:28.112101 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
3650 | 2024.08.16 07:18:28.112146 [ 3 ] {5b500cc7-157b-47fe-a4c7-e6e236d85938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3651 | 2024.08.16 07:18:28.112558 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
3652 | 2024.08.16 07:18:28.112845 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 242 rows starting from the beginning of the part | ||
3653 | 2024.08.16 07:18:28.113225 [ 3 ] {5b500cc7-157b-47fe-a4c7-e6e236d85938} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3654 | 2024.08.16 07:18:28.113215 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
3655 | 2024.08.16 07:18:28.114050 [ 3 ] {5b500cc7-157b-47fe-a4c7-e6e236d85938} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3656 | 2024.08.16 07:18:28.114123 [ 3 ] {5b500cc7-157b-47fe-a4c7-e6e236d85938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3657 | 2024.08.16 07:18:28.114968 [ 3 ] {5b500cc7-157b-47fe-a4c7-e6e236d85938} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3658 | 2024.08.16 07:18:28.115915 [ 3 ] {5b500cc7-157b-47fe-a4c7-e6e236d85938} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3659 | 2024.08.16 07:18:28.116086 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.005034886 sec., 107251.68355351045 rows/sec., 6.88 MiB/sec. | ||
3660 | 2024.08.16 07:18:28.116257 [ 3 ] {5b500cc7-157b-47fe-a4c7-e6e236d85938} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004425 sec., 1355.9322033898304 rows/sec., 80.11 KiB/sec. | ||
3661 | 2024.08.16 07:18:28.116378 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3662 | 2024.08.16 07:18:28.116568 [ 3 ] {5b500cc7-157b-47fe-a4c7-e6e236d85938} <Debug> DynamicQueryHandler: Done processing query | ||
3663 | 2024.08.16 07:18:28.116632 [ 3 ] {5b500cc7-157b-47fe-a4c7-e6e236d85938} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3664 | 2024.08.16 07:18:28.116702 [ 3 ] {} <Debug> HTTP-Session: b4d6e8e7-e1c3-4952-bb54-d4a6b27ef781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3665 | 2024.08.16 07:18:28.117002 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_6_1} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3666 | 2024.08.16 07:18:28.117027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 62126, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3667 | 2024.08.16 07:18:28.117117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3668 | 2024.08.16 07:18:28.117172 [ 3 ] {} <Debug> HTTP-Session: 62b861a1-171a-4503-a52b-c465f9a69b86 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3669 | 2024.08.16 07:18:28.117201 [ 3 ] {} <Debug> HTTP-Session: 62b861a1-171a-4503-a52b-c465f9a69b86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3670 | 2024.08.16 07:18:28.117213 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_6_1} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3671 | 2024.08.16 07:18:28.117228 [ 3 ] {} <Debug> HTTP-Session: 62b861a1-171a-4503-a52b-c465f9a69b86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3672 | 2024.08.16 07:18:28.117288 [ 3 ] {} <Trace> HTTP-Session: 62b861a1-171a-4503-a52b-c465f9a69b86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3673 | 2024.08.16 07:18:28.117382 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3674 | 2024.08.16 07:18:28.117571 [ 3 ] {26e2bef1-6300-49fc-932e-6fd5953e907f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3675 | 2024.08.16 07:18:28.117623 [ 3 ] {26e2bef1-6300-49fc-932e-6fd5953e907f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3676 | 2024.08.16 07:18:28.117775 [ 3 ] {26e2bef1-6300-49fc-932e-6fd5953e907f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3677 | 2024.08.16 07:18:28.118306 [ 3 ] {26e2bef1-6300-49fc-932e-6fd5953e907f} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3678 | 2024.08.16 07:18:28.118347 [ 3 ] {26e2bef1-6300-49fc-932e-6fd5953e907f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3679 | 2024.08.16 07:18:28.118686 [ 3 ] {26e2bef1-6300-49fc-932e-6fd5953e907f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3680 | 2024.08.16 07:18:28.119004 [ 3 ] {26e2bef1-6300-49fc-932e-6fd5953e907f} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3681 | 2024.08.16 07:18:28.119169 [ 3 ] {26e2bef1-6300-49fc-932e-6fd5953e907f} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001701 sec., 225749.5590828924 rows/sec., 15.99 MiB/sec. | ||
3682 | 2024.08.16 07:18:28.119374 [ 3 ] {26e2bef1-6300-49fc-932e-6fd5953e907f} <Debug> DynamicQueryHandler: Done processing query | ||
3683 | 2024.08.16 07:18:28.119398 [ 3 ] {26e2bef1-6300-49fc-932e-6fd5953e907f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3684 | 2024.08.16 07:18:28.119414 [ 3 ] {} <Debug> HTTP-Session: 62b861a1-171a-4503-a52b-c465f9a69b86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3685 | 2024.08.16 07:18:28.119632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3686 | 2024.08.16 07:18:28.119680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3687 | 2024.08.16 07:18:28.119700 [ 3 ] {} <Debug> HTTP-Session: c402f3d0-0391-49f8-a754-2dbe1d86e25c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3688 | 2024.08.16 07:18:28.119717 [ 3 ] {} <Debug> HTTP-Session: c402f3d0-0391-49f8-a754-2dbe1d86e25c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3689 | 2024.08.16 07:18:28.119731 [ 3 ] {} <Debug> HTTP-Session: c402f3d0-0391-49f8-a754-2dbe1d86e25c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3690 | 2024.08.16 07:18:28.119762 [ 3 ] {} <Trace> HTTP-Session: c402f3d0-0391-49f8-a754-2dbe1d86e25c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3691 | 2024.08.16 07:18:28.119857 [ 3 ] {77175f54-b92b-41cb-8b79-7ef8173e6e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3692 | 2024.08.16 07:18:28.119901 [ 3 ] {77175f54-b92b-41cb-8b79-7ef8173e6e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3693 | 2024.08.16 07:18:28.120032 [ 3 ] {77175f54-b92b-41cb-8b79-7ef8173e6e9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3694 | 2024.08.16 07:18:28.120308 [ 3 ] {77175f54-b92b-41cb-8b79-7ef8173e6e9a} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3695 | 2024.08.16 07:18:28.120347 [ 3 ] {77175f54-b92b-41cb-8b79-7ef8173e6e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3696 | 2024.08.16 07:18:28.120707 [ 3 ] {77175f54-b92b-41cb-8b79-7ef8173e6e9a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3697 | 2024.08.16 07:18:28.121060 [ 3 ] {77175f54-b92b-41cb-8b79-7ef8173e6e9a} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3698 | 2024.08.16 07:18:28.121221 [ 23 ] {} <Debug> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3699 | 2024.08.16 07:18:28.121226 [ 3 ] {77175f54-b92b-41cb-8b79-7ef8173e6e9a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001384 sec., 4335.260115606936 rows/sec., 226.50 KiB/sec. | ||
3700 | 2024.08.16 07:18:28.121281 [ 23 ] {} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3701 | 2024.08.16 07:18:28.121348 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3702 | 2024.08.16 07:18:28.121524 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
3703 | 2024.08.16 07:18:28.121580 [ 3 ] {77175f54-b92b-41cb-8b79-7ef8173e6e9a} <Debug> DynamicQueryHandler: Done processing query | ||
3704 | 2024.08.16 07:18:28.121634 [ 3 ] {77175f54-b92b-41cb-8b79-7ef8173e6e9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3705 | 2024.08.16 07:18:28.121679 [ 3 ] {} <Debug> HTTP-Session: c402f3d0-0391-49f8-a754-2dbe1d86e25c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3706 | 2024.08.16 07:18:28.121763 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3707 | 2024.08.16 07:18:28.121799 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
3708 | 2024.08.16 07:18:28.121941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3709 | 2024.08.16 07:18:28.122090 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
3710 | 2024.08.16 07:18:28.122113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3711 | 2024.08.16 07:18:28.122202 [ 3 ] {} <Debug> HTTP-Session: eddf97ba-dc4c-48b3-84d4-81a7ef1596f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3712 | 2024.08.16 07:18:28.122277 [ 3 ] {} <Debug> HTTP-Session: eddf97ba-dc4c-48b3-84d4-81a7ef1596f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3713 | 2024.08.16 07:18:28.122344 [ 3 ] {} <Debug> HTTP-Session: eddf97ba-dc4c-48b3-84d4-81a7ef1596f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3714 | 2024.08.16 07:18:28.122374 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
3715 | 2024.08.16 07:18:28.122447 [ 3 ] {} <Trace> HTTP-Session: eddf97ba-dc4c-48b3-84d4-81a7ef1596f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3716 | 2024.08.16 07:18:28.122602 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
3717 | 2024.08.16 07:18:28.122799 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
3718 | 2024.08.16 07:18:28.122928 [ 3 ] {9b79feb6-f94e-45ee-bb89-48d61c08d0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3719 | 2024.08.16 07:18:28.123150 [ 3 ] {9b79feb6-f94e-45ee-bb89-48d61c08d0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3720 | 2024.08.16 07:18:28.123174 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
3721 | 2024.08.16 07:18:28.123978 [ 3 ] {9b79feb6-f94e-45ee-bb89-48d61c08d0ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3722 | 2024.08.16 07:18:28.124974 [ 3 ] {9b79feb6-f94e-45ee-bb89-48d61c08d0ec} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3723 | 2024.08.16 07:18:28.125041 [ 3 ] {9b79feb6-f94e-45ee-bb89-48d61c08d0ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3724 | 2024.08.16 07:18:28.125793 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004360261 sec., 8256.386486955713 rows/sec., 431.36 KiB/sec. | ||
3725 | 2024.08.16 07:18:28.125971 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3726 | 2024.08.16 07:18:28.126076 [ 3 ] {9b79feb6-f94e-45ee-bb89-48d61c08d0ec} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3727 | 2024.08.16 07:18:28.126846 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_6_1} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3728 | 2024.08.16 07:18:28.127015 [ 3 ] {9b79feb6-f94e-45ee-bb89-48d61c08d0ec} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3729 | 2024.08.16 07:18:28.127034 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_6_1} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3730 | 2024.08.16 07:18:28.127205 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3731 | 2024.08.16 07:18:28.127332 [ 3 ] {9b79feb6-f94e-45ee-bb89-48d61c08d0ec} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004677 sec., 50887.32093222151 rows/sec., 3.41 MiB/sec. | ||
3732 | 2024.08.16 07:18:28.127546 [ 3 ] {9b79feb6-f94e-45ee-bb89-48d61c08d0ec} <Debug> DynamicQueryHandler: Done processing query | ||
3733 | 2024.08.16 07:18:28.127582 [ 3 ] {9b79feb6-f94e-45ee-bb89-48d61c08d0ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3734 | 2024.08.16 07:18:28.127606 [ 3 ] {} <Debug> HTTP-Session: eddf97ba-dc4c-48b3-84d4-81a7ef1596f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3735 | 2024.08.16 07:18:28.127804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3736 | 2024.08.16 07:18:28.127874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3737 | 2024.08.16 07:18:28.127906 [ 3 ] {} <Debug> HTTP-Session: ec270279-b06c-4581-ab32-2ae8ad8c19ec Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3738 | 2024.08.16 07:18:28.127934 [ 3 ] {} <Debug> HTTP-Session: ec270279-b06c-4581-ab32-2ae8ad8c19ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3739 | 2024.08.16 07:18:28.127959 [ 3 ] {} <Debug> HTTP-Session: ec270279-b06c-4581-ab32-2ae8ad8c19ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3740 | 2024.08.16 07:18:28.128006 [ 3 ] {} <Trace> HTTP-Session: ec270279-b06c-4581-ab32-2ae8ad8c19ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3741 | 2024.08.16 07:18:28.128118 [ 3 ] {710a36c7-6197-4072-b82c-2c706cdd65bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3742 | 2024.08.16 07:18:28.128167 [ 3 ] {710a36c7-6197-4072-b82c-2c706cdd65bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3743 | 2024.08.16 07:18:28.128310 [ 3 ] {710a36c7-6197-4072-b82c-2c706cdd65bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3744 | 2024.08.16 07:18:28.128582 [ 3 ] {710a36c7-6197-4072-b82c-2c706cdd65bd} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3745 | 2024.08.16 07:18:28.128620 [ 3 ] {710a36c7-6197-4072-b82c-2c706cdd65bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3746 | 2024.08.16 07:18:28.128979 [ 3 ] {710a36c7-6197-4072-b82c-2c706cdd65bd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3747 | 2024.08.16 07:18:28.129310 [ 3 ] {710a36c7-6197-4072-b82c-2c706cdd65bd} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3748 | 2024.08.16 07:18:28.129462 [ 3 ] {710a36c7-6197-4072-b82c-2c706cdd65bd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001366 sec., 732.0644216691069 rows/sec., 49.33 KiB/sec. | ||
3749 | 2024.08.16 07:18:28.129634 [ 3 ] {710a36c7-6197-4072-b82c-2c706cdd65bd} <Debug> DynamicQueryHandler: Done processing query | ||
3750 | 2024.08.16 07:18:28.129660 [ 3 ] {710a36c7-6197-4072-b82c-2c706cdd65bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3751 | 2024.08.16 07:18:28.129676 [ 3 ] {} <Debug> HTTP-Session: ec270279-b06c-4581-ab32-2ae8ad8c19ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3752 | 2024.08.16 07:18:28.129803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3753 | 2024.08.16 07:18:28.129852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3754 | 2024.08.16 07:18:28.129871 [ 3 ] {} <Debug> HTTP-Session: 68fa3873-641c-4929-8ae0-e017cec95299 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3755 | 2024.08.16 07:18:28.129889 [ 3 ] {} <Debug> HTTP-Session: 68fa3873-641c-4929-8ae0-e017cec95299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3756 | 2024.08.16 07:18:28.129903 [ 3 ] {} <Debug> HTTP-Session: 68fa3873-641c-4929-8ae0-e017cec95299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3757 | 2024.08.16 07:18:28.129934 [ 3 ] {} <Trace> HTTP-Session: 68fa3873-641c-4929-8ae0-e017cec95299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3758 | 2024.08.16 07:18:28.130056 [ 3 ] {3798dacf-17a9-47f7-af77-4c41a6a61d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3759 | 2024.08.16 07:18:28.130101 [ 3 ] {3798dacf-17a9-47f7-af77-4c41a6a61d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3760 | 2024.08.16 07:18:28.130235 [ 3 ] {3798dacf-17a9-47f7-af77-4c41a6a61d7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3761 | 2024.08.16 07:18:28.130543 [ 3 ] {3798dacf-17a9-47f7-af77-4c41a6a61d7c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3762 | 2024.08.16 07:18:28.130581 [ 3 ] {3798dacf-17a9-47f7-af77-4c41a6a61d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3763 | 2024.08.16 07:18:28.130946 [ 3 ] {3798dacf-17a9-47f7-af77-4c41a6a61d7c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3764 | 2024.08.16 07:18:28.131270 [ 3 ] {3798dacf-17a9-47f7-af77-4c41a6a61d7c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3765 | 2024.08.16 07:18:28.131435 [ 3 ] {3798dacf-17a9-47f7-af77-4c41a6a61d7c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001414 sec., 57991.513437058 rows/sec., 3.68 MiB/sec. | ||
3766 | 2024.08.16 07:18:28.131749 [ 3 ] {3798dacf-17a9-47f7-af77-4c41a6a61d7c} <Debug> DynamicQueryHandler: Done processing query | ||
3767 | 2024.08.16 07:18:28.131775 [ 3 ] {3798dacf-17a9-47f7-af77-4c41a6a61d7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3768 | 2024.08.16 07:18:28.131793 [ 3 ] {} <Debug> HTTP-Session: 68fa3873-641c-4929-8ae0-e017cec95299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3769 | 2024.08.16 07:18:33.099690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3770 | 2024.08.16 07:18:33.099820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3771 | 2024.08.16 07:18:33.099845 [ 3 ] {} <Debug> HTTP-Session: 1dd957a0-1766-4257-9843-41b8f6ee257a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3772 | 2024.08.16 07:18:33.099870 [ 3 ] {} <Debug> HTTP-Session: 1dd957a0-1766-4257-9843-41b8f6ee257a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3773 | 2024.08.16 07:18:33.099884 [ 3 ] {} <Debug> HTTP-Session: 1dd957a0-1766-4257-9843-41b8f6ee257a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3774 | 2024.08.16 07:18:33.099933 [ 3 ] {} <Trace> HTTP-Session: 1dd957a0-1766-4257-9843-41b8f6ee257a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3775 | 2024.08.16 07:18:33.100126 [ 3 ] {ee5b2932-67fb-48f2-b3e7-b0ca5685a759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3776 | 2024.08.16 07:18:33.100196 [ 3 ] {ee5b2932-67fb-48f2-b3e7-b0ca5685a759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3777 | 2024.08.16 07:18:33.100389 [ 3 ] {ee5b2932-67fb-48f2-b3e7-b0ca5685a759} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3778 | 2024.08.16 07:18:33.100816 [ 3 ] {ee5b2932-67fb-48f2-b3e7-b0ca5685a759} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3779 | 2024.08.16 07:18:33.100863 [ 3 ] {ee5b2932-67fb-48f2-b3e7-b0ca5685a759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3780 | 2024.08.16 07:18:33.101239 [ 3 ] {ee5b2932-67fb-48f2-b3e7-b0ca5685a759} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3781 | 2024.08.16 07:18:33.101578 [ 3 ] {ee5b2932-67fb-48f2-b3e7-b0ca5685a759} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3782 | 2024.08.16 07:18:33.101756 [ 3 ] {ee5b2932-67fb-48f2-b3e7-b0ca5685a759} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001684 sec., 19596.199524940617 rows/sec., 1.55 MiB/sec. | ||
3783 | 2024.08.16 07:18:33.101978 [ 3 ] {ee5b2932-67fb-48f2-b3e7-b0ca5685a759} <Debug> DynamicQueryHandler: Done processing query | ||
3784 | 2024.08.16 07:18:33.102007 [ 3 ] {ee5b2932-67fb-48f2-b3e7-b0ca5685a759} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3785 | 2024.08.16 07:18:33.102023 [ 3 ] {} <Debug> HTTP-Session: 1dd957a0-1766-4257-9843-41b8f6ee257a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3786 | 2024.08.16 07:18:33.102183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3787 | 2024.08.16 07:18:33.102239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3788 | 2024.08.16 07:18:33.102261 [ 3 ] {} <Debug> HTTP-Session: 4170415b-8330-449f-bf5f-93b3e0a12bb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3789 | 2024.08.16 07:18:33.102280 [ 3 ] {} <Debug> HTTP-Session: 4170415b-8330-449f-bf5f-93b3e0a12bb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3790 | 2024.08.16 07:18:33.102294 [ 3 ] {} <Debug> HTTP-Session: 4170415b-8330-449f-bf5f-93b3e0a12bb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3791 | 2024.08.16 07:18:33.102329 [ 3 ] {} <Trace> HTTP-Session: 4170415b-8330-449f-bf5f-93b3e0a12bb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3792 | 2024.08.16 07:18:33.102436 [ 3 ] {b1e008e2-1b39-4cf7-a1ff-8e28f4bb01da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3793 | 2024.08.16 07:18:33.102484 [ 3 ] {b1e008e2-1b39-4cf7-a1ff-8e28f4bb01da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3794 | 2024.08.16 07:18:33.102620 [ 3 ] {b1e008e2-1b39-4cf7-a1ff-8e28f4bb01da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3795 | 2024.08.16 07:18:33.102915 [ 3 ] {b1e008e2-1b39-4cf7-a1ff-8e28f4bb01da} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3796 | 2024.08.16 07:18:33.102954 [ 3 ] {b1e008e2-1b39-4cf7-a1ff-8e28f4bb01da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3797 | 2024.08.16 07:18:33.103257 [ 3 ] {b1e008e2-1b39-4cf7-a1ff-8e28f4bb01da} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3798 | 2024.08.16 07:18:33.103571 [ 3 ] {b1e008e2-1b39-4cf7-a1ff-8e28f4bb01da} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3799 | 2024.08.16 07:18:33.103735 [ 3 ] {b1e008e2-1b39-4cf7-a1ff-8e28f4bb01da} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00133 sec., 1503.7593984962407 rows/sec., 122.62 KiB/sec. | ||
3800 | 2024.08.16 07:18:33.103909 [ 3 ] {b1e008e2-1b39-4cf7-a1ff-8e28f4bb01da} <Debug> DynamicQueryHandler: Done processing query | ||
3801 | 2024.08.16 07:18:33.103934 [ 3 ] {b1e008e2-1b39-4cf7-a1ff-8e28f4bb01da} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3802 | 2024.08.16 07:18:33.103949 [ 3 ] {} <Debug> HTTP-Session: 4170415b-8330-449f-bf5f-93b3e0a12bb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3803 | 2024.08.16 07:18:33.104096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3804 | 2024.08.16 07:18:33.104148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3805 | 2024.08.16 07:18:33.104168 [ 3 ] {} <Debug> HTTP-Session: d8c2a75e-6b26-4a3d-bf03-faec89f4a5e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3806 | 2024.08.16 07:18:33.104186 [ 3 ] {} <Debug> HTTP-Session: d8c2a75e-6b26-4a3d-bf03-faec89f4a5e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3807 | 2024.08.16 07:18:33.104199 [ 3 ] {} <Debug> HTTP-Session: d8c2a75e-6b26-4a3d-bf03-faec89f4a5e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3808 | 2024.08.16 07:18:33.104233 [ 3 ] {} <Trace> HTTP-Session: d8c2a75e-6b26-4a3d-bf03-faec89f4a5e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3809 | 2024.08.16 07:18:33.104385 [ 3 ] {c9d07029-5452-4c6a-9f3d-2b7f0e8fd6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3810 | 2024.08.16 07:18:33.104431 [ 3 ] {c9d07029-5452-4c6a-9f3d-2b7f0e8fd6da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3811 | 2024.08.16 07:18:33.104557 [ 3 ] {c9d07029-5452-4c6a-9f3d-2b7f0e8fd6da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3812 | 2024.08.16 07:18:33.104953 [ 3 ] {c9d07029-5452-4c6a-9f3d-2b7f0e8fd6da} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3813 | 2024.08.16 07:18:33.104991 [ 3 ] {c9d07029-5452-4c6a-9f3d-2b7f0e8fd6da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3814 | 2024.08.16 07:18:33.105307 [ 3 ] {c9d07029-5452-4c6a-9f3d-2b7f0e8fd6da} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3815 | 2024.08.16 07:18:33.105614 [ 3 ] {c9d07029-5452-4c6a-9f3d-2b7f0e8fd6da} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3816 | 2024.08.16 07:18:33.105772 [ 3 ] {c9d07029-5452-4c6a-9f3d-2b7f0e8fd6da} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001447 sec., 107809.26053904631 rows/sec., 9.03 MiB/sec. | ||
3817 | 2024.08.16 07:18:33.105770 [ 111 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3818 | 2024.08.16 07:18:33.105888 [ 111 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3819 | 2024.08.16 07:18:33.105925 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3820 | 2024.08.16 07:18:33.106013 [ 3 ] {c9d07029-5452-4c6a-9f3d-2b7f0e8fd6da} <Debug> DynamicQueryHandler: Done processing query | ||
3821 | 2024.08.16 07:18:33.106084 [ 3 ] {c9d07029-5452-4c6a-9f3d-2b7f0e8fd6da} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3822 | 2024.08.16 07:18:33.106164 [ 3 ] {} <Debug> HTTP-Session: d8c2a75e-6b26-4a3d-bf03-faec89f4a5e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3823 | 2024.08.16 07:18:33.106342 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
3824 | 2024.08.16 07:18:33.106403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3825 | 2024.08.16 07:18:33.106515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3826 | 2024.08.16 07:18:33.106579 [ 3 ] {} <Debug> HTTP-Session: f80d239f-592c-4a1b-9a7e-3bc415d8e3f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3827 | 2024.08.16 07:18:33.106627 [ 3 ] {} <Debug> HTTP-Session: f80d239f-592c-4a1b-9a7e-3bc415d8e3f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3828 | 2024.08.16 07:18:33.106666 [ 3 ] {} <Debug> HTTP-Session: f80d239f-592c-4a1b-9a7e-3bc415d8e3f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3829 | 2024.08.16 07:18:33.106712 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3830 | 2024.08.16 07:18:33.106733 [ 3 ] {} <Trace> HTTP-Session: f80d239f-592c-4a1b-9a7e-3bc415d8e3f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3831 | 2024.08.16 07:18:33.106791 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1429 rows starting from the beginning of the part | ||
3832 | 2024.08.16 07:18:33.106923 [ 3 ] {ee232ea7-1e68-4c48-a604-c0ae16fe9457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3833 | 2024.08.16 07:18:33.107017 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 155 rows starting from the beginning of the part | ||
3834 | 2024.08.16 07:18:33.107109 [ 3 ] {ee232ea7-1e68-4c48-a604-c0ae16fe9457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3835 | 2024.08.16 07:18:33.107319 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1330 rows starting from the beginning of the part | ||
3836 | 2024.08.16 07:18:33.107683 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 155 rows starting from the beginning of the part | ||
3837 | 2024.08.16 07:18:33.108024 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 190 rows starting from the beginning of the part | ||
3838 | 2024.08.16 07:18:33.108195 [ 3 ] {ee232ea7-1e68-4c48-a604-c0ae16fe9457} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3839 | 2024.08.16 07:18:33.108335 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 156 rows starting from the beginning of the part | ||
3840 | 2024.08.16 07:18:33.109085 [ 3 ] {ee232ea7-1e68-4c48-a604-c0ae16fe9457} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3841 | 2024.08.16 07:18:33.109142 [ 3 ] {ee232ea7-1e68-4c48-a604-c0ae16fe9457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3842 | 2024.08.16 07:18:33.109884 [ 3 ] {ee232ea7-1e68-4c48-a604-c0ae16fe9457} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3843 | 2024.08.16 07:18:33.110739 [ 3 ] {ee232ea7-1e68-4c48-a604-c0ae16fe9457} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3844 | 2024.08.16 07:18:33.111017 [ 3 ] {ee232ea7-1e68-4c48-a604-c0ae16fe9457} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00417 sec., 479.6163069544364 rows/sec., 33.49 KiB/sec. | ||
3845 | 2024.08.16 07:18:33.111244 [ 3 ] {ee232ea7-1e68-4c48-a604-c0ae16fe9457} <Debug> DynamicQueryHandler: Done processing query | ||
3846 | 2024.08.16 07:18:33.111274 [ 3 ] {ee232ea7-1e68-4c48-a604-c0ae16fe9457} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3847 | 2024.08.16 07:18:33.111290 [ 3 ] {} <Debug> HTTP-Session: f80d239f-592c-4a1b-9a7e-3bc415d8e3f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3848 | 2024.08.16 07:18:33.111433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3849 | 2024.08.16 07:18:33.111513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3850 | 2024.08.16 07:18:33.111564 [ 3 ] {} <Debug> HTTP-Session: ec04c475-90cf-42bd-b37b-745f38c0a88f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3851 | 2024.08.16 07:18:33.111596 [ 3 ] {} <Debug> HTTP-Session: ec04c475-90cf-42bd-b37b-745f38c0a88f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3852 | 2024.08.16 07:18:33.111611 [ 3 ] {} <Debug> HTTP-Session: ec04c475-90cf-42bd-b37b-745f38c0a88f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3853 | 2024.08.16 07:18:33.111712 [ 3 ] {} <Trace> HTTP-Session: ec04c475-90cf-42bd-b37b-745f38c0a88f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3854 | 2024.08.16 07:18:33.112001 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3415 rows, containing 4 columns (4 merged, 0 gathered) in 0.005962068 sec., 572787.8313363752 rows/sec., 47.82 MiB/sec. | ||
3855 | 2024.08.16 07:18:33.112024 [ 3 ] {5ee67a36-9df4-4612-bee2-10336a12548a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3856 | 2024.08.16 07:18:33.112081 [ 3 ] {5ee67a36-9df4-4612-bee2-10336a12548a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3857 | 2024.08.16 07:18:33.112252 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3858 | 2024.08.16 07:18:33.112261 [ 3 ] {5ee67a36-9df4-4612-bee2-10336a12548a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3859 | 2024.08.16 07:18:33.112770 [ 3 ] {5ee67a36-9df4-4612-bee2-10336a12548a} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3860 | 2024.08.16 07:18:33.112786 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_16_3} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3861 | 2024.08.16 07:18:33.112812 [ 3 ] {5ee67a36-9df4-4612-bee2-10336a12548a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3862 | 2024.08.16 07:18:33.112885 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_16_3} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3863 | 2024.08.16 07:18:33.112988 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
3864 | 2024.08.16 07:18:33.113194 [ 3 ] {5ee67a36-9df4-4612-bee2-10336a12548a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3865 | 2024.08.16 07:18:33.113500 [ 3 ] {5ee67a36-9df4-4612-bee2-10336a12548a} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3866 | 2024.08.16 07:18:33.113651 [ 111 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3867 | 2024.08.16 07:18:33.113661 [ 3 ] {5ee67a36-9df4-4612-bee2-10336a12548a} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.00173 sec., 57225.43352601156 rows/sec., 4.47 MiB/sec. | ||
3868 | 2024.08.16 07:18:33.113714 [ 111 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3869 | 2024.08.16 07:18:33.113787 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3870 | 2024.08.16 07:18:33.113948 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
3871 | 2024.08.16 07:18:33.113984 [ 3 ] {5ee67a36-9df4-4612-bee2-10336a12548a} <Debug> DynamicQueryHandler: Done processing query | ||
3872 | 2024.08.16 07:18:33.114033 [ 3 ] {5ee67a36-9df4-4612-bee2-10336a12548a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3873 | 2024.08.16 07:18:33.114079 [ 3 ] {} <Debug> HTTP-Session: ec04c475-90cf-42bd-b37b-745f38c0a88f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3874 | 2024.08.16 07:18:33.114173 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3875 | 2024.08.16 07:18:33.114209 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 891 rows starting from the beginning of the part | ||
3876 | 2024.08.16 07:18:33.114340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3877 | 2024.08.16 07:18:33.114425 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 97 rows starting from the beginning of the part | ||
3878 | 2024.08.16 07:18:33.114447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3879 | 2024.08.16 07:18:33.114499 [ 3 ] {} <Debug> HTTP-Session: 22dabccc-b552-45c1-8fcf-1bbcf3e6fc00 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3880 | 2024.08.16 07:18:33.114569 [ 3 ] {} <Debug> HTTP-Session: 22dabccc-b552-45c1-8fcf-1bbcf3e6fc00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3881 | 2024.08.16 07:18:33.114634 [ 3 ] {} <Debug> HTTP-Session: 22dabccc-b552-45c1-8fcf-1bbcf3e6fc00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3882 | 2024.08.16 07:18:33.114688 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 840 rows starting from the beginning of the part | ||
3883 | 2024.08.16 07:18:33.114743 [ 3 ] {} <Trace> HTTP-Session: 22dabccc-b552-45c1-8fcf-1bbcf3e6fc00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3884 | 2024.08.16 07:18:33.114892 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 97 rows starting from the beginning of the part | ||
3885 | 2024.08.16 07:18:33.115106 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 384 rows starting from the beginning of the part | ||
3886 | 2024.08.16 07:18:33.115314 [ 3 ] {689bb8d2-922a-494d-bb5d-c97503b26fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3887 | 2024.08.16 07:18:33.115456 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 99 rows starting from the beginning of the part | ||
3888 | 2024.08.16 07:18:33.115607 [ 3 ] {689bb8d2-922a-494d-bb5d-c97503b26fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3889 | 2024.08.16 07:18:33.116423 [ 3 ] {689bb8d2-922a-494d-bb5d-c97503b26fcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3890 | 2024.08.16 07:18:33.117289 [ 3 ] {689bb8d2-922a-494d-bb5d-c97503b26fcd} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3891 | 2024.08.16 07:18:33.117352 [ 3 ] {689bb8d2-922a-494d-bb5d-c97503b26fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3892 | 2024.08.16 07:18:33.118146 [ 3 ] {689bb8d2-922a-494d-bb5d-c97503b26fcd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3893 | 2024.08.16 07:18:33.118447 [ 191 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 4 columns (4 merged, 0 gathered) in 0.004568015 sec., 527143.6280309937 rows/sec., 38.40 MiB/sec. | ||
3894 | 2024.08.16 07:18:33.118690 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3895 | 2024.08.16 07:18:33.118854 [ 3 ] {689bb8d2-922a-494d-bb5d-c97503b26fcd} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3896 | 2024.08.16 07:18:33.119281 [ 3 ] {689bb8d2-922a-494d-bb5d-c97503b26fcd} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004265 sec., 37749.120750293085 rows/sec., 2.63 MiB/sec. | ||
3897 | 2024.08.16 07:18:33.119615 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_16_3} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3898 | 2024.08.16 07:18:33.119637 [ 3 ] {689bb8d2-922a-494d-bb5d-c97503b26fcd} <Debug> DynamicQueryHandler: Done processing query | ||
3899 | 2024.08.16 07:18:33.119695 [ 3 ] {689bb8d2-922a-494d-bb5d-c97503b26fcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3900 | 2024.08.16 07:18:33.119723 [ 3 ] {} <Debug> HTTP-Session: 22dabccc-b552-45c1-8fcf-1bbcf3e6fc00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3901 | 2024.08.16 07:18:33.119768 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_16_3} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3902 | 2024.08.16 07:18:33.119871 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
3903 | 2024.08.16 07:18:33.119950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 52960, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3904 | 2024.08.16 07:18:33.120010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3905 | 2024.08.16 07:18:33.120029 [ 3 ] {} <Debug> HTTP-Session: a3440fd3-2cf7-4faa-858e-0435b372052d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3906 | 2024.08.16 07:18:33.120046 [ 3 ] {} <Debug> HTTP-Session: a3440fd3-2cf7-4faa-858e-0435b372052d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3907 | 2024.08.16 07:18:33.120059 [ 3 ] {} <Debug> HTTP-Session: a3440fd3-2cf7-4faa-858e-0435b372052d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3908 | 2024.08.16 07:18:33.120094 [ 3 ] {} <Trace> HTTP-Session: a3440fd3-2cf7-4faa-858e-0435b372052d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3909 | 2024.08.16 07:18:33.120563 [ 3 ] {6888e6c2-47df-4b02-a12c-4c2dbca86288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3910 | 2024.08.16 07:18:33.120640 [ 3 ] {6888e6c2-47df-4b02-a12c-4c2dbca86288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3911 | 2024.08.16 07:18:33.121105 [ 3 ] {6888e6c2-47df-4b02-a12c-4c2dbca86288} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3912 | 2024.08.16 07:18:33.121797 [ 3 ] {6888e6c2-47df-4b02-a12c-4c2dbca86288} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3913 | 2024.08.16 07:18:33.121835 [ 3 ] {6888e6c2-47df-4b02-a12c-4c2dbca86288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3914 | 2024.08.16 07:18:33.122471 [ 3 ] {6888e6c2-47df-4b02-a12c-4c2dbca86288} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3915 | 2024.08.16 07:18:33.122869 [ 3 ] {6888e6c2-47df-4b02-a12c-4c2dbca86288} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3916 | 2024.08.16 07:18:33.123028 [ 3 ] {6888e6c2-47df-4b02-a12c-4c2dbca86288} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002844 sec., 11603.37552742616 rows/sec., 20.79 MiB/sec. | ||
3917 | 2024.08.16 07:18:33.123524 [ 3 ] {6888e6c2-47df-4b02-a12c-4c2dbca86288} <Debug> DynamicQueryHandler: Done processing query | ||
3918 | 2024.08.16 07:18:33.123550 [ 3 ] {6888e6c2-47df-4b02-a12c-4c2dbca86288} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3919 | 2024.08.16 07:18:33.123565 [ 3 ] {} <Debug> HTTP-Session: a3440fd3-2cf7-4faa-858e-0435b372052d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3920 | 2024.08.16 07:18:33.123696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3921 | 2024.08.16 07:18:33.123744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3922 | 2024.08.16 07:18:33.123764 [ 3 ] {} <Debug> HTTP-Session: ec05cfde-9e23-4e23-9cf6-afd18bda90d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3923 | 2024.08.16 07:18:33.123781 [ 3 ] {} <Debug> HTTP-Session: ec05cfde-9e23-4e23-9cf6-afd18bda90d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3924 | 2024.08.16 07:18:33.123795 [ 3 ] {} <Debug> HTTP-Session: ec05cfde-9e23-4e23-9cf6-afd18bda90d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3925 | 2024.08.16 07:18:33.123825 [ 3 ] {} <Trace> HTTP-Session: ec05cfde-9e23-4e23-9cf6-afd18bda90d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3926 | 2024.08.16 07:18:33.123940 [ 3 ] {527a174e-019f-4753-9cd8-dcb55cfe2b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3927 | 2024.08.16 07:18:33.123986 [ 3 ] {527a174e-019f-4753-9cd8-dcb55cfe2b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3928 | 2024.08.16 07:18:33.124136 [ 3 ] {527a174e-019f-4753-9cd8-dcb55cfe2b9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3929 | 2024.08.16 07:18:33.124451 [ 3 ] {527a174e-019f-4753-9cd8-dcb55cfe2b9e} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3930 | 2024.08.16 07:18:33.124488 [ 3 ] {527a174e-019f-4753-9cd8-dcb55cfe2b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3931 | 2024.08.16 07:18:33.124870 [ 3 ] {527a174e-019f-4753-9cd8-dcb55cfe2b9e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3932 | 2024.08.16 07:18:33.125197 [ 3 ] {527a174e-019f-4753-9cd8-dcb55cfe2b9e} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3933 | 2024.08.16 07:18:33.125361 [ 3 ] {527a174e-019f-4753-9cd8-dcb55cfe2b9e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001453 sec., 41293.87474191328 rows/sec., 2.78 MiB/sec. | ||
3934 | 2024.08.16 07:18:33.125581 [ 3 ] {527a174e-019f-4753-9cd8-dcb55cfe2b9e} <Debug> DynamicQueryHandler: Done processing query | ||
3935 | 2024.08.16 07:18:33.125605 [ 3 ] {527a174e-019f-4753-9cd8-dcb55cfe2b9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3936 | 2024.08.16 07:18:33.125621 [ 3 ] {} <Debug> HTTP-Session: ec05cfde-9e23-4e23-9cf6-afd18bda90d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3937 | 2024.08.16 07:18:38.102093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3938 | 2024.08.16 07:18:38.102230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3939 | 2024.08.16 07:18:38.102257 [ 3 ] {} <Debug> HTTP-Session: 4468b223-b0de-404c-8d66-43b7c233e16a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3940 | 2024.08.16 07:18:38.102287 [ 3 ] {} <Debug> HTTP-Session: 4468b223-b0de-404c-8d66-43b7c233e16a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3941 | 2024.08.16 07:18:38.102305 [ 3 ] {} <Debug> HTTP-Session: 4468b223-b0de-404c-8d66-43b7c233e16a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3942 | 2024.08.16 07:18:38.102358 [ 3 ] {} <Trace> HTTP-Session: 4468b223-b0de-404c-8d66-43b7c233e16a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3943 | 2024.08.16 07:18:38.102611 [ 3 ] {4d843dd7-a199-4d13-8fed-b368a251c4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3944 | 2024.08.16 07:18:38.102686 [ 3 ] {4d843dd7-a199-4d13-8fed-b368a251c4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3945 | 2024.08.16 07:18:38.102882 [ 3 ] {4d843dd7-a199-4d13-8fed-b368a251c4fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3946 | 2024.08.16 07:18:38.103364 [ 3 ] {4d843dd7-a199-4d13-8fed-b368a251c4fe} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3947 | 2024.08.16 07:18:38.103410 [ 3 ] {4d843dd7-a199-4d13-8fed-b368a251c4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3948 | 2024.08.16 07:18:38.103812 [ 3 ] {4d843dd7-a199-4d13-8fed-b368a251c4fe} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3949 | 2024.08.16 07:18:38.104155 [ 3 ] {4d843dd7-a199-4d13-8fed-b368a251c4fe} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3950 | 2024.08.16 07:18:38.104301 [ 3 ] {4d843dd7-a199-4d13-8fed-b368a251c4fe} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001792 sec., 105468.75 rows/sec., 9.19 MiB/sec. | ||
3951 | 2024.08.16 07:18:38.104507 [ 3 ] {4d843dd7-a199-4d13-8fed-b368a251c4fe} <Debug> DynamicQueryHandler: Done processing query | ||
3952 | 2024.08.16 07:18:38.104533 [ 3 ] {4d843dd7-a199-4d13-8fed-b368a251c4fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3953 | 2024.08.16 07:18:38.104549 [ 3 ] {} <Debug> HTTP-Session: 4468b223-b0de-404c-8d66-43b7c233e16a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3954 | 2024.08.16 07:18:38.104688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3955 | 2024.08.16 07:18:38.104738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3956 | 2024.08.16 07:18:38.104763 [ 3 ] {} <Debug> HTTP-Session: aa7db600-7307-48d0-8341-b0e88a90c9bf Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3957 | 2024.08.16 07:18:38.104782 [ 3 ] {} <Debug> HTTP-Session: aa7db600-7307-48d0-8341-b0e88a90c9bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3958 | 2024.08.16 07:18:38.104796 [ 3 ] {} <Debug> HTTP-Session: aa7db600-7307-48d0-8341-b0e88a90c9bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3959 | 2024.08.16 07:18:38.104828 [ 3 ] {} <Trace> HTTP-Session: aa7db600-7307-48d0-8341-b0e88a90c9bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3960 | 2024.08.16 07:18:38.104931 [ 3 ] {644a8324-f389-4d6e-b1e9-9235e6fb0c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3961 | 2024.08.16 07:18:38.104975 [ 3 ] {644a8324-f389-4d6e-b1e9-9235e6fb0c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3962 | 2024.08.16 07:18:38.105100 [ 3 ] {644a8324-f389-4d6e-b1e9-9235e6fb0c45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3963 | 2024.08.16 07:18:38.105458 [ 3 ] {644a8324-f389-4d6e-b1e9-9235e6fb0c45} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3964 | 2024.08.16 07:18:38.105496 [ 3 ] {644a8324-f389-4d6e-b1e9-9235e6fb0c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3965 | 2024.08.16 07:18:38.105812 [ 3 ] {644a8324-f389-4d6e-b1e9-9235e6fb0c45} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3966 | 2024.08.16 07:18:38.106166 [ 3 ] {644a8324-f389-4d6e-b1e9-9235e6fb0c45} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3967 | 2024.08.16 07:18:38.106297 [ 3 ] {644a8324-f389-4d6e-b1e9-9235e6fb0c45} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001398 sec., 10014.306151645207 rows/sec., 701.34 KiB/sec. | ||
3968 | 2024.08.16 07:18:38.106467 [ 3 ] {644a8324-f389-4d6e-b1e9-9235e6fb0c45} <Debug> DynamicQueryHandler: Done processing query | ||
3969 | 2024.08.16 07:18:38.106492 [ 3 ] {644a8324-f389-4d6e-b1e9-9235e6fb0c45} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3970 | 2024.08.16 07:18:38.106508 [ 3 ] {} <Debug> HTTP-Session: aa7db600-7307-48d0-8341-b0e88a90c9bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3971 | 2024.08.16 07:18:38.106660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3972 | 2024.08.16 07:18:38.106713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3973 | 2024.08.16 07:18:38.106734 [ 3 ] {} <Debug> HTTP-Session: 9a455ce1-59aa-4632-9690-a49594938b17 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3974 | 2024.08.16 07:18:38.106750 [ 3 ] {} <Debug> HTTP-Session: 9a455ce1-59aa-4632-9690-a49594938b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3975 | 2024.08.16 07:18:38.106765 [ 3 ] {} <Debug> HTTP-Session: 9a455ce1-59aa-4632-9690-a49594938b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3976 | 2024.08.16 07:18:38.106796 [ 3 ] {} <Trace> HTTP-Session: 9a455ce1-59aa-4632-9690-a49594938b17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3977 | 2024.08.16 07:18:38.106889 [ 3 ] {7f8b2d7b-3000-4ae2-a6d6-1e84118819cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3978 | 2024.08.16 07:18:38.106933 [ 3 ] {7f8b2d7b-3000-4ae2-a6d6-1e84118819cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3979 | 2024.08.16 07:18:38.107065 [ 3 ] {7f8b2d7b-3000-4ae2-a6d6-1e84118819cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3980 | 2024.08.16 07:18:38.107375 [ 3 ] {7f8b2d7b-3000-4ae2-a6d6-1e84118819cf} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3981 | 2024.08.16 07:18:38.107412 [ 3 ] {7f8b2d7b-3000-4ae2-a6d6-1e84118819cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3982 | 2024.08.16 07:18:38.107730 [ 3 ] {7f8b2d7b-3000-4ae2-a6d6-1e84118819cf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3983 | 2024.08.16 07:18:38.108044 [ 3 ] {7f8b2d7b-3000-4ae2-a6d6-1e84118819cf} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3984 | 2024.08.16 07:18:38.108177 [ 3 ] {7f8b2d7b-3000-4ae2-a6d6-1e84118819cf} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001312 sec., 4573.170731707317 rows/sec., 270.19 KiB/sec. | ||
3985 | 2024.08.16 07:18:38.108455 [ 3 ] {7f8b2d7b-3000-4ae2-a6d6-1e84118819cf} <Debug> DynamicQueryHandler: Done processing query | ||
3986 | 2024.08.16 07:18:38.108482 [ 3 ] {7f8b2d7b-3000-4ae2-a6d6-1e84118819cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3987 | 2024.08.16 07:18:38.108498 [ 3 ] {} <Debug> HTTP-Session: 9a455ce1-59aa-4632-9690-a49594938b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3988 | 2024.08.16 07:18:38.108688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3989 | 2024.08.16 07:18:38.108738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3990 | 2024.08.16 07:18:38.108758 [ 3 ] {} <Debug> HTTP-Session: aad6c83f-552b-4f4e-9f8a-68605c2fe7bc Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
3991 | 2024.08.16 07:18:38.108775 [ 3 ] {} <Debug> HTTP-Session: aad6c83f-552b-4f4e-9f8a-68605c2fe7bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3992 | 2024.08.16 07:18:38.108788 [ 3 ] {} <Debug> HTTP-Session: aad6c83f-552b-4f4e-9f8a-68605c2fe7bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3993 | 2024.08.16 07:18:38.108822 [ 3 ] {} <Trace> HTTP-Session: aad6c83f-552b-4f4e-9f8a-68605c2fe7bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3994 | 2024.08.16 07:18:38.109023 [ 3 ] {280ee2be-3e3c-449c-b3e7-254d57970fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3995 | 2024.08.16 07:18:38.109072 [ 3 ] {280ee2be-3e3c-449c-b3e7-254d57970fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3996 | 2024.08.16 07:18:38.109215 [ 3 ] {280ee2be-3e3c-449c-b3e7-254d57970fa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3997 | 2024.08.16 07:18:38.109791 [ 3 ] {280ee2be-3e3c-449c-b3e7-254d57970fa1} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3998 | 2024.08.16 07:18:38.109833 [ 3 ] {280ee2be-3e3c-449c-b3e7-254d57970fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
3999 | 2024.08.16 07:18:38.110188 [ 3 ] {280ee2be-3e3c-449c-b3e7-254d57970fa1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4000 | 2024.08.16 07:18:38.110510 [ 3 ] {280ee2be-3e3c-449c-b3e7-254d57970fa1} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4001 | 2024.08.16 07:18:38.110635 [ 3 ] {280ee2be-3e3c-449c-b3e7-254d57970fa1} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001717 sec., 222481.07163657542 rows/sec., 15.74 MiB/sec. | ||
4002 | 2024.08.16 07:18:38.110824 [ 3 ] {280ee2be-3e3c-449c-b3e7-254d57970fa1} <Debug> DynamicQueryHandler: Done processing query | ||
4003 | 2024.08.16 07:18:38.110851 [ 3 ] {280ee2be-3e3c-449c-b3e7-254d57970fa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4004 | 2024.08.16 07:18:38.110867 [ 3 ] {} <Debug> HTTP-Session: aad6c83f-552b-4f4e-9f8a-68605c2fe7bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4005 | 2024.08.16 07:18:38.111103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4006 | 2024.08.16 07:18:38.111177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4007 | 2024.08.16 07:18:38.111209 [ 3 ] {} <Debug> HTTP-Session: e59587fd-e887-45f7-8e5f-1d348c58420d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4008 | 2024.08.16 07:18:38.111235 [ 3 ] {} <Debug> HTTP-Session: e59587fd-e887-45f7-8e5f-1d348c58420d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4009 | 2024.08.16 07:18:38.111258 [ 3 ] {} <Debug> HTTP-Session: e59587fd-e887-45f7-8e5f-1d348c58420d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4010 | 2024.08.16 07:18:38.111302 [ 3 ] {} <Trace> HTTP-Session: e59587fd-e887-45f7-8e5f-1d348c58420d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4011 | 2024.08.16 07:18:38.111444 [ 3 ] {7a3b4326-68b8-494c-a1d4-523c2cbe0321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4012 | 2024.08.16 07:18:38.111494 [ 3 ] {7a3b4326-68b8-494c-a1d4-523c2cbe0321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4013 | 2024.08.16 07:18:38.111626 [ 3 ] {7a3b4326-68b8-494c-a1d4-523c2cbe0321} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4014 | 2024.08.16 07:18:38.111894 [ 3 ] {7a3b4326-68b8-494c-a1d4-523c2cbe0321} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4015 | 2024.08.16 07:18:38.111931 [ 3 ] {7a3b4326-68b8-494c-a1d4-523c2cbe0321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4016 | 2024.08.16 07:18:38.112311 [ 3 ] {7a3b4326-68b8-494c-a1d4-523c2cbe0321} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4017 | 2024.08.16 07:18:38.112634 [ 3 ] {7a3b4326-68b8-494c-a1d4-523c2cbe0321} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4018 | 2024.08.16 07:18:38.112761 [ 3 ] {7a3b4326-68b8-494c-a1d4-523c2cbe0321} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001349 sec., 4447.739065974796 rows/sec., 232.38 KiB/sec. | ||
4019 | 2024.08.16 07:18:38.112914 [ 3 ] {7a3b4326-68b8-494c-a1d4-523c2cbe0321} <Debug> DynamicQueryHandler: Done processing query | ||
4020 | 2024.08.16 07:18:38.112940 [ 3 ] {7a3b4326-68b8-494c-a1d4-523c2cbe0321} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4021 | 2024.08.16 07:18:38.112956 [ 3 ] {} <Debug> HTTP-Session: e59587fd-e887-45f7-8e5f-1d348c58420d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4022 | 2024.08.16 07:18:38.113140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4023 | 2024.08.16 07:18:38.113188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4024 | 2024.08.16 07:18:38.113208 [ 3 ] {} <Debug> HTTP-Session: 09030cb8-e7e9-463b-a6b8-3fb70d662a88 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4025 | 2024.08.16 07:18:38.113224 [ 3 ] {} <Debug> HTTP-Session: 09030cb8-e7e9-463b-a6b8-3fb70d662a88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4026 | 2024.08.16 07:18:38.113238 [ 3 ] {} <Debug> HTTP-Session: 09030cb8-e7e9-463b-a6b8-3fb70d662a88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4027 | 2024.08.16 07:18:38.113269 [ 3 ] {} <Trace> HTTP-Session: 09030cb8-e7e9-463b-a6b8-3fb70d662a88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4028 | 2024.08.16 07:18:38.113437 [ 3 ] {a1025a6f-131e-413a-b31c-ec05b093cf8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4029 | 2024.08.16 07:18:38.113484 [ 3 ] {a1025a6f-131e-413a-b31c-ec05b093cf8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4030 | 2024.08.16 07:18:38.113624 [ 3 ] {a1025a6f-131e-413a-b31c-ec05b093cf8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4031 | 2024.08.16 07:18:38.114076 [ 3 ] {a1025a6f-131e-413a-b31c-ec05b093cf8b} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4032 | 2024.08.16 07:18:38.114114 [ 3 ] {a1025a6f-131e-413a-b31c-ec05b093cf8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4033 | 2024.08.16 07:18:38.114537 [ 3 ] {a1025a6f-131e-413a-b31c-ec05b093cf8b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4034 | 2024.08.16 07:18:38.114876 [ 3 ] {a1025a6f-131e-413a-b31c-ec05b093cf8b} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4035 | 2024.08.16 07:18:38.115008 [ 3 ] {a1025a6f-131e-413a-b31c-ec05b093cf8b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001656 sec., 143115.9420289855 rows/sec., 9.59 MiB/sec. | ||
4036 | 2024.08.16 07:18:38.115178 [ 3 ] {a1025a6f-131e-413a-b31c-ec05b093cf8b} <Debug> DynamicQueryHandler: Done processing query | ||
4037 | 2024.08.16 07:18:38.115203 [ 3 ] {a1025a6f-131e-413a-b31c-ec05b093cf8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4038 | 2024.08.16 07:18:38.115219 [ 3 ] {} <Debug> HTTP-Session: 09030cb8-e7e9-463b-a6b8-3fb70d662a88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4039 | 2024.08.16 07:18:38.115400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4040 | 2024.08.16 07:18:38.115448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4041 | 2024.08.16 07:18:38.115468 [ 3 ] {} <Debug> HTTP-Session: df8167a2-da88-40cd-a5b1-5e782fc9d5c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4042 | 2024.08.16 07:18:38.115485 [ 3 ] {} <Debug> HTTP-Session: df8167a2-da88-40cd-a5b1-5e782fc9d5c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4043 | 2024.08.16 07:18:38.115500 [ 3 ] {} <Debug> HTTP-Session: df8167a2-da88-40cd-a5b1-5e782fc9d5c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4044 | 2024.08.16 07:18:38.115530 [ 3 ] {} <Trace> HTTP-Session: df8167a2-da88-40cd-a5b1-5e782fc9d5c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4045 | 2024.08.16 07:18:38.115621 [ 3 ] {68655adc-a4f6-496b-bd5a-42ef652f3d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4046 | 2024.08.16 07:18:38.115666 [ 3 ] {68655adc-a4f6-496b-bd5a-42ef652f3d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4047 | 2024.08.16 07:18:38.115792 [ 3 ] {68655adc-a4f6-496b-bd5a-42ef652f3d9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4048 | 2024.08.16 07:18:38.116044 [ 3 ] {68655adc-a4f6-496b-bd5a-42ef652f3d9a} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4049 | 2024.08.16 07:18:38.116081 [ 3 ] {68655adc-a4f6-496b-bd5a-42ef652f3d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4050 | 2024.08.16 07:18:38.116488 [ 3 ] {68655adc-a4f6-496b-bd5a-42ef652f3d9a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4051 | 2024.08.16 07:18:38.116842 [ 3 ] {68655adc-a4f6-496b-bd5a-42ef652f3d9a} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4052 | 2024.08.16 07:18:38.116968 [ 3 ] {68655adc-a4f6-496b-bd5a-42ef652f3d9a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00137 sec., 729.9270072992701 rows/sec., 49.18 KiB/sec. | ||
4053 | 2024.08.16 07:18:38.117117 [ 3 ] {68655adc-a4f6-496b-bd5a-42ef652f3d9a} <Debug> DynamicQueryHandler: Done processing query | ||
4054 | 2024.08.16 07:18:38.117140 [ 3 ] {68655adc-a4f6-496b-bd5a-42ef652f3d9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4055 | 2024.08.16 07:18:38.117158 [ 3 ] {} <Debug> HTTP-Session: df8167a2-da88-40cd-a5b1-5e782fc9d5c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4056 | 2024.08.16 07:18:38.117278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4057 | 2024.08.16 07:18:38.117326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4058 | 2024.08.16 07:18:38.117345 [ 3 ] {} <Debug> HTTP-Session: 9052c23f-ff91-42aa-9447-89ad42d4d016 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4059 | 2024.08.16 07:18:38.117361 [ 3 ] {} <Debug> HTTP-Session: 9052c23f-ff91-42aa-9447-89ad42d4d016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4060 | 2024.08.16 07:18:38.117374 [ 3 ] {} <Debug> HTTP-Session: 9052c23f-ff91-42aa-9447-89ad42d4d016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4061 | 2024.08.16 07:18:38.117405 [ 3 ] {} <Trace> HTTP-Session: 9052c23f-ff91-42aa-9447-89ad42d4d016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4062 | 2024.08.16 07:18:38.117528 [ 3 ] {9aa2c71d-f233-4314-a350-6f5c268a360f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4063 | 2024.08.16 07:18:38.117571 [ 3 ] {9aa2c71d-f233-4314-a350-6f5c268a360f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4064 | 2024.08.16 07:18:38.117694 [ 3 ] {9aa2c71d-f233-4314-a350-6f5c268a360f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4065 | 2024.08.16 07:18:38.118009 [ 3 ] {9aa2c71d-f233-4314-a350-6f5c268a360f} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4066 | 2024.08.16 07:18:38.118048 [ 3 ] {9aa2c71d-f233-4314-a350-6f5c268a360f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4067 | 2024.08.16 07:18:38.118402 [ 3 ] {9aa2c71d-f233-4314-a350-6f5c268a360f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4068 | 2024.08.16 07:18:38.118719 [ 3 ] {9aa2c71d-f233-4314-a350-6f5c268a360f} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4069 | 2024.08.16 07:18:38.118843 [ 3 ] {9aa2c71d-f233-4314-a350-6f5c268a360f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001365 sec., 60073.26007326008 rows/sec., 3.82 MiB/sec. | ||
4070 | 2024.08.16 07:18:38.119005 [ 3 ] {9aa2c71d-f233-4314-a350-6f5c268a360f} <Debug> DynamicQueryHandler: Done processing query | ||
4071 | 2024.08.16 07:18:38.119029 [ 3 ] {9aa2c71d-f233-4314-a350-6f5c268a360f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4072 | 2024.08.16 07:18:38.119045 [ 3 ] {} <Debug> HTTP-Session: 9052c23f-ff91-42aa-9447-89ad42d4d016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4073 | 2024.08.16 07:18:42.478639 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4074 | 2024.08.16 07:18:42.478754 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4075 | 2024.08.16 07:18:43.001203 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00085898 sec. | ||
4076 | 2024.08.16 07:18:43.098927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4077 | 2024.08.16 07:18:43.099045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4078 | 2024.08.16 07:18:43.099070 [ 3 ] {} <Debug> HTTP-Session: a871dfe6-785b-4406-aeb9-184820253592 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4079 | 2024.08.16 07:18:43.099093 [ 3 ] {} <Debug> HTTP-Session: a871dfe6-785b-4406-aeb9-184820253592 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4080 | 2024.08.16 07:18:43.099108 [ 3 ] {} <Debug> HTTP-Session: a871dfe6-785b-4406-aeb9-184820253592 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4081 | 2024.08.16 07:18:43.099157 [ 3 ] {} <Trace> HTTP-Session: a871dfe6-785b-4406-aeb9-184820253592 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4082 | 2024.08.16 07:18:43.099350 [ 3 ] {b8dff1dc-814c-409f-9e40-1feac888c190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4083 | 2024.08.16 07:18:43.099418 [ 3 ] {b8dff1dc-814c-409f-9e40-1feac888c190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4084 | 2024.08.16 07:18:43.099607 [ 3 ] {b8dff1dc-814c-409f-9e40-1feac888c190} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4085 | 2024.08.16 07:18:43.100024 [ 3 ] {b8dff1dc-814c-409f-9e40-1feac888c190} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4086 | 2024.08.16 07:18:43.100067 [ 3 ] {b8dff1dc-814c-409f-9e40-1feac888c190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4087 | 2024.08.16 07:18:43.100426 [ 3 ] {b8dff1dc-814c-409f-9e40-1feac888c190} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4088 | 2024.08.16 07:18:43.100758 [ 3 ] {b8dff1dc-814c-409f-9e40-1feac888c190} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4089 | 2024.08.16 07:18:43.100912 [ 3 ] {b8dff1dc-814c-409f-9e40-1feac888c190} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001623 sec., 20332.717190388168 rows/sec., 1.61 MiB/sec. | ||
4090 | 2024.08.16 07:18:43.100953 [ 142 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
4091 | 2024.08.16 07:18:43.101067 [ 142 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4092 | 2024.08.16 07:18:43.101107 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4093 | 2024.08.16 07:18:43.101197 [ 3 ] {b8dff1dc-814c-409f-9e40-1feac888c190} <Debug> DynamicQueryHandler: Done processing query | ||
4094 | 2024.08.16 07:18:43.101265 [ 3 ] {b8dff1dc-814c-409f-9e40-1feac888c190} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4095 | 2024.08.16 07:18:43.101341 [ 3 ] {} <Debug> HTTP-Session: a871dfe6-785b-4406-aeb9-184820253592 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4096 | 2024.08.16 07:18:43.101593 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::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 | ||
4097 | 2024.08.16 07:18:43.101618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4098 | 2024.08.16 07:18:43.101706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4099 | 2024.08.16 07:18:43.101765 [ 3 ] {} <Debug> HTTP-Session: b08fec7c-08e1-4e61-ab50-13de0e8cbcca Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4100 | 2024.08.16 07:18:43.101811 [ 3 ] {} <Debug> HTTP-Session: b08fec7c-08e1-4e61-ab50-13de0e8cbcca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4101 | 2024.08.16 07:18:43.101858 [ 3 ] {} <Debug> HTTP-Session: b08fec7c-08e1-4e61-ab50-13de0e8cbcca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4102 | 2024.08.16 07:18:43.101906 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4103 | 2024.08.16 07:18:43.101924 [ 3 ] {} <Trace> HTTP-Session: b08fec7c-08e1-4e61-ab50-13de0e8cbcca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4104 | 2024.08.16 07:18:43.101964 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 19 rows starting from the beginning of the part | ||
4105 | 2024.08.16 07:18:43.102210 [ 3 ] {315f38b9-f833-48a7-a5d8-30fd85112c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4106 | 2024.08.16 07:18:43.102210 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 33 rows starting from the beginning of the part | ||
4107 | 2024.08.16 07:18:43.102350 [ 3 ] {315f38b9-f833-48a7-a5d8-30fd85112c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4108 | 2024.08.16 07:18:43.102536 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 33 rows starting from the beginning of the part | ||
4109 | 2024.08.16 07:18:43.102940 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 33 rows starting from the beginning of the part | ||
4110 | 2024.08.16 07:18:43.103232 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part | ||
4111 | 2024.08.16 07:18:43.103598 [ 3 ] {315f38b9-f833-48a7-a5d8-30fd85112c12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4112 | 2024.08.16 07:18:43.103624 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 33 rows starting from the beginning of the part | ||
4113 | 2024.08.16 07:18:43.104795 [ 3 ] {315f38b9-f833-48a7-a5d8-30fd85112c12} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4114 | 2024.08.16 07:18:43.104872 [ 3 ] {315f38b9-f833-48a7-a5d8-30fd85112c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4115 | 2024.08.16 07:18:43.105737 [ 3 ] {315f38b9-f833-48a7-a5d8-30fd85112c12} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4116 | 2024.08.16 07:18:43.106681 [ 3 ] {315f38b9-f833-48a7-a5d8-30fd85112c12} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4117 | 2024.08.16 07:18:43.106906 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 4 columns (4 merged, 0 gathered) in 0.005669981 sec., 32451.607862530756 rows/sec., 2.57 MiB/sec. | ||
4118 | 2024.08.16 07:18:43.107089 [ 3 ] {315f38b9-f833-48a7-a5d8-30fd85112c12} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.00504 sec., 30753.968253968254 rows/sec., 2.58 MiB/sec. | ||
4119 | 2024.08.16 07:18:43.107281 [ 191 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4120 | 2024.08.16 07:18:43.107631 [ 3 ] {315f38b9-f833-48a7-a5d8-30fd85112c12} <Debug> DynamicQueryHandler: Done processing query | ||
4121 | 2024.08.16 07:18:43.107695 [ 3 ] {315f38b9-f833-48a7-a5d8-30fd85112c12} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4122 | 2024.08.16 07:18:43.107723 [ 3 ] {} <Debug> HTTP-Session: b08fec7c-08e1-4e61-ab50-13de0e8cbcca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4123 | 2024.08.16 07:18:43.107893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4124 | 2024.08.16 07:18:43.107959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4125 | 2024.08.16 07:18:43.107986 [ 3 ] {} <Debug> HTTP-Session: f1f73503-5e49-4917-b883-6facccc35360 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4126 | 2024.08.16 07:18:43.108012 [ 3 ] {} <Debug> HTTP-Session: f1f73503-5e49-4917-b883-6facccc35360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4127 | 2024.08.16 07:18:43.108025 [ 191 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_10_2} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4128 | 2024.08.16 07:18:43.108031 [ 3 ] {} <Debug> HTTP-Session: f1f73503-5e49-4917-b883-6facccc35360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4129 | 2024.08.16 07:18:43.108081 [ 3 ] {} <Trace> HTTP-Session: f1f73503-5e49-4917-b883-6facccc35360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4130 | 2024.08.16 07:18:43.108118 [ 191 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_10_2} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
4131 | 2024.08.16 07:18:43.108214 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4132 | 2024.08.16 07:18:43.108254 [ 3 ] {b6af87bc-c197-4264-ad3f-f6ea982d4001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4133 | 2024.08.16 07:18:43.108298 [ 3 ] {b6af87bc-c197-4264-ad3f-f6ea982d4001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4134 | 2024.08.16 07:18:43.108440 [ 3 ] {b6af87bc-c197-4264-ad3f-f6ea982d4001} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4135 | 2024.08.16 07:18:43.108852 [ 3 ] {b6af87bc-c197-4264-ad3f-f6ea982d4001} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4136 | 2024.08.16 07:18:43.108890 [ 3 ] {b6af87bc-c197-4264-ad3f-f6ea982d4001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4137 | 2024.08.16 07:18:43.109209 [ 3 ] {b6af87bc-c197-4264-ad3f-f6ea982d4001} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4138 | 2024.08.16 07:18:43.109520 [ 3 ] {b6af87bc-c197-4264-ad3f-f6ea982d4001} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4139 | 2024.08.16 07:18:43.109686 [ 3 ] {b6af87bc-c197-4264-ad3f-f6ea982d4001} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001508 sec., 64323.6074270557 rows/sec., 5.02 MiB/sec. | ||
4140 | 2024.08.16 07:18:43.109994 [ 3 ] {b6af87bc-c197-4264-ad3f-f6ea982d4001} <Debug> DynamicQueryHandler: Done processing query | ||
4141 | 2024.08.16 07:18:43.110019 [ 3 ] {b6af87bc-c197-4264-ad3f-f6ea982d4001} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4142 | 2024.08.16 07:18:43.110035 [ 3 ] {} <Debug> HTTP-Session: f1f73503-5e49-4917-b883-6facccc35360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4143 | 2024.08.16 07:18:43.110237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4144 | 2024.08.16 07:18:43.110287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4145 | 2024.08.16 07:18:43.110307 [ 3 ] {} <Debug> HTTP-Session: 586ae403-ac7d-4f68-945e-3e59192159cd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4146 | 2024.08.16 07:18:43.110323 [ 3 ] {} <Debug> HTTP-Session: 586ae403-ac7d-4f68-945e-3e59192159cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4147 | 2024.08.16 07:18:43.110337 [ 3 ] {} <Debug> HTTP-Session: 586ae403-ac7d-4f68-945e-3e59192159cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4148 | 2024.08.16 07:18:43.110367 [ 3 ] {} <Trace> HTTP-Session: 586ae403-ac7d-4f68-945e-3e59192159cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4149 | 2024.08.16 07:18:43.110516 [ 3 ] {367d17a4-7a0e-4968-9685-262ff317ab08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4150 | 2024.08.16 07:18:43.110567 [ 3 ] {367d17a4-7a0e-4968-9685-262ff317ab08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4151 | 2024.08.16 07:18:43.110734 [ 3 ] {367d17a4-7a0e-4968-9685-262ff317ab08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4152 | 2024.08.16 07:18:43.111141 [ 3 ] {367d17a4-7a0e-4968-9685-262ff317ab08} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4153 | 2024.08.16 07:18:43.111178 [ 3 ] {367d17a4-7a0e-4968-9685-262ff317ab08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4154 | 2024.08.16 07:18:43.111580 [ 3 ] {367d17a4-7a0e-4968-9685-262ff317ab08} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4155 | 2024.08.16 07:18:43.111922 [ 3 ] {367d17a4-7a0e-4968-9685-262ff317ab08} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4156 | 2024.08.16 07:18:43.112085 [ 3 ] {367d17a4-7a0e-4968-9685-262ff317ab08} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec. | ||
4157 | 2024.08.16 07:18:43.112563 [ 3 ] {367d17a4-7a0e-4968-9685-262ff317ab08} <Debug> DynamicQueryHandler: Done processing query | ||
4158 | 2024.08.16 07:18:43.112587 [ 3 ] {367d17a4-7a0e-4968-9685-262ff317ab08} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4159 | 2024.08.16 07:18:43.112604 [ 3 ] {} <Debug> HTTP-Session: 586ae403-ac7d-4f68-945e-3e59192159cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4160 | 2024.08.16 07:18:43.112781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 52977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4161 | 2024.08.16 07:18:43.112832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4162 | 2024.08.16 07:18:43.112851 [ 3 ] {} <Debug> HTTP-Session: eea6af38-04ef-4ecc-b0f4-8b919d98f455 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4163 | 2024.08.16 07:18:43.112867 [ 3 ] {} <Debug> HTTP-Session: eea6af38-04ef-4ecc-b0f4-8b919d98f455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4164 | 2024.08.16 07:18:43.112881 [ 3 ] {} <Debug> HTTP-Session: eea6af38-04ef-4ecc-b0f4-8b919d98f455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4165 | 2024.08.16 07:18:43.112912 [ 3 ] {} <Trace> HTTP-Session: eea6af38-04ef-4ecc-b0f4-8b919d98f455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4166 | 2024.08.16 07:18:43.113382 [ 3 ] {98f5e891-3af1-4217-a67c-c60dfa64ea19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4167 | 2024.08.16 07:18:43.113457 [ 3 ] {98f5e891-3af1-4217-a67c-c60dfa64ea19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4168 | 2024.08.16 07:18:43.113901 [ 3 ] {98f5e891-3af1-4217-a67c-c60dfa64ea19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4169 | 2024.08.16 07:18:43.114695 [ 3 ] {98f5e891-3af1-4217-a67c-c60dfa64ea19} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4170 | 2024.08.16 07:18:43.114733 [ 3 ] {98f5e891-3af1-4217-a67c-c60dfa64ea19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4171 | 2024.08.16 07:18:43.115376 [ 3 ] {98f5e891-3af1-4217-a67c-c60dfa64ea19} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4172 | 2024.08.16 07:18:43.115794 [ 3 ] {98f5e891-3af1-4217-a67c-c60dfa64ea19} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4173 | 2024.08.16 07:18:43.115987 [ 3 ] {98f5e891-3af1-4217-a67c-c60dfa64ea19} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002976 sec., 11088.709677419356 rows/sec., 19.87 MiB/sec. | ||
4174 | 2024.08.16 07:18:43.116754 [ 3 ] {98f5e891-3af1-4217-a67c-c60dfa64ea19} <Debug> DynamicQueryHandler: Done processing query | ||
4175 | 2024.08.16 07:18:43.116779 [ 3 ] {98f5e891-3af1-4217-a67c-c60dfa64ea19} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4176 | 2024.08.16 07:18:43.116795 [ 3 ] {} <Debug> HTTP-Session: eea6af38-04ef-4ecc-b0f4-8b919d98f455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4177 | 2024.08.16 07:18:43.116934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4178 | 2024.08.16 07:18:43.116984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4179 | 2024.08.16 07:18:43.117005 [ 3 ] {} <Debug> HTTP-Session: ea5a6d97-3e67-4786-8588-e624afb066d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4180 | 2024.08.16 07:18:43.117022 [ 3 ] {} <Debug> HTTP-Session: ea5a6d97-3e67-4786-8588-e624afb066d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4181 | 2024.08.16 07:18:43.117036 [ 3 ] {} <Debug> HTTP-Session: ea5a6d97-3e67-4786-8588-e624afb066d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4182 | 2024.08.16 07:18:43.117067 [ 3 ] {} <Trace> HTTP-Session: ea5a6d97-3e67-4786-8588-e624afb066d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4183 | 2024.08.16 07:18:43.117190 [ 3 ] {c530e0d3-65cd-4615-a80f-bab6ee6cde57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4184 | 2024.08.16 07:18:43.117235 [ 3 ] {c530e0d3-65cd-4615-a80f-bab6ee6cde57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4185 | 2024.08.16 07:18:43.117389 [ 3 ] {c530e0d3-65cd-4615-a80f-bab6ee6cde57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4186 | 2024.08.16 07:18:43.117708 [ 3 ] {c530e0d3-65cd-4615-a80f-bab6ee6cde57} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4187 | 2024.08.16 07:18:43.117744 [ 3 ] {c530e0d3-65cd-4615-a80f-bab6ee6cde57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4188 | 2024.08.16 07:18:43.118117 [ 3 ] {c530e0d3-65cd-4615-a80f-bab6ee6cde57} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4189 | 2024.08.16 07:18:43.118443 [ 3 ] {c530e0d3-65cd-4615-a80f-bab6ee6cde57} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4190 | 2024.08.16 07:18:43.118604 [ 3 ] {c530e0d3-65cd-4615-a80f-bab6ee6cde57} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. | ||
4191 | 2024.08.16 07:18:43.118831 [ 3 ] {c530e0d3-65cd-4615-a80f-bab6ee6cde57} <Debug> DynamicQueryHandler: Done processing query | ||
4192 | 2024.08.16 07:18:43.118857 [ 3 ] {c530e0d3-65cd-4615-a80f-bab6ee6cde57} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4193 | 2024.08.16 07:18:43.118872 [ 3 ] {} <Debug> HTTP-Session: ea5a6d97-3e67-4786-8588-e624afb066d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4194 | 2024.08.16 07:18:48.035189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4195 | 2024.08.16 07:18:48.035326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4196 | 2024.08.16 07:18:48.035354 [ 3 ] {} <Debug> HTTP-Session: aef4a581-6ffa-4ada-b255-cad7c07050e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4197 | 2024.08.16 07:18:48.035378 [ 3 ] {} <Debug> HTTP-Session: aef4a581-6ffa-4ada-b255-cad7c07050e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4198 | 2024.08.16 07:18:48.035394 [ 3 ] {} <Debug> HTTP-Session: aef4a581-6ffa-4ada-b255-cad7c07050e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4199 | 2024.08.16 07:18:48.035445 [ 3 ] {} <Trace> HTTP-Session: aef4a581-6ffa-4ada-b255-cad7c07050e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4200 | 2024.08.16 07:18:48.035624 [ 3 ] {0c07dde6-b1e9-4556-8cf7-f65e0f96ade4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4201 | 2024.08.16 07:18:48.035691 [ 3 ] {0c07dde6-b1e9-4556-8cf7-f65e0f96ade4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4202 | 2024.08.16 07:18:48.035895 [ 3 ] {0c07dde6-b1e9-4556-8cf7-f65e0f96ade4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4203 | 2024.08.16 07:18:48.036397 [ 3 ] {0c07dde6-b1e9-4556-8cf7-f65e0f96ade4} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4204 | 2024.08.16 07:18:48.036445 [ 3 ] {0c07dde6-b1e9-4556-8cf7-f65e0f96ade4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4205 | 2024.08.16 07:18:48.036828 [ 3 ] {0c07dde6-b1e9-4556-8cf7-f65e0f96ade4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4206 | 2024.08.16 07:18:48.037181 [ 3 ] {0c07dde6-b1e9-4556-8cf7-f65e0f96ade4} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4207 | 2024.08.16 07:18:48.037329 [ 141 ] {} <Debug> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4208 | 2024.08.16 07:18:48.037340 [ 3 ] {0c07dde6-b1e9-4556-8cf7-f65e0f96ade4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001768 sec., 1131.2217194570135 rows/sec., 92.24 KiB/sec. | ||
4209 | 2024.08.16 07:18:48.037372 [ 141 ] {} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4210 | 2024.08.16 07:18:48.037427 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4211 | 2024.08.16 07:18:48.037664 [ 3 ] {0c07dde6-b1e9-4556-8cf7-f65e0f96ade4} <Debug> DynamicQueryHandler: Done processing query | ||
4212 | 2024.08.16 07:18:48.037745 [ 3 ] {0c07dde6-b1e9-4556-8cf7-f65e0f96ade4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4213 | 2024.08.16 07:18:48.037783 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::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 | ||
4214 | 2024.08.16 07:18:48.037807 [ 3 ] {} <Debug> HTTP-Session: aef4a581-6ffa-4ada-b255-cad7c07050e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4215 | 2024.08.16 07:18:48.038006 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4216 | 2024.08.16 07:18:48.038050 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4217 | 2024.08.16 07:18:48.038126 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4218 | 2024.08.16 07:18:48.038364 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4219 | 2024.08.16 07:18:48.038407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 193457, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4220 | 2024.08.16 07:18:48.038631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4221 | 2024.08.16 07:18:48.038769 [ 3 ] {} <Debug> HTTP-Session: 9c3e2043-0f47-4c55-8a23-ab0960765a3f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4222 | 2024.08.16 07:18:48.038776 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
4223 | 2024.08.16 07:18:48.038852 [ 3 ] {} <Debug> HTTP-Session: 9c3e2043-0f47-4c55-8a23-ab0960765a3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4224 | 2024.08.16 07:18:48.038923 [ 3 ] {} <Debug> HTTP-Session: 9c3e2043-0f47-4c55-8a23-ab0960765a3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4225 | 2024.08.16 07:18:48.039068 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4226 | 2024.08.16 07:18:48.039082 [ 3 ] {} <Trace> HTTP-Session: 9c3e2043-0f47-4c55-8a23-ab0960765a3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4227 | 2024.08.16 07:18:48.040330 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.002800805 sec., 3570.4020808303326 rows/sec., 291.14 KiB/sec. | ||
4228 | 2024.08.16 07:18:48.040357 [ 3 ] {d8bb3c2f-d3cd-42f1-ac6e-69d3115a28ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4229 | 2024.08.16 07:18:48.040443 [ 3 ] {d8bb3c2f-d3cd-42f1-ac6e-69d3115a28ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4230 | 2024.08.16 07:18:48.040513 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4231 | 2024.08.16 07:18:48.040939 [ 3 ] {d8bb3c2f-d3cd-42f1-ac6e-69d3115a28ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4232 | 2024.08.16 07:18:48.041391 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_5_1} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4233 | 2024.08.16 07:18:48.041488 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_5_1} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4234 | 2024.08.16 07:18:48.041611 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4235 | 2024.08.16 07:18:48.042560 [ 3 ] {d8bb3c2f-d3cd-42f1-ac6e-69d3115a28ee} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4236 | 2024.08.16 07:18:48.042604 [ 3 ] {d8bb3c2f-d3cd-42f1-ac6e-69d3115a28ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4237 | 2024.08.16 07:18:48.043014 [ 3 ] {d8bb3c2f-d3cd-42f1-ac6e-69d3115a28ee} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4238 | 2024.08.16 07:18:48.043349 [ 3 ] {d8bb3c2f-d3cd-42f1-ac6e-69d3115a28ee} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4239 | 2024.08.16 07:18:48.043478 [ 3 ] {d8bb3c2f-d3cd-42f1-ac6e-69d3115a28ee} <Debug> executeQuery: Read 1330 rows, 113.05 KiB in 0.004087 sec., 325422.06997797894 rows/sec., 27.01 MiB/sec. | ||
4240 | 2024.08.16 07:18:48.043658 [ 3 ] {d8bb3c2f-d3cd-42f1-ac6e-69d3115a28ee} <Debug> DynamicQueryHandler: Done processing query | ||
4241 | 2024.08.16 07:18:48.043685 [ 3 ] {d8bb3c2f-d3cd-42f1-ac6e-69d3115a28ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
4242 | 2024.08.16 07:18:48.043702 [ 3 ] {} <Debug> HTTP-Session: 9c3e2043-0f47-4c55-8a23-ab0960765a3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4243 | 2024.08.16 07:18:48.044125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4244 | 2024.08.16 07:18:48.044176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4245 | 2024.08.16 07:18:48.044196 [ 3 ] {} <Debug> HTTP-Session: 14fbaf58-67f8-4a7a-8dde-397d474bf7dc Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4246 | 2024.08.16 07:18:48.044213 [ 3 ] {} <Debug> HTTP-Session: 14fbaf58-67f8-4a7a-8dde-397d474bf7dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4247 | 2024.08.16 07:18:48.044227 [ 3 ] {} <Debug> HTTP-Session: 14fbaf58-67f8-4a7a-8dde-397d474bf7dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4248 | 2024.08.16 07:18:48.044263 [ 3 ] {} <Trace> HTTP-Session: 14fbaf58-67f8-4a7a-8dde-397d474bf7dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4249 | 2024.08.16 07:18:48.044358 [ 3 ] {47b565ba-ffcc-4f4f-9bf7-4137b021e999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4250 | 2024.08.16 07:18:48.044406 [ 3 ] {47b565ba-ffcc-4f4f-9bf7-4137b021e999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4251 | 2024.08.16 07:18:48.044561 [ 3 ] {47b565ba-ffcc-4f4f-9bf7-4137b021e999} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4252 | 2024.08.16 07:18:48.044916 [ 3 ] {47b565ba-ffcc-4f4f-9bf7-4137b021e999} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4253 | 2024.08.16 07:18:48.044953 [ 3 ] {47b565ba-ffcc-4f4f-9bf7-4137b021e999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4254 | 2024.08.16 07:18:48.045256 [ 3 ] {47b565ba-ffcc-4f4f-9bf7-4137b021e999} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4255 | 2024.08.16 07:18:48.045568 [ 3 ] {47b565ba-ffcc-4f4f-9bf7-4137b021e999} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4256 | 2024.08.16 07:18:48.045700 [ 141 ] {} <Debug> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4257 | 2024.08.16 07:18:48.045704 [ 3 ] {47b565ba-ffcc-4f4f-9bf7-4137b021e999} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001368 sec., 1461.9883040935672 rows/sec., 102.08 KiB/sec. | ||
4258 | 2024.08.16 07:18:48.045738 [ 141 ] {} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4259 | 2024.08.16 07:18:48.045773 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4260 | 2024.08.16 07:18:48.045971 [ 3 ] {47b565ba-ffcc-4f4f-9bf7-4137b021e999} <Debug> DynamicQueryHandler: Done processing query | ||
4261 | 2024.08.16 07:18:48.046053 [ 3 ] {47b565ba-ffcc-4f4f-9bf7-4137b021e999} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4262 | 2024.08.16 07:18:48.046125 [ 3 ] {} <Debug> HTTP-Session: 14fbaf58-67f8-4a7a-8dde-397d474bf7dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4263 | 2024.08.16 07:18:48.046148 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::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 | ||
4264 | 2024.08.16 07:18:48.046351 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4265 | 2024.08.16 07:18:48.046403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4266 | 2024.08.16 07:18:48.046408 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4267 | 2024.08.16 07:18:48.046471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4268 | 2024.08.16 07:18:48.046532 [ 3 ] {} <Debug> HTTP-Session: d54b573c-8e55-4a06-b866-9c1dae521bd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4269 | 2024.08.16 07:18:48.046621 [ 3 ] {} <Debug> HTTP-Session: d54b573c-8e55-4a06-b866-9c1dae521bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4270 | 2024.08.16 07:18:48.046684 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4271 | 2024.08.16 07:18:48.046702 [ 3 ] {} <Debug> HTTP-Session: d54b573c-8e55-4a06-b866-9c1dae521bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4272 | 2024.08.16 07:18:48.046852 [ 3 ] {} <Trace> HTTP-Session: d54b573c-8e55-4a06-b866-9c1dae521bd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4273 | 2024.08.16 07:18:48.046926 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4274 | 2024.08.16 07:18:48.047244 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
4275 | 2024.08.16 07:18:48.047298 [ 3 ] {0e07e9e4-c38d-4260-9c6d-11f006d1433e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4276 | 2024.08.16 07:18:48.047469 [ 3 ] {0e07e9e4-c38d-4260-9c6d-11f006d1433e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4277 | 2024.08.16 07:18:48.047486 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4278 | 2024.08.16 07:18:48.048286 [ 3 ] {0e07e9e4-c38d-4260-9c6d-11f006d1433e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4279 | 2024.08.16 07:18:48.049294 [ 3 ] {0e07e9e4-c38d-4260-9c6d-11f006d1433e} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4280 | 2024.08.16 07:18:48.049354 [ 3 ] {0e07e9e4-c38d-4260-9c6d-11f006d1433e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4281 | 2024.08.16 07:18:48.049953 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.004073804 sec., 2454.7081793822185 rows/sec., 171.40 KiB/sec. | ||
4282 | 2024.08.16 07:18:48.050187 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4283 | 2024.08.16 07:18:48.050254 [ 3 ] {0e07e9e4-c38d-4260-9c6d-11f006d1433e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4284 | 2024.08.16 07:18:48.051173 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_5_1} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4285 | 2024.08.16 07:18:48.051268 [ 3 ] {0e07e9e4-c38d-4260-9c6d-11f006d1433e} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4286 | 2024.08.16 07:18:48.051383 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_5_1} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4287 | 2024.08.16 07:18:48.051586 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4288 | 2024.08.16 07:18:48.051602 [ 3 ] {0e07e9e4-c38d-4260-9c6d-11f006d1433e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004525 sec., 53480.66298342541 rows/sec., 3.62 MiB/sec. | ||
4289 | 2024.08.16 07:18:48.051819 [ 3 ] {0e07e9e4-c38d-4260-9c6d-11f006d1433e} <Debug> DynamicQueryHandler: Done processing query | ||
4290 | 2024.08.16 07:18:48.051847 [ 3 ] {0e07e9e4-c38d-4260-9c6d-11f006d1433e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4291 | 2024.08.16 07:18:48.051864 [ 3 ] {} <Debug> HTTP-Session: d54b573c-8e55-4a06-b866-9c1dae521bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4292 | 2024.08.16 07:18:48.052059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4293 | 2024.08.16 07:18:48.052125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4294 | 2024.08.16 07:18:48.052149 [ 3 ] {} <Debug> HTTP-Session: 985b784f-4bf6-40b9-842b-0392d41b971d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4295 | 2024.08.16 07:18:48.052166 [ 3 ] {} <Debug> HTTP-Session: 985b784f-4bf6-40b9-842b-0392d41b971d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4296 | 2024.08.16 07:18:48.052180 [ 3 ] {} <Debug> HTTP-Session: 985b784f-4bf6-40b9-842b-0392d41b971d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4297 | 2024.08.16 07:18:48.052214 [ 3 ] {} <Trace> HTTP-Session: 985b784f-4bf6-40b9-842b-0392d41b971d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4298 | 2024.08.16 07:18:48.052314 [ 3 ] {0b484628-9a1d-4cba-9a0f-35143d116063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4299 | 2024.08.16 07:18:48.052358 [ 3 ] {0b484628-9a1d-4cba-9a0f-35143d116063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4300 | 2024.08.16 07:18:48.052494 [ 3 ] {0b484628-9a1d-4cba-9a0f-35143d116063} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4301 | 2024.08.16 07:18:48.052802 [ 3 ] {0b484628-9a1d-4cba-9a0f-35143d116063} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4302 | 2024.08.16 07:18:48.052839 [ 3 ] {0b484628-9a1d-4cba-9a0f-35143d116063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4303 | 2024.08.16 07:18:48.053152 [ 3 ] {0b484628-9a1d-4cba-9a0f-35143d116063} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4304 | 2024.08.16 07:18:48.053479 [ 3 ] {0b484628-9a1d-4cba-9a0f-35143d116063} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4305 | 2024.08.16 07:18:48.053643 [ 3 ] {0b484628-9a1d-4cba-9a0f-35143d116063} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 262.20 KiB/sec. | ||
4306 | 2024.08.16 07:18:48.053945 [ 3 ] {0b484628-9a1d-4cba-9a0f-35143d116063} <Debug> DynamicQueryHandler: Done processing query | ||
4307 | 2024.08.16 07:18:48.053972 [ 3 ] {0b484628-9a1d-4cba-9a0f-35143d116063} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4308 | 2024.08.16 07:18:48.053989 [ 3 ] {} <Debug> HTTP-Session: 985b784f-4bf6-40b9-842b-0392d41b971d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4309 | 2024.08.16 07:18:48.054278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 137082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4310 | 2024.08.16 07:18:48.054328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4311 | 2024.08.16 07:18:48.054348 [ 3 ] {} <Debug> HTTP-Session: 121b90b4-c75f-46a4-ac7c-504092c4f3a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4312 | 2024.08.16 07:18:48.054364 [ 3 ] {} <Debug> HTTP-Session: 121b90b4-c75f-46a4-ac7c-504092c4f3a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4313 | 2024.08.16 07:18:48.054380 [ 3 ] {} <Debug> HTTP-Session: 121b90b4-c75f-46a4-ac7c-504092c4f3a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4314 | 2024.08.16 07:18:48.054411 [ 3 ] {} <Trace> HTTP-Session: 121b90b4-c75f-46a4-ac7c-504092c4f3a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4315 | 2024.08.16 07:18:48.054746 [ 3 ] {173da42e-57e1-46ff-8ced-95b08e625b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4316 | 2024.08.16 07:18:48.054792 [ 3 ] {173da42e-57e1-46ff-8ced-95b08e625b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4317 | 2024.08.16 07:18:48.054942 [ 3 ] {173da42e-57e1-46ff-8ced-95b08e625b7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4318 | 2024.08.16 07:18:48.055816 [ 3 ] {173da42e-57e1-46ff-8ced-95b08e625b7e} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4319 | 2024.08.16 07:18:48.055855 [ 3 ] {173da42e-57e1-46ff-8ced-95b08e625b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4320 | 2024.08.16 07:18:48.056206 [ 3 ] {173da42e-57e1-46ff-8ced-95b08e625b7e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4321 | 2024.08.16 07:18:48.056522 [ 3 ] {173da42e-57e1-46ff-8ced-95b08e625b7e} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4322 | 2024.08.16 07:18:48.056651 [ 3 ] {173da42e-57e1-46ff-8ced-95b08e625b7e} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002114 sec., 397350.99337748345 rows/sec., 28.70 MiB/sec. | ||
4323 | 2024.08.16 07:18:48.056978 [ 3 ] {173da42e-57e1-46ff-8ced-95b08e625b7e} <Debug> DynamicQueryHandler: Done processing query | ||
4324 | 2024.08.16 07:18:48.057006 [ 3 ] {173da42e-57e1-46ff-8ced-95b08e625b7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
4325 | 2024.08.16 07:18:48.057024 [ 3 ] {} <Debug> HTTP-Session: 121b90b4-c75f-46a4-ac7c-504092c4f3a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4326 | 2024.08.16 07:18:48.057316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4327 | 2024.08.16 07:18:48.057367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4328 | 2024.08.16 07:18:48.057389 [ 3 ] {} <Debug> HTTP-Session: 93098f68-78f5-4ab6-95b3-33845cc950ce Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4329 | 2024.08.16 07:18:48.057406 [ 3 ] {} <Debug> HTTP-Session: 93098f68-78f5-4ab6-95b3-33845cc950ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4330 | 2024.08.16 07:18:48.057420 [ 3 ] {} <Debug> HTTP-Session: 93098f68-78f5-4ab6-95b3-33845cc950ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4331 | 2024.08.16 07:18:48.057452 [ 3 ] {} <Trace> HTTP-Session: 93098f68-78f5-4ab6-95b3-33845cc950ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4332 | 2024.08.16 07:18:48.057551 [ 3 ] {b7363a95-a097-40ea-b578-fde63b40315a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4333 | 2024.08.16 07:18:48.057599 [ 3 ] {b7363a95-a097-40ea-b578-fde63b40315a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4334 | 2024.08.16 07:18:48.057751 [ 3 ] {b7363a95-a097-40ea-b578-fde63b40315a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4335 | 2024.08.16 07:18:48.058040 [ 3 ] {b7363a95-a097-40ea-b578-fde63b40315a} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4336 | 2024.08.16 07:18:48.058077 [ 3 ] {b7363a95-a097-40ea-b578-fde63b40315a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4337 | 2024.08.16 07:18:48.058442 [ 3 ] {b7363a95-a097-40ea-b578-fde63b40315a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4338 | 2024.08.16 07:18:48.058770 [ 3 ] {b7363a95-a097-40ea-b578-fde63b40315a} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4339 | 2024.08.16 07:18:48.058918 [ 3 ] {b7363a95-a097-40ea-b578-fde63b40315a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 225.69 KiB/sec. | ||
4340 | 2024.08.16 07:18:48.059091 [ 3 ] {b7363a95-a097-40ea-b578-fde63b40315a} <Debug> DynamicQueryHandler: Done processing query | ||
4341 | 2024.08.16 07:18:48.059116 [ 3 ] {b7363a95-a097-40ea-b578-fde63b40315a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4342 | 2024.08.16 07:18:48.059132 [ 3 ] {} <Debug> HTTP-Session: 93098f68-78f5-4ab6-95b3-33845cc950ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4343 | 2024.08.16 07:18:48.059391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 174367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4344 | 2024.08.16 07:18:48.059441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4345 | 2024.08.16 07:18:48.059461 [ 3 ] {} <Debug> HTTP-Session: 9ffabee4-3c3d-4120-a4aa-6868e9b36608 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4346 | 2024.08.16 07:18:48.059479 [ 3 ] {} <Debug> HTTP-Session: 9ffabee4-3c3d-4120-a4aa-6868e9b36608 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4347 | 2024.08.16 07:18:48.059493 [ 3 ] {} <Debug> HTTP-Session: 9ffabee4-3c3d-4120-a4aa-6868e9b36608 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4348 | 2024.08.16 07:18:48.059524 [ 3 ] {} <Trace> HTTP-Session: 9ffabee4-3c3d-4120-a4aa-6868e9b36608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4349 | 2024.08.16 07:18:48.060021 [ 3 ] {4806e431-3ee6-46e4-a32a-2f0c2ed4782d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4350 | 2024.08.16 07:18:48.060069 [ 3 ] {4806e431-3ee6-46e4-a32a-2f0c2ed4782d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4351 | 2024.08.16 07:18:48.060214 [ 3 ] {4806e431-3ee6-46e4-a32a-2f0c2ed4782d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4352 | 2024.08.16 07:18:48.061087 [ 3 ] {4806e431-3ee6-46e4-a32a-2f0c2ed4782d} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4353 | 2024.08.16 07:18:48.061123 [ 3 ] {4806e431-3ee6-46e4-a32a-2f0c2ed4782d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4354 | 2024.08.16 07:18:48.061560 [ 3 ] {4806e431-3ee6-46e4-a32a-2f0c2ed4782d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4355 | 2024.08.16 07:18:48.061899 [ 3 ] {4806e431-3ee6-46e4-a32a-2f0c2ed4782d} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4356 | 2024.08.16 07:18:48.062055 [ 3 ] {4806e431-3ee6-46e4-a32a-2f0c2ed4782d} <Debug> executeQuery: Read 922 rows, 63.09 KiB in 0.002375 sec., 388210.5263157895 rows/sec., 25.94 MiB/sec. | ||
4357 | 2024.08.16 07:18:48.062066 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4358 | 2024.08.16 07:18:48.062174 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4359 | 2024.08.16 07:18:48.062224 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4360 | 2024.08.16 07:18:48.062310 [ 3 ] {4806e431-3ee6-46e4-a32a-2f0c2ed4782d} <Debug> DynamicQueryHandler: Done processing query | ||
4361 | 2024.08.16 07:18:48.062347 [ 3 ] {4806e431-3ee6-46e4-a32a-2f0c2ed4782d} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
4362 | 2024.08.16 07:18:48.062367 [ 187 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
4363 | 2024.08.16 07:18:48.062369 [ 3 ] {} <Debug> HTTP-Session: 9ffabee4-3c3d-4120-a4aa-6868e9b36608 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4364 | 2024.08.16 07:18:48.062508 [ 187 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4365 | 2024.08.16 07:18:48.062543 [ 187 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5147 rows starting from the beginning of the part | ||
4366 | 2024.08.16 07:18:48.062636 [ 187 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 238 rows starting from the beginning of the part | ||
4367 | 2024.08.16 07:18:48.062790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4368 | 2024.08.16 07:18:48.062974 [ 187 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
4369 | 2024.08.16 07:18:48.062975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4370 | 2024.08.16 07:18:48.063035 [ 3 ] {} <Debug> HTTP-Session: 8ba8eafd-f67c-4a74-9d16-56e28ab3b12c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4371 | 2024.08.16 07:18:48.063132 [ 3 ] {} <Debug> HTTP-Session: 8ba8eafd-f67c-4a74-9d16-56e28ab3b12c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4372 | 2024.08.16 07:18:48.063206 [ 3 ] {} <Debug> HTTP-Session: 8ba8eafd-f67c-4a74-9d16-56e28ab3b12c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4373 | 2024.08.16 07:18:48.063258 [ 187 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 237 rows starting from the beginning of the part | ||
4374 | 2024.08.16 07:18:48.063318 [ 3 ] {} <Trace> HTTP-Session: 8ba8eafd-f67c-4a74-9d16-56e28ab3b12c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4375 | 2024.08.16 07:18:48.063461 [ 187 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
4376 | 2024.08.16 07:18:48.063571 [ 3 ] {4bbab668-ab28-4ebb-aabe-30bc8cbe8c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4377 | 2024.08.16 07:18:48.063742 [ 3 ] {4bbab668-ab28-4ebb-aabe-30bc8cbe8c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4378 | 2024.08.16 07:18:48.063752 [ 187 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 922 rows starting from the beginning of the part | ||
4379 | 2024.08.16 07:18:48.064293 [ 3 ] {4bbab668-ab28-4ebb-aabe-30bc8cbe8c8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4380 | 2024.08.16 07:18:48.064739 [ 3 ] {4bbab668-ab28-4ebb-aabe-30bc8cbe8c8d} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4381 | 2024.08.16 07:18:48.064780 [ 3 ] {4bbab668-ab28-4ebb-aabe-30bc8cbe8c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4382 | 2024.08.16 07:18:48.065285 [ 3 ] {4bbab668-ab28-4ebb-aabe-30bc8cbe8c8d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4383 | 2024.08.16 07:18:48.065936 [ 3 ] {4bbab668-ab28-4ebb-aabe-30bc8cbe8c8d} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4384 | 2024.08.16 07:18:48.066098 [ 3 ] {4bbab668-ab28-4ebb-aabe-30bc8cbe8c8d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00261 sec., 383.1417624521073 rows/sec., 25.82 KiB/sec. | ||
4385 | 2024.08.16 07:18:48.066455 [ 3 ] {4bbab668-ab28-4ebb-aabe-30bc8cbe8c8d} <Debug> DynamicQueryHandler: Done processing query | ||
4386 | 2024.08.16 07:18:48.066482 [ 3 ] {4bbab668-ab28-4ebb-aabe-30bc8cbe8c8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4387 | 2024.08.16 07:18:48.066507 [ 3 ] {} <Debug> HTTP-Session: 8ba8eafd-f67c-4a74-9d16-56e28ab3b12c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4388 | 2024.08.16 07:18:48.066699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4389 | 2024.08.16 07:18:48.066751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4390 | 2024.08.16 07:18:48.066771 [ 3 ] {} <Debug> HTTP-Session: e87eae6e-a892-4065-8db9-3554a3fd72b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4391 | 2024.08.16 07:18:48.066788 [ 3 ] {} <Debug> HTTP-Session: e87eae6e-a892-4065-8db9-3554a3fd72b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4392 | 2024.08.16 07:18:48.066802 [ 3 ] {} <Debug> HTTP-Session: e87eae6e-a892-4065-8db9-3554a3fd72b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4393 | 2024.08.16 07:18:48.066836 [ 3 ] {} <Trace> HTTP-Session: e87eae6e-a892-4065-8db9-3554a3fd72b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4394 | 2024.08.16 07:18:48.067024 [ 3 ] {04ac836e-2646-4fcb-b648-16c424fa593e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4395 | 2024.08.16 07:18:48.067073 [ 188 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6865 rows, containing 5 columns (5 merged, 0 gathered) in 0.0047684 sec., 1439686.2679305428 rows/sec., 96.68 MiB/sec. | ||
4396 | 2024.08.16 07:18:48.067095 [ 3 ] {04ac836e-2646-4fcb-b648-16c424fa593e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4397 | 2024.08.16 07:18:48.067285 [ 3 ] {04ac836e-2646-4fcb-b648-16c424fa593e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4398 | 2024.08.16 07:18:48.067722 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4399 | 2024.08.16 07:18:48.067731 [ 3 ] {04ac836e-2646-4fcb-b648-16c424fa593e} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4400 | 2024.08.16 07:18:48.067819 [ 3 ] {04ac836e-2646-4fcb-b648-16c424fa593e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4401 | 2024.08.16 07:18:48.068804 [ 3 ] {04ac836e-2646-4fcb-b648-16c424fa593e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4402 | 2024.08.16 07:18:48.068813 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4403 | 2024.08.16 07:18:48.068993 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4404 | 2024.08.16 07:18:48.069224 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
4405 | 2024.08.16 07:18:48.069479 [ 3 ] {04ac836e-2646-4fcb-b648-16c424fa593e} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4406 | 2024.08.16 07:18:48.069656 [ 140 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4407 | 2024.08.16 07:18:48.069664 [ 3 ] {04ac836e-2646-4fcb-b648-16c424fa593e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002722 sec., 30124.90815576782 rows/sec., 1.91 MiB/sec. | ||
4408 | 2024.08.16 07:18:48.069717 [ 140 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4409 | 2024.08.16 07:18:48.069785 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4410 | 2024.08.16 07:18:48.070026 [ 3 ] {04ac836e-2646-4fcb-b648-16c424fa593e} <Debug> DynamicQueryHandler: Done processing query | ||
4411 | 2024.08.16 07:18:48.070079 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
4412 | 2024.08.16 07:18:48.070093 [ 3 ] {04ac836e-2646-4fcb-b648-16c424fa593e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4413 | 2024.08.16 07:18:48.070183 [ 3 ] {} <Debug> HTTP-Session: e87eae6e-a892-4065-8db9-3554a3fd72b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4414 | 2024.08.16 07:18:48.070488 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4415 | 2024.08.16 07:18:48.070519 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 586 rows starting from the beginning of the part | ||
4416 | 2024.08.16 07:18:48.070584 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
4417 | 2024.08.16 07:18:48.070810 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
4418 | 2024.08.16 07:18:48.070892 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
4419 | 2024.08.16 07:18:48.071094 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
4420 | 2024.08.16 07:18:48.071183 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
4421 | 2024.08.16 07:18:48.072272 [ 188 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 952 rows, containing 4 columns (4 merged, 0 gathered) in 0.002380455 sec., 399923.54402834753 rows/sec., 25.94 MiB/sec. | ||
4422 | 2024.08.16 07:18:48.072505 [ 188 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4423 | 2024.08.16 07:18:48.073000 [ 188 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_16_3} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4424 | 2024.08.16 07:18:48.073102 [ 188 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_16_3} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4425 | 2024.08.16 07:18:48.073210 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
4426 | 2024.08.16 07:18:53.099969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4427 | 2024.08.16 07:18:53.100111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4428 | 2024.08.16 07:18:53.100140 [ 3 ] {} <Debug> HTTP-Session: 0dc3ca90-833d-4dac-8f23-765b9acc6487 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4429 | 2024.08.16 07:18:53.100168 [ 3 ] {} <Debug> HTTP-Session: 0dc3ca90-833d-4dac-8f23-765b9acc6487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4430 | 2024.08.16 07:18:53.100186 [ 3 ] {} <Debug> HTTP-Session: 0dc3ca90-833d-4dac-8f23-765b9acc6487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4431 | 2024.08.16 07:18:53.100243 [ 3 ] {} <Trace> HTTP-Session: 0dc3ca90-833d-4dac-8f23-765b9acc6487 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4432 | 2024.08.16 07:18:53.100481 [ 3 ] {bfbefbee-82ec-49fa-9136-37360e341de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4433 | 2024.08.16 07:18:53.100559 [ 3 ] {bfbefbee-82ec-49fa-9136-37360e341de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4434 | 2024.08.16 07:18:53.100783 [ 3 ] {bfbefbee-82ec-49fa-9136-37360e341de5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4435 | 2024.08.16 07:18:53.101231 [ 3 ] {bfbefbee-82ec-49fa-9136-37360e341de5} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4436 | 2024.08.16 07:18:53.101275 [ 3 ] {bfbefbee-82ec-49fa-9136-37360e341de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4437 | 2024.08.16 07:18:53.101657 [ 3 ] {bfbefbee-82ec-49fa-9136-37360e341de5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4438 | 2024.08.16 07:18:53.102016 [ 3 ] {bfbefbee-82ec-49fa-9136-37360e341de5} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4439 | 2024.08.16 07:18:53.102178 [ 3 ] {bfbefbee-82ec-49fa-9136-37360e341de5} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001769 sec., 18654.607122668174 rows/sec., 1.48 MiB/sec. | ||
4440 | 2024.08.16 07:18:53.102396 [ 3 ] {bfbefbee-82ec-49fa-9136-37360e341de5} <Debug> DynamicQueryHandler: Done processing query | ||
4441 | 2024.08.16 07:18:53.102423 [ 3 ] {bfbefbee-82ec-49fa-9136-37360e341de5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4442 | 2024.08.16 07:18:53.102440 [ 3 ] {} <Debug> HTTP-Session: 0dc3ca90-833d-4dac-8f23-765b9acc6487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4443 | 2024.08.16 07:18:53.102620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4444 | 2024.08.16 07:18:53.102681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4445 | 2024.08.16 07:18:53.102701 [ 3 ] {} <Debug> HTTP-Session: 95ac8e73-d85d-4379-897c-1f13340dc77e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4446 | 2024.08.16 07:18:53.102722 [ 3 ] {} <Debug> HTTP-Session: 95ac8e73-d85d-4379-897c-1f13340dc77e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4447 | 2024.08.16 07:18:53.102736 [ 3 ] {} <Debug> HTTP-Session: 95ac8e73-d85d-4379-897c-1f13340dc77e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4448 | 2024.08.16 07:18:53.102775 [ 3 ] {} <Trace> HTTP-Session: 95ac8e73-d85d-4379-897c-1f13340dc77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4449 | 2024.08.16 07:18:53.102886 [ 3 ] {cf098162-0dc4-4f43-b6f2-2c48055ebe1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4450 | 2024.08.16 07:18:53.102936 [ 3 ] {cf098162-0dc4-4f43-b6f2-2c48055ebe1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4451 | 2024.08.16 07:18:53.103068 [ 3 ] {cf098162-0dc4-4f43-b6f2-2c48055ebe1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4452 | 2024.08.16 07:18:53.103381 [ 3 ] {cf098162-0dc4-4f43-b6f2-2c48055ebe1c} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4453 | 2024.08.16 07:18:53.103421 [ 3 ] {cf098162-0dc4-4f43-b6f2-2c48055ebe1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4454 | 2024.08.16 07:18:53.103741 [ 3 ] {cf098162-0dc4-4f43-b6f2-2c48055ebe1c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4455 | 2024.08.16 07:18:53.104063 [ 3 ] {cf098162-0dc4-4f43-b6f2-2c48055ebe1c} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4456 | 2024.08.16 07:18:53.104193 [ 3 ] {cf098162-0dc4-4f43-b6f2-2c48055ebe1c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 365.39 KiB/sec. | ||
4457 | 2024.08.16 07:18:53.104374 [ 3 ] {cf098162-0dc4-4f43-b6f2-2c48055ebe1c} <Debug> DynamicQueryHandler: Done processing query | ||
4458 | 2024.08.16 07:18:53.104400 [ 3 ] {cf098162-0dc4-4f43-b6f2-2c48055ebe1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4459 | 2024.08.16 07:18:53.104417 [ 3 ] {} <Debug> HTTP-Session: 95ac8e73-d85d-4379-897c-1f13340dc77e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4460 | 2024.08.16 07:18:53.104584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4461 | 2024.08.16 07:18:53.104639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4462 | 2024.08.16 07:18:53.104658 [ 3 ] {} <Debug> HTTP-Session: 21c75af1-7917-48db-89ba-9f5a0ab28960 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4463 | 2024.08.16 07:18:53.104675 [ 3 ] {} <Debug> HTTP-Session: 21c75af1-7917-48db-89ba-9f5a0ab28960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4464 | 2024.08.16 07:18:53.104689 [ 3 ] {} <Debug> HTTP-Session: 21c75af1-7917-48db-89ba-9f5a0ab28960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4465 | 2024.08.16 07:18:53.104723 [ 3 ] {} <Trace> HTTP-Session: 21c75af1-7917-48db-89ba-9f5a0ab28960 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4466 | 2024.08.16 07:18:53.104866 [ 3 ] {1f514158-8fa2-4150-92d8-172d31201751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4467 | 2024.08.16 07:18:53.104909 [ 3 ] {1f514158-8fa2-4150-92d8-172d31201751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4468 | 2024.08.16 07:18:53.105032 [ 3 ] {1f514158-8fa2-4150-92d8-172d31201751} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4469 | 2024.08.16 07:18:53.105501 [ 3 ] {1f514158-8fa2-4150-92d8-172d31201751} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4470 | 2024.08.16 07:18:53.105538 [ 3 ] {1f514158-8fa2-4150-92d8-172d31201751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4471 | 2024.08.16 07:18:53.105858 [ 3 ] {1f514158-8fa2-4150-92d8-172d31201751} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4472 | 2024.08.16 07:18:53.106182 [ 3 ] {1f514158-8fa2-4150-92d8-172d31201751} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4473 | 2024.08.16 07:18:53.106320 [ 3 ] {1f514158-8fa2-4150-92d8-172d31201751} <Debug> executeQuery: Read 158 rows, 13.52 KiB in 0.001519 sec., 104015.79986833443 rows/sec., 8.69 MiB/sec. | ||
4474 | 2024.08.16 07:18:53.106508 [ 3 ] {1f514158-8fa2-4150-92d8-172d31201751} <Debug> DynamicQueryHandler: Done processing query | ||
4475 | 2024.08.16 07:18:53.106532 [ 3 ] {1f514158-8fa2-4150-92d8-172d31201751} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4476 | 2024.08.16 07:18:53.106547 [ 3 ] {} <Debug> HTTP-Session: 21c75af1-7917-48db-89ba-9f5a0ab28960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4477 | 2024.08.16 07:18:53.106713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4478 | 2024.08.16 07:18:53.106763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4479 | 2024.08.16 07:18:53.106783 [ 3 ] {} <Debug> HTTP-Session: 42b95653-9d1c-4392-8b8b-9545d0159ac1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4480 | 2024.08.16 07:18:53.106800 [ 3 ] {} <Debug> HTTP-Session: 42b95653-9d1c-4392-8b8b-9545d0159ac1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4481 | 2024.08.16 07:18:53.106815 [ 3 ] {} <Debug> HTTP-Session: 42b95653-9d1c-4392-8b8b-9545d0159ac1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4482 | 2024.08.16 07:18:53.106845 [ 3 ] {} <Trace> HTTP-Session: 42b95653-9d1c-4392-8b8b-9545d0159ac1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4483 | 2024.08.16 07:18:53.106941 [ 3 ] {ca382b13-51ef-427f-80ec-507a28f1a8a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4484 | 2024.08.16 07:18:53.106990 [ 3 ] {ca382b13-51ef-427f-80ec-507a28f1a8a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4485 | 2024.08.16 07:18:53.107118 [ 3 ] {ca382b13-51ef-427f-80ec-507a28f1a8a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4486 | 2024.08.16 07:18:53.107506 [ 3 ] {ca382b13-51ef-427f-80ec-507a28f1a8a0} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4487 | 2024.08.16 07:18:53.107541 [ 3 ] {ca382b13-51ef-427f-80ec-507a28f1a8a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4488 | 2024.08.16 07:18:53.107843 [ 3 ] {ca382b13-51ef-427f-80ec-507a28f1a8a0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4489 | 2024.08.16 07:18:53.108154 [ 3 ] {ca382b13-51ef-427f-80ec-507a28f1a8a0} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4490 | 2024.08.16 07:18:53.108294 [ 3 ] {ca382b13-51ef-427f-80ec-507a28f1a8a0} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 304.69 KiB/sec. | ||
4491 | 2024.08.16 07:18:53.108454 [ 3 ] {ca382b13-51ef-427f-80ec-507a28f1a8a0} <Debug> DynamicQueryHandler: Done processing query | ||
4492 | 2024.08.16 07:18:53.108479 [ 3 ] {ca382b13-51ef-427f-80ec-507a28f1a8a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4493 | 2024.08.16 07:18:53.108494 [ 3 ] {} <Debug> HTTP-Session: 42b95653-9d1c-4392-8b8b-9545d0159ac1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4494 | 2024.08.16 07:18:53.108622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 17488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4495 | 2024.08.16 07:18:53.108669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4496 | 2024.08.16 07:18:53.108687 [ 3 ] {} <Debug> HTTP-Session: cbb0a0fc-bae6-4590-84dd-0d1f3801657d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4497 | 2024.08.16 07:18:53.108706 [ 3 ] {} <Debug> HTTP-Session: cbb0a0fc-bae6-4590-84dd-0d1f3801657d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4498 | 2024.08.16 07:18:53.108720 [ 3 ] {} <Debug> HTTP-Session: cbb0a0fc-bae6-4590-84dd-0d1f3801657d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4499 | 2024.08.16 07:18:53.108750 [ 3 ] {} <Trace> HTTP-Session: cbb0a0fc-bae6-4590-84dd-0d1f3801657d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4500 | 2024.08.16 07:18:53.108875 [ 3 ] {4a023288-8a66-43db-a082-4eb5bb72a46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4501 | 2024.08.16 07:18:53.108918 [ 3 ] {4a023288-8a66-43db-a082-4eb5bb72a46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4502 | 2024.08.16 07:18:53.109045 [ 3 ] {4a023288-8a66-43db-a082-4eb5bb72a46f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4503 | 2024.08.16 07:18:53.109427 [ 3 ] {4a023288-8a66-43db-a082-4eb5bb72a46f} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4504 | 2024.08.16 07:18:53.109472 [ 3 ] {4a023288-8a66-43db-a082-4eb5bb72a46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4505 | 2024.08.16 07:18:53.109921 [ 3 ] {4a023288-8a66-43db-a082-4eb5bb72a46f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4506 | 2024.08.16 07:18:53.110356 [ 3 ] {4a023288-8a66-43db-a082-4eb5bb72a46f} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4507 | 2024.08.16 07:18:53.110523 [ 3 ] {4a023288-8a66-43db-a082-4eb5bb72a46f} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.001687 sec., 61055.12744516894 rows/sec., 4.77 MiB/sec. | ||
4508 | 2024.08.16 07:18:53.110796 [ 3 ] {4a023288-8a66-43db-a082-4eb5bb72a46f} <Debug> DynamicQueryHandler: Done processing query | ||
4509 | 2024.08.16 07:18:53.110823 [ 3 ] {4a023288-8a66-43db-a082-4eb5bb72a46f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4510 | 2024.08.16 07:18:53.110840 [ 3 ] {} <Debug> HTTP-Session: cbb0a0fc-bae6-4590-84dd-0d1f3801657d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4511 | 2024.08.16 07:18:53.111033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 31147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4512 | 2024.08.16 07:18:53.111087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4513 | 2024.08.16 07:18:53.111108 [ 3 ] {} <Debug> HTTP-Session: 27c933c4-7efa-49a9-8200-4d012afb6fc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4514 | 2024.08.16 07:18:53.111126 [ 3 ] {} <Debug> HTTP-Session: 27c933c4-7efa-49a9-8200-4d012afb6fc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4515 | 2024.08.16 07:18:53.111140 [ 3 ] {} <Debug> HTTP-Session: 27c933c4-7efa-49a9-8200-4d012afb6fc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4516 | 2024.08.16 07:18:53.111174 [ 3 ] {} <Trace> HTTP-Session: 27c933c4-7efa-49a9-8200-4d012afb6fc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4517 | 2024.08.16 07:18:53.111329 [ 3 ] {ede10e5d-fb69-4d3f-b8ec-c9fc6e9fa096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4518 | 2024.08.16 07:18:53.111393 [ 3 ] {ede10e5d-fb69-4d3f-b8ec-c9fc6e9fa096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4519 | 2024.08.16 07:18:53.111619 [ 3 ] {ede10e5d-fb69-4d3f-b8ec-c9fc6e9fa096} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4520 | 2024.08.16 07:18:53.113310 [ 3 ] {ede10e5d-fb69-4d3f-b8ec-c9fc6e9fa096} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4521 | 2024.08.16 07:18:53.113358 [ 3 ] {ede10e5d-fb69-4d3f-b8ec-c9fc6e9fa096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4522 | 2024.08.16 07:18:53.113784 [ 3 ] {ede10e5d-fb69-4d3f-b8ec-c9fc6e9fa096} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4523 | 2024.08.16 07:18:53.114136 [ 3 ] {ede10e5d-fb69-4d3f-b8ec-c9fc6e9fa096} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4524 | 2024.08.16 07:18:53.114294 [ 3 ] {ede10e5d-fb69-4d3f-b8ec-c9fc6e9fa096} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00303 sec., 53795.37953795379 rows/sec., 3.75 MiB/sec. | ||
4525 | 2024.08.16 07:18:53.114475 [ 3 ] {ede10e5d-fb69-4d3f-b8ec-c9fc6e9fa096} <Debug> DynamicQueryHandler: Done processing query | ||
4526 | 2024.08.16 07:18:53.114501 [ 3 ] {ede10e5d-fb69-4d3f-b8ec-c9fc6e9fa096} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4527 | 2024.08.16 07:18:53.114519 [ 3 ] {} <Debug> HTTP-Session: 27c933c4-7efa-49a9-8200-4d012afb6fc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4528 | 2024.08.16 07:18:53.114679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 52980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4529 | 2024.08.16 07:18:53.114729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4530 | 2024.08.16 07:18:53.114752 [ 3 ] {} <Debug> HTTP-Session: b94ab4aa-291c-419c-8465-ac78708d2d37 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4531 | 2024.08.16 07:18:53.114771 [ 3 ] {} <Debug> HTTP-Session: b94ab4aa-291c-419c-8465-ac78708d2d37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4532 | 2024.08.16 07:18:53.114786 [ 3 ] {} <Debug> HTTP-Session: b94ab4aa-291c-419c-8465-ac78708d2d37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4533 | 2024.08.16 07:18:53.114818 [ 3 ] {} <Trace> HTTP-Session: b94ab4aa-291c-419c-8465-ac78708d2d37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4534 | 2024.08.16 07:18:53.115207 [ 3 ] {52d68455-e17e-449a-b91d-d2bb5a3b9dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4535 | 2024.08.16 07:18:53.115282 [ 3 ] {52d68455-e17e-449a-b91d-d2bb5a3b9dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4536 | 2024.08.16 07:18:53.115701 [ 3 ] {52d68455-e17e-449a-b91d-d2bb5a3b9dff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4537 | 2024.08.16 07:18:53.116477 [ 3 ] {52d68455-e17e-449a-b91d-d2bb5a3b9dff} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4538 | 2024.08.16 07:18:53.116517 [ 3 ] {52d68455-e17e-449a-b91d-d2bb5a3b9dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4539 | 2024.08.16 07:18:53.117254 [ 3 ] {52d68455-e17e-449a-b91d-d2bb5a3b9dff} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4540 | 2024.08.16 07:18:53.117669 [ 3 ] {52d68455-e17e-449a-b91d-d2bb5a3b9dff} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4541 | 2024.08.16 07:18:53.117875 [ 136 ] {} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4542 | 2024.08.16 07:18:53.118028 [ 136 ] {} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4543 | 2024.08.16 07:18:53.118036 [ 3 ] {52d68455-e17e-449a-b91d-d2bb5a3b9dff} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003114 sec., 10597.302504816955 rows/sec., 18.99 MiB/sec. | ||
4544 | 2024.08.16 07:18:53.118121 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4545 | 2024.08.16 07:18:53.118480 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::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 | ||
4546 | 2024.08.16 07:18:53.118624 [ 3 ] {52d68455-e17e-449a-b91d-d2bb5a3b9dff} <Debug> DynamicQueryHandler: Done processing query | ||
4547 | 2024.08.16 07:18:53.118669 [ 3 ] {52d68455-e17e-449a-b91d-d2bb5a3b9dff} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4548 | 2024.08.16 07:18:53.118720 [ 3 ] {} <Debug> HTTP-Session: b94ab4aa-291c-419c-8465-ac78708d2d37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4549 | 2024.08.16 07:18:53.118934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4550 | 2024.08.16 07:18:53.119060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4551 | 2024.08.16 07:18:53.119126 [ 3 ] {} <Debug> HTTP-Session: 5079bba8-05bb-4840-9d33-af80b835bd49 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4552 | 2024.08.16 07:18:53.119141 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4553 | 2024.08.16 07:18:53.119158 [ 3 ] {} <Debug> HTTP-Session: 5079bba8-05bb-4840-9d33-af80b835bd49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4554 | 2024.08.16 07:18:53.119213 [ 3 ] {} <Debug> HTTP-Session: 5079bba8-05bb-4840-9d33-af80b835bd49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4555 | 2024.08.16 07:18:53.119304 [ 3 ] {} <Trace> HTTP-Session: 5079bba8-05bb-4840-9d33-af80b835bd49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4556 | 2024.08.16 07:18:53.119305 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 128 rows starting from the beginning of the part | ||
4557 | 2024.08.16 07:18:53.119563 [ 3 ] {3b13b16d-c728-460a-b886-18193378b428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4558 | 2024.08.16 07:18:53.119745 [ 3 ] {3b13b16d-c728-460a-b886-18193378b428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4559 | 2024.08.16 07:18:53.120098 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 33 rows starting from the beginning of the part | ||
4560 | 2024.08.16 07:18:53.120663 [ 3 ] {3b13b16d-c728-460a-b886-18193378b428} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4561 | 2024.08.16 07:18:53.120947 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 33 rows starting from the beginning of the part | ||
4562 | 2024.08.16 07:18:53.121524 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part | ||
4563 | 2024.08.16 07:18:53.121731 [ 3 ] {3b13b16d-c728-460a-b886-18193378b428} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4564 | 2024.08.16 07:18:53.121852 [ 3 ] {3b13b16d-c728-460a-b886-18193378b428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4565 | 2024.08.16 07:18:53.122222 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 33 rows starting from the beginning of the part | ||
4566 | 2024.08.16 07:18:53.122840 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part | ||
4567 | 2024.08.16 07:18:53.123309 [ 3 ] {3b13b16d-c728-460a-b886-18193378b428} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4568 | 2024.08.16 07:18:53.124311 [ 3 ] {3b13b16d-c728-460a-b886-18193378b428} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4569 | 2024.08.16 07:18:53.124699 [ 3 ] {3b13b16d-c728-460a-b886-18193378b428} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005242 sec., 11446.012972148035 rows/sec., 789.89 KiB/sec. | ||
4570 | 2024.08.16 07:18:53.125112 [ 3 ] {3b13b16d-c728-460a-b886-18193378b428} <Debug> DynamicQueryHandler: Done processing query | ||
4571 | 2024.08.16 07:18:53.125158 [ 3 ] {3b13b16d-c728-460a-b886-18193378b428} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4572 | 2024.08.16 07:18:53.125192 [ 3 ] {} <Debug> HTTP-Session: 5079bba8-05bb-4840-9d33-af80b835bd49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4573 | 2024.08.16 07:18:53.127566 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 293 rows, containing 19 columns (19 merged, 0 gathered) in 0.009283804 sec., 31560.33884386185 rows/sec., 56.55 MiB/sec. | ||
4574 | 2024.08.16 07:18:53.128100 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4575 | 2024.08.16 07:18:53.128684 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4576 | 2024.08.16 07:18:53.128769 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4577 | 2024.08.16 07:18:53.128913 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. | ||
4578 | 2024.08.16 07:18:57.478805 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4579 | 2024.08.16 07:18:57.478875 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4580 | 2024.08.16 07:18:58.102332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4581 | 2024.08.16 07:18:58.102445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4582 | 2024.08.16 07:18:58.102470 [ 3 ] {} <Debug> HTTP-Session: dfbb13b9-c893-4c69-8b05-d6b5af0a19d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4583 | 2024.08.16 07:18:58.102495 [ 3 ] {} <Debug> HTTP-Session: dfbb13b9-c893-4c69-8b05-d6b5af0a19d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4584 | 2024.08.16 07:18:58.102511 [ 3 ] {} <Debug> HTTP-Session: dfbb13b9-c893-4c69-8b05-d6b5af0a19d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4585 | 2024.08.16 07:18:58.102562 [ 3 ] {} <Trace> HTTP-Session: dfbb13b9-c893-4c69-8b05-d6b5af0a19d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4586 | 2024.08.16 07:18:58.102805 [ 3 ] {f33ce1ed-384f-457c-912b-c3388891af57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4587 | 2024.08.16 07:18:58.102880 [ 3 ] {f33ce1ed-384f-457c-912b-c3388891af57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4588 | 2024.08.16 07:18:58.103076 [ 3 ] {f33ce1ed-384f-457c-912b-c3388891af57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4589 | 2024.08.16 07:18:58.103626 [ 3 ] {f33ce1ed-384f-457c-912b-c3388891af57} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4590 | 2024.08.16 07:18:58.103671 [ 3 ] {f33ce1ed-384f-457c-912b-c3388891af57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4591 | 2024.08.16 07:18:58.104061 [ 3 ] {f33ce1ed-384f-457c-912b-c3388891af57} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4592 | 2024.08.16 07:18:58.104404 [ 3 ] {f33ce1ed-384f-457c-912b-c3388891af57} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4593 | 2024.08.16 07:18:58.104582 [ 76 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4594 | 2024.08.16 07:18:58.104585 [ 3 ] {f33ce1ed-384f-457c-912b-c3388891af57} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001871 sec., 101015.49973276323 rows/sec., 8.80 MiB/sec. | ||
4595 | 2024.08.16 07:18:58.104658 [ 76 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4596 | 2024.08.16 07:18:58.104721 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4597 | 2024.08.16 07:18:58.104898 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
4598 | 2024.08.16 07:18:58.104999 [ 3 ] {f33ce1ed-384f-457c-912b-c3388891af57} <Debug> DynamicQueryHandler: Done processing query | ||
4599 | 2024.08.16 07:18:58.105032 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4600 | 2024.08.16 07:18:58.105041 [ 3 ] {f33ce1ed-384f-457c-912b-c3388891af57} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4601 | 2024.08.16 07:18:58.105071 [ 3 ] {} <Debug> HTTP-Session: dfbb13b9-c893-4c69-8b05-d6b5af0a19d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4602 | 2024.08.16 07:18:58.105071 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1432 rows starting from the beginning of the part | ||
4603 | 2024.08.16 07:18:58.105178 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 189 rows starting from the beginning of the part | ||
4604 | 2024.08.16 07:18:58.105315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4605 | 2024.08.16 07:18:58.105422 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 155 rows starting from the beginning of the part | ||
4606 | 2024.08.16 07:18:58.105523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4607 | 2024.08.16 07:18:58.105623 [ 3 ] {} <Debug> HTTP-Session: 44737aa0-6fd7-4441-822a-af88decf468b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4608 | 2024.08.16 07:18:58.105730 [ 3 ] {} <Debug> HTTP-Session: 44737aa0-6fd7-4441-822a-af88decf468b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4609 | 2024.08.16 07:18:58.105811 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1330 rows starting from the beginning of the part | ||
4610 | 2024.08.16 07:18:58.105846 [ 3 ] {} <Debug> HTTP-Session: 44737aa0-6fd7-4441-822a-af88decf468b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4611 | 2024.08.16 07:18:58.106046 [ 3 ] {} <Trace> HTTP-Session: 44737aa0-6fd7-4441-822a-af88decf468b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4612 | 2024.08.16 07:18:58.106145 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 158 rows starting from the beginning of the part | ||
4613 | 2024.08.16 07:18:58.106361 [ 3 ] {51dd6be4-a7c7-4ffc-b73b-1eb401b77e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4614 | 2024.08.16 07:18:58.106375 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 189 rows starting from the beginning of the part | ||
4615 | 2024.08.16 07:18:58.106444 [ 3 ] {51dd6be4-a7c7-4ffc-b73b-1eb401b77e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4616 | 2024.08.16 07:18:58.106839 [ 3 ] {51dd6be4-a7c7-4ffc-b73b-1eb401b77e3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4617 | 2024.08.16 07:18:58.107282 [ 3 ] {51dd6be4-a7c7-4ffc-b73b-1eb401b77e3c} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4618 | 2024.08.16 07:18:58.107326 [ 3 ] {51dd6be4-a7c7-4ffc-b73b-1eb401b77e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4619 | 2024.08.16 07:18:58.107861 [ 3 ] {51dd6be4-a7c7-4ffc-b73b-1eb401b77e3c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4620 | 2024.08.16 07:18:58.108198 [ 3 ] {51dd6be4-a7c7-4ffc-b73b-1eb401b77e3c} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4621 | 2024.08.16 07:18:58.108376 [ 3 ] {51dd6be4-a7c7-4ffc-b73b-1eb401b77e3c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002135 sec., 6557.377049180327 rows/sec., 459.24 KiB/sec. | ||
4622 | 2024.08.16 07:18:58.108611 [ 3 ] {51dd6be4-a7c7-4ffc-b73b-1eb401b77e3c} <Debug> DynamicQueryHandler: Done processing query | ||
4623 | 2024.08.16 07:18:58.108627 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3453 rows, containing 4 columns (4 merged, 0 gathered) in 0.003797197 sec., 909354.9794756501 rows/sec., 76.07 MiB/sec. | ||
4624 | 2024.08.16 07:18:58.108639 [ 3 ] {51dd6be4-a7c7-4ffc-b73b-1eb401b77e3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4625 | 2024.08.16 07:18:58.108667 [ 3 ] {} <Debug> HTTP-Session: 44737aa0-6fd7-4441-822a-af88decf468b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4626 | 2024.08.16 07:18:58.108802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4627 | 2024.08.16 07:18:58.108821 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4628 | 2024.08.16 07:18:58.108868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4629 | 2024.08.16 07:18:58.108895 [ 3 ] {} <Debug> HTTP-Session: 5fdfc280-8340-4b7b-b48c-f9e4a925e1a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4630 | 2024.08.16 07:18:58.108912 [ 3 ] {} <Debug> HTTP-Session: 5fdfc280-8340-4b7b-b48c-f9e4a925e1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4631 | 2024.08.16 07:18:58.108938 [ 3 ] {} <Debug> HTTP-Session: 5fdfc280-8340-4b7b-b48c-f9e4a925e1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4632 | 2024.08.16 07:18:58.108989 [ 3 ] {} <Trace> HTTP-Session: 5fdfc280-8340-4b7b-b48c-f9e4a925e1a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4633 | 2024.08.16 07:18:58.109133 [ 3 ] {82ecc4ac-19f7-4ba2-94a7-27f500d35177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4634 | 2024.08.16 07:18:58.109182 [ 3 ] {82ecc4ac-19f7-4ba2-94a7-27f500d35177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4635 | 2024.08.16 07:18:58.109276 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_21_4} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4636 | 2024.08.16 07:18:58.109396 [ 3 ] {82ecc4ac-19f7-4ba2-94a7-27f500d35177} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4637 | 2024.08.16 07:18:58.109400 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_21_4} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4638 | 2024.08.16 07:18:58.109499 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
4639 | 2024.08.16 07:18:58.109686 [ 3 ] {82ecc4ac-19f7-4ba2-94a7-27f500d35177} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4640 | 2024.08.16 07:18:58.109724 [ 3 ] {82ecc4ac-19f7-4ba2-94a7-27f500d35177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4641 | 2024.08.16 07:18:58.110043 [ 3 ] {82ecc4ac-19f7-4ba2-94a7-27f500d35177} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4642 | 2024.08.16 07:18:58.110357 [ 3 ] {82ecc4ac-19f7-4ba2-94a7-27f500d35177} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4643 | 2024.08.16 07:18:58.110520 [ 76 ] {} <Debug> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
4644 | 2024.08.16 07:18:58.110524 [ 3 ] {82ecc4ac-19f7-4ba2-94a7-27f500d35177} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 249.64 KiB/sec. | ||
4645 | 2024.08.16 07:18:58.110577 [ 76 ] {} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4646 | 2024.08.16 07:18:58.110651 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4647 | 2024.08.16 07:18:58.110874 [ 3 ] {82ecc4ac-19f7-4ba2-94a7-27f500d35177} <Debug> DynamicQueryHandler: Done processing query | ||
4648 | 2024.08.16 07:18:58.110940 [ 3 ] {82ecc4ac-19f7-4ba2-94a7-27f500d35177} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4649 | 2024.08.16 07:18:58.111016 [ 3 ] {} <Debug> HTTP-Session: 5fdfc280-8340-4b7b-b48c-f9e4a925e1a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4650 | 2024.08.16 07:18:58.111056 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
4651 | 2024.08.16 07:18:58.111332 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4652 | 2024.08.16 07:18:58.111338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4653 | 2024.08.16 07:18:58.111395 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
4654 | 2024.08.16 07:18:58.111441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4655 | 2024.08.16 07:18:58.111523 [ 3 ] {} <Debug> HTTP-Session: 60b8007f-6f58-4c89-af15-2cfbc0b77076 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4656 | 2024.08.16 07:18:58.111613 [ 3 ] {} <Debug> HTTP-Session: 60b8007f-6f58-4c89-af15-2cfbc0b77076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4657 | 2024.08.16 07:18:58.111664 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
4658 | 2024.08.16 07:18:58.111689 [ 3 ] {} <Debug> HTTP-Session: 60b8007f-6f58-4c89-af15-2cfbc0b77076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4659 | 2024.08.16 07:18:58.111795 [ 3 ] {} <Trace> HTTP-Session: 60b8007f-6f58-4c89-af15-2cfbc0b77076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4660 | 2024.08.16 07:18:58.111996 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
4661 | 2024.08.16 07:18:58.112184 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
4662 | 2024.08.16 07:18:58.112241 [ 3 ] {92b7cb1c-cb2a-4659-87f8-5de578c32a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4663 | 2024.08.16 07:18:58.112418 [ 3 ] {92b7cb1c-cb2a-4659-87f8-5de578c32a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4664 | 2024.08.16 07:18:58.112482 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
4665 | 2024.08.16 07:18:58.113246 [ 3 ] {92b7cb1c-cb2a-4659-87f8-5de578c32a91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4666 | 2024.08.16 07:18:58.114465 [ 3 ] {92b7cb1c-cb2a-4659-87f8-5de578c32a91} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4667 | 2024.08.16 07:18:58.114538 [ 3 ] {92b7cb1c-cb2a-4659-87f8-5de578c32a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4668 | 2024.08.16 07:18:58.115003 [ 199 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004232148 sec., 7088.598980943011 rows/sec., 422.27 KiB/sec. | ||
4669 | 2024.08.16 07:18:58.115266 [ 192 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
4670 | 2024.08.16 07:18:58.115407 [ 3 ] {92b7cb1c-cb2a-4659-87f8-5de578c32a91} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4671 | 2024.08.16 07:18:58.116414 [ 192 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_9_2} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4672 | 2024.08.16 07:18:58.116431 [ 3 ] {92b7cb1c-cb2a-4659-87f8-5de578c32a91} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4673 | 2024.08.16 07:18:58.116597 [ 192 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_9_2} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
4674 | 2024.08.16 07:18:58.116738 [ 76 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4675 | 2024.08.16 07:18:58.116765 [ 3 ] {92b7cb1c-cb2a-4659-87f8-5de578c32a91} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004698 sec., 81311.196253725 rows/sec., 5.75 MiB/sec. | ||
4676 | 2024.08.16 07:18:58.116854 [ 76 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4677 | 2024.08.16 07:18:58.116925 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4678 | 2024.08.16 07:18:58.116942 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4679 | 2024.08.16 07:18:58.117277 [ 3 ] {92b7cb1c-cb2a-4659-87f8-5de578c32a91} <Debug> DynamicQueryHandler: Done processing query | ||
4680 | 2024.08.16 07:18:58.117284 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
4681 | 2024.08.16 07:18:58.117348 [ 3 ] {92b7cb1c-cb2a-4659-87f8-5de578c32a91} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4682 | 2024.08.16 07:18:58.117430 [ 3 ] {} <Debug> HTTP-Session: 60b8007f-6f58-4c89-af15-2cfbc0b77076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4683 | 2024.08.16 07:18:58.117713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4684 | 2024.08.16 07:18:58.117780 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4685 | 2024.08.16 07:18:58.117814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4686 | 2024.08.16 07:18:58.117834 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 897 rows starting from the beginning of the part | ||
4687 | 2024.08.16 07:18:58.117858 [ 3 ] {} <Debug> HTTP-Session: ab90da67-f94c-4538-8031-e90caec6fd78 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4688 | 2024.08.16 07:18:58.117905 [ 3 ] {} <Debug> HTTP-Session: ab90da67-f94c-4538-8031-e90caec6fd78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4689 | 2024.08.16 07:18:58.117944 [ 3 ] {} <Debug> HTTP-Session: ab90da67-f94c-4538-8031-e90caec6fd78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4690 | 2024.08.16 07:18:58.118110 [ 3 ] {} <Trace> HTTP-Session: ab90da67-f94c-4538-8031-e90caec6fd78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4691 | 2024.08.16 07:18:58.118146 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 382 rows starting from the beginning of the part | ||
4692 | 2024.08.16 07:18:58.118465 [ 3 ] {ca1c373b-8bc7-41cd-86e3-78caf6e35be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4693 | 2024.08.16 07:18:58.118484 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 97 rows starting from the beginning of the part | ||
4694 | 2024.08.16 07:18:58.118656 [ 3 ] {ca1c373b-8bc7-41cd-86e3-78caf6e35be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4695 | 2024.08.16 07:18:58.118713 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 840 rows starting from the beginning of the part | ||
4696 | 2024.08.16 07:18:58.119096 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 103 rows starting from the beginning of the part | ||
4697 | 2024.08.16 07:18:58.119411 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 382 rows starting from the beginning of the part | ||
4698 | 2024.08.16 07:18:58.119968 [ 3 ] {ca1c373b-8bc7-41cd-86e3-78caf6e35be7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4699 | 2024.08.16 07:18:58.120682 [ 3 ] {ca1c373b-8bc7-41cd-86e3-78caf6e35be7} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4700 | 2024.08.16 07:18:58.120731 [ 3 ] {ca1c373b-8bc7-41cd-86e3-78caf6e35be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4701 | 2024.08.16 07:18:58.121740 [ 3 ] {ca1c373b-8bc7-41cd-86e3-78caf6e35be7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4702 | 2024.08.16 07:18:58.122187 [ 3 ] {ca1c373b-8bc7-41cd-86e3-78caf6e35be7} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4703 | 2024.08.16 07:18:58.122615 [ 3 ] {ca1c373b-8bc7-41cd-86e3-78caf6e35be7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004313 sec., 1391.1430558775794 rows/sec., 72.68 KiB/sec. | ||
4704 | 2024.08.16 07:18:58.122829 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2701 rows, containing 4 columns (4 merged, 0 gathered) in 0.005740642 sec., 470504.8668772587 rows/sec., 34.06 MiB/sec. | ||
4705 | 2024.08.16 07:18:58.122987 [ 3 ] {ca1c373b-8bc7-41cd-86e3-78caf6e35be7} <Debug> DynamicQueryHandler: Done processing query | ||
4706 | 2024.08.16 07:18:58.123035 [ 3 ] {ca1c373b-8bc7-41cd-86e3-78caf6e35be7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4707 | 2024.08.16 07:18:58.123068 [ 3 ] {} <Debug> HTTP-Session: ab90da67-f94c-4538-8031-e90caec6fd78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4708 | 2024.08.16 07:18:58.123068 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4709 | 2024.08.16 07:18:58.123378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4710 | 2024.08.16 07:18:58.123475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4711 | 2024.08.16 07:18:58.123522 [ 3 ] {} <Debug> HTTP-Session: 94b5e533-ef0c-425b-9b38-400055d809fd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4712 | 2024.08.16 07:18:58.123546 [ 3 ] {} <Debug> HTTP-Session: 94b5e533-ef0c-425b-9b38-400055d809fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4713 | 2024.08.16 07:18:58.123587 [ 3 ] {} <Debug> HTTP-Session: 94b5e533-ef0c-425b-9b38-400055d809fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4714 | 2024.08.16 07:18:58.123651 [ 3 ] {} <Trace> HTTP-Session: 94b5e533-ef0c-425b-9b38-400055d809fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4715 | 2024.08.16 07:18:58.123670 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_21_4} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4716 | 2024.08.16 07:18:58.123838 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_21_4} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4717 | 2024.08.16 07:18:58.123956 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
4718 | 2024.08.16 07:18:58.123987 [ 3 ] {71c9470f-cb61-47d8-8d0b-1826edb7e687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4719 | 2024.08.16 07:18:58.124051 [ 3 ] {71c9470f-cb61-47d8-8d0b-1826edb7e687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4720 | 2024.08.16 07:18:58.124223 [ 3 ] {71c9470f-cb61-47d8-8d0b-1826edb7e687} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4721 | 2024.08.16 07:18:58.124727 [ 3 ] {71c9470f-cb61-47d8-8d0b-1826edb7e687} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4722 | 2024.08.16 07:18:58.124766 [ 3 ] {71c9470f-cb61-47d8-8d0b-1826edb7e687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4723 | 2024.08.16 07:18:58.125159 [ 3 ] {71c9470f-cb61-47d8-8d0b-1826edb7e687} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4724 | 2024.08.16 07:18:58.125524 [ 3 ] {71c9470f-cb61-47d8-8d0b-1826edb7e687} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4725 | 2024.08.16 07:18:58.125683 [ 3 ] {71c9470f-cb61-47d8-8d0b-1826edb7e687} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001888 sec., 125529.66101694916 rows/sec., 8.41 MiB/sec. | ||
4726 | 2024.08.16 07:18:58.126022 [ 3 ] {71c9470f-cb61-47d8-8d0b-1826edb7e687} <Debug> DynamicQueryHandler: Done processing query | ||
4727 | 2024.08.16 07:18:58.126051 [ 3 ] {71c9470f-cb61-47d8-8d0b-1826edb7e687} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4728 | 2024.08.16 07:18:58.126067 [ 3 ] {} <Debug> HTTP-Session: 94b5e533-ef0c-425b-9b38-400055d809fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4729 | 2024.08.16 07:18:58.126201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4730 | 2024.08.16 07:18:58.126252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4731 | 2024.08.16 07:18:58.126273 [ 3 ] {} <Debug> HTTP-Session: d1d61634-b5d2-475e-a5c5-6e2ce5bb7141 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4732 | 2024.08.16 07:18:58.126290 [ 3 ] {} <Debug> HTTP-Session: d1d61634-b5d2-475e-a5c5-6e2ce5bb7141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4733 | 2024.08.16 07:18:58.126303 [ 3 ] {} <Debug> HTTP-Session: d1d61634-b5d2-475e-a5c5-6e2ce5bb7141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4734 | 2024.08.16 07:18:58.126335 [ 3 ] {} <Trace> HTTP-Session: d1d61634-b5d2-475e-a5c5-6e2ce5bb7141 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4735 | 2024.08.16 07:18:58.126431 [ 3 ] {1fc9bc37-1414-495e-890e-2d60405f2fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4736 | 2024.08.16 07:18:58.126478 [ 3 ] {1fc9bc37-1414-495e-890e-2d60405f2fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4737 | 2024.08.16 07:18:58.126634 [ 3 ] {1fc9bc37-1414-495e-890e-2d60405f2fef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4738 | 2024.08.16 07:18:58.126906 [ 3 ] {1fc9bc37-1414-495e-890e-2d60405f2fef} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4739 | 2024.08.16 07:18:58.126944 [ 3 ] {1fc9bc37-1414-495e-890e-2d60405f2fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4740 | 2024.08.16 07:18:58.127297 [ 3 ] {1fc9bc37-1414-495e-890e-2d60405f2fef} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4741 | 2024.08.16 07:18:58.127624 [ 3 ] {1fc9bc37-1414-495e-890e-2d60405f2fef} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4742 | 2024.08.16 07:18:58.127785 [ 3 ] {1fc9bc37-1414-495e-890e-2d60405f2fef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001367 sec., 731.528895391368 rows/sec., 49.29 KiB/sec. | ||
4743 | 2024.08.16 07:18:58.128083 [ 3 ] {1fc9bc37-1414-495e-890e-2d60405f2fef} <Debug> DynamicQueryHandler: Done processing query | ||
4744 | 2024.08.16 07:18:58.128109 [ 3 ] {1fc9bc37-1414-495e-890e-2d60405f2fef} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4745 | 2024.08.16 07:18:58.128125 [ 3 ] {} <Debug> HTTP-Session: d1d61634-b5d2-475e-a5c5-6e2ce5bb7141 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4746 | 2024.08.16 07:18:58.128258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4747 | 2024.08.16 07:18:58.128306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4748 | 2024.08.16 07:18:58.128325 [ 3 ] {} <Debug> HTTP-Session: 172247d9-fda1-4ccc-bc5e-aadeaca766e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4749 | 2024.08.16 07:18:58.128341 [ 3 ] {} <Debug> HTTP-Session: 172247d9-fda1-4ccc-bc5e-aadeaca766e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4750 | 2024.08.16 07:18:58.128355 [ 3 ] {} <Debug> HTTP-Session: 172247d9-fda1-4ccc-bc5e-aadeaca766e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4751 | 2024.08.16 07:18:58.128394 [ 3 ] {} <Trace> HTTP-Session: 172247d9-fda1-4ccc-bc5e-aadeaca766e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4752 | 2024.08.16 07:18:58.128516 [ 3 ] {1b54af83-3a3d-4a60-8b10-7a289594fa41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4753 | 2024.08.16 07:18:58.128564 [ 3 ] {1b54af83-3a3d-4a60-8b10-7a289594fa41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4754 | 2024.08.16 07:18:58.128713 [ 3 ] {1b54af83-3a3d-4a60-8b10-7a289594fa41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4755 | 2024.08.16 07:18:58.129016 [ 3 ] {1b54af83-3a3d-4a60-8b10-7a289594fa41} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4756 | 2024.08.16 07:18:58.129054 [ 3 ] {1b54af83-3a3d-4a60-8b10-7a289594fa41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4757 | 2024.08.16 07:18:58.129417 [ 3 ] {1b54af83-3a3d-4a60-8b10-7a289594fa41} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4758 | 2024.08.16 07:18:58.129742 [ 3 ] {1b54af83-3a3d-4a60-8b10-7a289594fa41} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4759 | 2024.08.16 07:18:58.129904 [ 3 ] {1b54af83-3a3d-4a60-8b10-7a289594fa41} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001424 sec., 57584.26966292135 rows/sec., 3.66 MiB/sec. | ||
4760 | 2024.08.16 07:18:58.130085 [ 3 ] {1b54af83-3a3d-4a60-8b10-7a289594fa41} <Debug> DynamicQueryHandler: Done processing query | ||
4761 | 2024.08.16 07:18:58.130110 [ 3 ] {1b54af83-3a3d-4a60-8b10-7a289594fa41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4762 | 2024.08.16 07:18:58.130127 [ 3 ] {} <Debug> HTTP-Session: 172247d9-fda1-4ccc-bc5e-aadeaca766e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4763 | 2024.08.16 07:19:03.099074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4764 | 2024.08.16 07:19:03.099204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4765 | 2024.08.16 07:19:03.099230 [ 3 ] {} <Debug> HTTP-Session: 89332c7f-b4b2-4090-8c13-59c92681bc43 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4766 | 2024.08.16 07:19:03.099255 [ 3 ] {} <Debug> HTTP-Session: 89332c7f-b4b2-4090-8c13-59c92681bc43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4767 | 2024.08.16 07:19:03.099269 [ 3 ] {} <Debug> HTTP-Session: 89332c7f-b4b2-4090-8c13-59c92681bc43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4768 | 2024.08.16 07:19:03.099319 [ 3 ] {} <Trace> HTTP-Session: 89332c7f-b4b2-4090-8c13-59c92681bc43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4769 | 2024.08.16 07:19:03.099515 [ 3 ] {e4b9f185-fd77-426c-9ba2-c60396e82f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4770 | 2024.08.16 07:19:03.099595 [ 3 ] {e4b9f185-fd77-426c-9ba2-c60396e82f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4771 | 2024.08.16 07:19:03.099802 [ 3 ] {e4b9f185-fd77-426c-9ba2-c60396e82f7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4772 | 2024.08.16 07:19:03.100303 [ 3 ] {e4b9f185-fd77-426c-9ba2-c60396e82f7a} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4773 | 2024.08.16 07:19:03.100359 [ 3 ] {e4b9f185-fd77-426c-9ba2-c60396e82f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4774 | 2024.08.16 07:19:03.100801 [ 3 ] {e4b9f185-fd77-426c-9ba2-c60396e82f7a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4775 | 2024.08.16 07:19:03.101197 [ 3 ] {e4b9f185-fd77-426c-9ba2-c60396e82f7a} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4776 | 2024.08.16 07:19:03.101357 [ 3 ] {e4b9f185-fd77-426c-9ba2-c60396e82f7a} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001907 sec., 17304.6670162559 rows/sec., 1.37 MiB/sec. | ||
4777 | 2024.08.16 07:19:03.101561 [ 3 ] {e4b9f185-fd77-426c-9ba2-c60396e82f7a} <Debug> DynamicQueryHandler: Done processing query | ||
4778 | 2024.08.16 07:19:03.101588 [ 3 ] {e4b9f185-fd77-426c-9ba2-c60396e82f7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4779 | 2024.08.16 07:19:03.101606 [ 3 ] {} <Debug> HTTP-Session: 89332c7f-b4b2-4090-8c13-59c92681bc43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4780 | 2024.08.16 07:19:03.101770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4781 | 2024.08.16 07:19:03.101824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4782 | 2024.08.16 07:19:03.101844 [ 3 ] {} <Debug> HTTP-Session: d6d0444c-25fd-4f6b-9342-d1296e3ab976 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4783 | 2024.08.16 07:19:03.101862 [ 3 ] {} <Debug> HTTP-Session: d6d0444c-25fd-4f6b-9342-d1296e3ab976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4784 | 2024.08.16 07:19:03.101876 [ 3 ] {} <Debug> HTTP-Session: d6d0444c-25fd-4f6b-9342-d1296e3ab976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4785 | 2024.08.16 07:19:03.101910 [ 3 ] {} <Trace> HTTP-Session: d6d0444c-25fd-4f6b-9342-d1296e3ab976 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4786 | 2024.08.16 07:19:03.102013 [ 3 ] {3290fe80-992b-4fb0-ae53-e53e2646b080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4787 | 2024.08.16 07:19:03.102060 [ 3 ] {3290fe80-992b-4fb0-ae53-e53e2646b080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4788 | 2024.08.16 07:19:03.102201 [ 3 ] {3290fe80-992b-4fb0-ae53-e53e2646b080} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4789 | 2024.08.16 07:19:03.102549 [ 3 ] {3290fe80-992b-4fb0-ae53-e53e2646b080} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4790 | 2024.08.16 07:19:03.102585 [ 3 ] {3290fe80-992b-4fb0-ae53-e53e2646b080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4791 | 2024.08.16 07:19:03.102886 [ 3 ] {3290fe80-992b-4fb0-ae53-e53e2646b080} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4792 | 2024.08.16 07:19:03.103198 [ 3 ] {3290fe80-992b-4fb0-ae53-e53e2646b080} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4793 | 2024.08.16 07:19:03.103321 [ 3 ] {3290fe80-992b-4fb0-ae53-e53e2646b080} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001335 sec., 1498.12734082397 rows/sec., 122.16 KiB/sec. | ||
4794 | 2024.08.16 07:19:03.103485 [ 3 ] {3290fe80-992b-4fb0-ae53-e53e2646b080} <Debug> DynamicQueryHandler: Done processing query | ||
4795 | 2024.08.16 07:19:03.103511 [ 3 ] {3290fe80-992b-4fb0-ae53-e53e2646b080} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4796 | 2024.08.16 07:19:03.103528 [ 3 ] {} <Debug> HTTP-Session: d6d0444c-25fd-4f6b-9342-d1296e3ab976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4797 | 2024.08.16 07:19:03.103713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4798 | 2024.08.16 07:19:03.103762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4799 | 2024.08.16 07:19:03.103782 [ 3 ] {} <Debug> HTTP-Session: a439c880-4938-4622-921b-6e2e11f19c28 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4800 | 2024.08.16 07:19:03.103800 [ 3 ] {} <Debug> HTTP-Session: a439c880-4938-4622-921b-6e2e11f19c28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4801 | 2024.08.16 07:19:03.103815 [ 3 ] {} <Debug> HTTP-Session: a439c880-4938-4622-921b-6e2e11f19c28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4802 | 2024.08.16 07:19:03.103853 [ 3 ] {} <Trace> HTTP-Session: a439c880-4938-4622-921b-6e2e11f19c28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4803 | 2024.08.16 07:19:03.103991 [ 3 ] {cf0a4a05-7aea-4868-ab70-4fdd02e8ac51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4804 | 2024.08.16 07:19:03.104033 [ 3 ] {cf0a4a05-7aea-4868-ab70-4fdd02e8ac51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4805 | 2024.08.16 07:19:03.104157 [ 3 ] {cf0a4a05-7aea-4868-ab70-4fdd02e8ac51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4806 | 2024.08.16 07:19:03.104579 [ 3 ] {cf0a4a05-7aea-4868-ab70-4fdd02e8ac51} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4807 | 2024.08.16 07:19:03.104616 [ 3 ] {cf0a4a05-7aea-4868-ab70-4fdd02e8ac51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4808 | 2024.08.16 07:19:03.104931 [ 3 ] {cf0a4a05-7aea-4868-ab70-4fdd02e8ac51} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4809 | 2024.08.16 07:19:03.105239 [ 3 ] {cf0a4a05-7aea-4868-ab70-4fdd02e8ac51} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4810 | 2024.08.16 07:19:03.105363 [ 3 ] {cf0a4a05-7aea-4868-ab70-4fdd02e8ac51} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001432 sec., 108938.54748603352 rows/sec., 9.12 MiB/sec. | ||
4811 | 2024.08.16 07:19:03.105638 [ 3 ] {cf0a4a05-7aea-4868-ab70-4fdd02e8ac51} <Debug> DynamicQueryHandler: Done processing query | ||
4812 | 2024.08.16 07:19:03.105689 [ 3 ] {cf0a4a05-7aea-4868-ab70-4fdd02e8ac51} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4813 | 2024.08.16 07:19:03.105724 [ 3 ] {} <Debug> HTTP-Session: a439c880-4938-4622-921b-6e2e11f19c28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4814 | 2024.08.16 07:19:03.105876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4815 | 2024.08.16 07:19:03.105926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4816 | 2024.08.16 07:19:03.105946 [ 3 ] {} <Debug> HTTP-Session: 9f5e9d21-6528-4a46-95cc-e5342a3b852e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4817 | 2024.08.16 07:19:03.105964 [ 3 ] {} <Debug> HTTP-Session: 9f5e9d21-6528-4a46-95cc-e5342a3b852e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4818 | 2024.08.16 07:19:03.105978 [ 3 ] {} <Debug> HTTP-Session: 9f5e9d21-6528-4a46-95cc-e5342a3b852e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4819 | 2024.08.16 07:19:03.106010 [ 3 ] {} <Trace> HTTP-Session: 9f5e9d21-6528-4a46-95cc-e5342a3b852e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4820 | 2024.08.16 07:19:03.106109 [ 3 ] {6e70bd3f-68c1-4e17-b619-c3401adbdd0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4821 | 2024.08.16 07:19:03.106155 [ 3 ] {6e70bd3f-68c1-4e17-b619-c3401adbdd0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4822 | 2024.08.16 07:19:03.106307 [ 3 ] {6e70bd3f-68c1-4e17-b619-c3401adbdd0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4823 | 2024.08.16 07:19:03.106591 [ 3 ] {6e70bd3f-68c1-4e17-b619-c3401adbdd0a} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4824 | 2024.08.16 07:19:03.106628 [ 3 ] {6e70bd3f-68c1-4e17-b619-c3401adbdd0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4825 | 2024.08.16 07:19:03.106927 [ 3 ] {6e70bd3f-68c1-4e17-b619-c3401adbdd0a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4826 | 2024.08.16 07:19:03.107257 [ 3 ] {6e70bd3f-68c1-4e17-b619-c3401adbdd0a} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4827 | 2024.08.16 07:19:03.107382 [ 3 ] {6e70bd3f-68c1-4e17-b619-c3401adbdd0a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001299 sec., 1539.6458814472671 rows/sec., 107.50 KiB/sec. | ||
4828 | 2024.08.16 07:19:03.107547 [ 3 ] {6e70bd3f-68c1-4e17-b619-c3401adbdd0a} <Debug> DynamicQueryHandler: Done processing query | ||
4829 | 2024.08.16 07:19:03.107572 [ 3 ] {6e70bd3f-68c1-4e17-b619-c3401adbdd0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4830 | 2024.08.16 07:19:03.107588 [ 3 ] {} <Debug> HTTP-Session: 9f5e9d21-6528-4a46-95cc-e5342a3b852e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4831 | 2024.08.16 07:19:03.107725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4832 | 2024.08.16 07:19:03.107775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4833 | 2024.08.16 07:19:03.107795 [ 3 ] {} <Debug> HTTP-Session: 19b6c4e0-3478-4ef5-8f13-166826cd57bc Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4834 | 2024.08.16 07:19:03.107812 [ 3 ] {} <Debug> HTTP-Session: 19b6c4e0-3478-4ef5-8f13-166826cd57bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4835 | 2024.08.16 07:19:03.107826 [ 3 ] {} <Debug> HTTP-Session: 19b6c4e0-3478-4ef5-8f13-166826cd57bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4836 | 2024.08.16 07:19:03.107856 [ 3 ] {} <Trace> HTTP-Session: 19b6c4e0-3478-4ef5-8f13-166826cd57bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4837 | 2024.08.16 07:19:03.107981 [ 3 ] {7e741da0-c3fc-4c0d-a650-fee76c919187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4838 | 2024.08.16 07:19:03.108027 [ 3 ] {7e741da0-c3fc-4c0d-a650-fee76c919187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4839 | 2024.08.16 07:19:03.108150 [ 3 ] {7e741da0-c3fc-4c0d-a650-fee76c919187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4840 | 2024.08.16 07:19:03.108533 [ 3 ] {7e741da0-c3fc-4c0d-a650-fee76c919187} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4841 | 2024.08.16 07:19:03.108569 [ 3 ] {7e741da0-c3fc-4c0d-a650-fee76c919187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4842 | 2024.08.16 07:19:03.108884 [ 3 ] {7e741da0-c3fc-4c0d-a650-fee76c919187} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4843 | 2024.08.16 07:19:03.109195 [ 3 ] {7e741da0-c3fc-4c0d-a650-fee76c919187} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4844 | 2024.08.16 07:19:03.109329 [ 3 ] {7e741da0-c3fc-4c0d-a650-fee76c919187} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001399 sec., 70764.83202287348 rows/sec., 5.53 MiB/sec. | ||
4845 | 2024.08.16 07:19:03.109501 [ 3 ] {7e741da0-c3fc-4c0d-a650-fee76c919187} <Debug> DynamicQueryHandler: Done processing query | ||
4846 | 2024.08.16 07:19:03.109527 [ 3 ] {7e741da0-c3fc-4c0d-a650-fee76c919187} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4847 | 2024.08.16 07:19:03.109542 [ 3 ] {} <Debug> HTTP-Session: 19b6c4e0-3478-4ef5-8f13-166826cd57bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4848 | 2024.08.16 07:19:03.109711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4849 | 2024.08.16 07:19:03.109760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4850 | 2024.08.16 07:19:03.109780 [ 3 ] {} <Debug> HTTP-Session: 6dd580d7-c6bf-4420-9c14-6a1eb3a651f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4851 | 2024.08.16 07:19:03.109796 [ 3 ] {} <Debug> HTTP-Session: 6dd580d7-c6bf-4420-9c14-6a1eb3a651f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4852 | 2024.08.16 07:19:03.109810 [ 3 ] {} <Debug> HTTP-Session: 6dd580d7-c6bf-4420-9c14-6a1eb3a651f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4853 | 2024.08.16 07:19:03.109841 [ 3 ] {} <Trace> HTTP-Session: 6dd580d7-c6bf-4420-9c14-6a1eb3a651f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4854 | 2024.08.16 07:19:03.109984 [ 3 ] {9f0952ef-e1cb-4ea4-a0c4-a3eac87c861e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4855 | 2024.08.16 07:19:03.110032 [ 3 ] {9f0952ef-e1cb-4ea4-a0c4-a3eac87c861e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4856 | 2024.08.16 07:19:03.110175 [ 3 ] {9f0952ef-e1cb-4ea4-a0c4-a3eac87c861e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4857 | 2024.08.16 07:19:03.110569 [ 3 ] {9f0952ef-e1cb-4ea4-a0c4-a3eac87c861e} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4858 | 2024.08.16 07:19:03.110605 [ 3 ] {9f0952ef-e1cb-4ea4-a0c4-a3eac87c861e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4859 | 2024.08.16 07:19:03.111000 [ 3 ] {9f0952ef-e1cb-4ea4-a0c4-a3eac87c861e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4860 | 2024.08.16 07:19:03.111339 [ 3 ] {9f0952ef-e1cb-4ea4-a0c4-a3eac87c861e} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4861 | 2024.08.16 07:19:03.111472 [ 3 ] {9f0952ef-e1cb-4ea4-a0c4-a3eac87c861e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001551 sec., 103803.99742101869 rows/sec., 7.23 MiB/sec. | ||
4862 | 2024.08.16 07:19:03.111645 [ 3 ] {9f0952ef-e1cb-4ea4-a0c4-a3eac87c861e} <Debug> DynamicQueryHandler: Done processing query | ||
4863 | 2024.08.16 07:19:03.111671 [ 3 ] {9f0952ef-e1cb-4ea4-a0c4-a3eac87c861e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4864 | 2024.08.16 07:19:03.111687 [ 3 ] {} <Debug> HTTP-Session: 6dd580d7-c6bf-4420-9c14-6a1eb3a651f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4865 | 2024.08.16 07:19:03.111862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 52998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4866 | 2024.08.16 07:19:03.111912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4867 | 2024.08.16 07:19:03.111932 [ 3 ] {} <Debug> HTTP-Session: e333e8db-6a04-4234-8ab3-27f2dd386b8e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4868 | 2024.08.16 07:19:03.111950 [ 3 ] {} <Debug> HTTP-Session: e333e8db-6a04-4234-8ab3-27f2dd386b8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4869 | 2024.08.16 07:19:03.111964 [ 3 ] {} <Debug> HTTP-Session: e333e8db-6a04-4234-8ab3-27f2dd386b8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4870 | 2024.08.16 07:19:03.111995 [ 3 ] {} <Trace> HTTP-Session: e333e8db-6a04-4234-8ab3-27f2dd386b8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4871 | 2024.08.16 07:19:03.112368 [ 3 ] {aa70e684-5f2b-4a4e-9264-c0586c28c99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4872 | 2024.08.16 07:19:03.112435 [ 3 ] {aa70e684-5f2b-4a4e-9264-c0586c28c99d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4873 | 2024.08.16 07:19:03.112837 [ 3 ] {aa70e684-5f2b-4a4e-9264-c0586c28c99d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4874 | 2024.08.16 07:19:03.113575 [ 3 ] {aa70e684-5f2b-4a4e-9264-c0586c28c99d} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4875 | 2024.08.16 07:19:03.113611 [ 3 ] {aa70e684-5f2b-4a4e-9264-c0586c28c99d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4876 | 2024.08.16 07:19:03.114251 [ 3 ] {aa70e684-5f2b-4a4e-9264-c0586c28c99d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4877 | 2024.08.16 07:19:03.114667 [ 3 ] {aa70e684-5f2b-4a4e-9264-c0586c28c99d} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4878 | 2024.08.16 07:19:03.114817 [ 3 ] {aa70e684-5f2b-4a4e-9264-c0586c28c99d} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.00273 sec., 12087.91208791209 rows/sec., 21.66 MiB/sec. | ||
4879 | 2024.08.16 07:19:03.115033 [ 3 ] {aa70e684-5f2b-4a4e-9264-c0586c28c99d} <Debug> DynamicQueryHandler: Done processing query | ||
4880 | 2024.08.16 07:19:03.115059 [ 3 ] {aa70e684-5f2b-4a4e-9264-c0586c28c99d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4881 | 2024.08.16 07:19:03.115075 [ 3 ] {} <Debug> HTTP-Session: e333e8db-6a04-4234-8ab3-27f2dd386b8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4882 | 2024.08.16 07:19:03.115216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4883 | 2024.08.16 07:19:03.115267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4884 | 2024.08.16 07:19:03.115287 [ 3 ] {} <Debug> HTTP-Session: 2833a50c-6ab4-4123-a8b3-34c5ee098c6b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4885 | 2024.08.16 07:19:03.115304 [ 3 ] {} <Debug> HTTP-Session: 2833a50c-6ab4-4123-a8b3-34c5ee098c6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4886 | 2024.08.16 07:19:03.115318 [ 3 ] {} <Debug> HTTP-Session: 2833a50c-6ab4-4123-a8b3-34c5ee098c6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4887 | 2024.08.16 07:19:03.115354 [ 3 ] {} <Trace> HTTP-Session: 2833a50c-6ab4-4123-a8b3-34c5ee098c6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4888 | 2024.08.16 07:19:03.115478 [ 3 ] {bb14dc7b-6192-4772-8780-9608f135c5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4889 | 2024.08.16 07:19:03.115523 [ 3 ] {bb14dc7b-6192-4772-8780-9608f135c5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4890 | 2024.08.16 07:19:03.115649 [ 3 ] {bb14dc7b-6192-4772-8780-9608f135c5b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4891 | 2024.08.16 07:19:03.116021 [ 3 ] {bb14dc7b-6192-4772-8780-9608f135c5b1} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4892 | 2024.08.16 07:19:03.116058 [ 3 ] {bb14dc7b-6192-4772-8780-9608f135c5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4893 | 2024.08.16 07:19:03.116419 [ 3 ] {bb14dc7b-6192-4772-8780-9608f135c5b1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4894 | 2024.08.16 07:19:03.116746 [ 3 ] {bb14dc7b-6192-4772-8780-9608f135c5b1} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4895 | 2024.08.16 07:19:03.116878 [ 3 ] {bb14dc7b-6192-4772-8780-9608f135c5b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. | ||
4896 | 2024.08.16 07:19:03.117047 [ 3 ] {bb14dc7b-6192-4772-8780-9608f135c5b1} <Debug> DynamicQueryHandler: Done processing query | ||
4897 | 2024.08.16 07:19:03.117072 [ 3 ] {bb14dc7b-6192-4772-8780-9608f135c5b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4898 | 2024.08.16 07:19:03.117087 [ 3 ] {} <Debug> HTTP-Session: 2833a50c-6ab4-4123-a8b3-34c5ee098c6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4899 | 2024.08.16 07:19:08.102403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4900 | 2024.08.16 07:19:08.102531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4901 | 2024.08.16 07:19:08.102557 [ 3 ] {} <Debug> HTTP-Session: 8584d117-e460-4c51-9623-8d15629f215d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4902 | 2024.08.16 07:19:08.102581 [ 3 ] {} <Debug> HTTP-Session: 8584d117-e460-4c51-9623-8d15629f215d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4903 | 2024.08.16 07:19:08.102596 [ 3 ] {} <Debug> HTTP-Session: 8584d117-e460-4c51-9623-8d15629f215d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4904 | 2024.08.16 07:19:08.102646 [ 3 ] {} <Trace> HTTP-Session: 8584d117-e460-4c51-9623-8d15629f215d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4905 | 2024.08.16 07:19:08.102883 [ 3 ] {24280e8c-e545-4e72-9b67-3f43770d03d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4906 | 2024.08.16 07:19:08.102953 [ 3 ] {24280e8c-e545-4e72-9b67-3f43770d03d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4907 | 2024.08.16 07:19:08.103152 [ 3 ] {24280e8c-e545-4e72-9b67-3f43770d03d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4908 | 2024.08.16 07:19:08.103702 [ 3 ] {24280e8c-e545-4e72-9b67-3f43770d03d3} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4909 | 2024.08.16 07:19:08.103745 [ 3 ] {24280e8c-e545-4e72-9b67-3f43770d03d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4910 | 2024.08.16 07:19:08.104131 [ 3 ] {24280e8c-e545-4e72-9b67-3f43770d03d3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4911 | 2024.08.16 07:19:08.104480 [ 3 ] {24280e8c-e545-4e72-9b67-3f43770d03d3} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4912 | 2024.08.16 07:19:08.104641 [ 3 ] {24280e8c-e545-4e72-9b67-3f43770d03d3} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001854 sec., 101941.74757281554 rows/sec., 8.88 MiB/sec. | ||
4913 | 2024.08.16 07:19:08.104846 [ 3 ] {24280e8c-e545-4e72-9b67-3f43770d03d3} <Debug> DynamicQueryHandler: Done processing query | ||
4914 | 2024.08.16 07:19:08.104874 [ 3 ] {24280e8c-e545-4e72-9b67-3f43770d03d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4915 | 2024.08.16 07:19:08.104891 [ 3 ] {} <Debug> HTTP-Session: 8584d117-e460-4c51-9623-8d15629f215d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4916 | 2024.08.16 07:19:08.105039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4917 | 2024.08.16 07:19:08.105091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4918 | 2024.08.16 07:19:08.105110 [ 3 ] {} <Debug> HTTP-Session: 811f40b2-b60a-4b10-9745-0aba14bf671d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4919 | 2024.08.16 07:19:08.105126 [ 3 ] {} <Debug> HTTP-Session: 811f40b2-b60a-4b10-9745-0aba14bf671d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4920 | 2024.08.16 07:19:08.105140 [ 3 ] {} <Debug> HTTP-Session: 811f40b2-b60a-4b10-9745-0aba14bf671d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4921 | 2024.08.16 07:19:08.105171 [ 3 ] {} <Trace> HTTP-Session: 811f40b2-b60a-4b10-9745-0aba14bf671d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4922 | 2024.08.16 07:19:08.105271 [ 3 ] {e1a60859-ada4-4a5f-8fee-96af3f9d6ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4923 | 2024.08.16 07:19:08.105316 [ 3 ] {e1a60859-ada4-4a5f-8fee-96af3f9d6ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4924 | 2024.08.16 07:19:08.105446 [ 3 ] {e1a60859-ada4-4a5f-8fee-96af3f9d6ada} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4925 | 2024.08.16 07:19:08.105767 [ 3 ] {e1a60859-ada4-4a5f-8fee-96af3f9d6ada} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4926 | 2024.08.16 07:19:08.105806 [ 3 ] {e1a60859-ada4-4a5f-8fee-96af3f9d6ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4927 | 2024.08.16 07:19:08.106142 [ 3 ] {e1a60859-ada4-4a5f-8fee-96af3f9d6ada} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4928 | 2024.08.16 07:19:08.106458 [ 3 ] {e1a60859-ada4-4a5f-8fee-96af3f9d6ada} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4929 | 2024.08.16 07:19:08.106610 [ 3 ] {e1a60859-ada4-4a5f-8fee-96af3f9d6ada} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001357 sec., 10316.875460574798 rows/sec., 722.53 KiB/sec. | ||
4930 | 2024.08.16 07:19:08.106788 [ 3 ] {e1a60859-ada4-4a5f-8fee-96af3f9d6ada} <Debug> DynamicQueryHandler: Done processing query | ||
4931 | 2024.08.16 07:19:08.106814 [ 3 ] {e1a60859-ada4-4a5f-8fee-96af3f9d6ada} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4932 | 2024.08.16 07:19:08.106830 [ 3 ] {} <Debug> HTTP-Session: 811f40b2-b60a-4b10-9745-0aba14bf671d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4933 | 2024.08.16 07:19:08.106980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4934 | 2024.08.16 07:19:08.107029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4935 | 2024.08.16 07:19:08.107049 [ 3 ] {} <Debug> HTTP-Session: e8ea0451-16bd-4f91-8506-93741a89dfde Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4936 | 2024.08.16 07:19:08.107066 [ 3 ] {} <Debug> HTTP-Session: e8ea0451-16bd-4f91-8506-93741a89dfde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4937 | 2024.08.16 07:19:08.107080 [ 3 ] {} <Debug> HTTP-Session: e8ea0451-16bd-4f91-8506-93741a89dfde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4938 | 2024.08.16 07:19:08.107111 [ 3 ] {} <Trace> HTTP-Session: e8ea0451-16bd-4f91-8506-93741a89dfde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4939 | 2024.08.16 07:19:08.107205 [ 3 ] {f4ed770a-7ab4-44b3-8cbd-8094ab7e8f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4940 | 2024.08.16 07:19:08.107252 [ 3 ] {f4ed770a-7ab4-44b3-8cbd-8094ab7e8f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4941 | 2024.08.16 07:19:08.107382 [ 3 ] {f4ed770a-7ab4-44b3-8cbd-8094ab7e8f3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4942 | 2024.08.16 07:19:08.107666 [ 3 ] {f4ed770a-7ab4-44b3-8cbd-8094ab7e8f3b} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4943 | 2024.08.16 07:19:08.107704 [ 3 ] {f4ed770a-7ab4-44b3-8cbd-8094ab7e8f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4944 | 2024.08.16 07:19:08.108013 [ 3 ] {f4ed770a-7ab4-44b3-8cbd-8094ab7e8f3b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4945 | 2024.08.16 07:19:08.108323 [ 3 ] {f4ed770a-7ab4-44b3-8cbd-8094ab7e8f3b} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4946 | 2024.08.16 07:19:08.108475 [ 3 ] {f4ed770a-7ab4-44b3-8cbd-8094ab7e8f3b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001285 sec., 4669.260700389105 rows/sec., 275.87 KiB/sec. | ||
4947 | 2024.08.16 07:19:08.108645 [ 3 ] {f4ed770a-7ab4-44b3-8cbd-8094ab7e8f3b} <Debug> DynamicQueryHandler: Done processing query | ||
4948 | 2024.08.16 07:19:08.108672 [ 3 ] {f4ed770a-7ab4-44b3-8cbd-8094ab7e8f3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4949 | 2024.08.16 07:19:08.108688 [ 3 ] {} <Debug> HTTP-Session: e8ea0451-16bd-4f91-8506-93741a89dfde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4950 | 2024.08.16 07:19:08.108928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4951 | 2024.08.16 07:19:08.108978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4952 | 2024.08.16 07:19:08.108997 [ 3 ] {} <Debug> HTTP-Session: 95737eea-4d58-4a06-90e0-9319782c779c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4953 | 2024.08.16 07:19:08.109014 [ 3 ] {} <Debug> HTTP-Session: 95737eea-4d58-4a06-90e0-9319782c779c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4954 | 2024.08.16 07:19:08.109028 [ 3 ] {} <Debug> HTTP-Session: 95737eea-4d58-4a06-90e0-9319782c779c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4955 | 2024.08.16 07:19:08.109058 [ 3 ] {} <Trace> HTTP-Session: 95737eea-4d58-4a06-90e0-9319782c779c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4956 | 2024.08.16 07:19:08.109254 [ 3 ] {1d9f6869-7e15-4f8c-b302-5bdaa3f0a8bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4957 | 2024.08.16 07:19:08.109299 [ 3 ] {1d9f6869-7e15-4f8c-b302-5bdaa3f0a8bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4958 | 2024.08.16 07:19:08.109427 [ 3 ] {1d9f6869-7e15-4f8c-b302-5bdaa3f0a8bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4959 | 2024.08.16 07:19:08.109957 [ 3 ] {1d9f6869-7e15-4f8c-b302-5bdaa3f0a8bd} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4960 | 2024.08.16 07:19:08.109995 [ 3 ] {1d9f6869-7e15-4f8c-b302-5bdaa3f0a8bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4961 | 2024.08.16 07:19:08.110324 [ 3 ] {1d9f6869-7e15-4f8c-b302-5bdaa3f0a8bd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4962 | 2024.08.16 07:19:08.110632 [ 3 ] {1d9f6869-7e15-4f8c-b302-5bdaa3f0a8bd} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4963 | 2024.08.16 07:19:08.110790 [ 3 ] {1d9f6869-7e15-4f8c-b302-5bdaa3f0a8bd} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00164 sec., 232926.8292682927 rows/sec., 16.48 MiB/sec. | ||
4964 | 2024.08.16 07:19:08.110956 [ 3 ] {1d9f6869-7e15-4f8c-b302-5bdaa3f0a8bd} <Debug> DynamicQueryHandler: Done processing query | ||
4965 | 2024.08.16 07:19:08.110981 [ 3 ] {1d9f6869-7e15-4f8c-b302-5bdaa3f0a8bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4966 | 2024.08.16 07:19:08.110996 [ 3 ] {} <Debug> HTTP-Session: 95737eea-4d58-4a06-90e0-9319782c779c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4967 | 2024.08.16 07:19:08.111165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4968 | 2024.08.16 07:19:08.111215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4969 | 2024.08.16 07:19:08.111233 [ 3 ] {} <Debug> HTTP-Session: f3f1bfc6-4fae-4d8d-9f04-5352bbec4d34 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4970 | 2024.08.16 07:19:08.111251 [ 3 ] {} <Debug> HTTP-Session: f3f1bfc6-4fae-4d8d-9f04-5352bbec4d34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4971 | 2024.08.16 07:19:08.111265 [ 3 ] {} <Debug> HTTP-Session: f3f1bfc6-4fae-4d8d-9f04-5352bbec4d34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4972 | 2024.08.16 07:19:08.111295 [ 3 ] {} <Trace> HTTP-Session: f3f1bfc6-4fae-4d8d-9f04-5352bbec4d34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4973 | 2024.08.16 07:19:08.111397 [ 3 ] {1c6d3acd-ea46-4c02-954a-66084edee18a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4974 | 2024.08.16 07:19:08.111441 [ 3 ] {1c6d3acd-ea46-4c02-954a-66084edee18a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4975 | 2024.08.16 07:19:08.111572 [ 3 ] {1c6d3acd-ea46-4c02-954a-66084edee18a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4976 | 2024.08.16 07:19:08.111850 [ 3 ] {1c6d3acd-ea46-4c02-954a-66084edee18a} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4977 | 2024.08.16 07:19:08.111888 [ 3 ] {1c6d3acd-ea46-4c02-954a-66084edee18a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4978 | 2024.08.16 07:19:08.112253 [ 3 ] {1c6d3acd-ea46-4c02-954a-66084edee18a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4979 | 2024.08.16 07:19:08.112586 [ 3 ] {1c6d3acd-ea46-4c02-954a-66084edee18a} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4980 | 2024.08.16 07:19:08.112734 [ 3 ] {1c6d3acd-ea46-4c02-954a-66084edee18a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 230.84 KiB/sec. | ||
4981 | 2024.08.16 07:19:08.113040 [ 3 ] {1c6d3acd-ea46-4c02-954a-66084edee18a} <Debug> DynamicQueryHandler: Done processing query | ||
4982 | 2024.08.16 07:19:08.113065 [ 3 ] {1c6d3acd-ea46-4c02-954a-66084edee18a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4983 | 2024.08.16 07:19:08.113082 [ 3 ] {} <Debug> HTTP-Session: f3f1bfc6-4fae-4d8d-9f04-5352bbec4d34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4984 | 2024.08.16 07:19:08.113277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4985 | 2024.08.16 07:19:08.113336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4986 | 2024.08.16 07:19:08.113357 [ 3 ] {} <Debug> HTTP-Session: 5b17609c-5034-4af2-b6af-b8a22ad034ea Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
4987 | 2024.08.16 07:19:08.113374 [ 3 ] {} <Debug> HTTP-Session: 5b17609c-5034-4af2-b6af-b8a22ad034ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4988 | 2024.08.16 07:19:08.113391 [ 3 ] {} <Debug> HTTP-Session: 5b17609c-5034-4af2-b6af-b8a22ad034ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4989 | 2024.08.16 07:19:08.113423 [ 3 ] {} <Trace> HTTP-Session: 5b17609c-5034-4af2-b6af-b8a22ad034ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4990 | 2024.08.16 07:19:08.113634 [ 3 ] {e5a6411c-e4a8-44aa-9e3d-4be7281e4b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4991 | 2024.08.16 07:19:08.113685 [ 3 ] {e5a6411c-e4a8-44aa-9e3d-4be7281e4b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4992 | 2024.08.16 07:19:08.113858 [ 3 ] {e5a6411c-e4a8-44aa-9e3d-4be7281e4b3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4993 | 2024.08.16 07:19:08.114311 [ 3 ] {e5a6411c-e4a8-44aa-9e3d-4be7281e4b3b} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4994 | 2024.08.16 07:19:08.114350 [ 3 ] {e5a6411c-e4a8-44aa-9e3d-4be7281e4b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
4995 | 2024.08.16 07:19:08.114745 [ 3 ] {e5a6411c-e4a8-44aa-9e3d-4be7281e4b3b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4996 | 2024.08.16 07:19:08.115093 [ 3 ] {e5a6411c-e4a8-44aa-9e3d-4be7281e4b3b} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4997 | 2024.08.16 07:19:08.115254 [ 3 ] {e5a6411c-e4a8-44aa-9e3d-4be7281e4b3b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00173 sec., 136994.2196531792 rows/sec., 9.18 MiB/sec. | ||
4998 | 2024.08.16 07:19:08.115605 [ 3 ] {e5a6411c-e4a8-44aa-9e3d-4be7281e4b3b} <Debug> DynamicQueryHandler: Done processing query | ||
4999 | 2024.08.16 07:19:08.115631 [ 3 ] {e5a6411c-e4a8-44aa-9e3d-4be7281e4b3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5000 | 2024.08.16 07:19:08.115647 [ 3 ] {} <Debug> HTTP-Session: 5b17609c-5034-4af2-b6af-b8a22ad034ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5001 | 2024.08.16 07:19:08.115813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5002 | 2024.08.16 07:19:08.115864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5003 | 2024.08.16 07:19:08.115884 [ 3 ] {} <Debug> HTTP-Session: f32352d1-61bd-45b5-870b-026a9280270b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5004 | 2024.08.16 07:19:08.115901 [ 3 ] {} <Debug> HTTP-Session: f32352d1-61bd-45b5-870b-026a9280270b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5005 | 2024.08.16 07:19:08.115915 [ 3 ] {} <Debug> HTTP-Session: f32352d1-61bd-45b5-870b-026a9280270b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5006 | 2024.08.16 07:19:08.115946 [ 3 ] {} <Trace> HTTP-Session: f32352d1-61bd-45b5-870b-026a9280270b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5007 | 2024.08.16 07:19:08.116041 [ 3 ] {8c538975-3ba0-4e29-b454-5d0058cd5deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5008 | 2024.08.16 07:19:08.116089 [ 3 ] {8c538975-3ba0-4e29-b454-5d0058cd5deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5009 | 2024.08.16 07:19:08.116240 [ 3 ] {8c538975-3ba0-4e29-b454-5d0058cd5deb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5010 | 2024.08.16 07:19:08.116503 [ 3 ] {8c538975-3ba0-4e29-b454-5d0058cd5deb} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5011 | 2024.08.16 07:19:08.116540 [ 3 ] {8c538975-3ba0-4e29-b454-5d0058cd5deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5012 | 2024.08.16 07:19:08.116888 [ 3 ] {8c538975-3ba0-4e29-b454-5d0058cd5deb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5013 | 2024.08.16 07:19:08.117198 [ 3 ] {8c538975-3ba0-4e29-b454-5d0058cd5deb} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5014 | 2024.08.16 07:19:08.117362 [ 3 ] {8c538975-3ba0-4e29-b454-5d0058cd5deb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001337 sec., 747.9431563201197 rows/sec., 50.40 KiB/sec. | ||
5015 | 2024.08.16 07:19:08.117361 [ 55 ] {} <Debug> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5016 | 2024.08.16 07:19:08.117473 [ 55 ] {} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5017 | 2024.08.16 07:19:08.117519 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5018 | 2024.08.16 07:19:08.117646 [ 3 ] {8c538975-3ba0-4e29-b454-5d0058cd5deb} <Debug> DynamicQueryHandler: Done processing query | ||
5019 | 2024.08.16 07:19:08.117718 [ 3 ] {8c538975-3ba0-4e29-b454-5d0058cd5deb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5020 | 2024.08.16 07:19:08.117786 [ 3 ] {} <Debug> HTTP-Session: f32352d1-61bd-45b5-870b-026a9280270b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5021 | 2024.08.16 07:19:08.118007 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::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 | ||
5022 | 2024.08.16 07:19:08.118026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5023 | 2024.08.16 07:19:08.118170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5024 | 2024.08.16 07:19:08.118234 [ 3 ] {} <Debug> HTTP-Session: ed6c56ca-7418-4e1e-9351-2a11d979cf66 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5025 | 2024.08.16 07:19:08.118281 [ 3 ] {} <Debug> HTTP-Session: ed6c56ca-7418-4e1e-9351-2a11d979cf66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5026 | 2024.08.16 07:19:08.118328 [ 3 ] {} <Debug> HTTP-Session: ed6c56ca-7418-4e1e-9351-2a11d979cf66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5027 | 2024.08.16 07:19:08.118389 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5028 | 2024.08.16 07:19:08.118406 [ 3 ] {} <Trace> HTTP-Session: ed6c56ca-7418-4e1e-9351-2a11d979cf66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5029 | 2024.08.16 07:19:08.118462 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
5030 | 2024.08.16 07:19:08.118648 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
5031 | 2024.08.16 07:19:08.118805 [ 3 ] {7d7c5c9c-bd9d-4eb6-89f6-ab38bab8d34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5032 | 2024.08.16 07:19:08.118907 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
5033 | 2024.08.16 07:19:08.118961 [ 3 ] {7d7c5c9c-bd9d-4eb6-89f6-ab38bab8d34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5034 | 2024.08.16 07:19:08.119271 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
5035 | 2024.08.16 07:19:08.119586 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
5036 | 2024.08.16 07:19:08.119929 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
5037 | 2024.08.16 07:19:08.120222 [ 3 ] {7d7c5c9c-bd9d-4eb6-89f6-ab38bab8d34c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5038 | 2024.08.16 07:19:08.121076 [ 3 ] {7d7c5c9c-bd9d-4eb6-89f6-ab38bab8d34c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5039 | 2024.08.16 07:19:08.121146 [ 3 ] {7d7c5c9c-bd9d-4eb6-89f6-ab38bab8d34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5040 | 2024.08.16 07:19:08.122226 [ 3 ] {7d7c5c9c-bd9d-4eb6-89f6-ab38bab8d34c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5041 | 2024.08.16 07:19:08.122939 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.005324433 sec., 1878.1342539196191 rows/sec., 126.55 KiB/sec. | ||
5042 | 2024.08.16 07:19:08.123137 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5043 | 2024.08.16 07:19:08.123237 [ 3 ] {7d7c5c9c-bd9d-4eb6-89f6-ab38bab8d34c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5044 | 2024.08.16 07:19:08.123550 [ 3 ] {7d7c5c9c-bd9d-4eb6-89f6-ab38bab8d34c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004967 sec., 16508.959130259715 rows/sec., 1.05 MiB/sec. | ||
5045 | 2024.08.16 07:19:08.123993 [ 3 ] {7d7c5c9c-bd9d-4eb6-89f6-ab38bab8d34c} <Debug> DynamicQueryHandler: Done processing query | ||
5046 | 2024.08.16 07:19:08.124034 [ 3 ] {7d7c5c9c-bd9d-4eb6-89f6-ab38bab8d34c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5047 | 2024.08.16 07:19:08.124075 [ 3 ] {} <Debug> HTTP-Session: ed6c56ca-7418-4e1e-9351-2a11d979cf66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5048 | 2024.08.16 07:19:08.124105 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_10_2} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5049 | 2024.08.16 07:19:08.124206 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_10_2} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5050 | 2024.08.16 07:19:08.124297 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5051 | 2024.08.16 07:19:12.478923 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5052 | 2024.08.16 07:19:12.479018 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5053 | 2024.08.16 07:19:13.099676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5054 | 2024.08.16 07:19:13.099796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5055 | 2024.08.16 07:19:13.099823 [ 3 ] {} <Debug> HTTP-Session: b5835488-bead-4380-a2c1-28b1c0e77569 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5056 | 2024.08.16 07:19:13.099848 [ 3 ] {} <Debug> HTTP-Session: b5835488-bead-4380-a2c1-28b1c0e77569 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5057 | 2024.08.16 07:19:13.099863 [ 3 ] {} <Debug> HTTP-Session: b5835488-bead-4380-a2c1-28b1c0e77569 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5058 | 2024.08.16 07:19:13.099915 [ 3 ] {} <Trace> HTTP-Session: b5835488-bead-4380-a2c1-28b1c0e77569 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5059 | 2024.08.16 07:19:13.100117 [ 3 ] {aafe7fa9-aa81-4197-8cb2-eeb8e0ccf9d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5060 | 2024.08.16 07:19:13.100193 [ 3 ] {aafe7fa9-aa81-4197-8cb2-eeb8e0ccf9d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5061 | 2024.08.16 07:19:13.100395 [ 3 ] {aafe7fa9-aa81-4197-8cb2-eeb8e0ccf9d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5062 | 2024.08.16 07:19:13.100877 [ 3 ] {aafe7fa9-aa81-4197-8cb2-eeb8e0ccf9d5} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5063 | 2024.08.16 07:19:13.100932 [ 3 ] {aafe7fa9-aa81-4197-8cb2-eeb8e0ccf9d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5064 | 2024.08.16 07:19:13.101316 [ 3 ] {aafe7fa9-aa81-4197-8cb2-eeb8e0ccf9d5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5065 | 2024.08.16 07:19:13.101680 [ 3 ] {aafe7fa9-aa81-4197-8cb2-eeb8e0ccf9d5} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5066 | 2024.08.16 07:19:13.101828 [ 3 ] {aafe7fa9-aa81-4197-8cb2-eeb8e0ccf9d5} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001776 sec., 18581.08108108108 rows/sec., 1.47 MiB/sec. | ||
5067 | 2024.08.16 07:19:13.102029 [ 3 ] {aafe7fa9-aa81-4197-8cb2-eeb8e0ccf9d5} <Debug> DynamicQueryHandler: Done processing query | ||
5068 | 2024.08.16 07:19:13.102056 [ 3 ] {aafe7fa9-aa81-4197-8cb2-eeb8e0ccf9d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5069 | 2024.08.16 07:19:13.102073 [ 3 ] {} <Debug> HTTP-Session: b5835488-bead-4380-a2c1-28b1c0e77569 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5070 | 2024.08.16 07:19:13.102265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5071 | 2024.08.16 07:19:13.102319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5072 | 2024.08.16 07:19:13.102339 [ 3 ] {} <Debug> HTTP-Session: 2ba2de7e-be43-4cee-a8a7-5da2358ea0bd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5073 | 2024.08.16 07:19:13.102366 [ 3 ] {} <Debug> HTTP-Session: 2ba2de7e-be43-4cee-a8a7-5da2358ea0bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5074 | 2024.08.16 07:19:13.102380 [ 3 ] {} <Debug> HTTP-Session: 2ba2de7e-be43-4cee-a8a7-5da2358ea0bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5075 | 2024.08.16 07:19:13.102412 [ 3 ] {} <Trace> HTTP-Session: 2ba2de7e-be43-4cee-a8a7-5da2358ea0bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5076 | 2024.08.16 07:19:13.102558 [ 3 ] {e917a09b-c627-4a2b-b50c-19c82ae2faf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5077 | 2024.08.16 07:19:13.102603 [ 3 ] {e917a09b-c627-4a2b-b50c-19c82ae2faf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5078 | 2024.08.16 07:19:13.102729 [ 3 ] {e917a09b-c627-4a2b-b50c-19c82ae2faf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5079 | 2024.08.16 07:19:13.103196 [ 3 ] {e917a09b-c627-4a2b-b50c-19c82ae2faf9} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5080 | 2024.08.16 07:19:13.103234 [ 3 ] {e917a09b-c627-4a2b-b50c-19c82ae2faf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5081 | 2024.08.16 07:19:13.103552 [ 3 ] {e917a09b-c627-4a2b-b50c-19c82ae2faf9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5082 | 2024.08.16 07:19:13.103855 [ 3 ] {e917a09b-c627-4a2b-b50c-19c82ae2faf9} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5083 | 2024.08.16 07:19:13.103978 [ 3 ] {e917a09b-c627-4a2b-b50c-19c82ae2faf9} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001484 sec., 104447.43935309972 rows/sec., 8.75 MiB/sec. | ||
5084 | 2024.08.16 07:19:13.104159 [ 3 ] {e917a09b-c627-4a2b-b50c-19c82ae2faf9} <Debug> DynamicQueryHandler: Done processing query | ||
5085 | 2024.08.16 07:19:13.104184 [ 3 ] {e917a09b-c627-4a2b-b50c-19c82ae2faf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5086 | 2024.08.16 07:19:13.104201 [ 3 ] {} <Debug> HTTP-Session: 2ba2de7e-be43-4cee-a8a7-5da2358ea0bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5087 | 2024.08.16 07:19:13.104363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5088 | 2024.08.16 07:19:13.104414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5089 | 2024.08.16 07:19:13.104433 [ 3 ] {} <Debug> HTTP-Session: 39d63c0f-f08f-4da5-ab66-aa168382f9d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5090 | 2024.08.16 07:19:13.104450 [ 3 ] {} <Debug> HTTP-Session: 39d63c0f-f08f-4da5-ab66-aa168382f9d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5091 | 2024.08.16 07:19:13.104463 [ 3 ] {} <Debug> HTTP-Session: 39d63c0f-f08f-4da5-ab66-aa168382f9d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5092 | 2024.08.16 07:19:13.104494 [ 3 ] {} <Trace> HTTP-Session: 39d63c0f-f08f-4da5-ab66-aa168382f9d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5093 | 2024.08.16 07:19:13.104620 [ 3 ] {d408fe02-b7a7-437b-881c-168db32b2e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5094 | 2024.08.16 07:19:13.104662 [ 3 ] {d408fe02-b7a7-437b-881c-168db32b2e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5095 | 2024.08.16 07:19:13.104786 [ 3 ] {d408fe02-b7a7-437b-881c-168db32b2e60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5096 | 2024.08.16 07:19:13.105171 [ 3 ] {d408fe02-b7a7-437b-881c-168db32b2e60} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5097 | 2024.08.16 07:19:13.105209 [ 3 ] {d408fe02-b7a7-437b-881c-168db32b2e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5098 | 2024.08.16 07:19:13.105521 [ 3 ] {d408fe02-b7a7-437b-881c-168db32b2e60} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5099 | 2024.08.16 07:19:13.105831 [ 3 ] {d408fe02-b7a7-437b-881c-168db32b2e60} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5100 | 2024.08.16 07:19:13.105959 [ 3 ] {d408fe02-b7a7-437b-881c-168db32b2e60} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001389 sec., 69834.41324694024 rows/sec., 5.45 MiB/sec. | ||
5101 | 2024.08.16 07:19:13.106123 [ 3 ] {d408fe02-b7a7-437b-881c-168db32b2e60} <Debug> DynamicQueryHandler: Done processing query | ||
5102 | 2024.08.16 07:19:13.106149 [ 3 ] {d408fe02-b7a7-437b-881c-168db32b2e60} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5103 | 2024.08.16 07:19:13.106165 [ 3 ] {} <Debug> HTTP-Session: 39d63c0f-f08f-4da5-ab66-aa168382f9d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5104 | 2024.08.16 07:19:13.106344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5105 | 2024.08.16 07:19:13.106393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5106 | 2024.08.16 07:19:13.106412 [ 3 ] {} <Debug> HTTP-Session: 81396dc1-08ce-4863-93b1-94bca7f29124 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5107 | 2024.08.16 07:19:13.106429 [ 3 ] {} <Debug> HTTP-Session: 81396dc1-08ce-4863-93b1-94bca7f29124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5108 | 2024.08.16 07:19:13.106443 [ 3 ] {} <Debug> HTTP-Session: 81396dc1-08ce-4863-93b1-94bca7f29124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5109 | 2024.08.16 07:19:13.106473 [ 3 ] {} <Trace> HTTP-Session: 81396dc1-08ce-4863-93b1-94bca7f29124 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5110 | 2024.08.16 07:19:13.106627 [ 3 ] {382397c9-162d-4d2a-bd5f-677b357894bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5111 | 2024.08.16 07:19:13.106675 [ 3 ] {382397c9-162d-4d2a-bd5f-677b357894bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5112 | 2024.08.16 07:19:13.106817 [ 3 ] {382397c9-162d-4d2a-bd5f-677b357894bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5113 | 2024.08.16 07:19:13.107226 [ 3 ] {382397c9-162d-4d2a-bd5f-677b357894bc} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5114 | 2024.08.16 07:19:13.107263 [ 3 ] {382397c9-162d-4d2a-bd5f-677b357894bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5115 | 2024.08.16 07:19:13.107653 [ 3 ] {382397c9-162d-4d2a-bd5f-677b357894bc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5116 | 2024.08.16 07:19:13.107993 [ 3 ] {382397c9-162d-4d2a-bd5f-677b357894bc} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5117 | 2024.08.16 07:19:13.108119 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5118 | 2024.08.16 07:19:13.108123 [ 3 ] {382397c9-162d-4d2a-bd5f-677b357894bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
5119 | 2024.08.16 07:19:13.108166 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5120 | 2024.08.16 07:19:13.108208 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5121 | 2024.08.16 07:19:13.108357 [ 3 ] {382397c9-162d-4d2a-bd5f-677b357894bc} <Debug> DynamicQueryHandler: Done processing query | ||
5122 | 2024.08.16 07:19:13.108391 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
5123 | 2024.08.16 07:19:13.108399 [ 3 ] {382397c9-162d-4d2a-bd5f-677b357894bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5124 | 2024.08.16 07:19:13.108480 [ 3 ] {} <Debug> HTTP-Session: 81396dc1-08ce-4863-93b1-94bca7f29124 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5125 | 2024.08.16 07:19:13.108645 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5126 | 2024.08.16 07:19:13.108683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5127 | 2024.08.16 07:19:13.108716 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6865 rows starting from the beginning of the part | ||
5128 | 2024.08.16 07:19:13.108754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5129 | 2024.08.16 07:19:13.108835 [ 3 ] {} <Debug> HTTP-Session: 6259064b-4726-44ed-80a9-c16c0487fa54 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5130 | 2024.08.16 07:19:13.108921 [ 3 ] {} <Debug> HTTP-Session: 6259064b-4726-44ed-80a9-c16c0487fa54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5131 | 2024.08.16 07:19:13.108928 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 163 rows starting from the beginning of the part | ||
5132 | 2024.08.16 07:19:13.108987 [ 3 ] {} <Debug> HTTP-Session: 6259064b-4726-44ed-80a9-c16c0487fa54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5133 | 2024.08.16 07:19:13.109151 [ 3 ] {} <Trace> HTTP-Session: 6259064b-4726-44ed-80a9-c16c0487fa54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5134 | 2024.08.16 07:19:13.109305 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
5135 | 2024.08.16 07:19:13.109607 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part | ||
5136 | 2024.08.16 07:19:13.109816 [ 3 ] {b724e8ab-4225-44cc-b915-263dfcaffb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5137 | 2024.08.16 07:19:13.109882 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
5138 | 2024.08.16 07:19:13.110145 [ 3 ] {b724e8ab-4225-44cc-b915-263dfcaffb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5139 | 2024.08.16 07:19:13.110176 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
5140 | 2024.08.16 07:19:13.111990 [ 3 ] {b724e8ab-4225-44cc-b915-263dfcaffb84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5141 | 2024.08.16 07:19:13.113661 [ 3 ] {b724e8ab-4225-44cc-b915-263dfcaffb84} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5142 | 2024.08.16 07:19:13.113701 [ 3 ] {b724e8ab-4225-44cc-b915-263dfcaffb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5143 | 2024.08.16 07:19:13.114935 [ 3 ] {b724e8ab-4225-44cc-b915-263dfcaffb84} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5144 | 2024.08.16 07:19:13.115442 [ 3 ] {b724e8ab-4225-44cc-b915-263dfcaffb84} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5145 | 2024.08.16 07:19:13.115929 [ 3 ] {b724e8ab-4225-44cc-b915-263dfcaffb84} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.006544 sec., 5042.78728606357 rows/sec., 9.04 MiB/sec. | ||
5146 | 2024.08.16 07:19:13.115959 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7823 rows, containing 5 columns (5 merged, 0 gathered) in 0.007652187 sec., 1022322.1152332006 rows/sec., 68.80 MiB/sec. | ||
5147 | 2024.08.16 07:19:13.116315 [ 3 ] {b724e8ab-4225-44cc-b915-263dfcaffb84} <Debug> DynamicQueryHandler: Done processing query | ||
5148 | 2024.08.16 07:19:13.116345 [ 3 ] {b724e8ab-4225-44cc-b915-263dfcaffb84} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5149 | 2024.08.16 07:19:13.116385 [ 3 ] {} <Debug> HTTP-Session: 6259064b-4726-44ed-80a9-c16c0487fa54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5150 | 2024.08.16 07:19:13.116540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5151 | 2024.08.16 07:19:13.116548 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5152 | 2024.08.16 07:19:13.116636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5153 | 2024.08.16 07:19:13.116706 [ 3 ] {} <Debug> HTTP-Session: ae354362-2622-4721-afc9-58b016fb6d8d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5154 | 2024.08.16 07:19:13.116742 [ 3 ] {} <Debug> HTTP-Session: ae354362-2622-4721-afc9-58b016fb6d8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5155 | 2024.08.16 07:19:13.116758 [ 3 ] {} <Debug> HTTP-Session: ae354362-2622-4721-afc9-58b016fb6d8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5156 | 2024.08.16 07:19:13.116803 [ 3 ] {} <Trace> HTTP-Session: ae354362-2622-4721-afc9-58b016fb6d8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5157 | 2024.08.16 07:19:13.117130 [ 3 ] {8985661e-0b9c-4d31-86fa-459674311cae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5158 | 2024.08.16 07:19:13.117251 [ 3 ] {8985661e-0b9c-4d31-86fa-459674311cae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5159 | 2024.08.16 07:19:13.117589 [ 3 ] {8985661e-0b9c-4d31-86fa-459674311cae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5160 | 2024.08.16 07:19:13.117599 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5161 | 2024.08.16 07:19:13.117791 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5162 | 2024.08.16 07:19:13.117919 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
5163 | 2024.08.16 07:19:13.118069 [ 3 ] {8985661e-0b9c-4d31-86fa-459674311cae} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5164 | 2024.08.16 07:19:13.118111 [ 3 ] {8985661e-0b9c-4d31-86fa-459674311cae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5165 | 2024.08.16 07:19:13.118497 [ 3 ] {8985661e-0b9c-4d31-86fa-459674311cae} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5166 | 2024.08.16 07:19:13.118820 [ 3 ] {8985661e-0b9c-4d31-86fa-459674311cae} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5167 | 2024.08.16 07:19:13.118950 [ 3 ] {8985661e-0b9c-4d31-86fa-459674311cae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002033 sec., 29513.03492375799 rows/sec., 1.99 MiB/sec. | ||
5168 | 2024.08.16 07:19:13.118953 [ 69 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5169 | 2024.08.16 07:19:13.119008 [ 69 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5170 | 2024.08.16 07:19:13.119040 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5171 | 2024.08.16 07:19:13.119197 [ 3 ] {8985661e-0b9c-4d31-86fa-459674311cae} <Debug> DynamicQueryHandler: Done processing query | ||
5172 | 2024.08.16 07:19:13.119279 [ 3 ] {8985661e-0b9c-4d31-86fa-459674311cae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5173 | 2024.08.16 07:19:13.119330 [ 3 ] {} <Debug> HTTP-Session: ae354362-2622-4721-afc9-58b016fb6d8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5174 | 2024.08.16 07:19:13.119347 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
5175 | 2024.08.16 07:19:13.119655 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5176 | 2024.08.16 07:19:13.119700 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 952 rows starting from the beginning of the part | ||
5177 | 2024.08.16 07:19:13.119807 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
5178 | 2024.08.16 07:19:13.119907 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
5179 | 2024.08.16 07:19:13.120136 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
5180 | 2024.08.16 07:19:13.120351 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
5181 | 2024.08.16 07:19:13.120479 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
5182 | 2024.08.16 07:19:13.121891 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 4 columns (4 merged, 0 gathered) in 0.002768324 sec., 468153.2941953326 rows/sec., 30.45 MiB/sec. | ||
5183 | 2024.08.16 07:19:13.122101 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5184 | 2024.08.16 07:19:13.122505 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_21_4} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5185 | 2024.08.16 07:19:13.122585 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_21_4} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5186 | 2024.08.16 07:19:13.122672 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
5187 | 2024.08.16 07:19:18.035973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5188 | 2024.08.16 07:19:18.036104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5189 | 2024.08.16 07:19:18.036129 [ 3 ] {} <Debug> HTTP-Session: 7904670e-cd1c-479e-be69-728eac560de1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5190 | 2024.08.16 07:19:18.036157 [ 3 ] {} <Debug> HTTP-Session: 7904670e-cd1c-479e-be69-728eac560de1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5191 | 2024.08.16 07:19:18.036172 [ 3 ] {} <Debug> HTTP-Session: 7904670e-cd1c-479e-be69-728eac560de1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5192 | 2024.08.16 07:19:18.036221 [ 3 ] {} <Trace> HTTP-Session: 7904670e-cd1c-479e-be69-728eac560de1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5193 | 2024.08.16 07:19:18.036404 [ 3 ] {46128aef-9c88-469b-a3bd-076e13192cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5194 | 2024.08.16 07:19:18.036473 [ 3 ] {46128aef-9c88-469b-a3bd-076e13192cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5195 | 2024.08.16 07:19:18.036673 [ 3 ] {46128aef-9c88-469b-a3bd-076e13192cc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5196 | 2024.08.16 07:19:18.037079 [ 3 ] {46128aef-9c88-469b-a3bd-076e13192cc6} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5197 | 2024.08.16 07:19:18.037124 [ 3 ] {46128aef-9c88-469b-a3bd-076e13192cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5198 | 2024.08.16 07:19:18.037492 [ 3 ] {46128aef-9c88-469b-a3bd-076e13192cc6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5199 | 2024.08.16 07:19:18.037828 [ 3 ] {46128aef-9c88-469b-a3bd-076e13192cc6} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5200 | 2024.08.16 07:19:18.037980 [ 3 ] {46128aef-9c88-469b-a3bd-076e13192cc6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001626 sec., 1230.0123001230013 rows/sec., 100.30 KiB/sec. | ||
5201 | 2024.08.16 07:19:18.038274 [ 3 ] {46128aef-9c88-469b-a3bd-076e13192cc6} <Debug> DynamicQueryHandler: Done processing query | ||
5202 | 2024.08.16 07:19:18.038302 [ 3 ] {46128aef-9c88-469b-a3bd-076e13192cc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5203 | 2024.08.16 07:19:18.038318 [ 3 ] {} <Debug> HTTP-Session: 7904670e-cd1c-479e-be69-728eac560de1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5204 | 2024.08.16 07:19:18.038649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 193457, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5205 | 2024.08.16 07:19:18.038700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5206 | 2024.08.16 07:19:18.038719 [ 3 ] {} <Debug> HTTP-Session: 3ed9c544-181f-4a0b-a337-c7f3d0a717a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5207 | 2024.08.16 07:19:18.038736 [ 3 ] {} <Debug> HTTP-Session: 3ed9c544-181f-4a0b-a337-c7f3d0a717a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5208 | 2024.08.16 07:19:18.038750 [ 3 ] {} <Debug> HTTP-Session: 3ed9c544-181f-4a0b-a337-c7f3d0a717a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5209 | 2024.08.16 07:19:18.038781 [ 3 ] {} <Trace> HTTP-Session: 3ed9c544-181f-4a0b-a337-c7f3d0a717a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5210 | 2024.08.16 07:19:18.039348 [ 3 ] {71a2bb45-ec74-4762-8692-1de65c0e1d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5211 | 2024.08.16 07:19:18.039395 [ 3 ] {71a2bb45-ec74-4762-8692-1de65c0e1d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5212 | 2024.08.16 07:19:18.039543 [ 3 ] {71a2bb45-ec74-4762-8692-1de65c0e1d4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5213 | 2024.08.16 07:19:18.040790 [ 3 ] {71a2bb45-ec74-4762-8692-1de65c0e1d4a} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5214 | 2024.08.16 07:19:18.040828 [ 3 ] {71a2bb45-ec74-4762-8692-1de65c0e1d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5215 | 2024.08.16 07:19:18.041226 [ 3 ] {71a2bb45-ec74-4762-8692-1de65c0e1d4a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5216 | 2024.08.16 07:19:18.041538 [ 3 ] {71a2bb45-ec74-4762-8692-1de65c0e1d4a} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5217 | 2024.08.16 07:19:18.041694 [ 3 ] {71a2bb45-ec74-4762-8692-1de65c0e1d4a} <Debug> executeQuery: Read 1330 rows, 113.05 KiB in 0.00274 sec., 485401.4598540146 rows/sec., 40.29 MiB/sec. | ||
5218 | 2024.08.16 07:19:18.041871 [ 3 ] {71a2bb45-ec74-4762-8692-1de65c0e1d4a} <Debug> DynamicQueryHandler: Done processing query | ||
5219 | 2024.08.16 07:19:18.041898 [ 3 ] {71a2bb45-ec74-4762-8692-1de65c0e1d4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
5220 | 2024.08.16 07:19:18.041914 [ 3 ] {} <Debug> HTTP-Session: 3ed9c544-181f-4a0b-a337-c7f3d0a717a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5221 | 2024.08.16 07:19:18.042228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5222 | 2024.08.16 07:19:18.042278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5223 | 2024.08.16 07:19:18.042298 [ 3 ] {} <Debug> HTTP-Session: 6c12afd5-43c5-4ec8-bca2-b1a55476a3c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5224 | 2024.08.16 07:19:18.042316 [ 3 ] {} <Debug> HTTP-Session: 6c12afd5-43c5-4ec8-bca2-b1a55476a3c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5225 | 2024.08.16 07:19:18.042331 [ 3 ] {} <Debug> HTTP-Session: 6c12afd5-43c5-4ec8-bca2-b1a55476a3c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5226 | 2024.08.16 07:19:18.042361 [ 3 ] {} <Trace> HTTP-Session: 6c12afd5-43c5-4ec8-bca2-b1a55476a3c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5227 | 2024.08.16 07:19:18.042456 [ 3 ] {4fcdbb8c-beb0-433b-99fd-626e98e25479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5228 | 2024.08.16 07:19:18.042500 [ 3 ] {4fcdbb8c-beb0-433b-99fd-626e98e25479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5229 | 2024.08.16 07:19:18.042630 [ 3 ] {4fcdbb8c-beb0-433b-99fd-626e98e25479} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5230 | 2024.08.16 07:19:18.042932 [ 3 ] {4fcdbb8c-beb0-433b-99fd-626e98e25479} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5231 | 2024.08.16 07:19:18.042970 [ 3 ] {4fcdbb8c-beb0-433b-99fd-626e98e25479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5232 | 2024.08.16 07:19:18.043278 [ 3 ] {4fcdbb8c-beb0-433b-99fd-626e98e25479} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5233 | 2024.08.16 07:19:18.043576 [ 3 ] {4fcdbb8c-beb0-433b-99fd-626e98e25479} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5234 | 2024.08.16 07:19:18.043734 [ 3 ] {4fcdbb8c-beb0-433b-99fd-626e98e25479} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 108.25 KiB/sec. | ||
5235 | 2024.08.16 07:19:18.044019 [ 3 ] {4fcdbb8c-beb0-433b-99fd-626e98e25479} <Debug> DynamicQueryHandler: Done processing query | ||
5236 | 2024.08.16 07:19:18.044047 [ 3 ] {4fcdbb8c-beb0-433b-99fd-626e98e25479} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5237 | 2024.08.16 07:19:18.044066 [ 3 ] {} <Debug> HTTP-Session: 6c12afd5-43c5-4ec8-bca2-b1a55476a3c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5238 | 2024.08.16 07:19:18.044248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5239 | 2024.08.16 07:19:18.044303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5240 | 2024.08.16 07:19:18.044325 [ 3 ] {} <Debug> HTTP-Session: 4302abe9-f377-4265-8ec7-dbc65547454a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5241 | 2024.08.16 07:19:18.044342 [ 3 ] {} <Debug> HTTP-Session: 4302abe9-f377-4265-8ec7-dbc65547454a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5242 | 2024.08.16 07:19:18.044360 [ 3 ] {} <Debug> HTTP-Session: 4302abe9-f377-4265-8ec7-dbc65547454a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5243 | 2024.08.16 07:19:18.044393 [ 3 ] {} <Trace> HTTP-Session: 4302abe9-f377-4265-8ec7-dbc65547454a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5244 | 2024.08.16 07:19:18.044568 [ 3 ] {3a378ec1-9b93-4d9f-a5a0-05d94acc5367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5245 | 2024.08.16 07:19:18.044615 [ 3 ] {3a378ec1-9b93-4d9f-a5a0-05d94acc5367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5246 | 2024.08.16 07:19:18.044790 [ 3 ] {3a378ec1-9b93-4d9f-a5a0-05d94acc5367} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5247 | 2024.08.16 07:19:18.045229 [ 3 ] {3a378ec1-9b93-4d9f-a5a0-05d94acc5367} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5248 | 2024.08.16 07:19:18.045272 [ 3 ] {3a378ec1-9b93-4d9f-a5a0-05d94acc5367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5249 | 2024.08.16 07:19:18.045622 [ 3 ] {3a378ec1-9b93-4d9f-a5a0-05d94acc5367} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5250 | 2024.08.16 07:19:18.045955 [ 3 ] {3a378ec1-9b93-4d9f-a5a0-05d94acc5367} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5251 | 2024.08.16 07:19:18.046120 [ 3 ] {3a378ec1-9b93-4d9f-a5a0-05d94acc5367} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001635 sec., 148012.23241590214 rows/sec., 10.03 MiB/sec. | ||
5252 | 2024.08.16 07:19:18.046123 [ 114 ] {} <Debug> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5253 | 2024.08.16 07:19:18.046218 [ 114 ] {} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5254 | 2024.08.16 07:19:18.046262 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5255 | 2024.08.16 07:19:18.046365 [ 3 ] {3a378ec1-9b93-4d9f-a5a0-05d94acc5367} <Debug> DynamicQueryHandler: Done processing query | ||
5256 | 2024.08.16 07:19:18.046418 [ 3 ] {3a378ec1-9b93-4d9f-a5a0-05d94acc5367} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5257 | 2024.08.16 07:19:18.046451 [ 3 ] {} <Debug> HTTP-Session: 4302abe9-f377-4265-8ec7-dbc65547454a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5258 | 2024.08.16 07:19:18.046462 [ 186 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::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 | ||
5259 | 2024.08.16 07:19:18.046639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5260 | 2024.08.16 07:19:18.046740 [ 186 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5261 | 2024.08.16 07:19:18.046754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5262 | 2024.08.16 07:19:18.046815 [ 3 ] {} <Debug> HTTP-Session: 21eb03b5-251a-4a9f-b371-b1150840e1e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5263 | 2024.08.16 07:19:18.046823 [ 186 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
5264 | 2024.08.16 07:19:18.046844 [ 3 ] {} <Debug> HTTP-Session: 21eb03b5-251a-4a9f-b371-b1150840e1e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5265 | 2024.08.16 07:19:18.046894 [ 3 ] {} <Debug> HTTP-Session: 21eb03b5-251a-4a9f-b371-b1150840e1e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5266 | 2024.08.16 07:19:18.047000 [ 3 ] {} <Trace> HTTP-Session: 21eb03b5-251a-4a9f-b371-b1150840e1e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5267 | 2024.08.16 07:19:18.047117 [ 186 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
5268 | 2024.08.16 07:19:18.047292 [ 3 ] {bb768cc4-fb77-4e78-a534-31051a860fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5269 | 2024.08.16 07:19:18.047412 [ 186 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 242 rows starting from the beginning of the part | ||
5270 | 2024.08.16 07:19:18.047434 [ 3 ] {bb768cc4-fb77-4e78-a534-31051a860fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5271 | 2024.08.16 07:19:18.047742 [ 186 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
5272 | 2024.08.16 07:19:18.048032 [ 186 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
5273 | 2024.08.16 07:19:18.048392 [ 186 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 242 rows starting from the beginning of the part | ||
5274 | 2024.08.16 07:19:18.048500 [ 3 ] {bb768cc4-fb77-4e78-a534-31051a860fb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5275 | 2024.08.16 07:19:18.049391 [ 3 ] {bb768cc4-fb77-4e78-a534-31051a860fb8} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5276 | 2024.08.16 07:19:18.049457 [ 3 ] {bb768cc4-fb77-4e78-a534-31051a860fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5277 | 2024.08.16 07:19:18.050238 [ 3 ] {bb768cc4-fb77-4e78-a534-31051a860fb8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5278 | 2024.08.16 07:19:18.051146 [ 3 ] {bb768cc4-fb77-4e78-a534-31051a860fb8} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5279 | 2024.08.16 07:19:18.051335 [ 186 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.004981935 sec., 154156.96912946476 rows/sec., 9.88 MiB/sec. | ||
5280 | 2024.08.16 07:19:18.051507 [ 3 ] {bb768cc4-fb77-4e78-a534-31051a860fb8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004333 sec., 1384.721901684745 rows/sec., 81.81 KiB/sec. | ||
5281 | 2024.08.16 07:19:18.051707 [ 186 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5282 | 2024.08.16 07:19:18.051979 [ 3 ] {bb768cc4-fb77-4e78-a534-31051a860fb8} <Debug> DynamicQueryHandler: Done processing query | ||
5283 | 2024.08.16 07:19:18.052022 [ 3 ] {bb768cc4-fb77-4e78-a534-31051a860fb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5284 | 2024.08.16 07:19:18.052055 [ 3 ] {} <Debug> HTTP-Session: 21eb03b5-251a-4a9f-b371-b1150840e1e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5285 | 2024.08.16 07:19:18.052378 [ 186 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_11_2} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5286 | 2024.08.16 07:19:18.052462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 137082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5287 | 2024.08.16 07:19:18.052490 [ 186 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_11_2} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5288 | 2024.08.16 07:19:18.052541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5289 | 2024.08.16 07:19:18.052615 [ 3 ] {} <Debug> HTTP-Session: 4e8dd5e0-b1d1-4b72-bce9-ebb211dba13b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5290 | 2024.08.16 07:19:18.052636 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
5291 | 2024.08.16 07:19:18.052646 [ 3 ] {} <Debug> HTTP-Session: 4e8dd5e0-b1d1-4b72-bce9-ebb211dba13b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5292 | 2024.08.16 07:19:18.052689 [ 3 ] {} <Debug> HTTP-Session: 4e8dd5e0-b1d1-4b72-bce9-ebb211dba13b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5293 | 2024.08.16 07:19:18.052722 [ 3 ] {} <Trace> HTTP-Session: 4e8dd5e0-b1d1-4b72-bce9-ebb211dba13b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5294 | 2024.08.16 07:19:18.053182 [ 3 ] {ae208598-06a6-403e-83bd-844258ecfc45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5295 | 2024.08.16 07:19:18.053226 [ 3 ] {ae208598-06a6-403e-83bd-844258ecfc45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5296 | 2024.08.16 07:19:18.053373 [ 3 ] {ae208598-06a6-403e-83bd-844258ecfc45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5297 | 2024.08.16 07:19:18.054203 [ 3 ] {ae208598-06a6-403e-83bd-844258ecfc45} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5298 | 2024.08.16 07:19:18.054240 [ 3 ] {ae208598-06a6-403e-83bd-844258ecfc45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5299 | 2024.08.16 07:19:18.054586 [ 3 ] {ae208598-06a6-403e-83bd-844258ecfc45} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5300 | 2024.08.16 07:19:18.054900 [ 3 ] {ae208598-06a6-403e-83bd-844258ecfc45} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5301 | 2024.08.16 07:19:18.055061 [ 3 ] {ae208598-06a6-403e-83bd-844258ecfc45} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002192 sec., 383211.6788321168 rows/sec., 27.68 MiB/sec. | ||
5302 | 2024.08.16 07:19:18.055228 [ 3 ] {ae208598-06a6-403e-83bd-844258ecfc45} <Debug> DynamicQueryHandler: Done processing query | ||
5303 | 2024.08.16 07:19:18.055252 [ 3 ] {ae208598-06a6-403e-83bd-844258ecfc45} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
5304 | 2024.08.16 07:19:18.055268 [ 3 ] {} <Debug> HTTP-Session: 4e8dd5e0-b1d1-4b72-bce9-ebb211dba13b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5305 | 2024.08.16 07:19:18.055443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5306 | 2024.08.16 07:19:18.055491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5307 | 2024.08.16 07:19:18.055511 [ 3 ] {} <Debug> HTTP-Session: c74a11ae-060a-4cc2-9868-e7282b52562b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5308 | 2024.08.16 07:19:18.055528 [ 3 ] {} <Debug> HTTP-Session: c74a11ae-060a-4cc2-9868-e7282b52562b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5309 | 2024.08.16 07:19:18.055542 [ 3 ] {} <Debug> HTTP-Session: c74a11ae-060a-4cc2-9868-e7282b52562b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5310 | 2024.08.16 07:19:18.055573 [ 3 ] {} <Trace> HTTP-Session: c74a11ae-060a-4cc2-9868-e7282b52562b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5311 | 2024.08.16 07:19:18.055667 [ 3 ] {14dc9f36-bc05-4f14-9858-86fa22e4f13a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5312 | 2024.08.16 07:19:18.055711 [ 3 ] {14dc9f36-bc05-4f14-9858-86fa22e4f13a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5313 | 2024.08.16 07:19:18.055841 [ 3 ] {14dc9f36-bc05-4f14-9858-86fa22e4f13a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5314 | 2024.08.16 07:19:18.056121 [ 3 ] {14dc9f36-bc05-4f14-9858-86fa22e4f13a} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5315 | 2024.08.16 07:19:18.056159 [ 3 ] {14dc9f36-bc05-4f14-9858-86fa22e4f13a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5316 | 2024.08.16 07:19:18.056532 [ 3 ] {14dc9f36-bc05-4f14-9858-86fa22e4f13a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5317 | 2024.08.16 07:19:18.056854 [ 3 ] {14dc9f36-bc05-4f14-9858-86fa22e4f13a} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5318 | 2024.08.16 07:19:18.057017 [ 114 ] {} <Debug> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5319 | 2024.08.16 07:19:18.057020 [ 3 ] {14dc9f36-bc05-4f14-9858-86fa22e4f13a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00137 sec., 4379.56204379562 rows/sec., 228.82 KiB/sec. | ||
5320 | 2024.08.16 07:19:18.057084 [ 114 ] {} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5321 | 2024.08.16 07:19:18.057153 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5322 | 2024.08.16 07:19:18.057305 [ 195 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
5323 | 2024.08.16 07:19:18.057334 [ 3 ] {14dc9f36-bc05-4f14-9858-86fa22e4f13a} <Debug> DynamicQueryHandler: Done processing query | ||
5324 | 2024.08.16 07:19:18.057364 [ 3 ] {14dc9f36-bc05-4f14-9858-86fa22e4f13a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5325 | 2024.08.16 07:19:18.057388 [ 3 ] {} <Debug> HTTP-Session: c74a11ae-060a-4cc2-9868-e7282b52562b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5326 | 2024.08.16 07:19:18.057451 [ 195 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5327 | 2024.08.16 07:19:18.057483 [ 195 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
5328 | 2024.08.16 07:19:18.057568 [ 195 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
5329 | 2024.08.16 07:19:18.057647 [ 195 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
5330 | 2024.08.16 07:19:18.057748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 174410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5331 | 2024.08.16 07:19:18.057978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5332 | 2024.08.16 07:19:18.058068 [ 195 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
5333 | 2024.08.16 07:19:18.058096 [ 3 ] {} <Debug> HTTP-Session: 37af1d87-9a29-42b2-a64a-aaa7023e83bc Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5334 | 2024.08.16 07:19:18.058158 [ 3 ] {} <Debug> HTTP-Session: 37af1d87-9a29-42b2-a64a-aaa7023e83bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5335 | 2024.08.16 07:19:18.058183 [ 3 ] {} <Debug> HTTP-Session: 37af1d87-9a29-42b2-a64a-aaa7023e83bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5336 | 2024.08.16 07:19:18.058223 [ 195 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
5337 | 2024.08.16 07:19:18.058251 [ 3 ] {} <Trace> HTTP-Session: 37af1d87-9a29-42b2-a64a-aaa7023e83bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5338 | 2024.08.16 07:19:18.058472 [ 195 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
5339 | 2024.08.16 07:19:18.059368 [ 3 ] {222354bc-2990-4a55-a5ba-f6e791bfde09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5340 | 2024.08.16 07:19:18.059440 [ 3 ] {222354bc-2990-4a55-a5ba-f6e791bfde09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5341 | 2024.08.16 07:19:18.059766 [ 195 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.002528128 sec., 26106.273100096198 rows/sec., 1.33 MiB/sec. | ||
5342 | 2024.08.16 07:19:18.059802 [ 3 ] {222354bc-2990-4a55-a5ba-f6e791bfde09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5343 | 2024.08.16 07:19:18.059961 [ 186 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5344 | 2024.08.16 07:19:18.060488 [ 186 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_11_2} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5345 | 2024.08.16 07:19:18.060572 [ 186 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_11_2} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5346 | 2024.08.16 07:19:18.060769 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5347 | 2024.08.16 07:19:18.060989 [ 3 ] {222354bc-2990-4a55-a5ba-f6e791bfde09} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5348 | 2024.08.16 07:19:18.061033 [ 3 ] {222354bc-2990-4a55-a5ba-f6e791bfde09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5349 | 2024.08.16 07:19:18.061476 [ 3 ] {222354bc-2990-4a55-a5ba-f6e791bfde09} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5350 | 2024.08.16 07:19:18.061824 [ 3 ] {222354bc-2990-4a55-a5ba-f6e791bfde09} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5351 | 2024.08.16 07:19:18.061980 [ 3 ] {222354bc-2990-4a55-a5ba-f6e791bfde09} <Debug> executeQuery: Read 922 rows, 63.09 KiB in 0.003424 sec., 269275.7009345794 rows/sec., 18.00 MiB/sec. | ||
5352 | 2024.08.16 07:19:18.062286 [ 3 ] {222354bc-2990-4a55-a5ba-f6e791bfde09} <Debug> DynamicQueryHandler: Done processing query | ||
5353 | 2024.08.16 07:19:18.062317 [ 3 ] {222354bc-2990-4a55-a5ba-f6e791bfde09} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
5354 | 2024.08.16 07:19:18.062333 [ 3 ] {} <Debug> HTTP-Session: 37af1d87-9a29-42b2-a64a-aaa7023e83bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5355 | 2024.08.16 07:19:18.062493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5356 | 2024.08.16 07:19:18.062543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5357 | 2024.08.16 07:19:18.062562 [ 3 ] {} <Debug> HTTP-Session: ee0afea7-a934-46bd-a9ec-37c63a14d6eb Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5358 | 2024.08.16 07:19:18.062578 [ 3 ] {} <Debug> HTTP-Session: ee0afea7-a934-46bd-a9ec-37c63a14d6eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5359 | 2024.08.16 07:19:18.062592 [ 3 ] {} <Debug> HTTP-Session: ee0afea7-a934-46bd-a9ec-37c63a14d6eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5360 | 2024.08.16 07:19:18.062624 [ 3 ] {} <Trace> HTTP-Session: ee0afea7-a934-46bd-a9ec-37c63a14d6eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5361 | 2024.08.16 07:19:18.062719 [ 3 ] {6d5576cb-6a7d-420b-8dd6-47e5b80f4318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5362 | 2024.08.16 07:19:18.062766 [ 3 ] {6d5576cb-6a7d-420b-8dd6-47e5b80f4318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5363 | 2024.08.16 07:19:18.062914 [ 3 ] {6d5576cb-6a7d-420b-8dd6-47e5b80f4318} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5364 | 2024.08.16 07:19:18.063221 [ 3 ] {6d5576cb-6a7d-420b-8dd6-47e5b80f4318} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5365 | 2024.08.16 07:19:18.063257 [ 3 ] {6d5576cb-6a7d-420b-8dd6-47e5b80f4318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5366 | 2024.08.16 07:19:18.063607 [ 3 ] {6d5576cb-6a7d-420b-8dd6-47e5b80f4318} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5367 | 2024.08.16 07:19:18.063929 [ 3 ] {6d5576cb-6a7d-420b-8dd6-47e5b80f4318} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5368 | 2024.08.16 07:19:18.064080 [ 3 ] {6d5576cb-6a7d-420b-8dd6-47e5b80f4318} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001375 sec., 727.2727272727274 rows/sec., 49.01 KiB/sec. | ||
5369 | 2024.08.16 07:19:18.064293 [ 3 ] {6d5576cb-6a7d-420b-8dd6-47e5b80f4318} <Debug> DynamicQueryHandler: Done processing query | ||
5370 | 2024.08.16 07:19:18.064316 [ 3 ] {6d5576cb-6a7d-420b-8dd6-47e5b80f4318} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5371 | 2024.08.16 07:19:18.064332 [ 3 ] {} <Debug> HTTP-Session: ee0afea7-a934-46bd-a9ec-37c63a14d6eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5372 | 2024.08.16 07:19:18.064460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5373 | 2024.08.16 07:19:18.064508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5374 | 2024.08.16 07:19:18.064528 [ 3 ] {} <Debug> HTTP-Session: 4ad949c5-cf22-47d4-ac68-738c3c2e23ba Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5375 | 2024.08.16 07:19:18.064546 [ 3 ] {} <Debug> HTTP-Session: 4ad949c5-cf22-47d4-ac68-738c3c2e23ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5376 | 2024.08.16 07:19:18.064560 [ 3 ] {} <Debug> HTTP-Session: 4ad949c5-cf22-47d4-ac68-738c3c2e23ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5377 | 2024.08.16 07:19:18.064590 [ 3 ] {} <Trace> HTTP-Session: 4ad949c5-cf22-47d4-ac68-738c3c2e23ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5378 | 2024.08.16 07:19:18.064713 [ 3 ] {a4e5230c-b54c-4850-9b87-77a5905af3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5379 | 2024.08.16 07:19:18.064759 [ 3 ] {a4e5230c-b54c-4850-9b87-77a5905af3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5380 | 2024.08.16 07:19:18.064884 [ 3 ] {a4e5230c-b54c-4850-9b87-77a5905af3d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5381 | 2024.08.16 07:19:18.065199 [ 3 ] {a4e5230c-b54c-4850-9b87-77a5905af3d0} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5382 | 2024.08.16 07:19:18.065236 [ 3 ] {a4e5230c-b54c-4850-9b87-77a5905af3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5383 | 2024.08.16 07:19:18.065599 [ 3 ] {a4e5230c-b54c-4850-9b87-77a5905af3d0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5384 | 2024.08.16 07:19:18.065915 [ 3 ] {a4e5230c-b54c-4850-9b87-77a5905af3d0} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5385 | 2024.08.16 07:19:18.066070 [ 3 ] {a4e5230c-b54c-4850-9b87-77a5905af3d0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001388 sec., 59077.8097982709 rows/sec., 3.75 MiB/sec. | ||
5386 | 2024.08.16 07:19:18.066371 [ 3 ] {a4e5230c-b54c-4850-9b87-77a5905af3d0} <Debug> DynamicQueryHandler: Done processing query | ||
5387 | 2024.08.16 07:19:18.066395 [ 3 ] {a4e5230c-b54c-4850-9b87-77a5905af3d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5388 | 2024.08.16 07:19:18.066412 [ 3 ] {} <Debug> HTTP-Session: 4ad949c5-cf22-47d4-ac68-738c3c2e23ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5389 | 2024.08.16 07:19:23.099859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5390 | 2024.08.16 07:19:23.099988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5391 | 2024.08.16 07:19:23.100015 [ 3 ] {} <Debug> HTTP-Session: d6f36b37-b3ee-4106-a617-4daafcb11d54 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5392 | 2024.08.16 07:19:23.100041 [ 3 ] {} <Debug> HTTP-Session: d6f36b37-b3ee-4106-a617-4daafcb11d54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5393 | 2024.08.16 07:19:23.100056 [ 3 ] {} <Debug> HTTP-Session: d6f36b37-b3ee-4106-a617-4daafcb11d54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5394 | 2024.08.16 07:19:23.100107 [ 3 ] {} <Trace> HTTP-Session: d6f36b37-b3ee-4106-a617-4daafcb11d54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5395 | 2024.08.16 07:19:23.100304 [ 3 ] {8c30ad75-0713-4b79-b5b2-1284a9ed2c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5396 | 2024.08.16 07:19:23.100383 [ 3 ] {8c30ad75-0713-4b79-b5b2-1284a9ed2c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5397 | 2024.08.16 07:19:23.100587 [ 3 ] {8c30ad75-0713-4b79-b5b2-1284a9ed2c01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5398 | 2024.08.16 07:19:23.101050 [ 3 ] {8c30ad75-0713-4b79-b5b2-1284a9ed2c01} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5399 | 2024.08.16 07:19:23.101097 [ 3 ] {8c30ad75-0713-4b79-b5b2-1284a9ed2c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5400 | 2024.08.16 07:19:23.101474 [ 3 ] {8c30ad75-0713-4b79-b5b2-1284a9ed2c01} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5401 | 2024.08.16 07:19:23.101818 [ 3 ] {8c30ad75-0713-4b79-b5b2-1284a9ed2c01} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5402 | 2024.08.16 07:19:23.101989 [ 3 ] {8c30ad75-0713-4b79-b5b2-1284a9ed2c01} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001741 sec., 18954.623779437105 rows/sec., 1.50 MiB/sec. | ||
5403 | 2024.08.16 07:19:23.102002 [ 124 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
5404 | 2024.08.16 07:19:23.102099 [ 124 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5405 | 2024.08.16 07:19:23.102150 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5406 | 2024.08.16 07:19:23.102296 [ 3 ] {8c30ad75-0713-4b79-b5b2-1284a9ed2c01} <Debug> DynamicQueryHandler: Done processing query | ||
5407 | 2024.08.16 07:19:23.102323 [ 196 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::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 | ||
5408 | 2024.08.16 07:19:23.102338 [ 3 ] {8c30ad75-0713-4b79-b5b2-1284a9ed2c01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5409 | 2024.08.16 07:19:23.102415 [ 3 ] {} <Debug> HTTP-Session: d6f36b37-b3ee-4106-a617-4daafcb11d54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5410 | 2024.08.16 07:19:23.102567 [ 196 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5411 | 2024.08.16 07:19:23.102620 [ 196 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 33 rows starting from the beginning of the part | ||
5412 | 2024.08.16 07:19:23.102683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5413 | 2024.08.16 07:19:23.102815 [ 196 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part | ||
5414 | 2024.08.16 07:19:23.102834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5415 | 2024.08.16 07:19:23.102910 [ 3 ] {} <Debug> HTTP-Session: 8dacd6c8-a63e-47ec-94ef-b9de63099462 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5416 | 2024.08.16 07:19:23.102971 [ 3 ] {} <Debug> HTTP-Session: 8dacd6c8-a63e-47ec-94ef-b9de63099462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5417 | 2024.08.16 07:19:23.103043 [ 3 ] {} <Debug> HTTP-Session: 8dacd6c8-a63e-47ec-94ef-b9de63099462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5418 | 2024.08.16 07:19:23.103111 [ 196 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part | ||
5419 | 2024.08.16 07:19:23.103171 [ 3 ] {} <Trace> HTTP-Session: 8dacd6c8-a63e-47ec-94ef-b9de63099462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5420 | 2024.08.16 07:19:23.103368 [ 196 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part | ||
5421 | 2024.08.16 07:19:23.103626 [ 3 ] {b339f2fc-e247-4a84-8f71-9769da264f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5422 | 2024.08.16 07:19:23.103632 [ 196 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 33 rows starting from the beginning of the part | ||
5423 | 2024.08.16 07:19:23.103764 [ 3 ] {b339f2fc-e247-4a84-8f71-9769da264f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5424 | 2024.08.16 07:19:23.104393 [ 3 ] {b339f2fc-e247-4a84-8f71-9769da264f54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5425 | 2024.08.16 07:19:23.105303 [ 3 ] {b339f2fc-e247-4a84-8f71-9769da264f54} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5426 | 2024.08.16 07:19:23.105377 [ 3 ] {b339f2fc-e247-4a84-8f71-9769da264f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5427 | 2024.08.16 07:19:23.106111 [ 196 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 4 columns (4 merged, 0 gathered) in 0.00386125 sec., 42732.27581741664 rows/sec., 3.38 MiB/sec. | ||
5428 | 2024.08.16 07:19:23.106266 [ 3 ] {b339f2fc-e247-4a84-8f71-9769da264f54} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5429 | 2024.08.16 07:19:23.106291 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
5430 | 2024.08.16 07:19:23.106747 [ 3 ] {b339f2fc-e247-4a84-8f71-9769da264f54} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5431 | 2024.08.16 07:19:23.106810 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_14_3} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5432 | 2024.08.16 07:19:23.106965 [ 124 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5433 | 2024.08.16 07:19:23.106989 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_14_3} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
5434 | 2024.08.16 07:19:23.106987 [ 3 ] {b339f2fc-e247-4a84-8f71-9769da264f54} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.003548 sec., 43686.583990980835 rows/sec., 3.66 MiB/sec. | ||
5435 | 2024.08.16 07:19:23.107032 [ 124 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5436 | 2024.08.16 07:19:23.107158 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5437 | 2024.08.16 07:19:23.107267 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5438 | 2024.08.16 07:19:23.107503 [ 3 ] {b339f2fc-e247-4a84-8f71-9769da264f54} <Debug> DynamicQueryHandler: Done processing query | ||
5439 | 2024.08.16 07:19:23.107537 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
5440 | 2024.08.16 07:19:23.107563 [ 3 ] {b339f2fc-e247-4a84-8f71-9769da264f54} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5441 | 2024.08.16 07:19:23.107637 [ 3 ] {} <Debug> HTTP-Session: 8dacd6c8-a63e-47ec-94ef-b9de63099462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5442 | 2024.08.16 07:19:23.107970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5443 | 2024.08.16 07:19:23.108089 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5444 | 2024.08.16 07:19:23.108161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5445 | 2024.08.16 07:19:23.108199 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1436 rows starting from the beginning of the part | ||
5446 | 2024.08.16 07:19:23.108233 [ 3 ] {} <Debug> HTTP-Session: 67861ec5-8048-4485-b0d8-2b854bdf286c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5447 | 2024.08.16 07:19:23.108314 [ 3 ] {} <Debug> HTTP-Session: 67861ec5-8048-4485-b0d8-2b854bdf286c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5448 | 2024.08.16 07:19:23.108409 [ 3 ] {} <Debug> HTTP-Session: 67861ec5-8048-4485-b0d8-2b854bdf286c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5449 | 2024.08.16 07:19:23.108548 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 156 rows starting from the beginning of the part | ||
5450 | 2024.08.16 07:19:23.108566 [ 3 ] {} <Trace> HTTP-Session: 67861ec5-8048-4485-b0d8-2b854bdf286c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5451 | 2024.08.16 07:19:23.108801 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 189 rows starting from the beginning of the part | ||
5452 | 2024.08.16 07:19:23.108928 [ 3 ] {b3a83d29-26e0-4c6a-8340-2a190f52ba5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5453 | 2024.08.16 07:19:23.109070 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 155 rows starting from the beginning of the part | ||
5454 | 2024.08.16 07:19:23.109091 [ 3 ] {b3a83d29-26e0-4c6a-8340-2a190f52ba5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5455 | 2024.08.16 07:19:23.109381 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1330 rows starting from the beginning of the part | ||
5456 | 2024.08.16 07:19:23.109719 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 155 rows starting from the beginning of the part | ||
5457 | 2024.08.16 07:19:23.110239 [ 3 ] {b3a83d29-26e0-4c6a-8340-2a190f52ba5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5458 | 2024.08.16 07:19:23.111101 [ 3 ] {b3a83d29-26e0-4c6a-8340-2a190f52ba5a} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5459 | 2024.08.16 07:19:23.111163 [ 3 ] {b3a83d29-26e0-4c6a-8340-2a190f52ba5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5460 | 2024.08.16 07:19:23.111958 [ 3 ] {b3a83d29-26e0-4c6a-8340-2a190f52ba5a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5461 | 2024.08.16 07:19:23.112483 [ 3 ] {b3a83d29-26e0-4c6a-8340-2a190f52ba5a} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5462 | 2024.08.16 07:19:23.112803 [ 3 ] {b3a83d29-26e0-4c6a-8340-2a190f52ba5a} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.004007 sec., 24207.636635887196 rows/sec., 1.89 MiB/sec. | ||
5463 | 2024.08.16 07:19:23.112810 [ 118 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5464 | 2024.08.16 07:19:23.112976 [ 118 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5465 | 2024.08.16 07:19:23.113145 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5466 | 2024.08.16 07:19:23.113535 [ 3 ] {b3a83d29-26e0-4c6a-8340-2a190f52ba5a} <Debug> DynamicQueryHandler: Done processing query | ||
5467 | 2024.08.16 07:19:23.113637 [ 3 ] {b3a83d29-26e0-4c6a-8340-2a190f52ba5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5468 | 2024.08.16 07:19:23.113708 [ 3 ] {} <Debug> HTTP-Session: 67861ec5-8048-4485-b0d8-2b854bdf286c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5469 | 2024.08.16 07:19:23.113746 [ 190 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
5470 | 2024.08.16 07:19:23.113770 [ 195 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3421 rows, containing 4 columns (4 merged, 0 gathered) in 0.006391717 sec., 535223.946867485 rows/sec., 44.67 MiB/sec. | ||
5471 | 2024.08.16 07:19:23.113929 [ 190 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5472 | 2024.08.16 07:19:23.113993 [ 190 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 905 rows starting from the beginning of the part | ||
5473 | 2024.08.16 07:19:23.114009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5474 | 2024.08.16 07:19:23.114136 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5475 | 2024.08.16 07:19:23.114210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5476 | 2024.08.16 07:19:23.114282 [ 190 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 99 rows starting from the beginning of the part | ||
5477 | 2024.08.16 07:19:23.114377 [ 3 ] {} <Debug> HTTP-Session: ad10c796-ae9b-4451-a39f-f3ce94e93e42 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5478 | 2024.08.16 07:19:23.114554 [ 3 ] {} <Debug> HTTP-Session: ad10c796-ae9b-4451-a39f-f3ce94e93e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5479 | 2024.08.16 07:19:23.114634 [ 3 ] {} <Debug> HTTP-Session: ad10c796-ae9b-4451-a39f-f3ce94e93e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5480 | 2024.08.16 07:19:23.114764 [ 190 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 382 rows starting from the beginning of the part | ||
5481 | 2024.08.16 07:19:23.114843 [ 3 ] {} <Trace> HTTP-Session: ad10c796-ae9b-4451-a39f-f3ce94e93e42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5482 | 2024.08.16 07:19:23.115460 [ 190 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 97 rows starting from the beginning of the part | ||
5483 | 2024.08.16 07:19:23.115759 [ 3 ] {c46d7880-cee1-449c-ba5f-5f16d54c597c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5484 | 2024.08.16 07:19:23.115962 [ 190 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 840 rows starting from the beginning of the part | ||
5485 | 2024.08.16 07:19:23.116120 [ 3 ] {c46d7880-cee1-449c-ba5f-5f16d54c597c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5486 | 2024.08.16 07:19:23.116370 [ 190 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 97 rows starting from the beginning of the part | ||
5487 | 2024.08.16 07:19:23.116821 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_26_5} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5488 | 2024.08.16 07:19:23.117230 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_26_5} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5489 | 2024.08.16 07:19:23.117474 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
5490 | 2024.08.16 07:19:23.117916 [ 3 ] {c46d7880-cee1-449c-ba5f-5f16d54c597c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5491 | 2024.08.16 07:19:23.118956 [ 3 ] {c46d7880-cee1-449c-ba5f-5f16d54c597c} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5492 | 2024.08.16 07:19:23.119038 [ 3 ] {c46d7880-cee1-449c-ba5f-5f16d54c597c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5493 | 2024.08.16 07:19:23.119788 [ 3 ] {c46d7880-cee1-449c-ba5f-5f16d54c597c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5494 | 2024.08.16 07:19:23.119986 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 4 columns (4 merged, 0 gathered) in 0.006625853 sec., 365235.9930110131 rows/sec., 26.62 MiB/sec. | ||
5495 | 2024.08.16 07:19:23.120271 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5496 | 2024.08.16 07:19:23.120483 [ 3 ] {c46d7880-cee1-449c-ba5f-5f16d54c597c} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5497 | 2024.08.16 07:19:23.120966 [ 3 ] {c46d7880-cee1-449c-ba5f-5f16d54c597c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005614 sec., 28500.17812611329 rows/sec., 1.98 MiB/sec. | ||
5498 | 2024.08.16 07:19:23.121233 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_26_5} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5499 | 2024.08.16 07:19:23.121341 [ 3 ] {c46d7880-cee1-449c-ba5f-5f16d54c597c} <Debug> DynamicQueryHandler: Done processing query | ||
5500 | 2024.08.16 07:19:23.121356 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_26_5} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5501 | 2024.08.16 07:19:23.121394 [ 3 ] {c46d7880-cee1-449c-ba5f-5f16d54c597c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5502 | 2024.08.16 07:19:23.121429 [ 3 ] {} <Debug> HTTP-Session: ad10c796-ae9b-4451-a39f-f3ce94e93e42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5503 | 2024.08.16 07:19:23.121557 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
5504 | 2024.08.16 07:19:23.121709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5505 | 2024.08.16 07:19:23.121774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5506 | 2024.08.16 07:19:23.121795 [ 3 ] {} <Debug> HTTP-Session: c9ab1ce9-7861-4673-bd4d-e40b85bfe52e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5507 | 2024.08.16 07:19:23.121811 [ 3 ] {} <Debug> HTTP-Session: c9ab1ce9-7861-4673-bd4d-e40b85bfe52e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5508 | 2024.08.16 07:19:23.121826 [ 3 ] {} <Debug> HTTP-Session: c9ab1ce9-7861-4673-bd4d-e40b85bfe52e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5509 | 2024.08.16 07:19:23.121860 [ 3 ] {} <Trace> HTTP-Session: c9ab1ce9-7861-4673-bd4d-e40b85bfe52e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5510 | 2024.08.16 07:19:23.122357 [ 3 ] {ce949df1-7750-4c77-912f-98b28d4d1d7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5511 | 2024.08.16 07:19:23.122432 [ 3 ] {ce949df1-7750-4c77-912f-98b28d4d1d7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5512 | 2024.08.16 07:19:23.122913 [ 3 ] {ce949df1-7750-4c77-912f-98b28d4d1d7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5513 | 2024.08.16 07:19:23.123689 [ 3 ] {ce949df1-7750-4c77-912f-98b28d4d1d7e} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5514 | 2024.08.16 07:19:23.123731 [ 3 ] {ce949df1-7750-4c77-912f-98b28d4d1d7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5515 | 2024.08.16 07:19:23.124423 [ 3 ] {ce949df1-7750-4c77-912f-98b28d4d1d7e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5516 | 2024.08.16 07:19:23.124859 [ 3 ] {ce949df1-7750-4c77-912f-98b28d4d1d7e} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5517 | 2024.08.16 07:19:23.125060 [ 3 ] {ce949df1-7750-4c77-912f-98b28d4d1d7e} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003102 sec., 10638.297872340425 rows/sec., 19.06 MiB/sec. | ||
5518 | 2024.08.16 07:19:23.125302 [ 3 ] {ce949df1-7750-4c77-912f-98b28d4d1d7e} <Debug> DynamicQueryHandler: Done processing query | ||
5519 | 2024.08.16 07:19:23.125328 [ 3 ] {ce949df1-7750-4c77-912f-98b28d4d1d7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5520 | 2024.08.16 07:19:23.125345 [ 3 ] {} <Debug> HTTP-Session: c9ab1ce9-7861-4673-bd4d-e40b85bfe52e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5521 | 2024.08.16 07:19:23.125494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5522 | 2024.08.16 07:19:23.125545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5523 | 2024.08.16 07:19:23.125565 [ 3 ] {} <Debug> HTTP-Session: 2c90f266-bc13-478b-b46e-2c7df809fa23 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5524 | 2024.08.16 07:19:23.125584 [ 3 ] {} <Debug> HTTP-Session: 2c90f266-bc13-478b-b46e-2c7df809fa23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5525 | 2024.08.16 07:19:23.125598 [ 3 ] {} <Debug> HTTP-Session: 2c90f266-bc13-478b-b46e-2c7df809fa23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5526 | 2024.08.16 07:19:23.125629 [ 3 ] {} <Trace> HTTP-Session: 2c90f266-bc13-478b-b46e-2c7df809fa23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5527 | 2024.08.16 07:19:23.125748 [ 3 ] {61c801ab-8ba3-4904-ae32-79a80bd1fd76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5528 | 2024.08.16 07:19:23.125792 [ 3 ] {61c801ab-8ba3-4904-ae32-79a80bd1fd76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5529 | 2024.08.16 07:19:23.125927 [ 3 ] {61c801ab-8ba3-4904-ae32-79a80bd1fd76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5530 | 2024.08.16 07:19:23.126238 [ 3 ] {61c801ab-8ba3-4904-ae32-79a80bd1fd76} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5531 | 2024.08.16 07:19:23.126276 [ 3 ] {61c801ab-8ba3-4904-ae32-79a80bd1fd76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5532 | 2024.08.16 07:19:23.126644 [ 3 ] {61c801ab-8ba3-4904-ae32-79a80bd1fd76} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5533 | 2024.08.16 07:19:23.126972 [ 3 ] {61c801ab-8ba3-4904-ae32-79a80bd1fd76} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5534 | 2024.08.16 07:19:23.127139 [ 3 ] {61c801ab-8ba3-4904-ae32-79a80bd1fd76} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
5535 | 2024.08.16 07:19:23.127459 [ 3 ] {61c801ab-8ba3-4904-ae32-79a80bd1fd76} <Debug> DynamicQueryHandler: Done processing query | ||
5536 | 2024.08.16 07:19:23.127485 [ 3 ] {61c801ab-8ba3-4904-ae32-79a80bd1fd76} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5537 | 2024.08.16 07:19:23.127501 [ 3 ] {} <Debug> HTTP-Session: 2c90f266-bc13-478b-b46e-2c7df809fa23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5538 | 2024.08.16 07:19:27.479065 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5539 | 2024.08.16 07:19:27.479136 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5540 | 2024.08.16 07:19:28.101323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5541 | 2024.08.16 07:19:28.101442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5542 | 2024.08.16 07:19:28.101468 [ 3 ] {} <Debug> HTTP-Session: 2d4da00e-fb10-4c68-82c6-086196e8c4a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5543 | 2024.08.16 07:19:28.101492 [ 3 ] {} <Debug> HTTP-Session: 2d4da00e-fb10-4c68-82c6-086196e8c4a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5544 | 2024.08.16 07:19:28.101507 [ 3 ] {} <Debug> HTTP-Session: 2d4da00e-fb10-4c68-82c6-086196e8c4a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5545 | 2024.08.16 07:19:28.101558 [ 3 ] {} <Trace> HTTP-Session: 2d4da00e-fb10-4c68-82c6-086196e8c4a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5546 | 2024.08.16 07:19:28.101742 [ 3 ] {bad11698-2f5a-474c-9654-b9058f9ca97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5547 | 2024.08.16 07:19:28.101814 [ 3 ] {bad11698-2f5a-474c-9654-b9058f9ca97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5548 | 2024.08.16 07:19:28.102021 [ 3 ] {bad11698-2f5a-474c-9654-b9058f9ca97e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5549 | 2024.08.16 07:19:28.102473 [ 3 ] {bad11698-2f5a-474c-9654-b9058f9ca97e} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5550 | 2024.08.16 07:19:28.102521 [ 3 ] {bad11698-2f5a-474c-9654-b9058f9ca97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5551 | 2024.08.16 07:19:28.102900 [ 3 ] {bad11698-2f5a-474c-9654-b9058f9ca97e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5552 | 2024.08.16 07:19:28.103247 [ 3 ] {bad11698-2f5a-474c-9654-b9058f9ca97e} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5553 | 2024.08.16 07:19:28.103423 [ 3 ] {bad11698-2f5a-474c-9654-b9058f9ca97e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001727 sec., 1158.0775911986102 rows/sec., 94.43 KiB/sec. | ||
5554 | 2024.08.16 07:19:28.103763 [ 3 ] {bad11698-2f5a-474c-9654-b9058f9ca97e} <Debug> DynamicQueryHandler: Done processing query | ||
5555 | 2024.08.16 07:19:28.103792 [ 3 ] {bad11698-2f5a-474c-9654-b9058f9ca97e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5556 | 2024.08.16 07:19:28.103809 [ 3 ] {} <Debug> HTTP-Session: 2d4da00e-fb10-4c68-82c6-086196e8c4a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5557 | 2024.08.16 07:19:28.104023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28483, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5558 | 2024.08.16 07:19:28.104084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5559 | 2024.08.16 07:19:28.104112 [ 3 ] {} <Debug> HTTP-Session: d0243232-10ca-4306-be36-fd6071e663dd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5560 | 2024.08.16 07:19:28.104138 [ 3 ] {} <Debug> HTTP-Session: d0243232-10ca-4306-be36-fd6071e663dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5561 | 2024.08.16 07:19:28.104156 [ 3 ] {} <Debug> HTTP-Session: d0243232-10ca-4306-be36-fd6071e663dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5562 | 2024.08.16 07:19:28.104192 [ 3 ] {} <Trace> HTTP-Session: d0243232-10ca-4306-be36-fd6071e663dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5563 | 2024.08.16 07:19:28.104358 [ 3 ] {06ef0180-53d2-4d89-9b1b-c26ffe8ca199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5564 | 2024.08.16 07:19:28.104406 [ 3 ] {06ef0180-53d2-4d89-9b1b-c26ffe8ca199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5565 | 2024.08.16 07:19:28.104561 [ 3 ] {06ef0180-53d2-4d89-9b1b-c26ffe8ca199} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5566 | 2024.08.16 07:19:28.105020 [ 3 ] {06ef0180-53d2-4d89-9b1b-c26ffe8ca199} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5567 | 2024.08.16 07:19:28.105060 [ 3 ] {06ef0180-53d2-4d89-9b1b-c26ffe8ca199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5568 | 2024.08.16 07:19:28.105401 [ 3 ] {06ef0180-53d2-4d89-9b1b-c26ffe8ca199} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5569 | 2024.08.16 07:19:28.105712 [ 3 ] {06ef0180-53d2-4d89-9b1b-c26ffe8ca199} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5570 | 2024.08.16 07:19:28.105878 [ 3 ] {06ef0180-53d2-4d89-9b1b-c26ffe8ca199} <Debug> executeQuery: Read 190 rows, 16.93 KiB in 0.001589 sec., 119572.0578980491 rows/sec., 10.41 MiB/sec. | ||
5571 | 2024.08.16 07:19:28.106064 [ 3 ] {06ef0180-53d2-4d89-9b1b-c26ffe8ca199} <Debug> DynamicQueryHandler: Done processing query | ||
5572 | 2024.08.16 07:19:28.106090 [ 3 ] {06ef0180-53d2-4d89-9b1b-c26ffe8ca199} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5573 | 2024.08.16 07:19:28.106107 [ 3 ] {} <Debug> HTTP-Session: d0243232-10ca-4306-be36-fd6071e663dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5574 | 2024.08.16 07:19:28.106246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5575 | 2024.08.16 07:19:28.106301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5576 | 2024.08.16 07:19:28.106322 [ 3 ] {} <Debug> HTTP-Session: b518f104-8327-4e15-8a58-4fe403549109 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5577 | 2024.08.16 07:19:28.106338 [ 3 ] {} <Debug> HTTP-Session: b518f104-8327-4e15-8a58-4fe403549109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5578 | 2024.08.16 07:19:28.106352 [ 3 ] {} <Debug> HTTP-Session: b518f104-8327-4e15-8a58-4fe403549109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5579 | 2024.08.16 07:19:28.106386 [ 3 ] {} <Trace> HTTP-Session: b518f104-8327-4e15-8a58-4fe403549109 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5580 | 2024.08.16 07:19:28.106485 [ 3 ] {3d169031-736c-4b15-9709-2e51b7901c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5581 | 2024.08.16 07:19:28.106531 [ 3 ] {3d169031-736c-4b15-9709-2e51b7901c34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5582 | 2024.08.16 07:19:28.106665 [ 3 ] {3d169031-736c-4b15-9709-2e51b7901c34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5583 | 2024.08.16 07:19:28.106954 [ 3 ] {3d169031-736c-4b15-9709-2e51b7901c34} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5584 | 2024.08.16 07:19:28.106992 [ 3 ] {3d169031-736c-4b15-9709-2e51b7901c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5585 | 2024.08.16 07:19:28.107297 [ 3 ] {3d169031-736c-4b15-9709-2e51b7901c34} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5586 | 2024.08.16 07:19:28.107602 [ 3 ] {3d169031-736c-4b15-9709-2e51b7901c34} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5587 | 2024.08.16 07:19:28.107767 [ 3 ] {3d169031-736c-4b15-9709-2e51b7901c34} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001304 sec., 1533.7423312883436 rows/sec., 107.09 KiB/sec. | ||
5588 | 2024.08.16 07:19:28.107944 [ 3 ] {3d169031-736c-4b15-9709-2e51b7901c34} <Debug> DynamicQueryHandler: Done processing query | ||
5589 | 2024.08.16 07:19:28.107969 [ 3 ] {3d169031-736c-4b15-9709-2e51b7901c34} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5590 | 2024.08.16 07:19:28.107985 [ 3 ] {} <Debug> HTTP-Session: b518f104-8327-4e15-8a58-4fe403549109 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5591 | 2024.08.16 07:19:28.108113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5592 | 2024.08.16 07:19:28.108166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5593 | 2024.08.16 07:19:28.108185 [ 3 ] {} <Debug> HTTP-Session: 8b604ea4-d63d-42ac-a6d4-a89bc510ff55 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5594 | 2024.08.16 07:19:28.108201 [ 3 ] {} <Debug> HTTP-Session: 8b604ea4-d63d-42ac-a6d4-a89bc510ff55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5595 | 2024.08.16 07:19:28.108215 [ 3 ] {} <Debug> HTTP-Session: 8b604ea4-d63d-42ac-a6d4-a89bc510ff55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5596 | 2024.08.16 07:19:28.108247 [ 3 ] {} <Trace> HTTP-Session: 8b604ea4-d63d-42ac-a6d4-a89bc510ff55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5597 | 2024.08.16 07:19:28.108348 [ 3 ] {da5cdd9e-0e15-44c7-a6f5-066dc549762f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5598 | 2024.08.16 07:19:28.108390 [ 3 ] {da5cdd9e-0e15-44c7-a6f5-066dc549762f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5599 | 2024.08.16 07:19:28.108523 [ 3 ] {da5cdd9e-0e15-44c7-a6f5-066dc549762f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5600 | 2024.08.16 07:19:28.108822 [ 3 ] {da5cdd9e-0e15-44c7-a6f5-066dc549762f} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5601 | 2024.08.16 07:19:28.108859 [ 3 ] {da5cdd9e-0e15-44c7-a6f5-066dc549762f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5602 | 2024.08.16 07:19:28.109182 [ 3 ] {da5cdd9e-0e15-44c7-a6f5-066dc549762f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5603 | 2024.08.16 07:19:28.109488 [ 3 ] {da5cdd9e-0e15-44c7-a6f5-066dc549762f} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5604 | 2024.08.16 07:19:28.109641 [ 3 ] {da5cdd9e-0e15-44c7-a6f5-066dc549762f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001314 sec., 10654.490106544901 rows/sec., 746.17 KiB/sec. | ||
5605 | 2024.08.16 07:19:28.109795 [ 3 ] {da5cdd9e-0e15-44c7-a6f5-066dc549762f} <Debug> DynamicQueryHandler: Done processing query | ||
5606 | 2024.08.16 07:19:28.109820 [ 3 ] {da5cdd9e-0e15-44c7-a6f5-066dc549762f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5607 | 2024.08.16 07:19:28.109837 [ 3 ] {} <Debug> HTTP-Session: 8b604ea4-d63d-42ac-a6d4-a89bc510ff55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5608 | 2024.08.16 07:19:28.109961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5609 | 2024.08.16 07:19:28.110008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5610 | 2024.08.16 07:19:28.110027 [ 3 ] {} <Debug> HTTP-Session: 7f2bba2c-5b9f-4f93-920a-ab575ae0fc5d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5611 | 2024.08.16 07:19:28.110043 [ 3 ] {} <Debug> HTTP-Session: 7f2bba2c-5b9f-4f93-920a-ab575ae0fc5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5612 | 2024.08.16 07:19:28.110057 [ 3 ] {} <Debug> HTTP-Session: 7f2bba2c-5b9f-4f93-920a-ab575ae0fc5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5613 | 2024.08.16 07:19:28.110088 [ 3 ] {} <Trace> HTTP-Session: 7f2bba2c-5b9f-4f93-920a-ab575ae0fc5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5614 | 2024.08.16 07:19:28.110181 [ 3 ] {d5a87e54-26fc-43fa-8df7-1a786182a360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5615 | 2024.08.16 07:19:28.110224 [ 3 ] {d5a87e54-26fc-43fa-8df7-1a786182a360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5616 | 2024.08.16 07:19:28.110352 [ 3 ] {d5a87e54-26fc-43fa-8df7-1a786182a360} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5617 | 2024.08.16 07:19:28.110620 [ 3 ] {d5a87e54-26fc-43fa-8df7-1a786182a360} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5618 | 2024.08.16 07:19:28.110656 [ 3 ] {d5a87e54-26fc-43fa-8df7-1a786182a360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5619 | 2024.08.16 07:19:28.110962 [ 3 ] {d5a87e54-26fc-43fa-8df7-1a786182a360} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5620 | 2024.08.16 07:19:28.111264 [ 3 ] {d5a87e54-26fc-43fa-8df7-1a786182a360} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5621 | 2024.08.16 07:19:28.111425 [ 3 ] {d5a87e54-26fc-43fa-8df7-1a786182a360} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001267 sec., 4735.59589581689 rows/sec., 279.79 KiB/sec. | ||
5622 | 2024.08.16 07:19:28.111724 [ 3 ] {d5a87e54-26fc-43fa-8df7-1a786182a360} <Debug> DynamicQueryHandler: Done processing query | ||
5623 | 2024.08.16 07:19:28.111750 [ 3 ] {d5a87e54-26fc-43fa-8df7-1a786182a360} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5624 | 2024.08.16 07:19:28.111766 [ 3 ] {} <Debug> HTTP-Session: 7f2bba2c-5b9f-4f93-920a-ab575ae0fc5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5625 | 2024.08.16 07:19:28.111951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 62126, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5626 | 2024.08.16 07:19:28.112001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5627 | 2024.08.16 07:19:28.112020 [ 3 ] {} <Debug> HTTP-Session: da5c6664-55af-475f-b26c-7ad6ad4407ad Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5628 | 2024.08.16 07:19:28.112037 [ 3 ] {} <Debug> HTTP-Session: da5c6664-55af-475f-b26c-7ad6ad4407ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5629 | 2024.08.16 07:19:28.112051 [ 3 ] {} <Debug> HTTP-Session: da5c6664-55af-475f-b26c-7ad6ad4407ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5630 | 2024.08.16 07:19:28.112081 [ 3 ] {} <Trace> HTTP-Session: da5c6664-55af-475f-b26c-7ad6ad4407ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5631 | 2024.08.16 07:19:28.112289 [ 3 ] {9cd5c848-499f-42dd-afab-ee4f0f419156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5632 | 2024.08.16 07:19:28.112334 [ 3 ] {9cd5c848-499f-42dd-afab-ee4f0f419156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5633 | 2024.08.16 07:19:28.112480 [ 3 ] {9cd5c848-499f-42dd-afab-ee4f0f419156} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5634 | 2024.08.16 07:19:28.112981 [ 3 ] {9cd5c848-499f-42dd-afab-ee4f0f419156} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5635 | 2024.08.16 07:19:28.113018 [ 3 ] {9cd5c848-499f-42dd-afab-ee4f0f419156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5636 | 2024.08.16 07:19:28.113343 [ 3 ] {9cd5c848-499f-42dd-afab-ee4f0f419156} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5637 | 2024.08.16 07:19:28.113640 [ 3 ] {9cd5c848-499f-42dd-afab-ee4f0f419156} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5638 | 2024.08.16 07:19:28.113798 [ 3 ] {9cd5c848-499f-42dd-afab-ee4f0f419156} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001619 sec., 237183.446571958 rows/sec., 16.80 MiB/sec. | ||
5639 | 2024.08.16 07:19:28.113956 [ 3 ] {9cd5c848-499f-42dd-afab-ee4f0f419156} <Debug> DynamicQueryHandler: Done processing query | ||
5640 | 2024.08.16 07:19:28.113981 [ 3 ] {9cd5c848-499f-42dd-afab-ee4f0f419156} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5641 | 2024.08.16 07:19:28.113996 [ 3 ] {} <Debug> HTTP-Session: da5c6664-55af-475f-b26c-7ad6ad4407ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5642 | 2024.08.16 07:19:28.114124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5643 | 2024.08.16 07:19:28.114171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5644 | 2024.08.16 07:19:28.114191 [ 3 ] {} <Debug> HTTP-Session: fec1c74c-1cc5-43a6-9e80-58725aab5b0b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5645 | 2024.08.16 07:19:28.114208 [ 3 ] {} <Debug> HTTP-Session: fec1c74c-1cc5-43a6-9e80-58725aab5b0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5646 | 2024.08.16 07:19:28.114221 [ 3 ] {} <Debug> HTTP-Session: fec1c74c-1cc5-43a6-9e80-58725aab5b0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5647 | 2024.08.16 07:19:28.114252 [ 3 ] {} <Trace> HTTP-Session: fec1c74c-1cc5-43a6-9e80-58725aab5b0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5648 | 2024.08.16 07:19:28.114353 [ 3 ] {8d4fab1d-ece9-4822-ae7f-415004f2d07d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5649 | 2024.08.16 07:19:28.114399 [ 3 ] {8d4fab1d-ece9-4822-ae7f-415004f2d07d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5650 | 2024.08.16 07:19:28.114531 [ 3 ] {8d4fab1d-ece9-4822-ae7f-415004f2d07d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5651 | 2024.08.16 07:19:28.114801 [ 3 ] {8d4fab1d-ece9-4822-ae7f-415004f2d07d} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5652 | 2024.08.16 07:19:28.114837 [ 3 ] {8d4fab1d-ece9-4822-ae7f-415004f2d07d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5653 | 2024.08.16 07:19:28.115194 [ 3 ] {8d4fab1d-ece9-4822-ae7f-415004f2d07d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5654 | 2024.08.16 07:19:28.115514 [ 3 ] {8d4fab1d-ece9-4822-ae7f-415004f2d07d} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5655 | 2024.08.16 07:19:28.115657 [ 3 ] {8d4fab1d-ece9-4822-ae7f-415004f2d07d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 237.12 KiB/sec. | ||
5656 | 2024.08.16 07:19:28.115832 [ 3 ] {8d4fab1d-ece9-4822-ae7f-415004f2d07d} <Debug> DynamicQueryHandler: Done processing query | ||
5657 | 2024.08.16 07:19:28.115857 [ 3 ] {8d4fab1d-ece9-4822-ae7f-415004f2d07d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5658 | 2024.08.16 07:19:28.115873 [ 3 ] {} <Debug> HTTP-Session: fec1c74c-1cc5-43a6-9e80-58725aab5b0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5659 | 2024.08.16 07:19:28.116037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5660 | 2024.08.16 07:19:28.116085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5661 | 2024.08.16 07:19:28.116107 [ 3 ] {} <Debug> HTTP-Session: 50f3238b-09e2-4ed2-bd62-0604e06d9161 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5662 | 2024.08.16 07:19:28.116124 [ 3 ] {} <Debug> HTTP-Session: 50f3238b-09e2-4ed2-bd62-0604e06d9161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5663 | 2024.08.16 07:19:28.116138 [ 3 ] {} <Debug> HTTP-Session: 50f3238b-09e2-4ed2-bd62-0604e06d9161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5664 | 2024.08.16 07:19:28.116168 [ 3 ] {} <Trace> HTTP-Session: 50f3238b-09e2-4ed2-bd62-0604e06d9161 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5665 | 2024.08.16 07:19:28.116336 [ 3 ] {d25e6dcb-9654-4a2a-b4ea-d77903801081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5666 | 2024.08.16 07:19:28.116384 [ 3 ] {d25e6dcb-9654-4a2a-b4ea-d77903801081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5667 | 2024.08.16 07:19:28.116528 [ 3 ] {d25e6dcb-9654-4a2a-b4ea-d77903801081} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5668 | 2024.08.16 07:19:28.116953 [ 3 ] {d25e6dcb-9654-4a2a-b4ea-d77903801081} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5669 | 2024.08.16 07:19:28.116991 [ 3 ] {d25e6dcb-9654-4a2a-b4ea-d77903801081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5670 | 2024.08.16 07:19:28.117369 [ 3 ] {d25e6dcb-9654-4a2a-b4ea-d77903801081} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5671 | 2024.08.16 07:19:28.117693 [ 3 ] {d25e6dcb-9654-4a2a-b4ea-d77903801081} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5672 | 2024.08.16 07:19:28.117856 [ 3 ] {d25e6dcb-9654-4a2a-b4ea-d77903801081} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001601 sec., 148657.08931917552 rows/sec., 9.97 MiB/sec. | ||
5673 | 2024.08.16 07:19:28.118013 [ 3 ] {d25e6dcb-9654-4a2a-b4ea-d77903801081} <Debug> DynamicQueryHandler: Done processing query | ||
5674 | 2024.08.16 07:19:28.118037 [ 3 ] {d25e6dcb-9654-4a2a-b4ea-d77903801081} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5675 | 2024.08.16 07:19:28.118054 [ 3 ] {} <Debug> HTTP-Session: 50f3238b-09e2-4ed2-bd62-0604e06d9161 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5676 | 2024.08.16 07:19:28.118188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5677 | 2024.08.16 07:19:28.118235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5678 | 2024.08.16 07:19:28.118255 [ 3 ] {} <Debug> HTTP-Session: e85423c4-d310-4857-bdad-4937ac06ac1a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5679 | 2024.08.16 07:19:28.118271 [ 3 ] {} <Debug> HTTP-Session: e85423c4-d310-4857-bdad-4937ac06ac1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5680 | 2024.08.16 07:19:28.118284 [ 3 ] {} <Debug> HTTP-Session: e85423c4-d310-4857-bdad-4937ac06ac1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5681 | 2024.08.16 07:19:28.118315 [ 3 ] {} <Trace> HTTP-Session: e85423c4-d310-4857-bdad-4937ac06ac1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5682 | 2024.08.16 07:19:28.118405 [ 3 ] {106f3849-2c03-4a89-93e1-9c367cc416eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5683 | 2024.08.16 07:19:28.118450 [ 3 ] {106f3849-2c03-4a89-93e1-9c367cc416eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5684 | 2024.08.16 07:19:28.118576 [ 3 ] {106f3849-2c03-4a89-93e1-9c367cc416eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5685 | 2024.08.16 07:19:28.118841 [ 3 ] {106f3849-2c03-4a89-93e1-9c367cc416eb} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5686 | 2024.08.16 07:19:28.118877 [ 3 ] {106f3849-2c03-4a89-93e1-9c367cc416eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5687 | 2024.08.16 07:19:28.119215 [ 3 ] {106f3849-2c03-4a89-93e1-9c367cc416eb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5688 | 2024.08.16 07:19:28.119533 [ 3 ] {106f3849-2c03-4a89-93e1-9c367cc416eb} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5689 | 2024.08.16 07:19:28.119691 [ 3 ] {106f3849-2c03-4a89-93e1-9c367cc416eb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001295 sec., 772.2007722007722 rows/sec., 52.03 KiB/sec. | ||
5690 | 2024.08.16 07:19:28.120000 [ 3 ] {106f3849-2c03-4a89-93e1-9c367cc416eb} <Debug> DynamicQueryHandler: Done processing query | ||
5691 | 2024.08.16 07:19:28.120025 [ 3 ] {106f3849-2c03-4a89-93e1-9c367cc416eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5692 | 2024.08.16 07:19:28.120041 [ 3 ] {} <Debug> HTTP-Session: e85423c4-d310-4857-bdad-4937ac06ac1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5693 | 2024.08.16 07:19:28.120175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5694 | 2024.08.16 07:19:28.120225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5695 | 2024.08.16 07:19:28.120244 [ 3 ] {} <Debug> HTTP-Session: cfc32b12-9658-4e0a-b933-6c7511fc7e91 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5696 | 2024.08.16 07:19:28.120261 [ 3 ] {} <Debug> HTTP-Session: cfc32b12-9658-4e0a-b933-6c7511fc7e91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5697 | 2024.08.16 07:19:28.120275 [ 3 ] {} <Debug> HTTP-Session: cfc32b12-9658-4e0a-b933-6c7511fc7e91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5698 | 2024.08.16 07:19:28.120305 [ 3 ] {} <Trace> HTTP-Session: cfc32b12-9658-4e0a-b933-6c7511fc7e91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5699 | 2024.08.16 07:19:28.120432 [ 3 ] {2d1ddd50-89d3-445f-b6a8-2caca5729626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5700 | 2024.08.16 07:19:28.120478 [ 3 ] {2d1ddd50-89d3-445f-b6a8-2caca5729626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5701 | 2024.08.16 07:19:28.120626 [ 3 ] {2d1ddd50-89d3-445f-b6a8-2caca5729626} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5702 | 2024.08.16 07:19:28.120923 [ 3 ] {2d1ddd50-89d3-445f-b6a8-2caca5729626} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5703 | 2024.08.16 07:19:28.120959 [ 3 ] {2d1ddd50-89d3-445f-b6a8-2caca5729626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5704 | 2024.08.16 07:19:28.121297 [ 3 ] {2d1ddd50-89d3-445f-b6a8-2caca5729626} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5705 | 2024.08.16 07:19:28.121606 [ 3 ] {2d1ddd50-89d3-445f-b6a8-2caca5729626} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5706 | 2024.08.16 07:19:28.121727 [ 3 ] {2d1ddd50-89d3-445f-b6a8-2caca5729626} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001351 sec., 60695.78090303479 rows/sec., 3.85 MiB/sec. | ||
5707 | 2024.08.16 07:19:28.121877 [ 3 ] {2d1ddd50-89d3-445f-b6a8-2caca5729626} <Debug> DynamicQueryHandler: Done processing query | ||
5708 | 2024.08.16 07:19:28.121901 [ 3 ] {2d1ddd50-89d3-445f-b6a8-2caca5729626} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5709 | 2024.08.16 07:19:28.121916 [ 3 ] {} <Debug> HTTP-Session: cfc32b12-9658-4e0a-b933-6c7511fc7e91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5710 | 2024.08.16 07:19:33.098890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5711 | 2024.08.16 07:19:33.099035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5712 | 2024.08.16 07:19:33.099064 [ 3 ] {} <Debug> HTTP-Session: f551be16-7c62-4247-b45b-1445667b4c85 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5713 | 2024.08.16 07:19:33.099099 [ 3 ] {} <Debug> HTTP-Session: f551be16-7c62-4247-b45b-1445667b4c85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5714 | 2024.08.16 07:19:33.099117 [ 3 ] {} <Debug> HTTP-Session: f551be16-7c62-4247-b45b-1445667b4c85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5715 | 2024.08.16 07:19:33.099173 [ 3 ] {} <Trace> HTTP-Session: f551be16-7c62-4247-b45b-1445667b4c85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5716 | 2024.08.16 07:19:33.099394 [ 3 ] {cab50c9f-535e-46e9-aa27-d81926efe87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5717 | 2024.08.16 07:19:33.099470 [ 3 ] {cab50c9f-535e-46e9-aa27-d81926efe87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5718 | 2024.08.16 07:19:33.099691 [ 3 ] {cab50c9f-535e-46e9-aa27-d81926efe87e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5719 | 2024.08.16 07:19:33.100151 [ 3 ] {cab50c9f-535e-46e9-aa27-d81926efe87e} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5720 | 2024.08.16 07:19:33.100197 [ 3 ] {cab50c9f-535e-46e9-aa27-d81926efe87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5721 | 2024.08.16 07:19:33.100564 [ 3 ] {cab50c9f-535e-46e9-aa27-d81926efe87e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5722 | 2024.08.16 07:19:33.100890 [ 3 ] {cab50c9f-535e-46e9-aa27-d81926efe87e} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5723 | 2024.08.16 07:19:33.101034 [ 3 ] {cab50c9f-535e-46e9-aa27-d81926efe87e} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.00171 sec., 19298.245614035088 rows/sec., 1.53 MiB/sec. | ||
5724 | 2024.08.16 07:19:33.101360 [ 3 ] {cab50c9f-535e-46e9-aa27-d81926efe87e} <Debug> DynamicQueryHandler: Done processing query | ||
5725 | 2024.08.16 07:19:33.101389 [ 3 ] {cab50c9f-535e-46e9-aa27-d81926efe87e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5726 | 2024.08.16 07:19:33.101405 [ 3 ] {} <Debug> HTTP-Session: f551be16-7c62-4247-b45b-1445667b4c85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5727 | 2024.08.16 07:19:33.101549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5728 | 2024.08.16 07:19:33.101605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5729 | 2024.08.16 07:19:33.101624 [ 3 ] {} <Debug> HTTP-Session: dc541f02-d9ea-4ca0-a1c9-58916d3623b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5730 | 2024.08.16 07:19:33.101643 [ 3 ] {} <Debug> HTTP-Session: dc541f02-d9ea-4ca0-a1c9-58916d3623b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5731 | 2024.08.16 07:19:33.101657 [ 3 ] {} <Debug> HTTP-Session: dc541f02-d9ea-4ca0-a1c9-58916d3623b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5732 | 2024.08.16 07:19:33.101691 [ 3 ] {} <Trace> HTTP-Session: dc541f02-d9ea-4ca0-a1c9-58916d3623b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5733 | 2024.08.16 07:19:33.101795 [ 3 ] {d8ffc078-cf5d-4e62-a3cf-a98c361f5921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5734 | 2024.08.16 07:19:33.101845 [ 3 ] {d8ffc078-cf5d-4e62-a3cf-a98c361f5921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5735 | 2024.08.16 07:19:33.101998 [ 3 ] {d8ffc078-cf5d-4e62-a3cf-a98c361f5921} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5736 | 2024.08.16 07:19:33.102279 [ 3 ] {d8ffc078-cf5d-4e62-a3cf-a98c361f5921} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5737 | 2024.08.16 07:19:33.102316 [ 3 ] {d8ffc078-cf5d-4e62-a3cf-a98c361f5921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5738 | 2024.08.16 07:19:33.102612 [ 3 ] {d8ffc078-cf5d-4e62-a3cf-a98c361f5921} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5739 | 2024.08.16 07:19:33.102923 [ 3 ] {d8ffc078-cf5d-4e62-a3cf-a98c361f5921} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5740 | 2024.08.16 07:19:33.103045 [ 125 ] {} <Debug> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5741 | 2024.08.16 07:19:33.103051 [ 3 ] {d8ffc078-cf5d-4e62-a3cf-a98c361f5921} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001285 sec., 1556.4202334630352 rows/sec., 126.92 KiB/sec. | ||
5742 | 2024.08.16 07:19:33.103099 [ 125 ] {} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5743 | 2024.08.16 07:19:33.103143 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5744 | 2024.08.16 07:19:33.103253 [ 3 ] {d8ffc078-cf5d-4e62-a3cf-a98c361f5921} <Debug> DynamicQueryHandler: Done processing query | ||
5745 | 2024.08.16 07:19:33.103265 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::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 | ||
5746 | 2024.08.16 07:19:33.103280 [ 3 ] {d8ffc078-cf5d-4e62-a3cf-a98c361f5921} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5747 | 2024.08.16 07:19:33.103308 [ 3 ] {} <Debug> HTTP-Session: dc541f02-d9ea-4ca0-a1c9-58916d3623b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5748 | 2024.08.16 07:19:33.103407 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5749 | 2024.08.16 07:19:33.103441 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part | ||
5750 | 2024.08.16 07:19:33.103532 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
5751 | 2024.08.16 07:19:33.103554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5752 | 2024.08.16 07:19:33.103736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5753 | 2024.08.16 07:19:33.103856 [ 3 ] {} <Debug> HTTP-Session: b8244498-f0bb-49f8-b42a-dd0ff3efa78a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5754 | 2024.08.16 07:19:33.103926 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
5755 | 2024.08.16 07:19:33.103942 [ 3 ] {} <Debug> HTTP-Session: b8244498-f0bb-49f8-b42a-dd0ff3efa78a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5756 | 2024.08.16 07:19:33.104035 [ 3 ] {} <Debug> HTTP-Session: b8244498-f0bb-49f8-b42a-dd0ff3efa78a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5757 | 2024.08.16 07:19:33.104246 [ 3 ] {} <Trace> HTTP-Session: b8244498-f0bb-49f8-b42a-dd0ff3efa78a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5758 | 2024.08.16 07:19:33.104310 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
5759 | 2024.08.16 07:19:33.104514 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5760 | 2024.08.16 07:19:33.104628 [ 3 ] {2b5f71cb-4c80-4741-95a8-e0da81c3117f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5761 | 2024.08.16 07:19:33.104782 [ 3 ] {2b5f71cb-4c80-4741-95a8-e0da81c3117f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5762 | 2024.08.16 07:19:33.104796 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
5763 | 2024.08.16 07:19:33.105382 [ 3 ] {2b5f71cb-4c80-4741-95a8-e0da81c3117f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5764 | 2024.08.16 07:19:33.105940 [ 3 ] {2b5f71cb-4c80-4741-95a8-e0da81c3117f} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5765 | 2024.08.16 07:19:33.105984 [ 3 ] {2b5f71cb-4c80-4741-95a8-e0da81c3117f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5766 | 2024.08.16 07:19:33.106433 [ 198 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.003219254 sec., 7455.143334449534 rows/sec., 607.91 KiB/sec. | ||
5767 | 2024.08.16 07:19:33.106516 [ 3 ] {2b5f71cb-4c80-4741-95a8-e0da81c3117f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5768 | 2024.08.16 07:19:33.106671 [ 198 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5769 | 2024.08.16 07:19:33.107284 [ 3 ] {2b5f71cb-4c80-4741-95a8-e0da81c3117f} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5770 | 2024.08.16 07:19:33.107571 [ 3 ] {2b5f71cb-4c80-4741-95a8-e0da81c3117f} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.003123 sec., 49951.96926032661 rows/sec., 4.18 MiB/sec. | ||
5771 | 2024.08.16 07:19:33.107752 [ 198 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_10_2} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5772 | 2024.08.16 07:19:33.107905 [ 3 ] {2b5f71cb-4c80-4741-95a8-e0da81c3117f} <Debug> DynamicQueryHandler: Done processing query | ||
5773 | 2024.08.16 07:19:33.107916 [ 198 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_10_2} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5774 | 2024.08.16 07:19:33.107947 [ 3 ] {2b5f71cb-4c80-4741-95a8-e0da81c3117f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5775 | 2024.08.16 07:19:33.107974 [ 3 ] {} <Debug> HTTP-Session: b8244498-f0bb-49f8-b42a-dd0ff3efa78a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5776 | 2024.08.16 07:19:33.108100 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5777 | 2024.08.16 07:19:33.108157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5778 | 2024.08.16 07:19:33.108212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5779 | 2024.08.16 07:19:33.108233 [ 3 ] {} <Debug> HTTP-Session: 9e171706-9751-479b-8a56-49ac30daed60 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5780 | 2024.08.16 07:19:33.108250 [ 3 ] {} <Debug> HTTP-Session: 9e171706-9751-479b-8a56-49ac30daed60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5781 | 2024.08.16 07:19:33.108264 [ 3 ] {} <Debug> HTTP-Session: 9e171706-9751-479b-8a56-49ac30daed60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5782 | 2024.08.16 07:19:33.108297 [ 3 ] {} <Trace> HTTP-Session: 9e171706-9751-479b-8a56-49ac30daed60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5783 | 2024.08.16 07:19:33.108398 [ 3 ] {4111941d-6f60-4158-b1bb-f8ff396e8619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5784 | 2024.08.16 07:19:33.108443 [ 3 ] {4111941d-6f60-4158-b1bb-f8ff396e8619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5785 | 2024.08.16 07:19:33.108592 [ 3 ] {4111941d-6f60-4158-b1bb-f8ff396e8619} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5786 | 2024.08.16 07:19:33.108847 [ 3 ] {4111941d-6f60-4158-b1bb-f8ff396e8619} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5787 | 2024.08.16 07:19:33.108883 [ 3 ] {4111941d-6f60-4158-b1bb-f8ff396e8619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5788 | 2024.08.16 07:19:33.109181 [ 3 ] {4111941d-6f60-4158-b1bb-f8ff396e8619} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5789 | 2024.08.16 07:19:33.109480 [ 3 ] {4111941d-6f60-4158-b1bb-f8ff396e8619} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5790 | 2024.08.16 07:19:33.109603 [ 125 ] {} <Debug> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5791 | 2024.08.16 07:19:33.109610 [ 3 ] {4111941d-6f60-4158-b1bb-f8ff396e8619} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001237 sec., 1616.8148746968473 rows/sec., 112.89 KiB/sec. | ||
5792 | 2024.08.16 07:19:33.109640 [ 125 ] {} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5793 | 2024.08.16 07:19:33.109679 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5794 | 2024.08.16 07:19:33.109812 [ 3 ] {4111941d-6f60-4158-b1bb-f8ff396e8619} <Debug> DynamicQueryHandler: Done processing query | ||
5795 | 2024.08.16 07:19:33.109859 [ 3 ] {4111941d-6f60-4158-b1bb-f8ff396e8619} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5796 | 2024.08.16 07:19:33.109879 [ 189 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::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 | ||
5797 | 2024.08.16 07:19:33.109886 [ 3 ] {} <Debug> HTTP-Session: 9e171706-9751-479b-8a56-49ac30daed60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5798 | 2024.08.16 07:19:33.110099 [ 189 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5799 | 2024.08.16 07:19:33.110153 [ 189 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part | ||
5800 | 2024.08.16 07:19:33.110164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5801 | 2024.08.16 07:19:33.110326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5802 | 2024.08.16 07:19:33.110408 [ 189 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
5803 | 2024.08.16 07:19:33.110428 [ 3 ] {} <Debug> HTTP-Session: 137bf542-d556-42b4-9f7b-6d7625aa0c78 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5804 | 2024.08.16 07:19:33.110507 [ 3 ] {} <Debug> HTTP-Session: 137bf542-d556-42b4-9f7b-6d7625aa0c78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5805 | 2024.08.16 07:19:33.110576 [ 3 ] {} <Debug> HTTP-Session: 137bf542-d556-42b4-9f7b-6d7625aa0c78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5806 | 2024.08.16 07:19:33.110693 [ 189 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
5807 | 2024.08.16 07:19:33.110713 [ 3 ] {} <Trace> HTTP-Session: 137bf542-d556-42b4-9f7b-6d7625aa0c78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5808 | 2024.08.16 07:19:33.110922 [ 189 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
5809 | 2024.08.16 07:19:33.111058 [ 3 ] {2dcf0b3c-7fa0-4eb7-8176-c2d8dd3e4dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5810 | 2024.08.16 07:19:33.111216 [ 189 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5811 | 2024.08.16 07:19:33.111233 [ 3 ] {2dcf0b3c-7fa0-4eb7-8176-c2d8dd3e4dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5812 | 2024.08.16 07:19:33.111502 [ 189 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
5813 | 2024.08.16 07:19:33.112222 [ 3 ] {2dcf0b3c-7fa0-4eb7-8176-c2d8dd3e4dbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5814 | 2024.08.16 07:19:33.113018 [ 3 ] {2dcf0b3c-7fa0-4eb7-8176-c2d8dd3e4dbf} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5815 | 2024.08.16 07:19:33.113088 [ 3 ] {2dcf0b3c-7fa0-4eb7-8176-c2d8dd3e4dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5816 | 2024.08.16 07:19:33.113944 [ 3 ] {2dcf0b3c-7fa0-4eb7-8176-c2d8dd3e4dbf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5817 | 2024.08.16 07:19:33.114181 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.004415542 sec., 5435.346328944443 rows/sec., 379.52 KiB/sec. | ||
5818 | 2024.08.16 07:19:33.114347 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5819 | 2024.08.16 07:19:33.114445 [ 3 ] {2dcf0b3c-7fa0-4eb7-8176-c2d8dd3e4dbf} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5820 | 2024.08.16 07:19:33.114746 [ 3 ] {2dcf0b3c-7fa0-4eb7-8176-c2d8dd3e4dbf} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.003827 sec., 25868.82675725111 rows/sec., 2.02 MiB/sec. | ||
5821 | 2024.08.16 07:19:33.115353 [ 3 ] {2dcf0b3c-7fa0-4eb7-8176-c2d8dd3e4dbf} <Debug> DynamicQueryHandler: Done processing query | ||
5822 | 2024.08.16 07:19:33.115409 [ 3 ] {2dcf0b3c-7fa0-4eb7-8176-c2d8dd3e4dbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5823 | 2024.08.16 07:19:33.115450 [ 3 ] {} <Debug> HTTP-Session: 137bf542-d556-42b4-9f7b-6d7625aa0c78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5824 | 2024.08.16 07:19:33.115457 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_10_2} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5825 | 2024.08.16 07:19:33.115547 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_10_2} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5826 | 2024.08.16 07:19:33.115632 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5827 | 2024.08.16 07:19:33.115657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5828 | 2024.08.16 07:19:33.115706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5829 | 2024.08.16 07:19:33.115725 [ 3 ] {} <Debug> HTTP-Session: 8d2fdb3e-a116-4de5-b858-d464ff5902be Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5830 | 2024.08.16 07:19:33.115740 [ 3 ] {} <Debug> HTTP-Session: 8d2fdb3e-a116-4de5-b858-d464ff5902be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5831 | 2024.08.16 07:19:33.115754 [ 3 ] {} <Debug> HTTP-Session: 8d2fdb3e-a116-4de5-b858-d464ff5902be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5832 | 2024.08.16 07:19:33.115785 [ 3 ] {} <Trace> HTTP-Session: 8d2fdb3e-a116-4de5-b858-d464ff5902be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5833 | 2024.08.16 07:19:33.115932 [ 3 ] {8c8d61e2-08af-47b3-9cde-a51c559a6ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5834 | 2024.08.16 07:19:33.115979 [ 3 ] {8c8d61e2-08af-47b3-9cde-a51c559a6ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5835 | 2024.08.16 07:19:33.116142 [ 3 ] {8c8d61e2-08af-47b3-9cde-a51c559a6ea1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5836 | 2024.08.16 07:19:33.116507 [ 3 ] {8c8d61e2-08af-47b3-9cde-a51c559a6ea1} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5837 | 2024.08.16 07:19:33.116541 [ 3 ] {8c8d61e2-08af-47b3-9cde-a51c559a6ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5838 | 2024.08.16 07:19:33.116925 [ 3 ] {8c8d61e2-08af-47b3-9cde-a51c559a6ea1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5839 | 2024.08.16 07:19:33.117251 [ 3 ] {8c8d61e2-08af-47b3-9cde-a51c559a6ea1} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5840 | 2024.08.16 07:19:33.117386 [ 3 ] {8c8d61e2-08af-47b3-9cde-a51c559a6ea1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001522 sec., 105781.86596583444 rows/sec., 7.37 MiB/sec. | ||
5841 | 2024.08.16 07:19:33.117711 [ 3 ] {8c8d61e2-08af-47b3-9cde-a51c559a6ea1} <Debug> DynamicQueryHandler: Done processing query | ||
5842 | 2024.08.16 07:19:33.117736 [ 3 ] {8c8d61e2-08af-47b3-9cde-a51c559a6ea1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5843 | 2024.08.16 07:19:33.117752 [ 3 ] {} <Debug> HTTP-Session: 8d2fdb3e-a116-4de5-b858-d464ff5902be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5844 | 2024.08.16 07:19:33.117960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5845 | 2024.08.16 07:19:33.118008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5846 | 2024.08.16 07:19:33.118027 [ 3 ] {} <Debug> HTTP-Session: ab063611-1f33-4864-963b-29d3446dfbd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5847 | 2024.08.16 07:19:33.118042 [ 3 ] {} <Debug> HTTP-Session: ab063611-1f33-4864-963b-29d3446dfbd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5848 | 2024.08.16 07:19:33.118056 [ 3 ] {} <Debug> HTTP-Session: ab063611-1f33-4864-963b-29d3446dfbd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5849 | 2024.08.16 07:19:33.118086 [ 3 ] {} <Trace> HTTP-Session: ab063611-1f33-4864-963b-29d3446dfbd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5850 | 2024.08.16 07:19:33.118455 [ 3 ] {79150ceb-e3b3-489f-9966-adc5c547f895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5851 | 2024.08.16 07:19:33.118526 [ 3 ] {79150ceb-e3b3-489f-9966-adc5c547f895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5852 | 2024.08.16 07:19:33.118981 [ 3 ] {79150ceb-e3b3-489f-9966-adc5c547f895} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5853 | 2024.08.16 07:19:33.119590 [ 3 ] {79150ceb-e3b3-489f-9966-adc5c547f895} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5854 | 2024.08.16 07:19:33.119625 [ 3 ] {79150ceb-e3b3-489f-9966-adc5c547f895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5855 | 2024.08.16 07:19:33.120209 [ 3 ] {79150ceb-e3b3-489f-9966-adc5c547f895} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5856 | 2024.08.16 07:19:33.120601 [ 3 ] {79150ceb-e3b3-489f-9966-adc5c547f895} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5857 | 2024.08.16 07:19:33.120763 [ 3 ] {79150ceb-e3b3-489f-9966-adc5c547f895} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.00258 sec., 12790.697674418605 rows/sec., 22.92 MiB/sec. | ||
5858 | 2024.08.16 07:19:33.121286 [ 3 ] {79150ceb-e3b3-489f-9966-adc5c547f895} <Debug> DynamicQueryHandler: Done processing query | ||
5859 | 2024.08.16 07:19:33.121311 [ 3 ] {79150ceb-e3b3-489f-9966-adc5c547f895} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5860 | 2024.08.16 07:19:33.121326 [ 3 ] {} <Debug> HTTP-Session: ab063611-1f33-4864-963b-29d3446dfbd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5861 | 2024.08.16 07:19:33.121460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5862 | 2024.08.16 07:19:33.121531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5863 | 2024.08.16 07:19:33.121551 [ 3 ] {} <Debug> HTTP-Session: f8b92540-9168-4e2f-8854-f9c5cd7a21ee Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5864 | 2024.08.16 07:19:33.121567 [ 3 ] {} <Debug> HTTP-Session: f8b92540-9168-4e2f-8854-f9c5cd7a21ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5865 | 2024.08.16 07:19:33.121580 [ 3 ] {} <Debug> HTTP-Session: f8b92540-9168-4e2f-8854-f9c5cd7a21ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5866 | 2024.08.16 07:19:33.121610 [ 3 ] {} <Trace> HTTP-Session: f8b92540-9168-4e2f-8854-f9c5cd7a21ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5867 | 2024.08.16 07:19:33.121721 [ 3 ] {c74b5123-1527-42b8-b5d8-425ceb58605f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5868 | 2024.08.16 07:19:33.121766 [ 3 ] {c74b5123-1527-42b8-b5d8-425ceb58605f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5869 | 2024.08.16 07:19:33.121914 [ 3 ] {c74b5123-1527-42b8-b5d8-425ceb58605f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5870 | 2024.08.16 07:19:33.122179 [ 3 ] {c74b5123-1527-42b8-b5d8-425ceb58605f} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5871 | 2024.08.16 07:19:33.122214 [ 3 ] {c74b5123-1527-42b8-b5d8-425ceb58605f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5872 | 2024.08.16 07:19:33.122576 [ 3 ] {c74b5123-1527-42b8-b5d8-425ceb58605f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5873 | 2024.08.16 07:19:33.122889 [ 3 ] {c74b5123-1527-42b8-b5d8-425ceb58605f} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5874 | 2024.08.16 07:19:33.123020 [ 3 ] {c74b5123-1527-42b8-b5d8-425ceb58605f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec. | ||
5875 | 2024.08.16 07:19:33.123170 [ 3 ] {c74b5123-1527-42b8-b5d8-425ceb58605f} <Debug> DynamicQueryHandler: Done processing query | ||
5876 | 2024.08.16 07:19:33.123193 [ 3 ] {c74b5123-1527-42b8-b5d8-425ceb58605f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5877 | 2024.08.16 07:19:33.123209 [ 3 ] {} <Debug> HTTP-Session: f8b92540-9168-4e2f-8854-f9c5cd7a21ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5878 | 2024.08.16 07:19:38.102456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5879 | 2024.08.16 07:19:38.102606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5880 | 2024.08.16 07:19:38.102638 [ 3 ] {} <Debug> HTTP-Session: a94ca1f2-802a-4160-846b-b89f7726a296 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5881 | 2024.08.16 07:19:38.102667 [ 3 ] {} <Debug> HTTP-Session: a94ca1f2-802a-4160-846b-b89f7726a296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5882 | 2024.08.16 07:19:38.102685 [ 3 ] {} <Debug> HTTP-Session: a94ca1f2-802a-4160-846b-b89f7726a296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5883 | 2024.08.16 07:19:38.102743 [ 3 ] {} <Trace> HTTP-Session: a94ca1f2-802a-4160-846b-b89f7726a296 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5884 | 2024.08.16 07:19:38.103014 [ 3 ] {618b4e2b-2d2e-41d8-b8d4-b257e0b0d5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5885 | 2024.08.16 07:19:38.103094 [ 3 ] {618b4e2b-2d2e-41d8-b8d4-b257e0b0d5d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5886 | 2024.08.16 07:19:38.103298 [ 3 ] {618b4e2b-2d2e-41d8-b8d4-b257e0b0d5d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5887 | 2024.08.16 07:19:38.103803 [ 3 ] {618b4e2b-2d2e-41d8-b8d4-b257e0b0d5d1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5888 | 2024.08.16 07:19:38.103852 [ 3 ] {618b4e2b-2d2e-41d8-b8d4-b257e0b0d5d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5889 | 2024.08.16 07:19:38.104260 [ 3 ] {618b4e2b-2d2e-41d8-b8d4-b257e0b0d5d1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5890 | 2024.08.16 07:19:38.104601 [ 3 ] {618b4e2b-2d2e-41d8-b8d4-b257e0b0d5d1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5891 | 2024.08.16 07:19:38.104772 [ 3 ] {618b4e2b-2d2e-41d8-b8d4-b257e0b0d5d1} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001866 sec., 101286.17363344051 rows/sec., 8.82 MiB/sec. | ||
5892 | 2024.08.16 07:19:38.105019 [ 3 ] {618b4e2b-2d2e-41d8-b8d4-b257e0b0d5d1} <Debug> DynamicQueryHandler: Done processing query | ||
5893 | 2024.08.16 07:19:38.105048 [ 3 ] {618b4e2b-2d2e-41d8-b8d4-b257e0b0d5d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5894 | 2024.08.16 07:19:38.105065 [ 3 ] {} <Debug> HTTP-Session: a94ca1f2-802a-4160-846b-b89f7726a296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5895 | 2024.08.16 07:19:38.105212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5896 | 2024.08.16 07:19:38.105267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5897 | 2024.08.16 07:19:38.105289 [ 3 ] {} <Debug> HTTP-Session: 04968692-5f2b-417f-9043-a9a5447caafc Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5898 | 2024.08.16 07:19:38.105309 [ 3 ] {} <Debug> HTTP-Session: 04968692-5f2b-417f-9043-a9a5447caafc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5899 | 2024.08.16 07:19:38.105323 [ 3 ] {} <Debug> HTTP-Session: 04968692-5f2b-417f-9043-a9a5447caafc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5900 | 2024.08.16 07:19:38.105360 [ 3 ] {} <Trace> HTTP-Session: 04968692-5f2b-417f-9043-a9a5447caafc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5901 | 2024.08.16 07:19:38.105493 [ 3 ] {ac914d8a-da7c-41f7-b223-2e268f8eb320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5902 | 2024.08.16 07:19:38.105542 [ 3 ] {ac914d8a-da7c-41f7-b223-2e268f8eb320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5903 | 2024.08.16 07:19:38.105704 [ 3 ] {ac914d8a-da7c-41f7-b223-2e268f8eb320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5904 | 2024.08.16 07:19:38.106053 [ 3 ] {ac914d8a-da7c-41f7-b223-2e268f8eb320} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5905 | 2024.08.16 07:19:38.106093 [ 3 ] {ac914d8a-da7c-41f7-b223-2e268f8eb320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5906 | 2024.08.16 07:19:38.106420 [ 3 ] {ac914d8a-da7c-41f7-b223-2e268f8eb320} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5907 | 2024.08.16 07:19:38.106757 [ 3 ] {ac914d8a-da7c-41f7-b223-2e268f8eb320} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5908 | 2024.08.16 07:19:38.106919 [ 3 ] {ac914d8a-da7c-41f7-b223-2e268f8eb320} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00145 sec., 9655.172413793103 rows/sec., 676.19 KiB/sec. | ||
5909 | 2024.08.16 07:19:38.107241 [ 3 ] {ac914d8a-da7c-41f7-b223-2e268f8eb320} <Debug> DynamicQueryHandler: Done processing query | ||
5910 | 2024.08.16 07:19:38.107268 [ 3 ] {ac914d8a-da7c-41f7-b223-2e268f8eb320} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5911 | 2024.08.16 07:19:38.107284 [ 3 ] {} <Debug> HTTP-Session: 04968692-5f2b-417f-9043-a9a5447caafc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5912 | 2024.08.16 07:19:38.107445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5913 | 2024.08.16 07:19:38.107499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5914 | 2024.08.16 07:19:38.107519 [ 3 ] {} <Debug> HTTP-Session: ac20caa5-9984-4055-b590-cb8067ab3c75 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5915 | 2024.08.16 07:19:38.107537 [ 3 ] {} <Debug> HTTP-Session: ac20caa5-9984-4055-b590-cb8067ab3c75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5916 | 2024.08.16 07:19:38.107551 [ 3 ] {} <Debug> HTTP-Session: ac20caa5-9984-4055-b590-cb8067ab3c75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5917 | 2024.08.16 07:19:38.107586 [ 3 ] {} <Trace> HTTP-Session: ac20caa5-9984-4055-b590-cb8067ab3c75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5918 | 2024.08.16 07:19:38.107691 [ 3 ] {df3dc99f-58cb-4b8b-b5c3-5d7fe73360a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5919 | 2024.08.16 07:19:38.107739 [ 3 ] {df3dc99f-58cb-4b8b-b5c3-5d7fe73360a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5920 | 2024.08.16 07:19:38.107893 [ 3 ] {df3dc99f-58cb-4b8b-b5c3-5d7fe73360a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5921 | 2024.08.16 07:19:38.108184 [ 3 ] {df3dc99f-58cb-4b8b-b5c3-5d7fe73360a7} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5922 | 2024.08.16 07:19:38.108223 [ 3 ] {df3dc99f-58cb-4b8b-b5c3-5d7fe73360a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5923 | 2024.08.16 07:19:38.108532 [ 3 ] {df3dc99f-58cb-4b8b-b5c3-5d7fe73360a7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5924 | 2024.08.16 07:19:38.108838 [ 3 ] {df3dc99f-58cb-4b8b-b5c3-5d7fe73360a7} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5925 | 2024.08.16 07:19:38.108997 [ 120 ] {} <Debug> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
5926 | 2024.08.16 07:19:38.109003 [ 3 ] {df3dc99f-58cb-4b8b-b5c3-5d7fe73360a7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 266.14 KiB/sec. | ||
5927 | 2024.08.16 07:19:38.109085 [ 120 ] {} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5928 | 2024.08.16 07:19:38.109154 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5929 | 2024.08.16 07:19:38.109386 [ 3 ] {df3dc99f-58cb-4b8b-b5c3-5d7fe73360a7} <Debug> DynamicQueryHandler: Done processing query | ||
5930 | 2024.08.16 07:19:38.109443 [ 3 ] {df3dc99f-58cb-4b8b-b5c3-5d7fe73360a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5931 | 2024.08.16 07:19:38.109474 [ 197 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
5932 | 2024.08.16 07:19:38.109519 [ 3 ] {} <Debug> HTTP-Session: ac20caa5-9984-4055-b590-cb8067ab3c75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5933 | 2024.08.16 07:19:38.109753 [ 197 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5934 | 2024.08.16 07:19:38.109821 [ 197 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part | ||
5935 | 2024.08.16 07:19:38.109828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5936 | 2024.08.16 07:19:38.109948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5937 | 2024.08.16 07:19:38.110066 [ 3 ] {} <Debug> HTTP-Session: 6633ac47-d4a2-464f-bf07-96ab06986127 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5938 | 2024.08.16 07:19:38.110084 [ 197 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
5939 | 2024.08.16 07:19:38.110113 [ 3 ] {} <Debug> HTTP-Session: 6633ac47-d4a2-464f-bf07-96ab06986127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5940 | 2024.08.16 07:19:38.110169 [ 3 ] {} <Debug> HTTP-Session: 6633ac47-d4a2-464f-bf07-96ab06986127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5941 | 2024.08.16 07:19:38.110322 [ 3 ] {} <Trace> HTTP-Session: 6633ac47-d4a2-464f-bf07-96ab06986127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5942 | 2024.08.16 07:19:38.110369 [ 197 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
5943 | 2024.08.16 07:19:38.110625 [ 197 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
5944 | 2024.08.16 07:19:38.110850 [ 3 ] {962f9e0a-68cd-4c53-aaeb-53a766404a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5945 | 2024.08.16 07:19:38.110972 [ 197 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
5946 | 2024.08.16 07:19:38.111040 [ 3 ] {962f9e0a-68cd-4c53-aaeb-53a766404a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5947 | 2024.08.16 07:19:38.111774 [ 3 ] {962f9e0a-68cd-4c53-aaeb-53a766404a72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5948 | 2024.08.16 07:19:38.113000 [ 3 ] {962f9e0a-68cd-4c53-aaeb-53a766404a72} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5949 | 2024.08.16 07:19:38.113078 [ 3 ] {962f9e0a-68cd-4c53-aaeb-53a766404a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5950 | 2024.08.16 07:19:38.113301 [ 197 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004035003 sec., 7434.938710082744 rows/sec., 442.90 KiB/sec. | ||
5951 | 2024.08.16 07:19:38.113494 [ 197 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
5952 | 2024.08.16 07:19:38.113832 [ 3 ] {962f9e0a-68cd-4c53-aaeb-53a766404a72} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5953 | 2024.08.16 07:19:38.114315 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_13_3} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5954 | 2024.08.16 07:19:38.114506 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_13_3} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
5955 | 2024.08.16 07:19:38.114534 [ 3 ] {962f9e0a-68cd-4c53-aaeb-53a766404a72} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5956 | 2024.08.16 07:19:38.114672 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
5957 | 2024.08.16 07:19:38.114818 [ 3 ] {962f9e0a-68cd-4c53-aaeb-53a766404a72} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004268 sec., 89503.28022492971 rows/sec., 6.33 MiB/sec. | ||
5958 | 2024.08.16 07:19:38.115018 [ 3 ] {962f9e0a-68cd-4c53-aaeb-53a766404a72} <Debug> DynamicQueryHandler: Done processing query | ||
5959 | 2024.08.16 07:19:38.115044 [ 3 ] {962f9e0a-68cd-4c53-aaeb-53a766404a72} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5960 | 2024.08.16 07:19:38.115061 [ 3 ] {} <Debug> HTTP-Session: 6633ac47-d4a2-464f-bf07-96ab06986127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5961 | 2024.08.16 07:19:38.115288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5962 | 2024.08.16 07:19:38.115341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5963 | 2024.08.16 07:19:38.115360 [ 3 ] {} <Debug> HTTP-Session: f4759110-417e-425e-90b7-a0eb09bee471 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5964 | 2024.08.16 07:19:38.115377 [ 3 ] {} <Debug> HTTP-Session: f4759110-417e-425e-90b7-a0eb09bee471 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5965 | 2024.08.16 07:19:38.115391 [ 3 ] {} <Debug> HTTP-Session: f4759110-417e-425e-90b7-a0eb09bee471 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5966 | 2024.08.16 07:19:38.115424 [ 3 ] {} <Trace> HTTP-Session: f4759110-417e-425e-90b7-a0eb09bee471 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5967 | 2024.08.16 07:19:38.115521 [ 3 ] {ae93f592-1729-4072-b275-c4856dca8f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5968 | 2024.08.16 07:19:38.115567 [ 3 ] {ae93f592-1729-4072-b275-c4856dca8f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5969 | 2024.08.16 07:19:38.115705 [ 3 ] {ae93f592-1729-4072-b275-c4856dca8f45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5970 | 2024.08.16 07:19:38.115993 [ 3 ] {ae93f592-1729-4072-b275-c4856dca8f45} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5971 | 2024.08.16 07:19:38.116031 [ 3 ] {ae93f592-1729-4072-b275-c4856dca8f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5972 | 2024.08.16 07:19:38.116396 [ 3 ] {ae93f592-1729-4072-b275-c4856dca8f45} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5973 | 2024.08.16 07:19:38.116737 [ 3 ] {ae93f592-1729-4072-b275-c4856dca8f45} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5974 | 2024.08.16 07:19:38.116893 [ 3 ] {ae93f592-1729-4072-b275-c4856dca8f45} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001394 sec., 4304.16068866571 rows/sec., 224.88 KiB/sec. | ||
5975 | 2024.08.16 07:19:38.117069 [ 3 ] {ae93f592-1729-4072-b275-c4856dca8f45} <Debug> DynamicQueryHandler: Done processing query | ||
5976 | 2024.08.16 07:19:38.117094 [ 3 ] {ae93f592-1729-4072-b275-c4856dca8f45} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5977 | 2024.08.16 07:19:38.117110 [ 3 ] {} <Debug> HTTP-Session: f4759110-417e-425e-90b7-a0eb09bee471 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5978 | 2024.08.16 07:19:38.117269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5979 | 2024.08.16 07:19:38.117318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5980 | 2024.08.16 07:19:38.117337 [ 3 ] {} <Debug> HTTP-Session: 981f938c-5041-4f86-8965-23c66c90e09c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
5981 | 2024.08.16 07:19:38.117354 [ 3 ] {} <Debug> HTTP-Session: 981f938c-5041-4f86-8965-23c66c90e09c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5982 | 2024.08.16 07:19:38.117368 [ 3 ] {} <Debug> HTTP-Session: 981f938c-5041-4f86-8965-23c66c90e09c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5983 | 2024.08.16 07:19:38.117398 [ 3 ] {} <Trace> HTTP-Session: 981f938c-5041-4f86-8965-23c66c90e09c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5984 | 2024.08.16 07:19:38.117576 [ 3 ] {7c027baf-7da0-4f2f-96da-b17b86b99749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5985 | 2024.08.16 07:19:38.117624 [ 3 ] {7c027baf-7da0-4f2f-96da-b17b86b99749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5986 | 2024.08.16 07:19:38.117772 [ 3 ] {7c027baf-7da0-4f2f-96da-b17b86b99749} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5987 | 2024.08.16 07:19:38.118228 [ 3 ] {7c027baf-7da0-4f2f-96da-b17b86b99749} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5988 | 2024.08.16 07:19:38.118265 [ 3 ] {7c027baf-7da0-4f2f-96da-b17b86b99749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5989 | 2024.08.16 07:19:38.118654 [ 3 ] {7c027baf-7da0-4f2f-96da-b17b86b99749} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5990 | 2024.08.16 07:19:38.118983 [ 3 ] {7c027baf-7da0-4f2f-96da-b17b86b99749} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5991 | 2024.08.16 07:19:38.119131 [ 3 ] {7c027baf-7da0-4f2f-96da-b17b86b99749} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001648 sec., 143810.6796116505 rows/sec., 9.64 MiB/sec. | ||
5992 | 2024.08.16 07:19:38.119157 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5993 | 2024.08.16 07:19:38.119253 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5994 | 2024.08.16 07:19:38.119306 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
5995 | 2024.08.16 07:19:38.119413 [ 3 ] {7c027baf-7da0-4f2f-96da-b17b86b99749} <Debug> DynamicQueryHandler: Done processing query | ||
5996 | 2024.08.16 07:19:38.119450 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
5997 | 2024.08.16 07:19:38.119461 [ 3 ] {7c027baf-7da0-4f2f-96da-b17b86b99749} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5998 | 2024.08.16 07:19:38.119528 [ 3 ] {} <Debug> HTTP-Session: 981f938c-5041-4f86-8965-23c66c90e09c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5999 | 2024.08.16 07:19:38.119644 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6000 | 2024.08.16 07:19:38.119681 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7823 rows starting from the beginning of the part | ||
6001 | 2024.08.16 07:19:38.119766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6002 | 2024.08.16 07:19:38.119925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6003 | 2024.08.16 07:19:38.119944 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 922 rows starting from the beginning of the part | ||
6004 | 2024.08.16 07:19:38.120010 [ 3 ] {} <Debug> HTTP-Session: 6ce9a408-e138-4e7f-9d56-4b70a2426a22 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6005 | 2024.08.16 07:19:38.120065 [ 3 ] {} <Debug> HTTP-Session: 6ce9a408-e138-4e7f-9d56-4b70a2426a22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6006 | 2024.08.16 07:19:38.120115 [ 3 ] {} <Debug> HTTP-Session: 6ce9a408-e138-4e7f-9d56-4b70a2426a22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6007 | 2024.08.16 07:19:38.120250 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
6008 | 2024.08.16 07:19:38.120261 [ 3 ] {} <Trace> HTTP-Session: 6ce9a408-e138-4e7f-9d56-4b70a2426a22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6009 | 2024.08.16 07:19:38.120600 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 238 rows starting from the beginning of the part | ||
6010 | 2024.08.16 07:19:38.120620 [ 3 ] {71774d83-2aa7-49fd-8d39-60cdfac290f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6011 | 2024.08.16 07:19:38.120800 [ 3 ] {71774d83-2aa7-49fd-8d39-60cdfac290f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6012 | 2024.08.16 07:19:38.120971 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
6013 | 2024.08.16 07:19:38.121381 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
6014 | 2024.08.16 07:19:38.121528 [ 3 ] {71774d83-2aa7-49fd-8d39-60cdfac290f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6015 | 2024.08.16 07:19:38.122271 [ 3 ] {71774d83-2aa7-49fd-8d39-60cdfac290f9} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6016 | 2024.08.16 07:19:38.122328 [ 3 ] {71774d83-2aa7-49fd-8d39-60cdfac290f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6017 | 2024.08.16 07:19:38.122910 [ 3 ] {71774d83-2aa7-49fd-8d39-60cdfac290f9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6018 | 2024.08.16 07:19:38.123409 [ 3 ] {71774d83-2aa7-49fd-8d39-60cdfac290f9} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6019 | 2024.08.16 07:19:38.123856 [ 3 ] {71774d83-2aa7-49fd-8d39-60cdfac290f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003335 sec., 299.85007496251876 rows/sec., 20.20 KiB/sec. | ||
6020 | 2024.08.16 07:19:38.124479 [ 3 ] {71774d83-2aa7-49fd-8d39-60cdfac290f9} <Debug> DynamicQueryHandler: Done processing query | ||
6021 | 2024.08.16 07:19:38.124532 [ 3 ] {71774d83-2aa7-49fd-8d39-60cdfac290f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6022 | 2024.08.16 07:19:38.124576 [ 3 ] {} <Debug> HTTP-Session: 6ce9a408-e138-4e7f-9d56-4b70a2426a22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6023 | 2024.08.16 07:19:38.124730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6024 | 2024.08.16 07:19:38.124782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6025 | 2024.08.16 07:19:38.124812 [ 3 ] {} <Debug> HTTP-Session: 111ae5b9-ac83-4298-b3f6-4cd7f75e7f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6026 | 2024.08.16 07:19:38.124830 [ 3 ] {} <Debug> HTTP-Session: 111ae5b9-ac83-4298-b3f6-4cd7f75e7f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6027 | 2024.08.16 07:19:38.124844 [ 3 ] {} <Debug> HTTP-Session: 111ae5b9-ac83-4298-b3f6-4cd7f75e7f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6028 | 2024.08.16 07:19:38.124878 [ 3 ] {} <Trace> HTTP-Session: 111ae5b9-ac83-4298-b3f6-4cd7f75e7f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6029 | 2024.08.16 07:19:38.125079 [ 3 ] {813ec482-1e52-48c4-9a82-c441bfeeb596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6030 | 2024.08.16 07:19:38.125128 [ 3 ] {813ec482-1e52-48c4-9a82-c441bfeeb596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6031 | 2024.08.16 07:19:38.125401 [ 3 ] {813ec482-1e52-48c4-9a82-c441bfeeb596} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6032 | 2024.08.16 07:19:38.125812 [ 3 ] {813ec482-1e52-48c4-9a82-c441bfeeb596} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6033 | 2024.08.16 07:19:38.125851 [ 3 ] {813ec482-1e52-48c4-9a82-c441bfeeb596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6034 | 2024.08.16 07:19:38.126311 [ 3 ] {813ec482-1e52-48c4-9a82-c441bfeeb596} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6035 | 2024.08.16 07:19:38.126847 [ 3 ] {813ec482-1e52-48c4-9a82-c441bfeeb596} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6036 | 2024.08.16 07:19:38.127090 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9541 rows, containing 5 columns (5 merged, 0 gathered) in 0.007710578 sec., 1237391.0230854289 rows/sec., 83.30 MiB/sec. | ||
6037 | 2024.08.16 07:19:38.127226 [ 119 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6038 | 2024.08.16 07:19:38.127245 [ 3 ] {813ec482-1e52-48c4-9a82-c441bfeeb596} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002274 sec., 36059.80650835532 rows/sec., 2.29 MiB/sec. | ||
6039 | 2024.08.16 07:19:38.127285 [ 119 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6040 | 2024.08.16 07:19:38.127369 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6041 | 2024.08.16 07:19:38.127468 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6042 | 2024.08.16 07:19:38.127743 [ 3 ] {813ec482-1e52-48c4-9a82-c441bfeeb596} <Debug> DynamicQueryHandler: Done processing query | ||
6043 | 2024.08.16 07:19:38.127831 [ 3 ] {813ec482-1e52-48c4-9a82-c441bfeeb596} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6044 | 2024.08.16 07:19:38.127895 [ 3 ] {} <Debug> HTTP-Session: 111ae5b9-ac83-4298-b3f6-4cd7f75e7f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6045 | 2024.08.16 07:19:38.127924 [ 188 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
6046 | 2024.08.16 07:19:38.128438 [ 188 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6047 | 2024.08.16 07:19:38.128535 [ 188 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1296 rows starting from the beginning of the part | ||
6048 | 2024.08.16 07:19:38.128645 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6049 | 2024.08.16 07:19:38.128913 [ 188 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
6050 | 2024.08.16 07:19:38.128960 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6051 | 2024.08.16 07:19:38.129211 [ 188 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
6052 | 2024.08.16 07:19:38.129253 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
6053 | 2024.08.16 07:19:38.129408 [ 188 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
6054 | 2024.08.16 07:19:38.129568 [ 188 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
6055 | 2024.08.16 07:19:38.129670 [ 188 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
6056 | 2024.08.16 07:19:38.131082 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1662 rows, containing 4 columns (4 merged, 0 gathered) in 0.00346678 sec., 479407.4039887157 rows/sec., 31.16 MiB/sec. | ||
6057 | 2024.08.16 07:19:38.131312 [ 197 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6058 | 2024.08.16 07:19:38.131691 [ 197 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_26_5} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6059 | 2024.08.16 07:19:38.131771 [ 197 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_26_5} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6060 | 2024.08.16 07:19:38.131853 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
6061 | 2024.08.16 07:19:42.479176 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6062 | 2024.08.16 07:19:42.479254 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6063 | 2024.08.16 07:19:43.100053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6064 | 2024.08.16 07:19:43.100234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6065 | 2024.08.16 07:19:43.100279 [ 3 ] {} <Debug> HTTP-Session: 1455c5cc-daa1-409d-90ec-3ae0775a2edc Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6066 | 2024.08.16 07:19:43.100321 [ 3 ] {} <Debug> HTTP-Session: 1455c5cc-daa1-409d-90ec-3ae0775a2edc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6067 | 2024.08.16 07:19:43.100350 [ 3 ] {} <Debug> HTTP-Session: 1455c5cc-daa1-409d-90ec-3ae0775a2edc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6068 | 2024.08.16 07:19:43.100430 [ 3 ] {} <Trace> HTTP-Session: 1455c5cc-daa1-409d-90ec-3ae0775a2edc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6069 | 2024.08.16 07:19:43.100742 [ 3 ] {0f23d721-1d87-469a-a23a-28e218b7b67c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6070 | 2024.08.16 07:19:43.100853 [ 3 ] {0f23d721-1d87-469a-a23a-28e218b7b67c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6071 | 2024.08.16 07:19:43.101176 [ 3 ] {0f23d721-1d87-469a-a23a-28e218b7b67c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6072 | 2024.08.16 07:19:43.101713 [ 3 ] {0f23d721-1d87-469a-a23a-28e218b7b67c} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6073 | 2024.08.16 07:19:43.101761 [ 3 ] {0f23d721-1d87-469a-a23a-28e218b7b67c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6074 | 2024.08.16 07:19:43.102144 [ 3 ] {0f23d721-1d87-469a-a23a-28e218b7b67c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6075 | 2024.08.16 07:19:43.102483 [ 3 ] {0f23d721-1d87-469a-a23a-28e218b7b67c} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6076 | 2024.08.16 07:19:43.102652 [ 3 ] {0f23d721-1d87-469a-a23a-28e218b7b67c} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.00201 sec., 16417.910447761195 rows/sec., 1.30 MiB/sec. | ||
6077 | 2024.08.16 07:19:43.103179 [ 3 ] {0f23d721-1d87-469a-a23a-28e218b7b67c} <Debug> DynamicQueryHandler: Done processing query | ||
6078 | 2024.08.16 07:19:43.103257 [ 3 ] {0f23d721-1d87-469a-a23a-28e218b7b67c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6079 | 2024.08.16 07:19:43.103328 [ 3 ] {} <Debug> HTTP-Session: 1455c5cc-daa1-409d-90ec-3ae0775a2edc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6080 | 2024.08.16 07:19:43.103529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6081 | 2024.08.16 07:19:43.103589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6082 | 2024.08.16 07:19:43.103610 [ 3 ] {} <Debug> HTTP-Session: e7ef7261-6fde-425d-ad65-f77f98450de9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6083 | 2024.08.16 07:19:43.103629 [ 3 ] {} <Debug> HTTP-Session: e7ef7261-6fde-425d-ad65-f77f98450de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6084 | 2024.08.16 07:19:43.103643 [ 3 ] {} <Debug> HTTP-Session: e7ef7261-6fde-425d-ad65-f77f98450de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6085 | 2024.08.16 07:19:43.103680 [ 3 ] {} <Trace> HTTP-Session: e7ef7261-6fde-425d-ad65-f77f98450de9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6086 | 2024.08.16 07:19:43.103837 [ 3 ] {a40a65e8-1b33-458e-aca5-e88e2dc2dcdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6087 | 2024.08.16 07:19:43.103886 [ 3 ] {a40a65e8-1b33-458e-aca5-e88e2dc2dcdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6088 | 2024.08.16 07:19:43.104041 [ 3 ] {a40a65e8-1b33-458e-aca5-e88e2dc2dcdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6089 | 2024.08.16 07:19:43.104463 [ 3 ] {a40a65e8-1b33-458e-aca5-e88e2dc2dcdf} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6090 | 2024.08.16 07:19:43.104502 [ 3 ] {a40a65e8-1b33-458e-aca5-e88e2dc2dcdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6091 | 2024.08.16 07:19:43.104824 [ 3 ] {a40a65e8-1b33-458e-aca5-e88e2dc2dcdf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6092 | 2024.08.16 07:19:43.105158 [ 3 ] {a40a65e8-1b33-458e-aca5-e88e2dc2dcdf} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6093 | 2024.08.16 07:19:43.105329 [ 3 ] {a40a65e8-1b33-458e-aca5-e88e2dc2dcdf} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001552 sec., 99871.13402061856 rows/sec., 8.37 MiB/sec. | ||
6094 | 2024.08.16 07:19:43.105506 [ 3 ] {a40a65e8-1b33-458e-aca5-e88e2dc2dcdf} <Debug> DynamicQueryHandler: Done processing query | ||
6095 | 2024.08.16 07:19:43.105531 [ 3 ] {a40a65e8-1b33-458e-aca5-e88e2dc2dcdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6096 | 2024.08.16 07:19:43.105546 [ 3 ] {} <Debug> HTTP-Session: e7ef7261-6fde-425d-ad65-f77f98450de9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6097 | 2024.08.16 07:19:43.105692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6098 | 2024.08.16 07:19:43.105743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6099 | 2024.08.16 07:19:43.105763 [ 3 ] {} <Debug> HTTP-Session: e2c9e857-7975-4080-9bdb-7b5fb252f994 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6100 | 2024.08.16 07:19:43.105780 [ 3 ] {} <Debug> HTTP-Session: e2c9e857-7975-4080-9bdb-7b5fb252f994 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6101 | 2024.08.16 07:19:43.105794 [ 3 ] {} <Debug> HTTP-Session: e2c9e857-7975-4080-9bdb-7b5fb252f994 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6102 | 2024.08.16 07:19:43.105827 [ 3 ] {} <Trace> HTTP-Session: e2c9e857-7975-4080-9bdb-7b5fb252f994 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6103 | 2024.08.16 07:19:43.105949 [ 3 ] {8e79988f-cb12-48f3-aee3-6cbfbc5bef87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6104 | 2024.08.16 07:19:43.105993 [ 3 ] {8e79988f-cb12-48f3-aee3-6cbfbc5bef87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6105 | 2024.08.16 07:19:43.106125 [ 3 ] {8e79988f-cb12-48f3-aee3-6cbfbc5bef87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6106 | 2024.08.16 07:19:43.106501 [ 3 ] {8e79988f-cb12-48f3-aee3-6cbfbc5bef87} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6107 | 2024.08.16 07:19:43.106538 [ 3 ] {8e79988f-cb12-48f3-aee3-6cbfbc5bef87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6108 | 2024.08.16 07:19:43.106859 [ 3 ] {8e79988f-cb12-48f3-aee3-6cbfbc5bef87} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6109 | 2024.08.16 07:19:43.107164 [ 3 ] {8e79988f-cb12-48f3-aee3-6cbfbc5bef87} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6110 | 2024.08.16 07:19:43.107326 [ 3 ] {8e79988f-cb12-48f3-aee3-6cbfbc5bef87} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001413 sec., 68648.2661004954 rows/sec., 5.36 MiB/sec. | ||
6111 | 2024.08.16 07:19:43.107608 [ 3 ] {8e79988f-cb12-48f3-aee3-6cbfbc5bef87} <Debug> DynamicQueryHandler: Done processing query | ||
6112 | 2024.08.16 07:19:43.107647 [ 3 ] {8e79988f-cb12-48f3-aee3-6cbfbc5bef87} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6113 | 2024.08.16 07:19:43.107663 [ 3 ] {} <Debug> HTTP-Session: e2c9e857-7975-4080-9bdb-7b5fb252f994 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6114 | 2024.08.16 07:19:43.107840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6115 | 2024.08.16 07:19:43.107888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6116 | 2024.08.16 07:19:43.107907 [ 3 ] {} <Debug> HTTP-Session: 48e6385f-23a2-42f5-9545-1531feb6ca83 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6117 | 2024.08.16 07:19:43.107923 [ 3 ] {} <Debug> HTTP-Session: 48e6385f-23a2-42f5-9545-1531feb6ca83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6118 | 2024.08.16 07:19:43.107937 [ 3 ] {} <Debug> HTTP-Session: 48e6385f-23a2-42f5-9545-1531feb6ca83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6119 | 2024.08.16 07:19:43.107969 [ 3 ] {} <Trace> HTTP-Session: 48e6385f-23a2-42f5-9545-1531feb6ca83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6120 | 2024.08.16 07:19:43.108116 [ 3 ] {dcc3640b-8035-4849-94d1-7415f81d0c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6121 | 2024.08.16 07:19:43.108165 [ 3 ] {dcc3640b-8035-4849-94d1-7415f81d0c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6122 | 2024.08.16 07:19:43.108329 [ 3 ] {dcc3640b-8035-4849-94d1-7415f81d0c4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6123 | 2024.08.16 07:19:43.108718 [ 3 ] {dcc3640b-8035-4849-94d1-7415f81d0c4d} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6124 | 2024.08.16 07:19:43.108754 [ 3 ] {dcc3640b-8035-4849-94d1-7415f81d0c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6125 | 2024.08.16 07:19:43.109143 [ 3 ] {dcc3640b-8035-4849-94d1-7415f81d0c4d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6126 | 2024.08.16 07:19:43.109476 [ 3 ] {dcc3640b-8035-4849-94d1-7415f81d0c4d} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6127 | 2024.08.16 07:19:43.109642 [ 3 ] {dcc3640b-8035-4849-94d1-7415f81d0c4d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
6128 | 2024.08.16 07:19:43.109814 [ 3 ] {dcc3640b-8035-4849-94d1-7415f81d0c4d} <Debug> DynamicQueryHandler: Done processing query | ||
6129 | 2024.08.16 07:19:43.109838 [ 3 ] {dcc3640b-8035-4849-94d1-7415f81d0c4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6130 | 2024.08.16 07:19:43.109853 [ 3 ] {} <Debug> HTTP-Session: 48e6385f-23a2-42f5-9545-1531feb6ca83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6131 | 2024.08.16 07:19:43.110020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6132 | 2024.08.16 07:19:43.110070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6133 | 2024.08.16 07:19:43.110089 [ 3 ] {} <Debug> HTTP-Session: 5047f8b1-6fad-4243-8ee6-0c1b1cfad01f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6134 | 2024.08.16 07:19:43.110105 [ 3 ] {} <Debug> HTTP-Session: 5047f8b1-6fad-4243-8ee6-0c1b1cfad01f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6135 | 2024.08.16 07:19:43.110118 [ 3 ] {} <Debug> HTTP-Session: 5047f8b1-6fad-4243-8ee6-0c1b1cfad01f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6136 | 2024.08.16 07:19:43.110148 [ 3 ] {} <Trace> HTTP-Session: 5047f8b1-6fad-4243-8ee6-0c1b1cfad01f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6137 | 2024.08.16 07:19:43.110509 [ 3 ] {165ed376-fbf0-47ac-b986-e51f9c8e0027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6138 | 2024.08.16 07:19:43.110574 [ 3 ] {165ed376-fbf0-47ac-b986-e51f9c8e0027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6139 | 2024.08.16 07:19:43.110995 [ 3 ] {165ed376-fbf0-47ac-b986-e51f9c8e0027} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6140 | 2024.08.16 07:19:43.111941 [ 3 ] {165ed376-fbf0-47ac-b986-e51f9c8e0027} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6141 | 2024.08.16 07:19:43.111977 [ 3 ] {165ed376-fbf0-47ac-b986-e51f9c8e0027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6142 | 2024.08.16 07:19:43.112589 [ 3 ] {165ed376-fbf0-47ac-b986-e51f9c8e0027} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6143 | 2024.08.16 07:19:43.112985 [ 3 ] {165ed376-fbf0-47ac-b986-e51f9c8e0027} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6144 | 2024.08.16 07:19:43.113180 [ 115 ] {} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6145 | 2024.08.16 07:19:43.113193 [ 3 ] {165ed376-fbf0-47ac-b986-e51f9c8e0027} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002952 sec., 11178.861788617885 rows/sec., 20.03 MiB/sec. | ||
6146 | 2024.08.16 07:19:43.113278 [ 115 ] {} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6147 | 2024.08.16 07:19:43.113362 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6148 | 2024.08.16 07:19:43.114000 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::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 | ||
6149 | 2024.08.16 07:19:43.114010 [ 3 ] {165ed376-fbf0-47ac-b986-e51f9c8e0027} <Debug> DynamicQueryHandler: Done processing query | ||
6150 | 2024.08.16 07:19:43.114122 [ 3 ] {165ed376-fbf0-47ac-b986-e51f9c8e0027} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6151 | 2024.08.16 07:19:43.114157 [ 3 ] {} <Debug> HTTP-Session: 5047f8b1-6fad-4243-8ee6-0c1b1cfad01f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6152 | 2024.08.16 07:19:43.114408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6153 | 2024.08.16 07:19:43.114541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6154 | 2024.08.16 07:19:43.114598 [ 3 ] {} <Debug> HTTP-Session: 046ceba8-5997-43f6-8dd4-93fa533f7972 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6155 | 2024.08.16 07:19:43.114652 [ 3 ] {} <Debug> HTTP-Session: 046ceba8-5997-43f6-8dd4-93fa533f7972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6156 | 2024.08.16 07:19:43.114694 [ 3 ] {} <Debug> HTTP-Session: 046ceba8-5997-43f6-8dd4-93fa533f7972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6157 | 2024.08.16 07:19:43.114794 [ 3 ] {} <Trace> HTTP-Session: 046ceba8-5997-43f6-8dd4-93fa533f7972 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6158 | 2024.08.16 07:19:43.114879 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6159 | 2024.08.16 07:19:43.115049 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 293 rows starting from the beginning of the part | ||
6160 | 2024.08.16 07:19:43.115100 [ 3 ] {30a87027-b4b4-4c3b-bc59-1157147f0b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6161 | 2024.08.16 07:19:43.115224 [ 3 ] {30a87027-b4b4-4c3b-bc59-1157147f0b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6162 | 2024.08.16 07:19:43.115901 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part | ||
6163 | 2024.08.16 07:19:43.116024 [ 3 ] {30a87027-b4b4-4c3b-bc59-1157147f0b6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6164 | 2024.08.16 07:19:43.116561 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part | ||
6165 | 2024.08.16 07:19:43.117341 [ 3 ] {30a87027-b4b4-4c3b-bc59-1157147f0b6b} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6166 | 2024.08.16 07:19:43.117346 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 33 rows starting from the beginning of the part | ||
6167 | 2024.08.16 07:19:43.117408 [ 3 ] {30a87027-b4b4-4c3b-bc59-1157147f0b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6168 | 2024.08.16 07:19:43.117934 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part | ||
6169 | 2024.08.16 07:19:43.118551 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 33 rows starting from the beginning of the part | ||
6170 | 2024.08.16 07:19:43.118864 [ 3 ] {30a87027-b4b4-4c3b-bc59-1157147f0b6b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6171 | 2024.08.16 07:19:43.119858 [ 3 ] {30a87027-b4b4-4c3b-bc59-1157147f0b6b} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6172 | 2024.08.16 07:19:43.120231 [ 3 ] {30a87027-b4b4-4c3b-bc59-1157147f0b6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005227 sec., 11478.859766596519 rows/sec., 792.16 KiB/sec. | ||
6173 | 2024.08.16 07:19:43.120962 [ 3 ] {30a87027-b4b4-4c3b-bc59-1157147f0b6b} <Debug> DynamicQueryHandler: Done processing query | ||
6174 | 2024.08.16 07:19:43.121005 [ 3 ] {30a87027-b4b4-4c3b-bc59-1157147f0b6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6175 | 2024.08.16 07:19:43.121038 [ 3 ] {} <Debug> HTTP-Session: 046ceba8-5997-43f6-8dd4-93fa533f7972 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6176 | 2024.08.16 07:19:43.123761 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 458 rows, containing 19 columns (19 merged, 0 gathered) in 0.010237277 sec., 44738.45926021148 rows/sec., 80.17 MiB/sec. | ||
6177 | 2024.08.16 07:19:43.124339 [ 199 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6178 | 2024.08.16 07:19:43.124906 [ 199 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6179 | 2024.08.16 07:19:43.124981 [ 199 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6180 | 2024.08.16 07:19:43.125125 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. | ||
6181 | 2024.08.16 07:19:48.034702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6182 | 2024.08.16 07:19:48.034845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6183 | 2024.08.16 07:19:48.034876 [ 3 ] {} <Debug> HTTP-Session: 2eddf69b-7be8-4965-824a-344650d772b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6184 | 2024.08.16 07:19:48.034903 [ 3 ] {} <Debug> HTTP-Session: 2eddf69b-7be8-4965-824a-344650d772b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6185 | 2024.08.16 07:19:48.034921 [ 3 ] {} <Debug> HTTP-Session: 2eddf69b-7be8-4965-824a-344650d772b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6186 | 2024.08.16 07:19:48.034977 [ 3 ] {} <Trace> HTTP-Session: 2eddf69b-7be8-4965-824a-344650d772b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6187 | 2024.08.16 07:19:48.035178 [ 3 ] {58fe6292-f9c6-40ee-a648-6ee870596ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6188 | 2024.08.16 07:19:48.035255 [ 3 ] {58fe6292-f9c6-40ee-a648-6ee870596ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6189 | 2024.08.16 07:19:48.035469 [ 3 ] {58fe6292-f9c6-40ee-a648-6ee870596ea8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6190 | 2024.08.16 07:19:48.035932 [ 3 ] {58fe6292-f9c6-40ee-a648-6ee870596ea8} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6191 | 2024.08.16 07:19:48.035974 [ 3 ] {58fe6292-f9c6-40ee-a648-6ee870596ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6192 | 2024.08.16 07:19:48.036344 [ 3 ] {58fe6292-f9c6-40ee-a648-6ee870596ea8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6193 | 2024.08.16 07:19:48.036688 [ 3 ] {58fe6292-f9c6-40ee-a648-6ee870596ea8} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6194 | 2024.08.16 07:19:48.036834 [ 3 ] {58fe6292-f9c6-40ee-a648-6ee870596ea8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001717 sec., 1164.8223645894002 rows/sec., 94.98 KiB/sec. | ||
6195 | 2024.08.16 07:19:48.037043 [ 3 ] {58fe6292-f9c6-40ee-a648-6ee870596ea8} <Debug> DynamicQueryHandler: Done processing query | ||
6196 | 2024.08.16 07:19:48.037070 [ 3 ] {58fe6292-f9c6-40ee-a648-6ee870596ea8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6197 | 2024.08.16 07:19:48.037086 [ 3 ] {} <Debug> HTTP-Session: 2eddf69b-7be8-4965-824a-344650d772b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6198 | 2024.08.16 07:19:48.037421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 193457, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6199 | 2024.08.16 07:19:48.037478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6200 | 2024.08.16 07:19:48.037498 [ 3 ] {} <Debug> HTTP-Session: c21da750-194a-47ba-aecf-b377c3d80010 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6201 | 2024.08.16 07:19:48.037517 [ 3 ] {} <Debug> HTTP-Session: c21da750-194a-47ba-aecf-b377c3d80010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6202 | 2024.08.16 07:19:48.037531 [ 3 ] {} <Debug> HTTP-Session: c21da750-194a-47ba-aecf-b377c3d80010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6203 | 2024.08.16 07:19:48.037567 [ 3 ] {} <Trace> HTTP-Session: c21da750-194a-47ba-aecf-b377c3d80010 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6204 | 2024.08.16 07:19:48.038058 [ 3 ] {4baf20ec-4abe-499b-b538-ee4f93f6dc33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6205 | 2024.08.16 07:19:48.038108 [ 3 ] {4baf20ec-4abe-499b-b538-ee4f93f6dc33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6206 | 2024.08.16 07:19:48.038241 [ 3 ] {4baf20ec-4abe-499b-b538-ee4f93f6dc33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6207 | 2024.08.16 07:19:48.039533 [ 3 ] {4baf20ec-4abe-499b-b538-ee4f93f6dc33} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6208 | 2024.08.16 07:19:48.039569 [ 3 ] {4baf20ec-4abe-499b-b538-ee4f93f6dc33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6209 | 2024.08.16 07:19:48.039972 [ 3 ] {4baf20ec-4abe-499b-b538-ee4f93f6dc33} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6210 | 2024.08.16 07:19:48.040290 [ 3 ] {4baf20ec-4abe-499b-b538-ee4f93f6dc33} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6211 | 2024.08.16 07:19:48.040415 [ 109 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6212 | 2024.08.16 07:19:48.040420 [ 3 ] {4baf20ec-4abe-499b-b538-ee4f93f6dc33} <Debug> executeQuery: Read 1330 rows, 113.05 KiB in 0.002703 sec., 492045.87495375506 rows/sec., 40.84 MiB/sec. | ||
6213 | 2024.08.16 07:19:48.040458 [ 109 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6214 | 2024.08.16 07:19:48.040496 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6215 | 2024.08.16 07:19:48.040672 [ 3 ] {4baf20ec-4abe-499b-b538-ee4f93f6dc33} <Debug> DynamicQueryHandler: Done processing query | ||
6216 | 2024.08.16 07:19:48.040689 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
6217 | 2024.08.16 07:19:48.040704 [ 3 ] {4baf20ec-4abe-499b-b538-ee4f93f6dc33} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
6218 | 2024.08.16 07:19:48.040779 [ 3 ] {} <Debug> HTTP-Session: c21da750-194a-47ba-aecf-b377c3d80010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6219 | 2024.08.16 07:19:48.040924 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6220 | 2024.08.16 07:19:48.040970 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1436 rows starting from the beginning of the part | ||
6221 | 2024.08.16 07:19:48.041054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6222 | 2024.08.16 07:19:48.041167 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 190 rows starting from the beginning of the part | ||
6223 | 2024.08.16 07:19:48.041259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6224 | 2024.08.16 07:19:48.041363 [ 3 ] {} <Debug> HTTP-Session: f8863757-f53d-417a-bbc7-e57428481ab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6225 | 2024.08.16 07:19:48.041453 [ 3 ] {} <Debug> HTTP-Session: f8863757-f53d-417a-bbc7-e57428481ab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6226 | 2024.08.16 07:19:48.041461 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 156 rows starting from the beginning of the part | ||
6227 | 2024.08.16 07:19:48.041501 [ 3 ] {} <Debug> HTTP-Session: f8863757-f53d-417a-bbc7-e57428481ab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6228 | 2024.08.16 07:19:48.041709 [ 3 ] {} <Trace> HTTP-Session: f8863757-f53d-417a-bbc7-e57428481ab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6229 | 2024.08.16 07:19:48.041731 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 189 rows starting from the beginning of the part | ||
6230 | 2024.08.16 07:19:48.041903 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 155 rows starting from the beginning of the part | ||
6231 | 2024.08.16 07:19:48.042140 [ 3 ] {64ae7c87-0088-48af-818b-49872280984e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6232 | 2024.08.16 07:19:48.042230 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1330 rows starting from the beginning of the part | ||
6233 | 2024.08.16 07:19:48.042274 [ 3 ] {64ae7c87-0088-48af-818b-49872280984e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6234 | 2024.08.16 07:19:48.042978 [ 3 ] {64ae7c87-0088-48af-818b-49872280984e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6235 | 2024.08.16 07:19:48.043504 [ 3 ] {64ae7c87-0088-48af-818b-49872280984e} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6236 | 2024.08.16 07:19:48.043544 [ 3 ] {64ae7c87-0088-48af-818b-49872280984e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6237 | 2024.08.16 07:19:48.044001 [ 3 ] {64ae7c87-0088-48af-818b-49872280984e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6238 | 2024.08.16 07:19:48.044466 [ 3 ] {64ae7c87-0088-48af-818b-49872280984e} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6239 | 2024.08.16 07:19:48.044634 [ 3 ] {64ae7c87-0088-48af-818b-49872280984e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002675 sec., 747.6635514018692 rows/sec., 52.21 KiB/sec. | ||
6240 | 2024.08.16 07:19:48.044826 [ 3 ] {64ae7c87-0088-48af-818b-49872280984e} <Debug> DynamicQueryHandler: Done processing query | ||
6241 | 2024.08.16 07:19:48.044851 [ 3 ] {64ae7c87-0088-48af-818b-49872280984e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6242 | 2024.08.16 07:19:48.044867 [ 3 ] {} <Debug> HTTP-Session: f8863757-f53d-417a-bbc7-e57428481ab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6243 | 2024.08.16 07:19:48.045082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6244 | 2024.08.16 07:19:48.045127 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3456 rows, containing 4 columns (4 merged, 0 gathered) in 0.004540025 sec., 761229.2883849759 rows/sec., 63.67 MiB/sec. | ||
6245 | 2024.08.16 07:19:48.045143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6246 | 2024.08.16 07:19:48.045182 [ 3 ] {} <Debug> HTTP-Session: 565a8b10-1e33-4dfb-86c5-2dc5585d1410 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6247 | 2024.08.16 07:19:48.045199 [ 3 ] {} <Debug> HTTP-Session: 565a8b10-1e33-4dfb-86c5-2dc5585d1410 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6248 | 2024.08.16 07:19:48.045214 [ 3 ] {} <Debug> HTTP-Session: 565a8b10-1e33-4dfb-86c5-2dc5585d1410 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6249 | 2024.08.16 07:19:48.045245 [ 3 ] {} <Trace> HTTP-Session: 565a8b10-1e33-4dfb-86c5-2dc5585d1410 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6250 | 2024.08.16 07:19:48.045380 [ 187 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6251 | 2024.08.16 07:19:48.045408 [ 3 ] {f327fd28-dafe-4fa3-a216-7c187aaef845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6252 | 2024.08.16 07:19:48.045460 [ 3 ] {f327fd28-dafe-4fa3-a216-7c187aaef845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6253 | 2024.08.16 07:19:48.045828 [ 3 ] {f327fd28-dafe-4fa3-a216-7c187aaef845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6254 | 2024.08.16 07:19:48.046019 [ 187 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_31_6} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6255 | 2024.08.16 07:19:48.046161 [ 187 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_31_6} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6256 | 2024.08.16 07:19:48.046291 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
6257 | 2024.08.16 07:19:48.046438 [ 3 ] {f327fd28-dafe-4fa3-a216-7c187aaef845} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6258 | 2024.08.16 07:19:48.046475 [ 3 ] {f327fd28-dafe-4fa3-a216-7c187aaef845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6259 | 2024.08.16 07:19:48.046794 [ 3 ] {f327fd28-dafe-4fa3-a216-7c187aaef845} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6260 | 2024.08.16 07:19:48.047091 [ 3 ] {f327fd28-dafe-4fa3-a216-7c187aaef845} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6261 | 2024.08.16 07:19:48.047249 [ 3 ] {f327fd28-dafe-4fa3-a216-7c187aaef845} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001924 sec., 125779.62577962579 rows/sec., 8.52 MiB/sec. | ||
6262 | 2024.08.16 07:19:48.047545 [ 3 ] {f327fd28-dafe-4fa3-a216-7c187aaef845} <Debug> DynamicQueryHandler: Done processing query | ||
6263 | 2024.08.16 07:19:48.047571 [ 3 ] {f327fd28-dafe-4fa3-a216-7c187aaef845} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6264 | 2024.08.16 07:19:48.047587 [ 3 ] {} <Debug> HTTP-Session: 565a8b10-1e33-4dfb-86c5-2dc5585d1410 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6265 | 2024.08.16 07:19:48.047720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6266 | 2024.08.16 07:19:48.047769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6267 | 2024.08.16 07:19:48.047788 [ 3 ] {} <Debug> HTTP-Session: cb7e56e7-4c17-42ea-b20a-0b01c4b1a169 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6268 | 2024.08.16 07:19:48.047805 [ 3 ] {} <Debug> HTTP-Session: cb7e56e7-4c17-42ea-b20a-0b01c4b1a169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6269 | 2024.08.16 07:19:48.047818 [ 3 ] {} <Debug> HTTP-Session: cb7e56e7-4c17-42ea-b20a-0b01c4b1a169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6270 | 2024.08.16 07:19:48.047848 [ 3 ] {} <Trace> HTTP-Session: cb7e56e7-4c17-42ea-b20a-0b01c4b1a169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6271 | 2024.08.16 07:19:48.047944 [ 3 ] {917b69e3-1836-44d3-8d8b-0c5ae8bf33e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6272 | 2024.08.16 07:19:48.047988 [ 3 ] {917b69e3-1836-44d3-8d8b-0c5ae8bf33e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6273 | 2024.08.16 07:19:48.048133 [ 3 ] {917b69e3-1836-44d3-8d8b-0c5ae8bf33e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6274 | 2024.08.16 07:19:48.048406 [ 3 ] {917b69e3-1836-44d3-8d8b-0c5ae8bf33e7} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6275 | 2024.08.16 07:19:48.048443 [ 3 ] {917b69e3-1836-44d3-8d8b-0c5ae8bf33e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6276 | 2024.08.16 07:19:48.048748 [ 3 ] {917b69e3-1836-44d3-8d8b-0c5ae8bf33e7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6277 | 2024.08.16 07:19:48.049050 [ 3 ] {917b69e3-1836-44d3-8d8b-0c5ae8bf33e7} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6278 | 2024.08.16 07:19:48.049204 [ 3 ] {917b69e3-1836-44d3-8d8b-0c5ae8bf33e7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001284 sec., 4672.897196261682 rows/sec., 276.08 KiB/sec. | ||
6279 | 2024.08.16 07:19:48.049367 [ 3 ] {917b69e3-1836-44d3-8d8b-0c5ae8bf33e7} <Debug> DynamicQueryHandler: Done processing query | ||
6280 | 2024.08.16 07:19:48.049391 [ 3 ] {917b69e3-1836-44d3-8d8b-0c5ae8bf33e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6281 | 2024.08.16 07:19:48.049406 [ 3 ] {} <Debug> HTTP-Session: cb7e56e7-4c17-42ea-b20a-0b01c4b1a169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6282 | 2024.08.16 07:19:48.049647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 137082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6283 | 2024.08.16 07:19:48.049695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6284 | 2024.08.16 07:19:48.049714 [ 3 ] {} <Debug> HTTP-Session: ee331d02-b9ac-4a67-ad17-1ba95197543a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6285 | 2024.08.16 07:19:48.049730 [ 3 ] {} <Debug> HTTP-Session: ee331d02-b9ac-4a67-ad17-1ba95197543a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6286 | 2024.08.16 07:19:48.049743 [ 3 ] {} <Debug> HTTP-Session: ee331d02-b9ac-4a67-ad17-1ba95197543a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6287 | 2024.08.16 07:19:48.049773 [ 3 ] {} <Trace> HTTP-Session: ee331d02-b9ac-4a67-ad17-1ba95197543a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6288 | 2024.08.16 07:19:48.050080 [ 3 ] {e717111b-9823-463b-a943-f06258082b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6289 | 2024.08.16 07:19:48.050124 [ 3 ] {e717111b-9823-463b-a943-f06258082b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6290 | 2024.08.16 07:19:48.050251 [ 3 ] {e717111b-9823-463b-a943-f06258082b05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6291 | 2024.08.16 07:19:48.051094 [ 3 ] {e717111b-9823-463b-a943-f06258082b05} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6292 | 2024.08.16 07:19:48.051131 [ 3 ] {e717111b-9823-463b-a943-f06258082b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6293 | 2024.08.16 07:19:48.051457 [ 3 ] {e717111b-9823-463b-a943-f06258082b05} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6294 | 2024.08.16 07:19:48.051756 [ 3 ] {e717111b-9823-463b-a943-f06258082b05} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6295 | 2024.08.16 07:19:48.051911 [ 106 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6296 | 2024.08.16 07:19:48.051927 [ 3 ] {e717111b-9823-463b-a943-f06258082b05} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002025 sec., 414814.81481481483 rows/sec., 29.96 MiB/sec. | ||
6297 | 2024.08.16 07:19:48.051975 [ 106 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6298 | 2024.08.16 07:19:48.052037 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6299 | 2024.08.16 07:19:48.052300 [ 3 ] {e717111b-9823-463b-a943-f06258082b05} <Debug> DynamicQueryHandler: Done processing query | ||
6300 | 2024.08.16 07:19:48.052346 [ 3 ] {e717111b-9823-463b-a943-f06258082b05} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
6301 | 2024.08.16 07:19:48.052347 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
6302 | 2024.08.16 07:19:48.052404 [ 3 ] {} <Debug> HTTP-Session: ee331d02-b9ac-4a67-ad17-1ba95197543a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6303 | 2024.08.16 07:19:48.052740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6304 | 2024.08.16 07:19:48.052909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6305 | 2024.08.16 07:19:48.052999 [ 3 ] {} <Debug> HTTP-Session: 09e57ae0-deea-4a00-85d7-a117a9a91ae7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6306 | 2024.08.16 07:19:48.053061 [ 3 ] {} <Debug> HTTP-Session: 09e57ae0-deea-4a00-85d7-a117a9a91ae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6307 | 2024.08.16 07:19:48.053093 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6308 | 2024.08.16 07:19:48.053114 [ 3 ] {} <Debug> HTTP-Session: 09e57ae0-deea-4a00-85d7-a117a9a91ae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6309 | 2024.08.16 07:19:48.053194 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 905 rows starting from the beginning of the part | ||
6310 | 2024.08.16 07:19:48.053211 [ 3 ] {} <Trace> HTTP-Session: 09e57ae0-deea-4a00-85d7-a117a9a91ae7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6311 | 2024.08.16 07:19:48.053429 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 384 rows starting from the beginning of the part | ||
6312 | 2024.08.16 07:19:48.053498 [ 3 ] {7d7a2f87-be72-45ad-9a3e-4a71e1cb9a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6313 | 2024.08.16 07:19:48.053704 [ 3 ] {7d7a2f87-be72-45ad-9a3e-4a71e1cb9a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6314 | 2024.08.16 07:19:48.053748 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 99 rows starting from the beginning of the part | ||
6315 | 2024.08.16 07:19:48.054129 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 382 rows starting from the beginning of the part | ||
6316 | 2024.08.16 07:19:48.054591 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 97 rows starting from the beginning of the part | ||
6317 | 2024.08.16 07:19:48.054655 [ 3 ] {7d7a2f87-be72-45ad-9a3e-4a71e1cb9a9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6318 | 2024.08.16 07:19:48.054858 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 840 rows starting from the beginning of the part | ||
6319 | 2024.08.16 07:19:48.055539 [ 3 ] {7d7a2f87-be72-45ad-9a3e-4a71e1cb9a9a} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6320 | 2024.08.16 07:19:48.055598 [ 3 ] {7d7a2f87-be72-45ad-9a3e-4a71e1cb9a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6321 | 2024.08.16 07:19:48.056431 [ 3 ] {7d7a2f87-be72-45ad-9a3e-4a71e1cb9a9a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6322 | 2024.08.16 07:19:48.057270 [ 3 ] {7d7a2f87-be72-45ad-9a3e-4a71e1cb9a9a} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6323 | 2024.08.16 07:19:48.057508 [ 3 ] {7d7a2f87-be72-45ad-9a3e-4a71e1cb9a9a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004127 sec., 1453.8405621516843 rows/sec., 75.96 KiB/sec. | ||
6324 | 2024.08.16 07:19:48.058131 [ 3 ] {7d7a2f87-be72-45ad-9a3e-4a71e1cb9a9a} <Debug> DynamicQueryHandler: Done processing query | ||
6325 | 2024.08.16 07:19:48.058206 [ 3 ] {7d7a2f87-be72-45ad-9a3e-4a71e1cb9a9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6326 | 2024.08.16 07:19:48.058266 [ 3 ] {} <Debug> HTTP-Session: 09e57ae0-deea-4a00-85d7-a117a9a91ae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6327 | 2024.08.16 07:19:48.058319 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2707 rows, containing 4 columns (4 merged, 0 gathered) in 0.006157992 sec., 439591.3473093177 rows/sec., 31.83 MiB/sec. | ||
6328 | 2024.08.16 07:19:48.058508 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6329 | 2024.08.16 07:19:48.058557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 174426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6330 | 2024.08.16 07:19:48.058617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6331 | 2024.08.16 07:19:48.058645 [ 3 ] {} <Debug> HTTP-Session: 35c6d824-3cbe-49a4-8231-6f53802c0b01 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6332 | 2024.08.16 07:19:48.058670 [ 3 ] {} <Debug> HTTP-Session: 35c6d824-3cbe-49a4-8231-6f53802c0b01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6333 | 2024.08.16 07:19:48.058700 [ 3 ] {} <Debug> HTTP-Session: 35c6d824-3cbe-49a4-8231-6f53802c0b01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6334 | 2024.08.16 07:19:48.058766 [ 3 ] {} <Trace> HTTP-Session: 35c6d824-3cbe-49a4-8231-6f53802c0b01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6335 | 2024.08.16 07:19:48.059019 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_31_6} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6336 | 2024.08.16 07:19:48.059103 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_31_6} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6337 | 2024.08.16 07:19:48.059188 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
6338 | 2024.08.16 07:19:48.059370 [ 3 ] {40f45207-6e3d-4f61-8a47-b14c5fb04293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6339 | 2024.08.16 07:19:48.059420 [ 3 ] {40f45207-6e3d-4f61-8a47-b14c5fb04293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6340 | 2024.08.16 07:19:48.059570 [ 3 ] {40f45207-6e3d-4f61-8a47-b14c5fb04293} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6341 | 2024.08.16 07:19:48.060468 [ 3 ] {40f45207-6e3d-4f61-8a47-b14c5fb04293} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6342 | 2024.08.16 07:19:48.060505 [ 3 ] {40f45207-6e3d-4f61-8a47-b14c5fb04293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6343 | 2024.08.16 07:19:48.060931 [ 3 ] {40f45207-6e3d-4f61-8a47-b14c5fb04293} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6344 | 2024.08.16 07:19:48.061271 [ 3 ] {40f45207-6e3d-4f61-8a47-b14c5fb04293} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6345 | 2024.08.16 07:19:48.061437 [ 3 ] {40f45207-6e3d-4f61-8a47-b14c5fb04293} <Debug> executeQuery: Read 922 rows, 63.09 KiB in 0.002442 sec., 377559.3775593775 rows/sec., 25.23 MiB/sec. | ||
6346 | 2024.08.16 07:19:48.061786 [ 3 ] {40f45207-6e3d-4f61-8a47-b14c5fb04293} <Debug> DynamicQueryHandler: Done processing query | ||
6347 | 2024.08.16 07:19:48.061811 [ 3 ] {40f45207-6e3d-4f61-8a47-b14c5fb04293} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
6348 | 2024.08.16 07:19:48.061827 [ 3 ] {} <Debug> HTTP-Session: 35c6d824-3cbe-49a4-8231-6f53802c0b01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6349 | 2024.08.16 07:19:48.062027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6350 | 2024.08.16 07:19:48.062075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6351 | 2024.08.16 07:19:48.062093 [ 3 ] {} <Debug> HTTP-Session: 79a1c690-c379-4732-9963-3435513980a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6352 | 2024.08.16 07:19:48.062111 [ 3 ] {} <Debug> HTTP-Session: 79a1c690-c379-4732-9963-3435513980a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6353 | 2024.08.16 07:19:48.062125 [ 3 ] {} <Debug> HTTP-Session: 79a1c690-c379-4732-9963-3435513980a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6354 | 2024.08.16 07:19:48.062155 [ 3 ] {} <Trace> HTTP-Session: 79a1c690-c379-4732-9963-3435513980a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6355 | 2024.08.16 07:19:48.062248 [ 3 ] {0db3109a-ab31-451a-9697-d896a85d04e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6356 | 2024.08.16 07:19:48.062294 [ 3 ] {0db3109a-ab31-451a-9697-d896a85d04e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6357 | 2024.08.16 07:19:48.062441 [ 3 ] {0db3109a-ab31-451a-9697-d896a85d04e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6358 | 2024.08.16 07:19:48.062696 [ 3 ] {0db3109a-ab31-451a-9697-d896a85d04e9} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6359 | 2024.08.16 07:19:48.062732 [ 3 ] {0db3109a-ab31-451a-9697-d896a85d04e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6360 | 2024.08.16 07:19:48.063070 [ 3 ] {0db3109a-ab31-451a-9697-d896a85d04e9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6361 | 2024.08.16 07:19:48.063384 [ 3 ] {0db3109a-ab31-451a-9697-d896a85d04e9} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6362 | 2024.08.16 07:19:48.063535 [ 3 ] {0db3109a-ab31-451a-9697-d896a85d04e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001299 sec., 769.8229407236336 rows/sec., 51.87 KiB/sec. | ||
6363 | 2024.08.16 07:19:48.063835 [ 3 ] {0db3109a-ab31-451a-9697-d896a85d04e9} <Debug> DynamicQueryHandler: Done processing query | ||
6364 | 2024.08.16 07:19:48.063859 [ 3 ] {0db3109a-ab31-451a-9697-d896a85d04e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6365 | 2024.08.16 07:19:48.063875 [ 3 ] {} <Debug> HTTP-Session: 79a1c690-c379-4732-9963-3435513980a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6366 | 2024.08.16 07:19:48.064003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6367 | 2024.08.16 07:19:48.064051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6368 | 2024.08.16 07:19:48.064070 [ 3 ] {} <Debug> HTTP-Session: d9b4952d-39be-4a8b-a453-ce88096f8830 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6369 | 2024.08.16 07:19:48.064086 [ 3 ] {} <Debug> HTTP-Session: d9b4952d-39be-4a8b-a453-ce88096f8830 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6370 | 2024.08.16 07:19:48.064100 [ 3 ] {} <Debug> HTTP-Session: d9b4952d-39be-4a8b-a453-ce88096f8830 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6371 | 2024.08.16 07:19:48.064129 [ 3 ] {} <Trace> HTTP-Session: d9b4952d-39be-4a8b-a453-ce88096f8830 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6372 | 2024.08.16 07:19:48.064246 [ 3 ] {b20b424e-172a-46ed-96b0-aaf923dd831c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6373 | 2024.08.16 07:19:48.064291 [ 3 ] {b20b424e-172a-46ed-96b0-aaf923dd831c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6374 | 2024.08.16 07:19:48.064439 [ 3 ] {b20b424e-172a-46ed-96b0-aaf923dd831c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6375 | 2024.08.16 07:19:48.064741 [ 3 ] {b20b424e-172a-46ed-96b0-aaf923dd831c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6376 | 2024.08.16 07:19:48.064777 [ 3 ] {b20b424e-172a-46ed-96b0-aaf923dd831c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6377 | 2024.08.16 07:19:48.065137 [ 3 ] {b20b424e-172a-46ed-96b0-aaf923dd831c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6378 | 2024.08.16 07:19:48.065452 [ 3 ] {b20b424e-172a-46ed-96b0-aaf923dd831c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6379 | 2024.08.16 07:19:48.065610 [ 3 ] {b20b424e-172a-46ed-96b0-aaf923dd831c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001398 sec., 58655.2217453505 rows/sec., 3.73 MiB/sec. | ||
6380 | 2024.08.16 07:19:48.065775 [ 3 ] {b20b424e-172a-46ed-96b0-aaf923dd831c} <Debug> DynamicQueryHandler: Done processing query | ||
6381 | 2024.08.16 07:19:48.065799 [ 3 ] {b20b424e-172a-46ed-96b0-aaf923dd831c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6382 | 2024.08.16 07:19:48.065814 [ 3 ] {} <Debug> HTTP-Session: d9b4952d-39be-4a8b-a453-ce88096f8830 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6383 | 2024.08.16 07:19:53.098821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6384 | 2024.08.16 07:19:53.099009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6385 | 2024.08.16 07:19:53.099050 [ 3 ] {} <Debug> HTTP-Session: ee31514d-e1ec-40b0-90b2-3e1af478053e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6386 | 2024.08.16 07:19:53.099088 [ 3 ] {} <Debug> HTTP-Session: ee31514d-e1ec-40b0-90b2-3e1af478053e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6387 | 2024.08.16 07:19:53.099115 [ 3 ] {} <Debug> HTTP-Session: ee31514d-e1ec-40b0-90b2-3e1af478053e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6388 | 2024.08.16 07:19:53.099189 [ 3 ] {} <Trace> HTTP-Session: ee31514d-e1ec-40b0-90b2-3e1af478053e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6389 | 2024.08.16 07:19:53.099468 [ 3 ] {f04d46f0-8f71-4d41-a534-f4074905e376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6390 | 2024.08.16 07:19:53.099570 [ 3 ] {f04d46f0-8f71-4d41-a534-f4074905e376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6391 | 2024.08.16 07:19:53.099789 [ 3 ] {f04d46f0-8f71-4d41-a534-f4074905e376} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6392 | 2024.08.16 07:19:53.100230 [ 3 ] {f04d46f0-8f71-4d41-a534-f4074905e376} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6393 | 2024.08.16 07:19:53.100273 [ 3 ] {f04d46f0-8f71-4d41-a534-f4074905e376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6394 | 2024.08.16 07:19:53.100641 [ 3 ] {f04d46f0-8f71-4d41-a534-f4074905e376} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6395 | 2024.08.16 07:19:53.100976 [ 3 ] {f04d46f0-8f71-4d41-a534-f4074905e376} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6396 | 2024.08.16 07:19:53.101128 [ 3 ] {f04d46f0-8f71-4d41-a534-f4074905e376} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001754 sec., 18814.139110604334 rows/sec., 1.49 MiB/sec. | ||
6397 | 2024.08.16 07:19:53.101338 [ 3 ] {f04d46f0-8f71-4d41-a534-f4074905e376} <Debug> DynamicQueryHandler: Done processing query | ||
6398 | 2024.08.16 07:19:53.101364 [ 3 ] {f04d46f0-8f71-4d41-a534-f4074905e376} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6399 | 2024.08.16 07:19:53.101380 [ 3 ] {} <Debug> HTTP-Session: ee31514d-e1ec-40b0-90b2-3e1af478053e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6400 | 2024.08.16 07:19:53.101550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6401 | 2024.08.16 07:19:53.101598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6402 | 2024.08.16 07:19:53.101617 [ 3 ] {} <Debug> HTTP-Session: 3bc2c1a2-3eb4-4095-9dcc-f0fbadfdbd75 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6403 | 2024.08.16 07:19:53.101634 [ 3 ] {} <Debug> HTTP-Session: 3bc2c1a2-3eb4-4095-9dcc-f0fbadfdbd75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6404 | 2024.08.16 07:19:53.101647 [ 3 ] {} <Debug> HTTP-Session: 3bc2c1a2-3eb4-4095-9dcc-f0fbadfdbd75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6405 | 2024.08.16 07:19:53.101679 [ 3 ] {} <Trace> HTTP-Session: 3bc2c1a2-3eb4-4095-9dcc-f0fbadfdbd75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6406 | 2024.08.16 07:19:53.101772 [ 3 ] {3913e840-ade8-4d98-8004-6e903ae5c0eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6407 | 2024.08.16 07:19:53.101815 [ 3 ] {3913e840-ade8-4d98-8004-6e903ae5c0eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6408 | 2024.08.16 07:19:53.101944 [ 3 ] {3913e840-ade8-4d98-8004-6e903ae5c0eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6409 | 2024.08.16 07:19:53.102288 [ 3 ] {3913e840-ade8-4d98-8004-6e903ae5c0eb} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6410 | 2024.08.16 07:19:53.102325 [ 3 ] {3913e840-ade8-4d98-8004-6e903ae5c0eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6411 | 2024.08.16 07:19:53.102619 [ 3 ] {3913e840-ade8-4d98-8004-6e903ae5c0eb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6412 | 2024.08.16 07:19:53.102916 [ 3 ] {3913e840-ade8-4d98-8004-6e903ae5c0eb} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6413 | 2024.08.16 07:19:53.103080 [ 3 ] {3913e840-ade8-4d98-8004-6e903ae5c0eb} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001328 sec., 4518.0722891566265 rows/sec., 368.42 KiB/sec. | ||
6414 | 2024.08.16 07:19:53.103347 [ 3 ] {3913e840-ade8-4d98-8004-6e903ae5c0eb} <Debug> DynamicQueryHandler: Done processing query | ||
6415 | 2024.08.16 07:19:53.103372 [ 3 ] {3913e840-ade8-4d98-8004-6e903ae5c0eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6416 | 2024.08.16 07:19:53.103388 [ 3 ] {} <Debug> HTTP-Session: 3bc2c1a2-3eb4-4095-9dcc-f0fbadfdbd75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6417 | 2024.08.16 07:19:53.103584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6418 | 2024.08.16 07:19:53.103631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6419 | 2024.08.16 07:19:53.103651 [ 3 ] {} <Debug> HTTP-Session: c93bb7e3-9b9c-416c-b984-49e49028edbd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6420 | 2024.08.16 07:19:53.103668 [ 3 ] {} <Debug> HTTP-Session: c93bb7e3-9b9c-416c-b984-49e49028edbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6421 | 2024.08.16 07:19:53.103681 [ 3 ] {} <Debug> HTTP-Session: c93bb7e3-9b9c-416c-b984-49e49028edbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6422 | 2024.08.16 07:19:53.103712 [ 3 ] {} <Trace> HTTP-Session: c93bb7e3-9b9c-416c-b984-49e49028edbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6423 | 2024.08.16 07:19:53.103850 [ 3 ] {2743d259-4e4f-4115-b4ae-d8b9bd91d0cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6424 | 2024.08.16 07:19:53.103893 [ 3 ] {2743d259-4e4f-4115-b4ae-d8b9bd91d0cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6425 | 2024.08.16 07:19:53.104047 [ 3 ] {2743d259-4e4f-4115-b4ae-d8b9bd91d0cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6426 | 2024.08.16 07:19:53.104462 [ 3 ] {2743d259-4e4f-4115-b4ae-d8b9bd91d0cb} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6427 | 2024.08.16 07:19:53.104499 [ 3 ] {2743d259-4e4f-4115-b4ae-d8b9bd91d0cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6428 | 2024.08.16 07:19:53.104819 [ 3 ] {2743d259-4e4f-4115-b4ae-d8b9bd91d0cb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6429 | 2024.08.16 07:19:53.105120 [ 3 ] {2743d259-4e4f-4115-b4ae-d8b9bd91d0cb} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6430 | 2024.08.16 07:19:53.105273 [ 3 ] {2743d259-4e4f-4115-b4ae-d8b9bd91d0cb} <Debug> executeQuery: Read 158 rows, 13.52 KiB in 0.001478 sec., 106901.21786197565 rows/sec., 8.93 MiB/sec. | ||
6431 | 2024.08.16 07:19:53.105469 [ 3 ] {2743d259-4e4f-4115-b4ae-d8b9bd91d0cb} <Debug> DynamicQueryHandler: Done processing query | ||
6432 | 2024.08.16 07:19:53.105495 [ 3 ] {2743d259-4e4f-4115-b4ae-d8b9bd91d0cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6433 | 2024.08.16 07:19:53.105510 [ 3 ] {} <Debug> HTTP-Session: c93bb7e3-9b9c-416c-b984-49e49028edbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6434 | 2024.08.16 07:19:53.105639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6435 | 2024.08.16 07:19:53.105686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6436 | 2024.08.16 07:19:53.105705 [ 3 ] {} <Debug> HTTP-Session: 37406f55-f03b-4814-bc43-8d0a64d17344 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6437 | 2024.08.16 07:19:53.105721 [ 3 ] {} <Debug> HTTP-Session: 37406f55-f03b-4814-bc43-8d0a64d17344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6438 | 2024.08.16 07:19:53.105734 [ 3 ] {} <Debug> HTTP-Session: 37406f55-f03b-4814-bc43-8d0a64d17344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6439 | 2024.08.16 07:19:53.105764 [ 3 ] {} <Trace> HTTP-Session: 37406f55-f03b-4814-bc43-8d0a64d17344 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6440 | 2024.08.16 07:19:53.105856 [ 3 ] {84d51a40-50b2-485c-b644-18420973a106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6441 | 2024.08.16 07:19:53.105897 [ 3 ] {84d51a40-50b2-485c-b644-18420973a106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6442 | 2024.08.16 07:19:53.106025 [ 3 ] {84d51a40-50b2-485c-b644-18420973a106} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6443 | 2024.08.16 07:19:53.106299 [ 3 ] {84d51a40-50b2-485c-b644-18420973a106} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6444 | 2024.08.16 07:19:53.106335 [ 3 ] {84d51a40-50b2-485c-b644-18420973a106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6445 | 2024.08.16 07:19:53.106621 [ 3 ] {84d51a40-50b2-485c-b644-18420973a106} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6446 | 2024.08.16 07:19:53.106912 [ 3 ] {84d51a40-50b2-485c-b644-18420973a106} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6447 | 2024.08.16 07:19:53.107063 [ 3 ] {84d51a40-50b2-485c-b644-18420973a106} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001227 sec., 4889.975550122249 rows/sec., 341.44 KiB/sec. | ||
6448 | 2024.08.16 07:19:53.107225 [ 3 ] {84d51a40-50b2-485c-b644-18420973a106} <Debug> DynamicQueryHandler: Done processing query | ||
6449 | 2024.08.16 07:19:53.107248 [ 3 ] {84d51a40-50b2-485c-b644-18420973a106} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6450 | 2024.08.16 07:19:53.107263 [ 3 ] {} <Debug> HTTP-Session: 37406f55-f03b-4814-bc43-8d0a64d17344 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6451 | 2024.08.16 07:19:53.107392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 17488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6452 | 2024.08.16 07:19:53.107438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6453 | 2024.08.16 07:19:53.107457 [ 3 ] {} <Debug> HTTP-Session: e6b8a53a-eb5a-4102-abf4-a0a54c2b148c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6454 | 2024.08.16 07:19:53.107473 [ 3 ] {} <Debug> HTTP-Session: e6b8a53a-eb5a-4102-abf4-a0a54c2b148c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6455 | 2024.08.16 07:19:53.107486 [ 3 ] {} <Debug> HTTP-Session: e6b8a53a-eb5a-4102-abf4-a0a54c2b148c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6456 | 2024.08.16 07:19:53.107516 [ 3 ] {} <Trace> HTTP-Session: e6b8a53a-eb5a-4102-abf4-a0a54c2b148c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6457 | 2024.08.16 07:19:53.107641 [ 3 ] {805db148-8f77-452e-be7e-93d3257991f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6458 | 2024.08.16 07:19:53.107683 [ 3 ] {805db148-8f77-452e-be7e-93d3257991f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6459 | 2024.08.16 07:19:53.107805 [ 3 ] {805db148-8f77-452e-be7e-93d3257991f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6460 | 2024.08.16 07:19:53.108152 [ 3 ] {805db148-8f77-452e-be7e-93d3257991f5} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6461 | 2024.08.16 07:19:53.108189 [ 3 ] {805db148-8f77-452e-be7e-93d3257991f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6462 | 2024.08.16 07:19:53.108486 [ 3 ] {805db148-8f77-452e-be7e-93d3257991f5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6463 | 2024.08.16 07:19:53.108782 [ 3 ] {805db148-8f77-452e-be7e-93d3257991f5} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6464 | 2024.08.16 07:19:53.108933 [ 3 ] {805db148-8f77-452e-be7e-93d3257991f5} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.00134 sec., 76865.67164179104 rows/sec., 6.01 MiB/sec. | ||
6465 | 2024.08.16 07:19:53.109100 [ 3 ] {805db148-8f77-452e-be7e-93d3257991f5} <Debug> DynamicQueryHandler: Done processing query | ||
6466 | 2024.08.16 07:19:53.109124 [ 3 ] {805db148-8f77-452e-be7e-93d3257991f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6467 | 2024.08.16 07:19:53.109143 [ 3 ] {} <Debug> HTTP-Session: e6b8a53a-eb5a-4102-abf4-a0a54c2b148c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6468 | 2024.08.16 07:19:53.109291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 31150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6469 | 2024.08.16 07:19:53.109338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6470 | 2024.08.16 07:19:53.109357 [ 3 ] {} <Debug> HTTP-Session: 41930e42-5685-4e6a-a38d-b2a897bd9eb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6471 | 2024.08.16 07:19:53.109373 [ 3 ] {} <Debug> HTTP-Session: 41930e42-5685-4e6a-a38d-b2a897bd9eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6472 | 2024.08.16 07:19:53.109387 [ 3 ] {} <Debug> HTTP-Session: 41930e42-5685-4e6a-a38d-b2a897bd9eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6473 | 2024.08.16 07:19:53.109417 [ 3 ] {} <Trace> HTTP-Session: 41930e42-5685-4e6a-a38d-b2a897bd9eb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6474 | 2024.08.16 07:19:53.109552 [ 3 ] {d3e2b2e3-19f1-4e07-8e45-569ad8f0fd22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6475 | 2024.08.16 07:19:53.109598 [ 3 ] {d3e2b2e3-19f1-4e07-8e45-569ad8f0fd22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6476 | 2024.08.16 07:19:53.109743 [ 3 ] {d3e2b2e3-19f1-4e07-8e45-569ad8f0fd22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6477 | 2024.08.16 07:19:53.110184 [ 3 ] {d3e2b2e3-19f1-4e07-8e45-569ad8f0fd22} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6478 | 2024.08.16 07:19:53.110222 [ 3 ] {d3e2b2e3-19f1-4e07-8e45-569ad8f0fd22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6479 | 2024.08.16 07:19:53.110614 [ 3 ] {d3e2b2e3-19f1-4e07-8e45-569ad8f0fd22} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6480 | 2024.08.16 07:19:53.110942 [ 3 ] {d3e2b2e3-19f1-4e07-8e45-569ad8f0fd22} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6481 | 2024.08.16 07:19:53.111107 [ 3 ] {d3e2b2e3-19f1-4e07-8e45-569ad8f0fd22} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001609 sec., 101305.15848353015 rows/sec., 7.05 MiB/sec. | ||
6482 | 2024.08.16 07:19:53.111361 [ 3 ] {d3e2b2e3-19f1-4e07-8e45-569ad8f0fd22} <Debug> DynamicQueryHandler: Done processing query | ||
6483 | 2024.08.16 07:19:53.111405 [ 3 ] {d3e2b2e3-19f1-4e07-8e45-569ad8f0fd22} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6484 | 2024.08.16 07:19:53.111424 [ 3 ] {} <Debug> HTTP-Session: 41930e42-5685-4e6a-a38d-b2a897bd9eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6485 | 2024.08.16 07:19:53.111620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53155, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6486 | 2024.08.16 07:19:53.111667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6487 | 2024.08.16 07:19:53.111685 [ 3 ] {} <Debug> HTTP-Session: 13a1e29c-88f0-4def-956a-9aeacae199f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6488 | 2024.08.16 07:19:53.111702 [ 3 ] {} <Debug> HTTP-Session: 13a1e29c-88f0-4def-956a-9aeacae199f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6489 | 2024.08.16 07:19:53.111716 [ 3 ] {} <Debug> HTTP-Session: 13a1e29c-88f0-4def-956a-9aeacae199f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6490 | 2024.08.16 07:19:53.111745 [ 3 ] {} <Trace> HTTP-Session: 13a1e29c-88f0-4def-956a-9aeacae199f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6491 | 2024.08.16 07:19:53.112154 [ 3 ] {e84e3ae1-90e0-4eea-9299-05a9b9652fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6492 | 2024.08.16 07:19:53.112222 [ 3 ] {e84e3ae1-90e0-4eea-9299-05a9b9652fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6493 | 2024.08.16 07:19:53.112640 [ 3 ] {e84e3ae1-90e0-4eea-9299-05a9b9652fb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6494 | 2024.08.16 07:19:53.113383 [ 3 ] {e84e3ae1-90e0-4eea-9299-05a9b9652fb9} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6495 | 2024.08.16 07:19:53.113419 [ 3 ] {e84e3ae1-90e0-4eea-9299-05a9b9652fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6496 | 2024.08.16 07:19:53.114039 [ 3 ] {e84e3ae1-90e0-4eea-9299-05a9b9652fb9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6497 | 2024.08.16 07:19:53.114436 [ 3 ] {e84e3ae1-90e0-4eea-9299-05a9b9652fb9} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6498 | 2024.08.16 07:19:53.114577 [ 3 ] {e84e3ae1-90e0-4eea-9299-05a9b9652fb9} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002743 sec., 12030.623405030987 rows/sec., 21.56 MiB/sec. | ||
6499 | 2024.08.16 07:19:53.114797 [ 3 ] {e84e3ae1-90e0-4eea-9299-05a9b9652fb9} <Debug> DynamicQueryHandler: Done processing query | ||
6500 | 2024.08.16 07:19:53.114821 [ 3 ] {e84e3ae1-90e0-4eea-9299-05a9b9652fb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6501 | 2024.08.16 07:19:53.114836 [ 3 ] {} <Debug> HTTP-Session: 13a1e29c-88f0-4def-956a-9aeacae199f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6502 | 2024.08.16 07:19:53.114960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6503 | 2024.08.16 07:19:53.115010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6504 | 2024.08.16 07:19:53.115029 [ 3 ] {} <Debug> HTTP-Session: 0f4edb46-e52d-4dff-b667-9ebb60969982 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6505 | 2024.08.16 07:19:53.115045 [ 3 ] {} <Debug> HTTP-Session: 0f4edb46-e52d-4dff-b667-9ebb60969982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6506 | 2024.08.16 07:19:53.115058 [ 3 ] {} <Debug> HTTP-Session: 0f4edb46-e52d-4dff-b667-9ebb60969982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6507 | 2024.08.16 07:19:53.115088 [ 3 ] {} <Trace> HTTP-Session: 0f4edb46-e52d-4dff-b667-9ebb60969982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6508 | 2024.08.16 07:19:53.115194 [ 3 ] {d5627825-6a01-4274-8f55-2c3427c362f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6509 | 2024.08.16 07:19:53.115237 [ 3 ] {d5627825-6a01-4274-8f55-2c3427c362f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6510 | 2024.08.16 07:19:53.115362 [ 3 ] {d5627825-6a01-4274-8f55-2c3427c362f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6511 | 2024.08.16 07:19:53.115638 [ 3 ] {d5627825-6a01-4274-8f55-2c3427c362f8} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6512 | 2024.08.16 07:19:53.115673 [ 3 ] {d5627825-6a01-4274-8f55-2c3427c362f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6513 | 2024.08.16 07:19:53.116017 [ 3 ] {d5627825-6a01-4274-8f55-2c3427c362f8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6514 | 2024.08.16 07:19:53.116334 [ 3 ] {d5627825-6a01-4274-8f55-2c3427c362f8} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6515 | 2024.08.16 07:19:53.116459 [ 3 ] {d5627825-6a01-4274-8f55-2c3427c362f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001301 sec., 46118.370484242885 rows/sec., 3.11 MiB/sec. | ||
6516 | 2024.08.16 07:19:53.116655 [ 3 ] {d5627825-6a01-4274-8f55-2c3427c362f8} <Debug> DynamicQueryHandler: Done processing query | ||
6517 | 2024.08.16 07:19:53.116678 [ 3 ] {d5627825-6a01-4274-8f55-2c3427c362f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6518 | 2024.08.16 07:19:53.116693 [ 3 ] {} <Debug> HTTP-Session: 0f4edb46-e52d-4dff-b667-9ebb60969982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6519 | 2024.08.16 07:19:57.479331 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6520 | 2024.08.16 07:19:57.479433 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6521 | 2024.08.16 07:19:58.102345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6522 | 2024.08.16 07:19:58.102472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6523 | 2024.08.16 07:19:58.102503 [ 3 ] {} <Debug> HTTP-Session: 04d020c4-db07-4e44-8c07-434ebb24f9e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6524 | 2024.08.16 07:19:58.102531 [ 3 ] {} <Debug> HTTP-Session: 04d020c4-db07-4e44-8c07-434ebb24f9e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6525 | 2024.08.16 07:19:58.102550 [ 3 ] {} <Debug> HTTP-Session: 04d020c4-db07-4e44-8c07-434ebb24f9e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6526 | 2024.08.16 07:19:58.102605 [ 3 ] {} <Trace> HTTP-Session: 04d020c4-db07-4e44-8c07-434ebb24f9e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6527 | 2024.08.16 07:19:58.102853 [ 3 ] {78e0d26c-5d5a-46fc-8771-aad34c0780b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6528 | 2024.08.16 07:19:58.102921 [ 3 ] {78e0d26c-5d5a-46fc-8771-aad34c0780b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6529 | 2024.08.16 07:19:58.103114 [ 3 ] {78e0d26c-5d5a-46fc-8771-aad34c0780b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6530 | 2024.08.16 07:19:58.103652 [ 3 ] {78e0d26c-5d5a-46fc-8771-aad34c0780b0} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6531 | 2024.08.16 07:19:58.103699 [ 3 ] {78e0d26c-5d5a-46fc-8771-aad34c0780b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6532 | 2024.08.16 07:19:58.104087 [ 3 ] {78e0d26c-5d5a-46fc-8771-aad34c0780b0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6533 | 2024.08.16 07:19:58.104420 [ 3 ] {78e0d26c-5d5a-46fc-8771-aad34c0780b0} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6534 | 2024.08.16 07:19:58.104586 [ 3 ] {78e0d26c-5d5a-46fc-8771-aad34c0780b0} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001829 sec., 103335.15582285402 rows/sec., 9.00 MiB/sec. | ||
6535 | 2024.08.16 07:19:58.104907 [ 3 ] {78e0d26c-5d5a-46fc-8771-aad34c0780b0} <Debug> DynamicQueryHandler: Done processing query | ||
6536 | 2024.08.16 07:19:58.104937 [ 3 ] {78e0d26c-5d5a-46fc-8771-aad34c0780b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6537 | 2024.08.16 07:19:58.104955 [ 3 ] {} <Debug> HTTP-Session: 04d020c4-db07-4e44-8c07-434ebb24f9e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6538 | 2024.08.16 07:19:58.105166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6539 | 2024.08.16 07:19:58.105223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6540 | 2024.08.16 07:19:58.105244 [ 3 ] {} <Debug> HTTP-Session: 014f86ae-42e9-4827-925e-f130dd2bb4d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6541 | 2024.08.16 07:19:58.105263 [ 3 ] {} <Debug> HTTP-Session: 014f86ae-42e9-4827-925e-f130dd2bb4d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6542 | 2024.08.16 07:19:58.105277 [ 3 ] {} <Debug> HTTP-Session: 014f86ae-42e9-4827-925e-f130dd2bb4d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6543 | 2024.08.16 07:19:58.105312 [ 3 ] {} <Trace> HTTP-Session: 014f86ae-42e9-4827-925e-f130dd2bb4d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6544 | 2024.08.16 07:19:58.105425 [ 3 ] {bd744816-43e1-4ea2-b16c-7969bbf0d16d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6545 | 2024.08.16 07:19:58.105473 [ 3 ] {bd744816-43e1-4ea2-b16c-7969bbf0d16d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6546 | 2024.08.16 07:19:58.105628 [ 3 ] {bd744816-43e1-4ea2-b16c-7969bbf0d16d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6547 | 2024.08.16 07:19:58.105929 [ 3 ] {bd744816-43e1-4ea2-b16c-7969bbf0d16d} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6548 | 2024.08.16 07:19:58.105969 [ 3 ] {bd744816-43e1-4ea2-b16c-7969bbf0d16d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6549 | 2024.08.16 07:19:58.106293 [ 3 ] {bd744816-43e1-4ea2-b16c-7969bbf0d16d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6550 | 2024.08.16 07:19:58.106599 [ 3 ] {bd744816-43e1-4ea2-b16c-7969bbf0d16d} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6551 | 2024.08.16 07:19:58.106756 [ 3 ] {bd744816-43e1-4ea2-b16c-7969bbf0d16d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001358 sec., 10309.278350515464 rows/sec., 721.99 KiB/sec. | ||
6552 | 2024.08.16 07:19:58.107038 [ 3 ] {bd744816-43e1-4ea2-b16c-7969bbf0d16d} <Debug> DynamicQueryHandler: Done processing query | ||
6553 | 2024.08.16 07:19:58.107080 [ 3 ] {bd744816-43e1-4ea2-b16c-7969bbf0d16d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6554 | 2024.08.16 07:19:58.107098 [ 3 ] {} <Debug> HTTP-Session: 014f86ae-42e9-4827-925e-f130dd2bb4d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6555 | 2024.08.16 07:19:58.107228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6556 | 2024.08.16 07:19:58.107277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6557 | 2024.08.16 07:19:58.107296 [ 3 ] {} <Debug> HTTP-Session: 8fef4d68-aae2-4230-be9e-b44f4b3ae278 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6558 | 2024.08.16 07:19:58.107314 [ 3 ] {} <Debug> HTTP-Session: 8fef4d68-aae2-4230-be9e-b44f4b3ae278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6559 | 2024.08.16 07:19:58.107328 [ 3 ] {} <Debug> HTTP-Session: 8fef4d68-aae2-4230-be9e-b44f4b3ae278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6560 | 2024.08.16 07:19:58.107359 [ 3 ] {} <Trace> HTTP-Session: 8fef4d68-aae2-4230-be9e-b44f4b3ae278 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6561 | 2024.08.16 07:19:58.107461 [ 3 ] {d75a5117-4f87-4920-9ec0-b29728d9fa15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6562 | 2024.08.16 07:19:58.107507 [ 3 ] {d75a5117-4f87-4920-9ec0-b29728d9fa15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6563 | 2024.08.16 07:19:58.107654 [ 3 ] {d75a5117-4f87-4920-9ec0-b29728d9fa15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6564 | 2024.08.16 07:19:58.107902 [ 3 ] {d75a5117-4f87-4920-9ec0-b29728d9fa15} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6565 | 2024.08.16 07:19:58.107939 [ 3 ] {d75a5117-4f87-4920-9ec0-b29728d9fa15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6566 | 2024.08.16 07:19:58.108243 [ 3 ] {d75a5117-4f87-4920-9ec0-b29728d9fa15} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6567 | 2024.08.16 07:19:58.108550 [ 3 ] {d75a5117-4f87-4920-9ec0-b29728d9fa15} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6568 | 2024.08.16 07:19:58.108709 [ 3 ] {d75a5117-4f87-4920-9ec0-b29728d9fa15} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001275 sec., 4705.882352941177 rows/sec., 278.03 KiB/sec. | ||
6569 | 2024.08.16 07:19:58.108894 [ 3 ] {d75a5117-4f87-4920-9ec0-b29728d9fa15} <Debug> DynamicQueryHandler: Done processing query | ||
6570 | 2024.08.16 07:19:58.108918 [ 3 ] {d75a5117-4f87-4920-9ec0-b29728d9fa15} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6571 | 2024.08.16 07:19:58.108933 [ 3 ] {} <Debug> HTTP-Session: 8fef4d68-aae2-4230-be9e-b44f4b3ae278 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6572 | 2024.08.16 07:19:58.109176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6573 | 2024.08.16 07:19:58.109222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6574 | 2024.08.16 07:19:58.109242 [ 3 ] {} <Debug> HTTP-Session: b2c47745-a925-4ac7-8a42-03d8679b5955 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6575 | 2024.08.16 07:19:58.109257 [ 3 ] {} <Debug> HTTP-Session: b2c47745-a925-4ac7-8a42-03d8679b5955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6576 | 2024.08.16 07:19:58.109271 [ 3 ] {} <Debug> HTTP-Session: b2c47745-a925-4ac7-8a42-03d8679b5955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6577 | 2024.08.16 07:19:58.109301 [ 3 ] {} <Trace> HTTP-Session: b2c47745-a925-4ac7-8a42-03d8679b5955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6578 | 2024.08.16 07:19:58.109512 [ 3 ] {88598820-4e6d-4b80-965f-1efbb9c2bfa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6579 | 2024.08.16 07:19:58.109556 [ 3 ] {88598820-4e6d-4b80-965f-1efbb9c2bfa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6580 | 2024.08.16 07:19:58.109707 [ 3 ] {88598820-4e6d-4b80-965f-1efbb9c2bfa8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6581 | 2024.08.16 07:19:58.110204 [ 3 ] {88598820-4e6d-4b80-965f-1efbb9c2bfa8} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6582 | 2024.08.16 07:19:58.110241 [ 3 ] {88598820-4e6d-4b80-965f-1efbb9c2bfa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6583 | 2024.08.16 07:19:58.110564 [ 3 ] {88598820-4e6d-4b80-965f-1efbb9c2bfa8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6584 | 2024.08.16 07:19:58.110862 [ 3 ] {88598820-4e6d-4b80-965f-1efbb9c2bfa8} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6585 | 2024.08.16 07:19:58.111018 [ 3 ] {88598820-4e6d-4b80-965f-1efbb9c2bfa8} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001619 sec., 235948.1161210624 rows/sec., 16.70 MiB/sec. | ||
6586 | 2024.08.16 07:19:58.111187 [ 3 ] {88598820-4e6d-4b80-965f-1efbb9c2bfa8} <Debug> DynamicQueryHandler: Done processing query | ||
6587 | 2024.08.16 07:19:58.111211 [ 3 ] {88598820-4e6d-4b80-965f-1efbb9c2bfa8} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6588 | 2024.08.16 07:19:58.111226 [ 3 ] {} <Debug> HTTP-Session: b2c47745-a925-4ac7-8a42-03d8679b5955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6589 | 2024.08.16 07:19:58.111396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6590 | 2024.08.16 07:19:58.111444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6591 | 2024.08.16 07:19:58.111462 [ 3 ] {} <Debug> HTTP-Session: fbe70805-c823-4356-87d9-665e8c03cedc Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6592 | 2024.08.16 07:19:58.111478 [ 3 ] {} <Debug> HTTP-Session: fbe70805-c823-4356-87d9-665e8c03cedc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6593 | 2024.08.16 07:19:58.111492 [ 3 ] {} <Debug> HTTP-Session: fbe70805-c823-4356-87d9-665e8c03cedc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6594 | 2024.08.16 07:19:58.111521 [ 3 ] {} <Trace> HTTP-Session: fbe70805-c823-4356-87d9-665e8c03cedc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6595 | 2024.08.16 07:19:58.111617 [ 3 ] {e46f093e-540f-490e-9a20-e30cdbaab119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6596 | 2024.08.16 07:19:58.111661 [ 3 ] {e46f093e-540f-490e-9a20-e30cdbaab119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6597 | 2024.08.16 07:19:58.111789 [ 3 ] {e46f093e-540f-490e-9a20-e30cdbaab119} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6598 | 2024.08.16 07:19:58.112011 [ 3 ] {e46f093e-540f-490e-9a20-e30cdbaab119} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6599 | 2024.08.16 07:19:58.112048 [ 3 ] {e46f093e-540f-490e-9a20-e30cdbaab119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6600 | 2024.08.16 07:19:58.112398 [ 3 ] {e46f093e-540f-490e-9a20-e30cdbaab119} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6601 | 2024.08.16 07:19:58.112711 [ 3 ] {e46f093e-540f-490e-9a20-e30cdbaab119} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6602 | 2024.08.16 07:19:58.112870 [ 3 ] {e46f093e-540f-490e-9a20-e30cdbaab119} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001269 sec., 4728.132387706856 rows/sec., 247.03 KiB/sec. | ||
6603 | 2024.08.16 07:19:58.113022 [ 3 ] {e46f093e-540f-490e-9a20-e30cdbaab119} <Debug> DynamicQueryHandler: Done processing query | ||
6604 | 2024.08.16 07:19:58.113046 [ 3 ] {e46f093e-540f-490e-9a20-e30cdbaab119} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6605 | 2024.08.16 07:19:58.113061 [ 3 ] {} <Debug> HTTP-Session: fbe70805-c823-4356-87d9-665e8c03cedc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6606 | 2024.08.16 07:19:58.113244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6607 | 2024.08.16 07:19:58.113290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6608 | 2024.08.16 07:19:58.113308 [ 3 ] {} <Debug> HTTP-Session: cb20baa2-2fe2-47ef-ab59-58df9c10ccfe Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6609 | 2024.08.16 07:19:58.113324 [ 3 ] {} <Debug> HTTP-Session: cb20baa2-2fe2-47ef-ab59-58df9c10ccfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6610 | 2024.08.16 07:19:58.113338 [ 3 ] {} <Debug> HTTP-Session: cb20baa2-2fe2-47ef-ab59-58df9c10ccfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6611 | 2024.08.16 07:19:58.113366 [ 3 ] {} <Trace> HTTP-Session: cb20baa2-2fe2-47ef-ab59-58df9c10ccfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6612 | 2024.08.16 07:19:58.113530 [ 3 ] {5c2118d6-e9ee-417f-b254-92ea5989ca0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6613 | 2024.08.16 07:19:58.113577 [ 3 ] {5c2118d6-e9ee-417f-b254-92ea5989ca0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6614 | 2024.08.16 07:19:58.113717 [ 3 ] {5c2118d6-e9ee-417f-b254-92ea5989ca0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6615 | 2024.08.16 07:19:58.114110 [ 3 ] {5c2118d6-e9ee-417f-b254-92ea5989ca0d} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6616 | 2024.08.16 07:19:58.114146 [ 3 ] {5c2118d6-e9ee-417f-b254-92ea5989ca0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6617 | 2024.08.16 07:19:58.114520 [ 3 ] {5c2118d6-e9ee-417f-b254-92ea5989ca0d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6618 | 2024.08.16 07:19:58.114851 [ 3 ] {5c2118d6-e9ee-417f-b254-92ea5989ca0d} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6619 | 2024.08.16 07:19:58.115022 [ 3 ] {5c2118d6-e9ee-417f-b254-92ea5989ca0d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001564 sec., 151534.52685421993 rows/sec., 10.16 MiB/sec. | ||
6620 | 2024.08.16 07:19:58.115345 [ 3 ] {5c2118d6-e9ee-417f-b254-92ea5989ca0d} <Debug> DynamicQueryHandler: Done processing query | ||
6621 | 2024.08.16 07:19:58.115383 [ 3 ] {5c2118d6-e9ee-417f-b254-92ea5989ca0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6622 | 2024.08.16 07:19:58.115399 [ 3 ] {} <Debug> HTTP-Session: cb20baa2-2fe2-47ef-ab59-58df9c10ccfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6623 | 2024.08.16 07:19:58.115546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6624 | 2024.08.16 07:19:58.115593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6625 | 2024.08.16 07:19:58.115612 [ 3 ] {} <Debug> HTTP-Session: f2742e89-707d-477a-97bb-0520254550c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6626 | 2024.08.16 07:19:58.115629 [ 3 ] {} <Debug> HTTP-Session: f2742e89-707d-477a-97bb-0520254550c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6627 | 2024.08.16 07:19:58.115643 [ 3 ] {} <Debug> HTTP-Session: f2742e89-707d-477a-97bb-0520254550c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6628 | 2024.08.16 07:19:58.115673 [ 3 ] {} <Trace> HTTP-Session: f2742e89-707d-477a-97bb-0520254550c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6629 | 2024.08.16 07:19:58.115770 [ 3 ] {26fc7d50-6e40-4a0f-82cd-69c03e6a6a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6630 | 2024.08.16 07:19:58.115816 [ 3 ] {26fc7d50-6e40-4a0f-82cd-69c03e6a6a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6631 | 2024.08.16 07:19:58.115960 [ 3 ] {26fc7d50-6e40-4a0f-82cd-69c03e6a6a24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6632 | 2024.08.16 07:19:58.116194 [ 3 ] {26fc7d50-6e40-4a0f-82cd-69c03e6a6a24} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6633 | 2024.08.16 07:19:58.116231 [ 3 ] {26fc7d50-6e40-4a0f-82cd-69c03e6a6a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6634 | 2024.08.16 07:19:58.116572 [ 3 ] {26fc7d50-6e40-4a0f-82cd-69c03e6a6a24} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6635 | 2024.08.16 07:19:58.116883 [ 3 ] {26fc7d50-6e40-4a0f-82cd-69c03e6a6a24} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6636 | 2024.08.16 07:19:58.117040 [ 98 ] {} <Debug> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
6637 | 2024.08.16 07:19:58.117044 [ 3 ] {26fc7d50-6e40-4a0f-82cd-69c03e6a6a24} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001292 sec., 773.9938080495356 rows/sec., 52.15 KiB/sec. | ||
6638 | 2024.08.16 07:19:58.117134 [ 98 ] {} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6639 | 2024.08.16 07:19:58.117210 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6640 | 2024.08.16 07:19:58.117365 [ 3 ] {26fc7d50-6e40-4a0f-82cd-69c03e6a6a24} <Debug> DynamicQueryHandler: Done processing query | ||
6641 | 2024.08.16 07:19:58.117397 [ 200 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
6642 | 2024.08.16 07:19:58.117410 [ 3 ] {26fc7d50-6e40-4a0f-82cd-69c03e6a6a24} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6643 | 2024.08.16 07:19:58.117473 [ 3 ] {} <Debug> HTTP-Session: f2742e89-707d-477a-97bb-0520254550c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6644 | 2024.08.16 07:19:58.117653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6645 | 2024.08.16 07:19:58.117677 [ 200 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6646 | 2024.08.16 07:19:58.117748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6647 | 2024.08.16 07:19:58.117753 [ 200 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
6648 | 2024.08.16 07:19:58.117789 [ 3 ] {} <Debug> HTTP-Session: 866e848e-1f2d-4548-9e1c-8c74106cbe0e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6649 | 2024.08.16 07:19:58.117832 [ 3 ] {} <Debug> HTTP-Session: 866e848e-1f2d-4548-9e1c-8c74106cbe0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6650 | 2024.08.16 07:19:58.117887 [ 3 ] {} <Debug> HTTP-Session: 866e848e-1f2d-4548-9e1c-8c74106cbe0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6651 | 2024.08.16 07:19:58.118015 [ 200 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
6652 | 2024.08.16 07:19:58.118029 [ 3 ] {} <Trace> HTTP-Session: 866e848e-1f2d-4548-9e1c-8c74106cbe0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6653 | 2024.08.16 07:19:58.118359 [ 200 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
6654 | 2024.08.16 07:19:58.118406 [ 3 ] {daf1b3d6-bc9b-44e5-b245-95624e18934f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6655 | 2024.08.16 07:19:58.118589 [ 3 ] {daf1b3d6-bc9b-44e5-b245-95624e18934f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6656 | 2024.08.16 07:19:58.118694 [ 200 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
6657 | 2024.08.16 07:19:58.119017 [ 200 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
6658 | 2024.08.16 07:19:58.119420 [ 3 ] {daf1b3d6-bc9b-44e5-b245-95624e18934f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6659 | 2024.08.16 07:19:58.119439 [ 200 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
6660 | 2024.08.16 07:19:58.120186 [ 3 ] {daf1b3d6-bc9b-44e5-b245-95624e18934f} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6661 | 2024.08.16 07:19:58.120252 [ 3 ] {daf1b3d6-bc9b-44e5-b245-95624e18934f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6662 | 2024.08.16 07:19:58.121300 [ 3 ] {daf1b3d6-bc9b-44e5-b245-95624e18934f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6663 | 2024.08.16 07:19:58.122246 [ 3 ] {daf1b3d6-bc9b-44e5-b245-95624e18934f} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6664 | 2024.08.16 07:19:58.122320 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005018026 sec., 2989.2232523306975 rows/sec., 201.42 KiB/sec. | ||
6665 | 2024.08.16 07:19:58.122545 [ 3 ] {daf1b3d6-bc9b-44e5-b245-95624e18934f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004293 sec., 19100.861868157466 rows/sec., 1.21 MiB/sec. | ||
6666 | 2024.08.16 07:19:58.122675 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6667 | 2024.08.16 07:19:58.123093 [ 3 ] {daf1b3d6-bc9b-44e5-b245-95624e18934f} <Debug> DynamicQueryHandler: Done processing query | ||
6668 | 2024.08.16 07:19:58.123171 [ 3 ] {daf1b3d6-bc9b-44e5-b245-95624e18934f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6669 | 2024.08.16 07:19:58.123238 [ 3 ] {} <Debug> HTTP-Session: 866e848e-1f2d-4548-9e1c-8c74106cbe0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6670 | 2024.08.16 07:19:58.123600 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_15_3} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6671 | 2024.08.16 07:19:58.123684 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_15_3} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
6672 | 2024.08.16 07:19:58.123770 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
6673 | 2024.08.16 07:20:03.099457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6674 | 2024.08.16 07:20:03.099636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6675 | 2024.08.16 07:20:03.099680 [ 3 ] {} <Debug> HTTP-Session: 69088cd1-a5e4-4e0c-9919-0b64f7d15f81 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6676 | 2024.08.16 07:20:03.099721 [ 3 ] {} <Debug> HTTP-Session: 69088cd1-a5e4-4e0c-9919-0b64f7d15f81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6677 | 2024.08.16 07:20:03.099749 [ 3 ] {} <Debug> HTTP-Session: 69088cd1-a5e4-4e0c-9919-0b64f7d15f81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6678 | 2024.08.16 07:20:03.099827 [ 3 ] {} <Trace> HTTP-Session: 69088cd1-a5e4-4e0c-9919-0b64f7d15f81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6679 | 2024.08.16 07:20:03.100044 [ 3 ] {7cc2c3c6-994f-4951-b442-5b1643640475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6680 | 2024.08.16 07:20:03.100108 [ 3 ] {7cc2c3c6-994f-4951-b442-5b1643640475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6681 | 2024.08.16 07:20:03.100299 [ 3 ] {7cc2c3c6-994f-4951-b442-5b1643640475} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6682 | 2024.08.16 07:20:03.100696 [ 3 ] {7cc2c3c6-994f-4951-b442-5b1643640475} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6683 | 2024.08.16 07:20:03.100736 [ 3 ] {7cc2c3c6-994f-4951-b442-5b1643640475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6684 | 2024.08.16 07:20:03.101110 [ 3 ] {7cc2c3c6-994f-4951-b442-5b1643640475} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6685 | 2024.08.16 07:20:03.101441 [ 3 ] {7cc2c3c6-994f-4951-b442-5b1643640475} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6686 | 2024.08.16 07:20:03.101583 [ 93 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
6687 | 2024.08.16 07:20:03.101591 [ 3 ] {7cc2c3c6-994f-4951-b442-5b1643640475} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001611 sec., 20484.17132216015 rows/sec., 1.62 MiB/sec. | ||
6688 | 2024.08.16 07:20:03.101626 [ 93 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6689 | 2024.08.16 07:20:03.101660 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6690 | 2024.08.16 07:20:03.101782 [ 187 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::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 | ||
6691 | 2024.08.16 07:20:03.101838 [ 3 ] {7cc2c3c6-994f-4951-b442-5b1643640475} <Debug> DynamicQueryHandler: Done processing query | ||
6692 | 2024.08.16 07:20:03.101868 [ 3 ] {7cc2c3c6-994f-4951-b442-5b1643640475} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6693 | 2024.08.16 07:20:03.101894 [ 3 ] {} <Debug> HTTP-Session: 69088cd1-a5e4-4e0c-9919-0b64f7d15f81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6694 | 2024.08.16 07:20:03.101944 [ 187 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6695 | 2024.08.16 07:20:03.101981 [ 187 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 33 rows starting from the beginning of the part | ||
6696 | 2024.08.16 07:20:03.102069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6697 | 2024.08.16 07:20:03.102075 [ 187 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part | ||
6698 | 2024.08.16 07:20:03.102206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6699 | 2024.08.16 07:20:03.102332 [ 3 ] {} <Debug> HTTP-Session: 7df44c04-953a-4b72-bc06-a09acdf39ddb Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6700 | 2024.08.16 07:20:03.102451 [ 3 ] {} <Debug> HTTP-Session: 7df44c04-953a-4b72-bc06-a09acdf39ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6701 | 2024.08.16 07:20:03.102485 [ 187 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 33 rows starting from the beginning of the part | ||
6702 | 2024.08.16 07:20:03.102523 [ 3 ] {} <Debug> HTTP-Session: 7df44c04-953a-4b72-bc06-a09acdf39ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6703 | 2024.08.16 07:20:03.102642 [ 3 ] {} <Trace> HTTP-Session: 7df44c04-953a-4b72-bc06-a09acdf39ddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6704 | 2024.08.16 07:20:03.102853 [ 187 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part | ||
6705 | 2024.08.16 07:20:03.102995 [ 3 ] {341fc301-c031-4832-b981-8df86c84574a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6706 | 2024.08.16 07:20:03.103115 [ 187 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 33 rows starting from the beginning of the part | ||
6707 | 2024.08.16 07:20:03.103138 [ 3 ] {341fc301-c031-4832-b981-8df86c84574a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6708 | 2024.08.16 07:20:03.103748 [ 3 ] {341fc301-c031-4832-b981-8df86c84574a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6709 | 2024.08.16 07:20:03.104294 [ 3 ] {341fc301-c031-4832-b981-8df86c84574a} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6710 | 2024.08.16 07:20:03.104340 [ 3 ] {341fc301-c031-4832-b981-8df86c84574a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6711 | 2024.08.16 07:20:03.104762 [ 192 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 4 columns (4 merged, 0 gathered) in 0.003024749 sec., 54549.98084138551 rows/sec., 4.32 MiB/sec. | ||
6712 | 2024.08.16 07:20:03.104833 [ 3 ] {341fc301-c031-4832-b981-8df86c84574a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6713 | 2024.08.16 07:20:03.105026 [ 192 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
6714 | 2024.08.16 07:20:03.105550 [ 3 ] {341fc301-c031-4832-b981-8df86c84574a} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6715 | 2024.08.16 07:20:03.105863 [ 3 ] {341fc301-c031-4832-b981-8df86c84574a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002971 sec., 673.1740154830023 rows/sec., 54.89 KiB/sec. | ||
6716 | 2024.08.16 07:20:03.106109 [ 193 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_18_4} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6717 | 2024.08.16 07:20:03.106392 [ 3 ] {341fc301-c031-4832-b981-8df86c84574a} <Debug> DynamicQueryHandler: Done processing query | ||
6718 | 2024.08.16 07:20:03.106440 [ 3 ] {341fc301-c031-4832-b981-8df86c84574a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6719 | 2024.08.16 07:20:03.106448 [ 193 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_18_4} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
6720 | 2024.08.16 07:20:03.106465 [ 3 ] {} <Debug> HTTP-Session: 7df44c04-953a-4b72-bc06-a09acdf39ddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6721 | 2024.08.16 07:20:03.106605 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6722 | 2024.08.16 07:20:03.106672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6723 | 2024.08.16 07:20:03.106727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6724 | 2024.08.16 07:20:03.106746 [ 3 ] {} <Debug> HTTP-Session: f1b3f0b4-e4bf-4631-91aa-a901ebbb1839 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6725 | 2024.08.16 07:20:03.106764 [ 3 ] {} <Debug> HTTP-Session: f1b3f0b4-e4bf-4631-91aa-a901ebbb1839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6726 | 2024.08.16 07:20:03.106778 [ 3 ] {} <Debug> HTTP-Session: f1b3f0b4-e4bf-4631-91aa-a901ebbb1839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6727 | 2024.08.16 07:20:03.106811 [ 3 ] {} <Trace> HTTP-Session: f1b3f0b4-e4bf-4631-91aa-a901ebbb1839 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6728 | 2024.08.16 07:20:03.106968 [ 3 ] {6b359acf-dc5c-4a8d-9cad-5637cc6d75ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6729 | 2024.08.16 07:20:03.107012 [ 3 ] {6b359acf-dc5c-4a8d-9cad-5637cc6d75ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6730 | 2024.08.16 07:20:03.107163 [ 3 ] {6b359acf-dc5c-4a8d-9cad-5637cc6d75ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6731 | 2024.08.16 07:20:03.107579 [ 3 ] {6b359acf-dc5c-4a8d-9cad-5637cc6d75ea} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6732 | 2024.08.16 07:20:03.107615 [ 3 ] {6b359acf-dc5c-4a8d-9cad-5637cc6d75ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6733 | 2024.08.16 07:20:03.107934 [ 3 ] {6b359acf-dc5c-4a8d-9cad-5637cc6d75ea} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6734 | 2024.08.16 07:20:03.108246 [ 3 ] {6b359acf-dc5c-4a8d-9cad-5637cc6d75ea} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6735 | 2024.08.16 07:20:03.108370 [ 3 ] {6b359acf-dc5c-4a8d-9cad-5637cc6d75ea} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001477 sec., 105619.49898442789 rows/sec., 8.84 MiB/sec. | ||
6736 | 2024.08.16 07:20:03.108522 [ 3 ] {6b359acf-dc5c-4a8d-9cad-5637cc6d75ea} <Debug> DynamicQueryHandler: Done processing query | ||
6737 | 2024.08.16 07:20:03.108545 [ 3 ] {6b359acf-dc5c-4a8d-9cad-5637cc6d75ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6738 | 2024.08.16 07:20:03.108561 [ 3 ] {} <Debug> HTTP-Session: f1b3f0b4-e4bf-4631-91aa-a901ebbb1839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6739 | 2024.08.16 07:20:03.108722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6740 | 2024.08.16 07:20:03.108768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6741 | 2024.08.16 07:20:03.108786 [ 3 ] {} <Debug> HTTP-Session: b350280b-dfbd-4f98-bb11-845d4b258886 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6742 | 2024.08.16 07:20:03.108802 [ 3 ] {} <Debug> HTTP-Session: b350280b-dfbd-4f98-bb11-845d4b258886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6743 | 2024.08.16 07:20:03.108816 [ 3 ] {} <Debug> HTTP-Session: b350280b-dfbd-4f98-bb11-845d4b258886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6744 | 2024.08.16 07:20:03.108846 [ 3 ] {} <Trace> HTTP-Session: b350280b-dfbd-4f98-bb11-845d4b258886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6745 | 2024.08.16 07:20:03.108946 [ 3 ] {a57b9cf7-4191-447b-bf91-3326336e3025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6746 | 2024.08.16 07:20:03.108988 [ 3 ] {a57b9cf7-4191-447b-bf91-3326336e3025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6747 | 2024.08.16 07:20:03.109112 [ 3 ] {a57b9cf7-4191-447b-bf91-3326336e3025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6748 | 2024.08.16 07:20:03.109383 [ 3 ] {a57b9cf7-4191-447b-bf91-3326336e3025} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6749 | 2024.08.16 07:20:03.109419 [ 3 ] {a57b9cf7-4191-447b-bf91-3326336e3025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6750 | 2024.08.16 07:20:03.109709 [ 3 ] {a57b9cf7-4191-447b-bf91-3326336e3025} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6751 | 2024.08.16 07:20:03.110013 [ 3 ] {a57b9cf7-4191-447b-bf91-3326336e3025} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6752 | 2024.08.16 07:20:03.110139 [ 3 ] {a57b9cf7-4191-447b-bf91-3326336e3025} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001217 sec., 1643.3853738701725 rows/sec., 114.75 KiB/sec. | ||
6753 | 2024.08.16 07:20:03.110298 [ 3 ] {a57b9cf7-4191-447b-bf91-3326336e3025} <Debug> DynamicQueryHandler: Done processing query | ||
6754 | 2024.08.16 07:20:03.110321 [ 3 ] {a57b9cf7-4191-447b-bf91-3326336e3025} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6755 | 2024.08.16 07:20:03.110336 [ 3 ] {} <Debug> HTTP-Session: b350280b-dfbd-4f98-bb11-845d4b258886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6756 | 2024.08.16 07:20:03.110462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6757 | 2024.08.16 07:20:03.110509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6758 | 2024.08.16 07:20:03.110527 [ 3 ] {} <Debug> HTTP-Session: 6f3640b0-5cda-4523-93be-0b9cdf3d23c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6759 | 2024.08.16 07:20:03.110543 [ 3 ] {} <Debug> HTTP-Session: 6f3640b0-5cda-4523-93be-0b9cdf3d23c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6760 | 2024.08.16 07:20:03.110556 [ 3 ] {} <Debug> HTTP-Session: 6f3640b0-5cda-4523-93be-0b9cdf3d23c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6761 | 2024.08.16 07:20:03.110585 [ 3 ] {} <Trace> HTTP-Session: 6f3640b0-5cda-4523-93be-0b9cdf3d23c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6762 | 2024.08.16 07:20:03.110703 [ 3 ] {2d7743ca-8fb2-46de-b0e8-b8ab750631cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6763 | 2024.08.16 07:20:03.110744 [ 3 ] {2d7743ca-8fb2-46de-b0e8-b8ab750631cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6764 | 2024.08.16 07:20:03.110869 [ 3 ] {2d7743ca-8fb2-46de-b0e8-b8ab750631cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6765 | 2024.08.16 07:20:03.111189 [ 3 ] {2d7743ca-8fb2-46de-b0e8-b8ab750631cd} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6766 | 2024.08.16 07:20:03.111225 [ 3 ] {2d7743ca-8fb2-46de-b0e8-b8ab750631cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6767 | 2024.08.16 07:20:03.111529 [ 3 ] {2d7743ca-8fb2-46de-b0e8-b8ab750631cd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6768 | 2024.08.16 07:20:03.111822 [ 3 ] {2d7743ca-8fb2-46de-b0e8-b8ab750631cd} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6769 | 2024.08.16 07:20:03.111950 [ 3 ] {2d7743ca-8fb2-46de-b0e8-b8ab750631cd} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001286 sec., 76982.89269051321 rows/sec., 6.01 MiB/sec. | ||
6770 | 2024.08.16 07:20:03.112125 [ 3 ] {2d7743ca-8fb2-46de-b0e8-b8ab750631cd} <Debug> DynamicQueryHandler: Done processing query | ||
6771 | 2024.08.16 07:20:03.112151 [ 3 ] {2d7743ca-8fb2-46de-b0e8-b8ab750631cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6772 | 2024.08.16 07:20:03.112168 [ 3 ] {} <Debug> HTTP-Session: 6f3640b0-5cda-4523-93be-0b9cdf3d23c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6773 | 2024.08.16 07:20:03.112358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6774 | 2024.08.16 07:20:03.112403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6775 | 2024.08.16 07:20:03.112422 [ 3 ] {} <Debug> HTTP-Session: 2d3628a7-0b15-483a-b5cd-2b7973609dfe Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6776 | 2024.08.16 07:20:03.112438 [ 3 ] {} <Debug> HTTP-Session: 2d3628a7-0b15-483a-b5cd-2b7973609dfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6777 | 2024.08.16 07:20:03.112451 [ 3 ] {} <Debug> HTTP-Session: 2d3628a7-0b15-483a-b5cd-2b7973609dfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6778 | 2024.08.16 07:20:03.112480 [ 3 ] {} <Trace> HTTP-Session: 2d3628a7-0b15-483a-b5cd-2b7973609dfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6779 | 2024.08.16 07:20:03.112619 [ 3 ] {3c145332-0713-4858-bea0-38e2247710c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6780 | 2024.08.16 07:20:03.112664 [ 3 ] {3c145332-0713-4858-bea0-38e2247710c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6781 | 2024.08.16 07:20:03.112804 [ 3 ] {3c145332-0713-4858-bea0-38e2247710c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6782 | 2024.08.16 07:20:03.113205 [ 3 ] {3c145332-0713-4858-bea0-38e2247710c6} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6783 | 2024.08.16 07:20:03.113240 [ 3 ] {3c145332-0713-4858-bea0-38e2247710c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6784 | 2024.08.16 07:20:03.113621 [ 3 ] {3c145332-0713-4858-bea0-38e2247710c6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6785 | 2024.08.16 07:20:03.113950 [ 3 ] {3c145332-0713-4858-bea0-38e2247710c6} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6786 | 2024.08.16 07:20:03.114076 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6787 | 2024.08.16 07:20:03.114080 [ 3 ] {3c145332-0713-4858-bea0-38e2247710c6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001526 sec., 105504.58715596331 rows/sec., 7.35 MiB/sec. | ||
6788 | 2024.08.16 07:20:03.114117 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6789 | 2024.08.16 07:20:03.114162 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6790 | 2024.08.16 07:20:03.114360 [ 3 ] {3c145332-0713-4858-bea0-38e2247710c6} <Debug> DynamicQueryHandler: Done processing query | ||
6791 | 2024.08.16 07:20:03.114430 [ 3 ] {3c145332-0713-4858-bea0-38e2247710c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6792 | 2024.08.16 07:20:03.114473 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
6793 | 2024.08.16 07:20:03.114479 [ 3 ] {} <Debug> HTTP-Session: 2d3628a7-0b15-483a-b5cd-2b7973609dfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6794 | 2024.08.16 07:20:03.114839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6795 | 2024.08.16 07:20:03.115008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6796 | 2024.08.16 07:20:03.115073 [ 3 ] {} <Debug> HTTP-Session: 185c3427-a2e4-4047-92d7-941b3fa8790f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6797 | 2024.08.16 07:20:03.115132 [ 3 ] {} <Debug> HTTP-Session: 185c3427-a2e4-4047-92d7-941b3fa8790f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6798 | 2024.08.16 07:20:03.115174 [ 3 ] {} <Debug> HTTP-Session: 185c3427-a2e4-4047-92d7-941b3fa8790f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6799 | 2024.08.16 07:20:03.115213 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6800 | 2024.08.16 07:20:03.115233 [ 3 ] {} <Trace> HTTP-Session: 185c3427-a2e4-4047-92d7-941b3fa8790f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6801 | 2024.08.16 07:20:03.115299 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9541 rows starting from the beginning of the part | ||
6802 | 2024.08.16 07:20:03.115508 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
6803 | 2024.08.16 07:20:03.115814 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 922 rows starting from the beginning of the part | ||
6804 | 2024.08.16 07:20:03.115838 [ 3 ] {deae3b75-014c-485d-af2c-73443e33e183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6805 | 2024.08.16 07:20:03.116129 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 163 rows starting from the beginning of the part | ||
6806 | 2024.08.16 07:20:03.116169 [ 3 ] {deae3b75-014c-485d-af2c-73443e33e183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6807 | 2024.08.16 07:20:03.116538 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
6808 | 2024.08.16 07:20:03.117101 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 161 rows starting from the beginning of the part | ||
6809 | 2024.08.16 07:20:03.118737 [ 3 ] {deae3b75-014c-485d-af2c-73443e33e183} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6810 | 2024.08.16 07:20:03.120103 [ 3 ] {deae3b75-014c-485d-af2c-73443e33e183} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6811 | 2024.08.16 07:20:03.120161 [ 3 ] {deae3b75-014c-485d-af2c-73443e33e183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6812 | 2024.08.16 07:20:03.122265 [ 3 ] {deae3b75-014c-485d-af2c-73443e33e183} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6813 | 2024.08.16 07:20:03.122697 [ 3 ] {deae3b75-014c-485d-af2c-73443e33e183} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6814 | 2024.08.16 07:20:03.123181 [ 3 ] {deae3b75-014c-485d-af2c-73443e33e183} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.007776 sec., 4243.827160493827 rows/sec., 7.60 MiB/sec. | ||
6815 | 2024.08.16 07:20:03.123778 [ 3 ] {deae3b75-014c-485d-af2c-73443e33e183} <Debug> DynamicQueryHandler: Done processing query | ||
6816 | 2024.08.16 07:20:03.123805 [ 3 ] {deae3b75-014c-485d-af2c-73443e33e183} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6817 | 2024.08.16 07:20:03.123821 [ 3 ] {} <Debug> HTTP-Session: 185c3427-a2e4-4047-92d7-941b3fa8790f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6818 | 2024.08.16 07:20:03.123955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6819 | 2024.08.16 07:20:03.124024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6820 | 2024.08.16 07:20:03.124043 [ 3 ] {} <Debug> HTTP-Session: f6a5ca23-da7a-40c8-8f98-6e6f09415f88 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6821 | 2024.08.16 07:20:03.124059 [ 3 ] {} <Debug> HTTP-Session: f6a5ca23-da7a-40c8-8f98-6e6f09415f88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6822 | 2024.08.16 07:20:03.124073 [ 3 ] {} <Debug> HTTP-Session: f6a5ca23-da7a-40c8-8f98-6e6f09415f88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6823 | 2024.08.16 07:20:03.124104 [ 3 ] {} <Trace> HTTP-Session: f6a5ca23-da7a-40c8-8f98-6e6f09415f88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6824 | 2024.08.16 07:20:03.124242 [ 3 ] {d8910c2d-d377-410a-87d8-03bb8e463ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6825 | 2024.08.16 07:20:03.124313 [ 3 ] {d8910c2d-d377-410a-87d8-03bb8e463ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6826 | 2024.08.16 07:20:03.124569 [ 3 ] {d8910c2d-d377-410a-87d8-03bb8e463ade} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6827 | 2024.08.16 07:20:03.124979 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11184 rows, containing 5 columns (5 merged, 0 gathered) in 0.010720437 sec., 1043241.0544458217 rows/sec., 70.29 MiB/sec. | ||
6828 | 2024.08.16 07:20:03.125206 [ 3 ] {d8910c2d-d377-410a-87d8-03bb8e463ade} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6829 | 2024.08.16 07:20:03.125252 [ 3 ] {d8910c2d-d377-410a-87d8-03bb8e463ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6830 | 2024.08.16 07:20:03.125302 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6831 | 2024.08.16 07:20:03.126205 [ 3 ] {d8910c2d-d377-410a-87d8-03bb8e463ade} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6832 | 2024.08.16 07:20:03.126304 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6833 | 2024.08.16 07:20:03.126486 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6834 | 2024.08.16 07:20:03.126652 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
6835 | 2024.08.16 07:20:03.126792 [ 3 ] {d8910c2d-d377-410a-87d8-03bb8e463ade} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6836 | 2024.08.16 07:20:03.126961 [ 3 ] {d8910c2d-d377-410a-87d8-03bb8e463ade} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002774 sec., 21629.416005767845 rows/sec., 1.46 MiB/sec. | ||
6837 | 2024.08.16 07:20:03.126975 [ 92 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6838 | 2024.08.16 07:20:03.127100 [ 92 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6839 | 2024.08.16 07:20:03.127154 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6840 | 2024.08.16 07:20:03.127253 [ 3 ] {d8910c2d-d377-410a-87d8-03bb8e463ade} <Debug> DynamicQueryHandler: Done processing query | ||
6841 | 2024.08.16 07:20:03.127316 [ 3 ] {d8910c2d-d377-410a-87d8-03bb8e463ade} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6842 | 2024.08.16 07:20:03.127385 [ 3 ] {} <Debug> HTTP-Session: f6a5ca23-da7a-40c8-8f98-6e6f09415f88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6843 | 2024.08.16 07:20:03.127438 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
6844 | 2024.08.16 07:20:03.127906 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6845 | 2024.08.16 07:20:03.127955 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1662 rows starting from the beginning of the part | ||
6846 | 2024.08.16 07:20:03.128047 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
6847 | 2024.08.16 07:20:03.128223 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
6848 | 2024.08.16 07:20:03.128442 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
6849 | 2024.08.16 07:20:03.128638 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
6850 | 2024.08.16 07:20:03.128828 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
6851 | 2024.08.16 07:20:03.130109 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2006 rows, containing 4 columns (4 merged, 0 gathered) in 0.002891347 sec., 693794.2765084924 rows/sec., 45.16 MiB/sec. | ||
6852 | 2024.08.16 07:20:03.130375 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6853 | 2024.08.16 07:20:03.130873 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_31_6} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6854 | 2024.08.16 07:20:03.130966 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_31_6} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6855 | 2024.08.16 07:20:03.131066 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
6856 | 2024.08.16 07:20:04.000196 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.17 MiB, peak 198.16 MiB, free memory in arenas 0.00 B, will set to 190.69 MiB (RSS), difference: 1.52 MiB | ||
6857 | 2024.08.16 07:20:08.101541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6858 | 2024.08.16 07:20:08.101684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6859 | 2024.08.16 07:20:08.101714 [ 3 ] {} <Debug> HTTP-Session: 43ccb8ce-6cbe-4ee9-955c-dc19674b1534 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6860 | 2024.08.16 07:20:08.101743 [ 3 ] {} <Debug> HTTP-Session: 43ccb8ce-6cbe-4ee9-955c-dc19674b1534 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6861 | 2024.08.16 07:20:08.101761 [ 3 ] {} <Debug> HTTP-Session: 43ccb8ce-6cbe-4ee9-955c-dc19674b1534 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6862 | 2024.08.16 07:20:08.101816 [ 3 ] {} <Trace> HTTP-Session: 43ccb8ce-6cbe-4ee9-955c-dc19674b1534 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6863 | 2024.08.16 07:20:08.102067 [ 3 ] {e9f5457d-6bf5-4e87-b4bc-29ad0fd9b5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6864 | 2024.08.16 07:20:08.102133 [ 3 ] {e9f5457d-6bf5-4e87-b4bc-29ad0fd9b5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6865 | 2024.08.16 07:20:08.102322 [ 3 ] {e9f5457d-6bf5-4e87-b4bc-29ad0fd9b5be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6866 | 2024.08.16 07:20:08.102860 [ 3 ] {e9f5457d-6bf5-4e87-b4bc-29ad0fd9b5be} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6867 | 2024.08.16 07:20:08.102901 [ 3 ] {e9f5457d-6bf5-4e87-b4bc-29ad0fd9b5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6868 | 2024.08.16 07:20:08.103288 [ 3 ] {e9f5457d-6bf5-4e87-b4bc-29ad0fd9b5be} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6869 | 2024.08.16 07:20:08.103625 [ 3 ] {e9f5457d-6bf5-4e87-b4bc-29ad0fd9b5be} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6870 | 2024.08.16 07:20:08.103785 [ 3 ] {e9f5457d-6bf5-4e87-b4bc-29ad0fd9b5be} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001816 sec., 104074.88986784141 rows/sec., 9.07 MiB/sec. | ||
6871 | 2024.08.16 07:20:08.104143 [ 3 ] {e9f5457d-6bf5-4e87-b4bc-29ad0fd9b5be} <Debug> DynamicQueryHandler: Done processing query | ||
6872 | 2024.08.16 07:20:08.104197 [ 3 ] {e9f5457d-6bf5-4e87-b4bc-29ad0fd9b5be} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6873 | 2024.08.16 07:20:08.104231 [ 3 ] {} <Debug> HTTP-Session: 43ccb8ce-6cbe-4ee9-955c-dc19674b1534 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6874 | 2024.08.16 07:20:08.104421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6875 | 2024.08.16 07:20:08.104471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6876 | 2024.08.16 07:20:08.104490 [ 3 ] {} <Debug> HTTP-Session: 22cd10f6-b807-4baf-a85f-fd8d67e09737 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6877 | 2024.08.16 07:20:08.104506 [ 3 ] {} <Debug> HTTP-Session: 22cd10f6-b807-4baf-a85f-fd8d67e09737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6878 | 2024.08.16 07:20:08.104520 [ 3 ] {} <Debug> HTTP-Session: 22cd10f6-b807-4baf-a85f-fd8d67e09737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6879 | 2024.08.16 07:20:08.104551 [ 3 ] {} <Trace> HTTP-Session: 22cd10f6-b807-4baf-a85f-fd8d67e09737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6880 | 2024.08.16 07:20:08.104654 [ 3 ] {c7dbd226-ab44-4f7c-a91f-736e09b0b73e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6881 | 2024.08.16 07:20:08.104699 [ 3 ] {c7dbd226-ab44-4f7c-a91f-736e09b0b73e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6882 | 2024.08.16 07:20:08.104849 [ 3 ] {c7dbd226-ab44-4f7c-a91f-736e09b0b73e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6883 | 2024.08.16 07:20:08.105169 [ 3 ] {c7dbd226-ab44-4f7c-a91f-736e09b0b73e} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6884 | 2024.08.16 07:20:08.105206 [ 3 ] {c7dbd226-ab44-4f7c-a91f-736e09b0b73e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6885 | 2024.08.16 07:20:08.105514 [ 3 ] {c7dbd226-ab44-4f7c-a91f-736e09b0b73e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6886 | 2024.08.16 07:20:08.105812 [ 3 ] {c7dbd226-ab44-4f7c-a91f-736e09b0b73e} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6887 | 2024.08.16 07:20:08.105952 [ 3 ] {c7dbd226-ab44-4f7c-a91f-736e09b0b73e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001322 sec., 10590.01512859304 rows/sec., 741.66 KiB/sec. | ||
6888 | 2024.08.16 07:20:08.105969 [ 87 ] {} <Debug> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6889 | 2024.08.16 07:20:08.106085 [ 87 ] {} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6890 | 2024.08.16 07:20:08.106119 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6891 | 2024.08.16 07:20:08.106201 [ 3 ] {c7dbd226-ab44-4f7c-a91f-736e09b0b73e} <Debug> DynamicQueryHandler: Done processing query | ||
6892 | 2024.08.16 07:20:08.106276 [ 3 ] {c7dbd226-ab44-4f7c-a91f-736e09b0b73e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6893 | 2024.08.16 07:20:08.106349 [ 3 ] {} <Debug> HTTP-Session: 22cd10f6-b807-4baf-a85f-fd8d67e09737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6894 | 2024.08.16 07:20:08.106576 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::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 | ||
6895 | 2024.08.16 07:20:08.106626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6896 | 2024.08.16 07:20:08.106766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6897 | 2024.08.16 07:20:08.106825 [ 3 ] {} <Debug> HTTP-Session: 5f814316-ce49-46b4-a697-f4283bb0c71b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6898 | 2024.08.16 07:20:08.106878 [ 3 ] {} <Debug> HTTP-Session: 5f814316-ce49-46b4-a697-f4283bb0c71b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6899 | 2024.08.16 07:20:08.106920 [ 3 ] {} <Debug> HTTP-Session: 5f814316-ce49-46b4-a697-f4283bb0c71b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6900 | 2024.08.16 07:20:08.107011 [ 3 ] {} <Trace> HTTP-Session: 5f814316-ce49-46b4-a697-f4283bb0c71b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6901 | 2024.08.16 07:20:08.107023 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6902 | 2024.08.16 07:20:08.107081 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
6903 | 2024.08.16 07:20:08.107248 [ 3 ] {54ef6cf6-db65-4200-8bf5-9a0418946a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6904 | 2024.08.16 07:20:08.107336 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
6905 | 2024.08.16 07:20:08.107403 [ 3 ] {54ef6cf6-db65-4200-8bf5-9a0418946a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6906 | 2024.08.16 07:20:08.107675 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
6907 | 2024.08.16 07:20:08.108087 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 242 rows starting from the beginning of the part | ||
6908 | 2024.08.16 07:20:08.108469 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
6909 | 2024.08.16 07:20:08.108526 [ 3 ] {54ef6cf6-db65-4200-8bf5-9a0418946a7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6910 | 2024.08.16 07:20:08.108745 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
6911 | 2024.08.16 07:20:08.109507 [ 3 ] {54ef6cf6-db65-4200-8bf5-9a0418946a7e} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6912 | 2024.08.16 07:20:08.109578 [ 3 ] {54ef6cf6-db65-4200-8bf5-9a0418946a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6913 | 2024.08.16 07:20:08.110511 [ 3 ] {54ef6cf6-db65-4200-8bf5-9a0418946a7e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6914 | 2024.08.16 07:20:08.111426 [ 3 ] {54ef6cf6-db65-4200-8bf5-9a0418946a7e} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6915 | 2024.08.16 07:20:08.111749 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.005508807 sec., 98024.85365706222 rows/sec., 6.29 MiB/sec. | ||
6916 | 2024.08.16 07:20:08.111885 [ 3 ] {54ef6cf6-db65-4200-8bf5-9a0418946a7e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004737 sec., 1266.624445851805 rows/sec., 74.83 KiB/sec. | ||
6917 | 2024.08.16 07:20:08.112053 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6918 | 2024.08.16 07:20:08.112457 [ 3 ] {54ef6cf6-db65-4200-8bf5-9a0418946a7e} <Debug> DynamicQueryHandler: Done processing query | ||
6919 | 2024.08.16 07:20:08.112523 [ 3 ] {54ef6cf6-db65-4200-8bf5-9a0418946a7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6920 | 2024.08.16 07:20:08.112587 [ 3 ] {} <Debug> HTTP-Session: 5f814316-ce49-46b4-a697-f4283bb0c71b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6921 | 2024.08.16 07:20:08.112850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6922 | 2024.08.16 07:20:08.112877 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_16_3} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6923 | 2024.08.16 07:20:08.112947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6924 | 2024.08.16 07:20:08.112996 [ 3 ] {} <Debug> HTTP-Session: 9e0a612a-f36c-4d91-b177-3fcf2b856754 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6925 | 2024.08.16 07:20:08.113024 [ 3 ] {} <Debug> HTTP-Session: 9e0a612a-f36c-4d91-b177-3fcf2b856754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6926 | 2024.08.16 07:20:08.113038 [ 196 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_16_3} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6927 | 2024.08.16 07:20:08.113051 [ 3 ] {} <Debug> HTTP-Session: 9e0a612a-f36c-4d91-b177-3fcf2b856754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6928 | 2024.08.16 07:20:08.113125 [ 3 ] {} <Trace> HTTP-Session: 9e0a612a-f36c-4d91-b177-3fcf2b856754 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6929 | 2024.08.16 07:20:08.113188 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
6930 | 2024.08.16 07:20:08.113383 [ 3 ] {0a713bd3-edf9-4604-bee7-3a6560035e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6931 | 2024.08.16 07:20:08.113432 [ 3 ] {0a713bd3-edf9-4604-bee7-3a6560035e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6932 | 2024.08.16 07:20:08.113580 [ 3 ] {0a713bd3-edf9-4604-bee7-3a6560035e46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6933 | 2024.08.16 07:20:08.114161 [ 3 ] {0a713bd3-edf9-4604-bee7-3a6560035e46} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6934 | 2024.08.16 07:20:08.114198 [ 3 ] {0a713bd3-edf9-4604-bee7-3a6560035e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6935 | 2024.08.16 07:20:08.114529 [ 3 ] {0a713bd3-edf9-4604-bee7-3a6560035e46} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6936 | 2024.08.16 07:20:08.114846 [ 3 ] {0a713bd3-edf9-4604-bee7-3a6560035e46} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6937 | 2024.08.16 07:20:08.114997 [ 3 ] {0a713bd3-edf9-4604-bee7-3a6560035e46} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001721 sec., 221963.9744334689 rows/sec., 15.71 MiB/sec. | ||
6938 | 2024.08.16 07:20:08.115158 [ 3 ] {0a713bd3-edf9-4604-bee7-3a6560035e46} <Debug> DynamicQueryHandler: Done processing query | ||
6939 | 2024.08.16 07:20:08.115182 [ 3 ] {0a713bd3-edf9-4604-bee7-3a6560035e46} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6940 | 2024.08.16 07:20:08.115197 [ 3 ] {} <Debug> HTTP-Session: 9e0a612a-f36c-4d91-b177-3fcf2b856754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6941 | 2024.08.16 07:20:08.115331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6942 | 2024.08.16 07:20:08.115377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6943 | 2024.08.16 07:20:08.115396 [ 3 ] {} <Debug> HTTP-Session: 77bc105b-c03e-4442-8b61-089718f74e77 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6944 | 2024.08.16 07:20:08.115412 [ 3 ] {} <Debug> HTTP-Session: 77bc105b-c03e-4442-8b61-089718f74e77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6945 | 2024.08.16 07:20:08.115426 [ 3 ] {} <Debug> HTTP-Session: 77bc105b-c03e-4442-8b61-089718f74e77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6946 | 2024.08.16 07:20:08.115457 [ 3 ] {} <Trace> HTTP-Session: 77bc105b-c03e-4442-8b61-089718f74e77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6947 | 2024.08.16 07:20:08.115549 [ 3 ] {9d1f78c2-c46a-4cf1-af75-28c735fc04ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6948 | 2024.08.16 07:20:08.115592 [ 3 ] {9d1f78c2-c46a-4cf1-af75-28c735fc04ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6949 | 2024.08.16 07:20:08.115716 [ 3 ] {9d1f78c2-c46a-4cf1-af75-28c735fc04ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6950 | 2024.08.16 07:20:08.116022 [ 3 ] {9d1f78c2-c46a-4cf1-af75-28c735fc04ad} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6951 | 2024.08.16 07:20:08.116058 [ 3 ] {9d1f78c2-c46a-4cf1-af75-28c735fc04ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6952 | 2024.08.16 07:20:08.116416 [ 3 ] {9d1f78c2-c46a-4cf1-af75-28c735fc04ad} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6953 | 2024.08.16 07:20:08.116728 [ 3 ] {9d1f78c2-c46a-4cf1-af75-28c735fc04ad} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6954 | 2024.08.16 07:20:08.116882 [ 3 ] {9d1f78c2-c46a-4cf1-af75-28c735fc04ad} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001348 sec., 4451.038575667656 rows/sec., 232.55 KiB/sec. | ||
6955 | 2024.08.16 07:20:08.116888 [ 87 ] {} <Debug> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6956 | 2024.08.16 07:20:08.116974 [ 87 ] {} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6957 | 2024.08.16 07:20:08.117028 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6958 | 2024.08.16 07:20:08.117167 [ 3 ] {9d1f78c2-c46a-4cf1-af75-28c735fc04ad} <Debug> DynamicQueryHandler: Done processing query | ||
6959 | 2024.08.16 07:20:08.117248 [ 3 ] {9d1f78c2-c46a-4cf1-af75-28c735fc04ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6960 | 2024.08.16 07:20:08.117318 [ 3 ] {} <Debug> HTTP-Session: 77bc105b-c03e-4442-8b61-089718f74e77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6961 | 2024.08.16 07:20:08.117403 [ 187 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
6962 | 2024.08.16 07:20:08.117600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6963 | 2024.08.16 07:20:08.117633 [ 187 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6964 | 2024.08.16 07:20:08.117663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6965 | 2024.08.16 07:20:08.117678 [ 187 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
6966 | 2024.08.16 07:20:08.117685 [ 3 ] {} <Debug> HTTP-Session: adbceddb-63b2-4ae2-a766-c35bef9f28f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6967 | 2024.08.16 07:20:08.117711 [ 3 ] {} <Debug> HTTP-Session: adbceddb-63b2-4ae2-a766-c35bef9f28f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6968 | 2024.08.16 07:20:08.117729 [ 3 ] {} <Debug> HTTP-Session: adbceddb-63b2-4ae2-a766-c35bef9f28f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6969 | 2024.08.16 07:20:08.117829 [ 3 ] {} <Trace> HTTP-Session: adbceddb-63b2-4ae2-a766-c35bef9f28f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6970 | 2024.08.16 07:20:08.117863 [ 187 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
6971 | 2024.08.16 07:20:08.118152 [ 187 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
6972 | 2024.08.16 07:20:08.118230 [ 3 ] {a2be3027-9811-4d28-aa66-5c166a3c5735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6973 | 2024.08.16 07:20:08.118480 [ 3 ] {a2be3027-9811-4d28-aa66-5c166a3c5735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6974 | 2024.08.16 07:20:08.118516 [ 187 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
6975 | 2024.08.16 07:20:08.118797 [ 187 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
6976 | 2024.08.16 07:20:08.119106 [ 187 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
6977 | 2024.08.16 07:20:08.119427 [ 3 ] {a2be3027-9811-4d28-aa66-5c166a3c5735} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6978 | 2024.08.16 07:20:08.120068 [ 3 ] {a2be3027-9811-4d28-aa66-5c166a3c5735} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6979 | 2024.08.16 07:20:08.120108 [ 3 ] {a2be3027-9811-4d28-aa66-5c166a3c5735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6980 | 2024.08.16 07:20:08.120722 [ 196 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003600043 sec., 26666.348151952632 rows/sec., 1.36 MiB/sec. | ||
6981 | 2024.08.16 07:20:08.120803 [ 3 ] {a2be3027-9811-4d28-aa66-5c166a3c5735} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6982 | 2024.08.16 07:20:08.120915 [ 196 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6983 | 2024.08.16 07:20:08.121676 [ 3 ] {a2be3027-9811-4d28-aa66-5c166a3c5735} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6984 | 2024.08.16 07:20:08.121818 [ 196 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_16_3} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6985 | 2024.08.16 07:20:08.122008 [ 3 ] {a2be3027-9811-4d28-aa66-5c166a3c5735} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003965 sec., 59773.01387137453 rows/sec., 4.01 MiB/sec. | ||
6986 | 2024.08.16 07:20:08.122170 [ 196 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_16_3} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6987 | 2024.08.16 07:20:08.122458 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6988 | 2024.08.16 07:20:08.122625 [ 3 ] {a2be3027-9811-4d28-aa66-5c166a3c5735} <Debug> DynamicQueryHandler: Done processing query | ||
6989 | 2024.08.16 07:20:08.122662 [ 3 ] {a2be3027-9811-4d28-aa66-5c166a3c5735} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6990 | 2024.08.16 07:20:08.122678 [ 3 ] {} <Debug> HTTP-Session: adbceddb-63b2-4ae2-a766-c35bef9f28f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6991 | 2024.08.16 07:20:08.122811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6992 | 2024.08.16 07:20:08.122859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6993 | 2024.08.16 07:20:08.122878 [ 3 ] {} <Debug> HTTP-Session: 7f2a3878-d10a-4569-93ee-b8f3bdd16154 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
6994 | 2024.08.16 07:20:08.122894 [ 3 ] {} <Debug> HTTP-Session: 7f2a3878-d10a-4569-93ee-b8f3bdd16154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6995 | 2024.08.16 07:20:08.122907 [ 3 ] {} <Debug> HTTP-Session: 7f2a3878-d10a-4569-93ee-b8f3bdd16154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6996 | 2024.08.16 07:20:08.122942 [ 3 ] {} <Trace> HTTP-Session: 7f2a3878-d10a-4569-93ee-b8f3bdd16154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6997 | 2024.08.16 07:20:08.123038 [ 3 ] {34266141-f307-4787-99d6-4f10fdafb714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6998 | 2024.08.16 07:20:08.123084 [ 3 ] {34266141-f307-4787-99d6-4f10fdafb714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6999 | 2024.08.16 07:20:08.123238 [ 3 ] {34266141-f307-4787-99d6-4f10fdafb714} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7000 | 2024.08.16 07:20:08.123515 [ 3 ] {34266141-f307-4787-99d6-4f10fdafb714} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7001 | 2024.08.16 07:20:08.123551 [ 3 ] {34266141-f307-4787-99d6-4f10fdafb714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7002 | 2024.08.16 07:20:08.123912 [ 3 ] {34266141-f307-4787-99d6-4f10fdafb714} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7003 | 2024.08.16 07:20:08.124255 [ 3 ] {34266141-f307-4787-99d6-4f10fdafb714} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7004 | 2024.08.16 07:20:08.124410 [ 3 ] {34266141-f307-4787-99d6-4f10fdafb714} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec. | ||
7005 | 2024.08.16 07:20:08.124577 [ 3 ] {34266141-f307-4787-99d6-4f10fdafb714} <Debug> DynamicQueryHandler: Done processing query | ||
7006 | 2024.08.16 07:20:08.124601 [ 3 ] {34266141-f307-4787-99d6-4f10fdafb714} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7007 | 2024.08.16 07:20:08.124617 [ 3 ] {} <Debug> HTTP-Session: 7f2a3878-d10a-4569-93ee-b8f3bdd16154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7008 | 2024.08.16 07:20:08.124760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7009 | 2024.08.16 07:20:08.124807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7010 | 2024.08.16 07:20:08.124825 [ 3 ] {} <Debug> HTTP-Session: 5d8c2fee-e0eb-4cb8-91e5-db59f227b4d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7011 | 2024.08.16 07:20:08.124841 [ 3 ] {} <Debug> HTTP-Session: 5d8c2fee-e0eb-4cb8-91e5-db59f227b4d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7012 | 2024.08.16 07:20:08.124855 [ 3 ] {} <Debug> HTTP-Session: 5d8c2fee-e0eb-4cb8-91e5-db59f227b4d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7013 | 2024.08.16 07:20:08.124884 [ 3 ] {} <Trace> HTTP-Session: 5d8c2fee-e0eb-4cb8-91e5-db59f227b4d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7014 | 2024.08.16 07:20:08.125016 [ 3 ] {825e6cd9-729c-4e56-b103-323bab872208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7015 | 2024.08.16 07:20:08.125058 [ 3 ] {825e6cd9-729c-4e56-b103-323bab872208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7016 | 2024.08.16 07:20:08.125185 [ 3 ] {825e6cd9-729c-4e56-b103-323bab872208} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7017 | 2024.08.16 07:20:08.125499 [ 3 ] {825e6cd9-729c-4e56-b103-323bab872208} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7018 | 2024.08.16 07:20:08.125536 [ 3 ] {825e6cd9-729c-4e56-b103-323bab872208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7019 | 2024.08.16 07:20:08.125890 [ 3 ] {825e6cd9-729c-4e56-b103-323bab872208} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7020 | 2024.08.16 07:20:08.126205 [ 3 ] {825e6cd9-729c-4e56-b103-323bab872208} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7021 | 2024.08.16 07:20:08.126358 [ 3 ] {825e6cd9-729c-4e56-b103-323bab872208} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001391 sec., 58950.395398993525 rows/sec., 3.74 MiB/sec. | ||
7022 | 2024.08.16 07:20:08.126521 [ 3 ] {825e6cd9-729c-4e56-b103-323bab872208} <Debug> DynamicQueryHandler: Done processing query | ||
7023 | 2024.08.16 07:20:08.126544 [ 3 ] {825e6cd9-729c-4e56-b103-323bab872208} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7024 | 2024.08.16 07:20:08.126559 [ 3 ] {} <Debug> HTTP-Session: 5d8c2fee-e0eb-4cb8-91e5-db59f227b4d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7025 | 2024.08.16 07:20:12.479499 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7026 | 2024.08.16 07:20:12.479573 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7027 | 2024.08.16 07:20:13.099484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7028 | 2024.08.16 07:20:13.099656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7029 | 2024.08.16 07:20:13.099699 [ 3 ] {} <Debug> HTTP-Session: 307292a0-32af-4807-8543-ef4ef64f5b49 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7030 | 2024.08.16 07:20:13.099740 [ 3 ] {} <Debug> HTTP-Session: 307292a0-32af-4807-8543-ef4ef64f5b49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7031 | 2024.08.16 07:20:13.099768 [ 3 ] {} <Debug> HTTP-Session: 307292a0-32af-4807-8543-ef4ef64f5b49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7032 | 2024.08.16 07:20:13.099848 [ 3 ] {} <Trace> HTTP-Session: 307292a0-32af-4807-8543-ef4ef64f5b49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7033 | 2024.08.16 07:20:13.100166 [ 3 ] {9ce4b0e3-db52-4a86-81bf-bb7dfd1e880f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7034 | 2024.08.16 07:20:13.100277 [ 3 ] {9ce4b0e3-db52-4a86-81bf-bb7dfd1e880f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7035 | 2024.08.16 07:20:13.100479 [ 3 ] {9ce4b0e3-db52-4a86-81bf-bb7dfd1e880f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7036 | 2024.08.16 07:20:13.100950 [ 3 ] {9ce4b0e3-db52-4a86-81bf-bb7dfd1e880f} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7037 | 2024.08.16 07:20:13.100996 [ 3 ] {9ce4b0e3-db52-4a86-81bf-bb7dfd1e880f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7038 | 2024.08.16 07:20:13.101375 [ 3 ] {9ce4b0e3-db52-4a86-81bf-bb7dfd1e880f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7039 | 2024.08.16 07:20:13.101721 [ 3 ] {9ce4b0e3-db52-4a86-81bf-bb7dfd1e880f} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7040 | 2024.08.16 07:20:13.101905 [ 3 ] {9ce4b0e3-db52-4a86-81bf-bb7dfd1e880f} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001846 sec., 17876.489707475623 rows/sec., 1.42 MiB/sec. | ||
7041 | 2024.08.16 07:20:13.102288 [ 3 ] {9ce4b0e3-db52-4a86-81bf-bb7dfd1e880f} <Debug> DynamicQueryHandler: Done processing query | ||
7042 | 2024.08.16 07:20:13.102318 [ 3 ] {9ce4b0e3-db52-4a86-81bf-bb7dfd1e880f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7043 | 2024.08.16 07:20:13.102336 [ 3 ] {} <Debug> HTTP-Session: 307292a0-32af-4807-8543-ef4ef64f5b49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7044 | 2024.08.16 07:20:13.102519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7045 | 2024.08.16 07:20:13.102576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7046 | 2024.08.16 07:20:13.102595 [ 3 ] {} <Debug> HTTP-Session: b8289cbe-53fa-4ef4-963d-355bd62a3c76 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7047 | 2024.08.16 07:20:13.102613 [ 3 ] {} <Debug> HTTP-Session: b8289cbe-53fa-4ef4-963d-355bd62a3c76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7048 | 2024.08.16 07:20:13.102626 [ 3 ] {} <Debug> HTTP-Session: b8289cbe-53fa-4ef4-963d-355bd62a3c76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7049 | 2024.08.16 07:20:13.102661 [ 3 ] {} <Trace> HTTP-Session: b8289cbe-53fa-4ef4-963d-355bd62a3c76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7050 | 2024.08.16 07:20:13.102811 [ 3 ] {7c5e2e32-9553-481f-9b4d-0c1f7bfcdf92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7051 | 2024.08.16 07:20:13.102858 [ 3 ] {7c5e2e32-9553-481f-9b4d-0c1f7bfcdf92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7052 | 2024.08.16 07:20:13.103015 [ 3 ] {7c5e2e32-9553-481f-9b4d-0c1f7bfcdf92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7053 | 2024.08.16 07:20:13.103473 [ 3 ] {7c5e2e32-9553-481f-9b4d-0c1f7bfcdf92} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7054 | 2024.08.16 07:20:13.103512 [ 3 ] {7c5e2e32-9553-481f-9b4d-0c1f7bfcdf92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7055 | 2024.08.16 07:20:13.103835 [ 3 ] {7c5e2e32-9553-481f-9b4d-0c1f7bfcdf92} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7056 | 2024.08.16 07:20:13.104148 [ 3 ] {7c5e2e32-9553-481f-9b4d-0c1f7bfcdf92} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7057 | 2024.08.16 07:20:13.104309 [ 3 ] {7c5e2e32-9553-481f-9b4d-0c1f7bfcdf92} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001559 sec., 99422.70686337395 rows/sec., 8.33 MiB/sec. | ||
7058 | 2024.08.16 07:20:13.104306 [ 82 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7059 | 2024.08.16 07:20:13.104420 [ 82 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7060 | 2024.08.16 07:20:13.104465 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7061 | 2024.08.16 07:20:13.104564 [ 3 ] {7c5e2e32-9553-481f-9b4d-0c1f7bfcdf92} <Debug> DynamicQueryHandler: Done processing query | ||
7062 | 2024.08.16 07:20:13.104603 [ 3 ] {7c5e2e32-9553-481f-9b4d-0c1f7bfcdf92} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7063 | 2024.08.16 07:20:13.104622 [ 3 ] {} <Debug> HTTP-Session: b8289cbe-53fa-4ef4-963d-355bd62a3c76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7064 | 2024.08.16 07:20:13.104625 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
7065 | 2024.08.16 07:20:13.104766 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7066 | 2024.08.16 07:20:13.104795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7067 | 2024.08.16 07:20:13.104808 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1436 rows starting from the beginning of the part | ||
7068 | 2024.08.16 07:20:13.104854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7069 | 2024.08.16 07:20:13.104881 [ 3 ] {} <Debug> HTTP-Session: 58da02e2-0bc8-4196-93c7-05d5f63b7d30 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7070 | 2024.08.16 07:20:13.104909 [ 3 ] {} <Debug> HTTP-Session: 58da02e2-0bc8-4196-93c7-05d5f63b7d30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7071 | 2024.08.16 07:20:13.104957 [ 3 ] {} <Debug> HTTP-Session: 58da02e2-0bc8-4196-93c7-05d5f63b7d30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7072 | 2024.08.16 07:20:13.104973 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 158 rows starting from the beginning of the part | ||
7073 | 2024.08.16 07:20:13.105042 [ 3 ] {} <Trace> HTTP-Session: 58da02e2-0bc8-4196-93c7-05d5f63b7d30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7074 | 2024.08.16 07:20:13.105244 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 189 rows starting from the beginning of the part | ||
7075 | 2024.08.16 07:20:13.105470 [ 3 ] {91b4f3aa-a8c6-49a6-9159-4badcb9fe66f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7076 | 2024.08.16 07:20:13.105506 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 156 rows starting from the beginning of the part | ||
7077 | 2024.08.16 07:20:13.105634 [ 3 ] {91b4f3aa-a8c6-49a6-9159-4badcb9fe66f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7078 | 2024.08.16 07:20:13.105881 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 189 rows starting from the beginning of the part | ||
7079 | 2024.08.16 07:20:13.106323 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 155 rows starting from the beginning of the part | ||
7080 | 2024.08.16 07:20:13.106905 [ 3 ] {91b4f3aa-a8c6-49a6-9159-4badcb9fe66f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7081 | 2024.08.16 07:20:13.107406 [ 3 ] {91b4f3aa-a8c6-49a6-9159-4badcb9fe66f} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7082 | 2024.08.16 07:20:13.107447 [ 3 ] {91b4f3aa-a8c6-49a6-9159-4badcb9fe66f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7083 | 2024.08.16 07:20:13.107957 [ 3 ] {91b4f3aa-a8c6-49a6-9159-4badcb9fe66f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7084 | 2024.08.16 07:20:13.108321 [ 3 ] {91b4f3aa-a8c6-49a6-9159-4badcb9fe66f} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7085 | 2024.08.16 07:20:13.108474 [ 187 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2283 rows, containing 4 columns (4 merged, 0 gathered) in 0.003930581 sec., 580830.162258455 rows/sec., 48.80 MiB/sec. | ||
7086 | 2024.08.16 07:20:13.108606 [ 3 ] {91b4f3aa-a8c6-49a6-9159-4badcb9fe66f} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00334 sec., 29041.91616766467 rows/sec., 2.27 MiB/sec. | ||
7087 | 2024.08.16 07:20:13.108610 [ 82 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7088 | 2024.08.16 07:20:13.108731 [ 82 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7089 | 2024.08.16 07:20:13.108779 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7090 | 2024.08.16 07:20:13.109000 [ 3 ] {91b4f3aa-a8c6-49a6-9159-4badcb9fe66f} <Debug> DynamicQueryHandler: Done processing query | ||
7091 | 2024.08.16 07:20:13.109031 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7092 | 2024.08.16 07:20:13.109061 [ 3 ] {91b4f3aa-a8c6-49a6-9159-4badcb9fe66f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7093 | 2024.08.16 07:20:13.109094 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
7094 | 2024.08.16 07:20:13.109124 [ 3 ] {} <Debug> HTTP-Session: 58da02e2-0bc8-4196-93c7-05d5f63b7d30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7095 | 2024.08.16 07:20:13.109403 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7096 | 2024.08.16 07:20:13.109421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7097 | 2024.08.16 07:20:13.109482 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 905 rows starting from the beginning of the part | ||
7098 | 2024.08.16 07:20:13.109566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7099 | 2024.08.16 07:20:13.109691 [ 3 ] {} <Debug> HTTP-Session: 528517f9-d46f-4fb4-8522-ab2e4c8dcba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7100 | 2024.08.16 07:20:13.109791 [ 3 ] {} <Debug> HTTP-Session: 528517f9-d46f-4fb4-8522-ab2e4c8dcba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7101 | 2024.08.16 07:20:13.109915 [ 3 ] {} <Debug> HTTP-Session: 528517f9-d46f-4fb4-8522-ab2e4c8dcba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7102 | 2024.08.16 07:20:13.110005 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 103 rows starting from the beginning of the part | ||
7103 | 2024.08.16 07:20:13.110128 [ 3 ] {} <Trace> HTTP-Session: 528517f9-d46f-4fb4-8522-ab2e4c8dcba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7104 | 2024.08.16 07:20:13.110519 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 382 rows starting from the beginning of the part | ||
7105 | 2024.08.16 07:20:13.110675 [ 3 ] {2c9388d5-28d1-4361-89c4-8d432233bac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7106 | 2024.08.16 07:20:13.110926 [ 3 ] {2c9388d5-28d1-4361-89c4-8d432233bac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7107 | 2024.08.16 07:20:13.110959 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 99 rows starting from the beginning of the part | ||
7108 | 2024.08.16 07:20:13.111484 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 382 rows starting from the beginning of the part | ||
7109 | 2024.08.16 07:20:13.111467 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_36_7} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7110 | 2024.08.16 07:20:13.111961 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 97 rows starting from the beginning of the part | ||
7111 | 2024.08.16 07:20:13.112034 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_36_7} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7112 | 2024.08.16 07:20:13.112484 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
7113 | 2024.08.16 07:20:13.112750 [ 3 ] {2c9388d5-28d1-4361-89c4-8d432233bac4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7114 | 2024.08.16 07:20:13.113363 [ 3 ] {2c9388d5-28d1-4361-89c4-8d432233bac4} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7115 | 2024.08.16 07:20:13.113405 [ 3 ] {2c9388d5-28d1-4361-89c4-8d432233bac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7116 | 2024.08.16 07:20:13.113941 [ 3 ] {2c9388d5-28d1-4361-89c4-8d432233bac4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7117 | 2024.08.16 07:20:13.114151 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 4 columns (4 merged, 0 gathered) in 0.00521463 sec., 377399.73881176615 rows/sec., 27.46 MiB/sec. | ||
7118 | 2024.08.16 07:20:13.114405 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7119 | 2024.08.16 07:20:13.114551 [ 3 ] {2c9388d5-28d1-4361-89c4-8d432233bac4} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7120 | 2024.08.16 07:20:13.114981 [ 3 ] {2c9388d5-28d1-4361-89c4-8d432233bac4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004585 sec., 34896.40130861505 rows/sec., 2.43 MiB/sec. | ||
7121 | 2024.08.16 07:20:13.115289 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_36_7} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7122 | 2024.08.16 07:20:13.115322 [ 3 ] {2c9388d5-28d1-4361-89c4-8d432233bac4} <Debug> DynamicQueryHandler: Done processing query | ||
7123 | 2024.08.16 07:20:13.115372 [ 3 ] {2c9388d5-28d1-4361-89c4-8d432233bac4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7124 | 2024.08.16 07:20:13.115413 [ 3 ] {} <Debug> HTTP-Session: 528517f9-d46f-4fb4-8522-ab2e4c8dcba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7125 | 2024.08.16 07:20:13.115444 [ 198 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_36_7} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7126 | 2024.08.16 07:20:13.115555 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
7127 | 2024.08.16 07:20:13.115656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7128 | 2024.08.16 07:20:13.115715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7129 | 2024.08.16 07:20:13.115734 [ 3 ] {} <Debug> HTTP-Session: 8129fa19-d483-4968-9b96-4c15d83141e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7130 | 2024.08.16 07:20:13.115751 [ 3 ] {} <Debug> HTTP-Session: 8129fa19-d483-4968-9b96-4c15d83141e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7131 | 2024.08.16 07:20:13.115765 [ 3 ] {} <Debug> HTTP-Session: 8129fa19-d483-4968-9b96-4c15d83141e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7132 | 2024.08.16 07:20:13.115799 [ 3 ] {} <Trace> HTTP-Session: 8129fa19-d483-4968-9b96-4c15d83141e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7133 | 2024.08.16 07:20:13.116205 [ 3 ] {ec4e62cd-981f-469c-93be-968084c77c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7134 | 2024.08.16 07:20:13.116283 [ 3 ] {ec4e62cd-981f-469c-93be-968084c77c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7135 | 2024.08.16 07:20:13.116730 [ 3 ] {ec4e62cd-981f-469c-93be-968084c77c1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7136 | 2024.08.16 07:20:13.117497 [ 3 ] {ec4e62cd-981f-469c-93be-968084c77c1e} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7137 | 2024.08.16 07:20:13.117536 [ 3 ] {ec4e62cd-981f-469c-93be-968084c77c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7138 | 2024.08.16 07:20:13.118184 [ 3 ] {ec4e62cd-981f-469c-93be-968084c77c1e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7139 | 2024.08.16 07:20:13.118598 [ 3 ] {ec4e62cd-981f-469c-93be-968084c77c1e} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7140 | 2024.08.16 07:20:13.118816 [ 3 ] {ec4e62cd-981f-469c-93be-968084c77c1e} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002918 sec., 11309.115832762165 rows/sec., 20.27 MiB/sec. | ||
7141 | 2024.08.16 07:20:13.119336 [ 3 ] {ec4e62cd-981f-469c-93be-968084c77c1e} <Debug> DynamicQueryHandler: Done processing query | ||
7142 | 2024.08.16 07:20:13.119362 [ 3 ] {ec4e62cd-981f-469c-93be-968084c77c1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7143 | 2024.08.16 07:20:13.119378 [ 3 ] {} <Debug> HTTP-Session: 8129fa19-d483-4968-9b96-4c15d83141e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7144 | 2024.08.16 07:20:13.119550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7145 | 2024.08.16 07:20:13.119599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7146 | 2024.08.16 07:20:13.119617 [ 3 ] {} <Debug> HTTP-Session: 549f1ce0-e846-4d89-a62c-fae9d81a954a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7147 | 2024.08.16 07:20:13.119634 [ 3 ] {} <Debug> HTTP-Session: 549f1ce0-e846-4d89-a62c-fae9d81a954a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7148 | 2024.08.16 07:20:13.119648 [ 3 ] {} <Debug> HTTP-Session: 549f1ce0-e846-4d89-a62c-fae9d81a954a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7149 | 2024.08.16 07:20:13.119679 [ 3 ] {} <Trace> HTTP-Session: 549f1ce0-e846-4d89-a62c-fae9d81a954a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7150 | 2024.08.16 07:20:13.119799 [ 3 ] {9ffb8e27-2c37-4229-b4f5-43472420e773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7151 | 2024.08.16 07:20:13.119846 [ 3 ] {9ffb8e27-2c37-4229-b4f5-43472420e773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7152 | 2024.08.16 07:20:13.119996 [ 3 ] {9ffb8e27-2c37-4229-b4f5-43472420e773} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7153 | 2024.08.16 07:20:13.120307 [ 3 ] {9ffb8e27-2c37-4229-b4f5-43472420e773} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7154 | 2024.08.16 07:20:13.120344 [ 3 ] {9ffb8e27-2c37-4229-b4f5-43472420e773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7155 | 2024.08.16 07:20:13.120719 [ 3 ] {9ffb8e27-2c37-4229-b4f5-43472420e773} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7156 | 2024.08.16 07:20:13.121044 [ 3 ] {9ffb8e27-2c37-4229-b4f5-43472420e773} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7157 | 2024.08.16 07:20:13.121172 [ 3 ] {9ffb8e27-2c37-4229-b4f5-43472420e773} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
7158 | 2024.08.16 07:20:13.121338 [ 3 ] {9ffb8e27-2c37-4229-b4f5-43472420e773} <Debug> DynamicQueryHandler: Done processing query | ||
7159 | 2024.08.16 07:20:13.121363 [ 3 ] {9ffb8e27-2c37-4229-b4f5-43472420e773} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7160 | 2024.08.16 07:20:13.121378 [ 3 ] {} <Debug> HTTP-Session: 549f1ce0-e846-4d89-a62c-fae9d81a954a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7161 | 2024.08.16 07:20:18.097944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7162 | 2024.08.16 07:20:18.098087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7163 | 2024.08.16 07:20:18.098113 [ 3 ] {} <Debug> HTTP-Session: 7335dcd1-a3a4-4a78-a0d5-2398a5847d80 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7164 | 2024.08.16 07:20:18.098139 [ 3 ] {} <Debug> HTTP-Session: 7335dcd1-a3a4-4a78-a0d5-2398a5847d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7165 | 2024.08.16 07:20:18.098154 [ 3 ] {} <Debug> HTTP-Session: 7335dcd1-a3a4-4a78-a0d5-2398a5847d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7166 | 2024.08.16 07:20:18.098206 [ 3 ] {} <Trace> HTTP-Session: 7335dcd1-a3a4-4a78-a0d5-2398a5847d80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7167 | 2024.08.16 07:20:18.098397 [ 3 ] {56ec05c4-a808-4d2a-9010-2c59e0346577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7168 | 2024.08.16 07:20:18.098467 [ 3 ] {56ec05c4-a808-4d2a-9010-2c59e0346577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7169 | 2024.08.16 07:20:18.098670 [ 3 ] {56ec05c4-a808-4d2a-9010-2c59e0346577} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7170 | 2024.08.16 07:20:18.099098 [ 3 ] {56ec05c4-a808-4d2a-9010-2c59e0346577} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7171 | 2024.08.16 07:20:18.099146 [ 3 ] {56ec05c4-a808-4d2a-9010-2c59e0346577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7172 | 2024.08.16 07:20:18.099525 [ 3 ] {56ec05c4-a808-4d2a-9010-2c59e0346577} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7173 | 2024.08.16 07:20:18.099876 [ 3 ] {56ec05c4-a808-4d2a-9010-2c59e0346577} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7174 | 2024.08.16 07:20:18.100065 [ 3 ] {56ec05c4-a808-4d2a-9010-2c59e0346577} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001713 sec., 1167.5423234092236 rows/sec., 95.20 KiB/sec. | ||
7175 | 2024.08.16 07:20:18.100387 [ 3 ] {56ec05c4-a808-4d2a-9010-2c59e0346577} <Debug> DynamicQueryHandler: Done processing query | ||
7176 | 2024.08.16 07:20:18.100416 [ 3 ] {56ec05c4-a808-4d2a-9010-2c59e0346577} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7177 | 2024.08.16 07:20:18.100433 [ 3 ] {} <Debug> HTTP-Session: 7335dcd1-a3a4-4a78-a0d5-2398a5847d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7178 | 2024.08.16 07:20:18.100780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 193457, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7179 | 2024.08.16 07:20:18.100840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7180 | 2024.08.16 07:20:18.100860 [ 3 ] {} <Debug> HTTP-Session: 82b938b1-6460-4a7e-bfd3-ca7cdee19311 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7181 | 2024.08.16 07:20:18.100878 [ 3 ] {} <Debug> HTTP-Session: 82b938b1-6460-4a7e-bfd3-ca7cdee19311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7182 | 2024.08.16 07:20:18.100893 [ 3 ] {} <Debug> HTTP-Session: 82b938b1-6460-4a7e-bfd3-ca7cdee19311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7183 | 2024.08.16 07:20:18.100929 [ 3 ] {} <Trace> HTTP-Session: 82b938b1-6460-4a7e-bfd3-ca7cdee19311 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7184 | 2024.08.16 07:20:18.101445 [ 3 ] {13f44144-2544-485b-9854-4695d3c09da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7185 | 2024.08.16 07:20:18.101495 [ 3 ] {13f44144-2544-485b-9854-4695d3c09da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7186 | 2024.08.16 07:20:18.101650 [ 3 ] {13f44144-2544-485b-9854-4695d3c09da1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7187 | 2024.08.16 07:20:18.102869 [ 3 ] {13f44144-2544-485b-9854-4695d3c09da1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7188 | 2024.08.16 07:20:18.102911 [ 3 ] {13f44144-2544-485b-9854-4695d3c09da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7189 | 2024.08.16 07:20:18.103312 [ 3 ] {13f44144-2544-485b-9854-4695d3c09da1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7190 | 2024.08.16 07:20:18.103636 [ 3 ] {13f44144-2544-485b-9854-4695d3c09da1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7191 | 2024.08.16 07:20:18.103801 [ 3 ] {13f44144-2544-485b-9854-4695d3c09da1} <Debug> executeQuery: Read 1330 rows, 113.05 KiB in 0.002698 sec., 492957.74647887325 rows/sec., 40.92 MiB/sec. | ||
7192 | 2024.08.16 07:20:18.104086 [ 3 ] {13f44144-2544-485b-9854-4695d3c09da1} <Debug> DynamicQueryHandler: Done processing query | ||
7193 | 2024.08.16 07:20:18.104132 [ 3 ] {13f44144-2544-485b-9854-4695d3c09da1} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
7194 | 2024.08.16 07:20:18.104167 [ 3 ] {} <Debug> HTTP-Session: 82b938b1-6460-4a7e-bfd3-ca7cdee19311 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7195 | 2024.08.16 07:20:18.104438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7196 | 2024.08.16 07:20:18.104491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7197 | 2024.08.16 07:20:18.104510 [ 3 ] {} <Debug> HTTP-Session: 2b5d17c3-ca0a-48b3-a4de-e1228187ef79 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7198 | 2024.08.16 07:20:18.104528 [ 3 ] {} <Debug> HTTP-Session: 2b5d17c3-ca0a-48b3-a4de-e1228187ef79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7199 | 2024.08.16 07:20:18.104543 [ 3 ] {} <Debug> HTTP-Session: 2b5d17c3-ca0a-48b3-a4de-e1228187ef79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7200 | 2024.08.16 07:20:18.104576 [ 3 ] {} <Trace> HTTP-Session: 2b5d17c3-ca0a-48b3-a4de-e1228187ef79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7201 | 2024.08.16 07:20:18.104676 [ 3 ] {879d8a4a-3309-4814-9cdc-ea2115b23968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7202 | 2024.08.16 07:20:18.104721 [ 3 ] {879d8a4a-3309-4814-9cdc-ea2115b23968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7203 | 2024.08.16 07:20:18.104872 [ 3 ] {879d8a4a-3309-4814-9cdc-ea2115b23968} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7204 | 2024.08.16 07:20:18.105161 [ 3 ] {879d8a4a-3309-4814-9cdc-ea2115b23968} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7205 | 2024.08.16 07:20:18.105200 [ 3 ] {879d8a4a-3309-4814-9cdc-ea2115b23968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7206 | 2024.08.16 07:20:18.105502 [ 3 ] {879d8a4a-3309-4814-9cdc-ea2115b23968} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7207 | 2024.08.16 07:20:18.105803 [ 3 ] {879d8a4a-3309-4814-9cdc-ea2115b23968} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7208 | 2024.08.16 07:20:18.105974 [ 3 ] {879d8a4a-3309-4814-9cdc-ea2115b23968} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001317 sec., 1518.602885345482 rows/sec., 106.04 KiB/sec. | ||
7209 | 2024.08.16 07:20:18.106144 [ 3 ] {879d8a4a-3309-4814-9cdc-ea2115b23968} <Debug> DynamicQueryHandler: Done processing query | ||
7210 | 2024.08.16 07:20:18.106168 [ 3 ] {879d8a4a-3309-4814-9cdc-ea2115b23968} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7211 | 2024.08.16 07:20:18.106184 [ 3 ] {} <Debug> HTTP-Session: 2b5d17c3-ca0a-48b3-a4de-e1228187ef79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7212 | 2024.08.16 07:20:18.106374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7213 | 2024.08.16 07:20:18.106422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7214 | 2024.08.16 07:20:18.106441 [ 3 ] {} <Debug> HTTP-Session: 3de1d0da-fafb-4f52-8094-4808f0f2b91a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7215 | 2024.08.16 07:20:18.106458 [ 3 ] {} <Debug> HTTP-Session: 3de1d0da-fafb-4f52-8094-4808f0f2b91a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7216 | 2024.08.16 07:20:18.106472 [ 3 ] {} <Debug> HTTP-Session: 3de1d0da-fafb-4f52-8094-4808f0f2b91a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7217 | 2024.08.16 07:20:18.106503 [ 3 ] {} <Trace> HTTP-Session: 3de1d0da-fafb-4f52-8094-4808f0f2b91a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7218 | 2024.08.16 07:20:18.106672 [ 3 ] {fe037abc-e461-4ba9-a45b-9262827ae9af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7219 | 2024.08.16 07:20:18.106714 [ 3 ] {fe037abc-e461-4ba9-a45b-9262827ae9af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7220 | 2024.08.16 07:20:18.106841 [ 3 ] {fe037abc-e461-4ba9-a45b-9262827ae9af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7221 | 2024.08.16 07:20:18.107296 [ 3 ] {fe037abc-e461-4ba9-a45b-9262827ae9af} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7222 | 2024.08.16 07:20:18.107334 [ 3 ] {fe037abc-e461-4ba9-a45b-9262827ae9af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7223 | 2024.08.16 07:20:18.107652 [ 3 ] {fe037abc-e461-4ba9-a45b-9262827ae9af} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7224 | 2024.08.16 07:20:18.107952 [ 3 ] {fe037abc-e461-4ba9-a45b-9262827ae9af} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7225 | 2024.08.16 07:20:18.108121 [ 3 ] {fe037abc-e461-4ba9-a45b-9262827ae9af} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001533 sec., 157860.4044357469 rows/sec., 10.70 MiB/sec. | ||
7226 | 2024.08.16 07:20:18.108424 [ 3 ] {fe037abc-e461-4ba9-a45b-9262827ae9af} <Debug> DynamicQueryHandler: Done processing query | ||
7227 | 2024.08.16 07:20:18.108449 [ 3 ] {fe037abc-e461-4ba9-a45b-9262827ae9af} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7228 | 2024.08.16 07:20:18.108466 [ 3 ] {} <Debug> HTTP-Session: 3de1d0da-fafb-4f52-8094-4808f0f2b91a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7229 | 2024.08.16 07:20:18.108607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7230 | 2024.08.16 07:20:18.108656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7231 | 2024.08.16 07:20:18.108675 [ 3 ] {} <Debug> HTTP-Session: bcb5691a-0c6c-45ac-a20a-92088b150060 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7232 | 2024.08.16 07:20:18.108691 [ 3 ] {} <Debug> HTTP-Session: bcb5691a-0c6c-45ac-a20a-92088b150060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7233 | 2024.08.16 07:20:18.108705 [ 3 ] {} <Debug> HTTP-Session: bcb5691a-0c6c-45ac-a20a-92088b150060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7234 | 2024.08.16 07:20:18.108736 [ 3 ] {} <Trace> HTTP-Session: bcb5691a-0c6c-45ac-a20a-92088b150060 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7235 | 2024.08.16 07:20:18.108830 [ 3 ] {dbd8075c-8100-48e1-bafd-c3609af22a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7236 | 2024.08.16 07:20:18.108874 [ 3 ] {dbd8075c-8100-48e1-bafd-c3609af22a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7237 | 2024.08.16 07:20:18.109015 [ 3 ] {dbd8075c-8100-48e1-bafd-c3609af22a70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7238 | 2024.08.16 07:20:18.109285 [ 3 ] {dbd8075c-8100-48e1-bafd-c3609af22a70} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7239 | 2024.08.16 07:20:18.109323 [ 3 ] {dbd8075c-8100-48e1-bafd-c3609af22a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7240 | 2024.08.16 07:20:18.109624 [ 3 ] {dbd8075c-8100-48e1-bafd-c3609af22a70} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7241 | 2024.08.16 07:20:18.109929 [ 3 ] {dbd8075c-8100-48e1-bafd-c3609af22a70} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7242 | 2024.08.16 07:20:18.110079 [ 3 ] {dbd8075c-8100-48e1-bafd-c3609af22a70} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001266 sec., 4739.336492890995 rows/sec., 280.01 KiB/sec. | ||
7243 | 2024.08.16 07:20:18.110077 [ 78 ] {} <Debug> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
7244 | 2024.08.16 07:20:18.110184 [ 78 ] {} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7245 | 2024.08.16 07:20:18.110230 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7246 | 2024.08.16 07:20:18.110312 [ 3 ] {dbd8075c-8100-48e1-bafd-c3609af22a70} <Debug> DynamicQueryHandler: Done processing query | ||
7247 | 2024.08.16 07:20:18.110371 [ 3 ] {dbd8075c-8100-48e1-bafd-c3609af22a70} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7248 | 2024.08.16 07:20:18.110402 [ 3 ] {} <Debug> HTTP-Session: bcb5691a-0c6c-45ac-a20a-92088b150060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7249 | 2024.08.16 07:20:18.110421 [ 195 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
7250 | 2024.08.16 07:20:18.110610 [ 195 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7251 | 2024.08.16 07:20:18.110646 [ 195 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part | ||
7252 | 2024.08.16 07:20:18.110706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 137082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7253 | 2024.08.16 07:20:18.110742 [ 195 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
7254 | 2024.08.16 07:20:18.110824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7255 | 2024.08.16 07:20:18.110936 [ 3 ] {} <Debug> HTTP-Session: 5c38b8f4-3389-4006-94e1-e25f3bd77e55 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7256 | 2024.08.16 07:20:18.111050 [ 3 ] {} <Debug> HTTP-Session: 5c38b8f4-3389-4006-94e1-e25f3bd77e55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7257 | 2024.08.16 07:20:18.111127 [ 3 ] {} <Debug> HTTP-Session: 5c38b8f4-3389-4006-94e1-e25f3bd77e55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7258 | 2024.08.16 07:20:18.111156 [ 195 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
7259 | 2024.08.16 07:20:18.111244 [ 3 ] {} <Trace> HTTP-Session: 5c38b8f4-3389-4006-94e1-e25f3bd77e55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7260 | 2024.08.16 07:20:18.111439 [ 195 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
7261 | 2024.08.16 07:20:18.111679 [ 195 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
7262 | 2024.08.16 07:20:18.111816 [ 3 ] {2cb3c9b9-f8ad-4033-aadf-46f4a5946974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7263 | 2024.08.16 07:20:18.111928 [ 3 ] {2cb3c9b9-f8ad-4033-aadf-46f4a5946974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7264 | 2024.08.16 07:20:18.112197 [ 3 ] {2cb3c9b9-f8ad-4033-aadf-46f4a5946974} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7265 | 2024.08.16 07:20:18.112966 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002654751 sec., 11300.494848669423 rows/sec., 673.17 KiB/sec. | ||
7266 | 2024.08.16 07:20:18.113215 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
7267 | 2024.08.16 07:20:18.113403 [ 3 ] {2cb3c9b9-f8ad-4033-aadf-46f4a5946974} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7268 | 2024.08.16 07:20:18.113467 [ 3 ] {2cb3c9b9-f8ad-4033-aadf-46f4a5946974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7269 | 2024.08.16 07:20:18.114159 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_17_4} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7270 | 2024.08.16 07:20:18.114321 [ 3 ] {2cb3c9b9-f8ad-4033-aadf-46f4a5946974} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7271 | 2024.08.16 07:20:18.114335 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_17_4} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
7272 | 2024.08.16 07:20:18.114523 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
7273 | 2024.08.16 07:20:18.114808 [ 3 ] {2cb3c9b9-f8ad-4033-aadf-46f4a5946974} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7274 | 2024.08.16 07:20:18.114973 [ 3 ] {2cb3c9b9-f8ad-4033-aadf-46f4a5946974} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.00346 sec., 242774.56647398844 rows/sec., 17.54 MiB/sec. | ||
7275 | 2024.08.16 07:20:18.115158 [ 3 ] {2cb3c9b9-f8ad-4033-aadf-46f4a5946974} <Debug> DynamicQueryHandler: Done processing query | ||
7276 | 2024.08.16 07:20:18.115184 [ 3 ] {2cb3c9b9-f8ad-4033-aadf-46f4a5946974} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
7277 | 2024.08.16 07:20:18.115201 [ 3 ] {} <Debug> HTTP-Session: 5c38b8f4-3389-4006-94e1-e25f3bd77e55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7278 | 2024.08.16 07:20:18.115355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7279 | 2024.08.16 07:20:18.115404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7280 | 2024.08.16 07:20:18.115422 [ 3 ] {} <Debug> HTTP-Session: 3a0a07a6-0d03-45bf-801e-e6b60ce7e800 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7281 | 2024.08.16 07:20:18.115440 [ 3 ] {} <Debug> HTTP-Session: 3a0a07a6-0d03-45bf-801e-e6b60ce7e800 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7282 | 2024.08.16 07:20:18.115483 [ 3 ] {} <Debug> HTTP-Session: 3a0a07a6-0d03-45bf-801e-e6b60ce7e800 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7283 | 2024.08.16 07:20:18.115514 [ 3 ] {} <Trace> HTTP-Session: 3a0a07a6-0d03-45bf-801e-e6b60ce7e800 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7284 | 2024.08.16 07:20:18.115608 [ 3 ] {56352354-bbe6-4004-b16e-f42d258426f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7285 | 2024.08.16 07:20:18.115654 [ 3 ] {56352354-bbe6-4004-b16e-f42d258426f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7286 | 2024.08.16 07:20:18.115787 [ 3 ] {56352354-bbe6-4004-b16e-f42d258426f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7287 | 2024.08.16 07:20:18.116054 [ 3 ] {56352354-bbe6-4004-b16e-f42d258426f9} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7288 | 2024.08.16 07:20:18.116092 [ 3 ] {56352354-bbe6-4004-b16e-f42d258426f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7289 | 2024.08.16 07:20:18.116453 [ 3 ] {56352354-bbe6-4004-b16e-f42d258426f9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7290 | 2024.08.16 07:20:18.116769 [ 3 ] {56352354-bbe6-4004-b16e-f42d258426f9} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7291 | 2024.08.16 07:20:18.116953 [ 3 ] {56352354-bbe6-4004-b16e-f42d258426f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001364 sec., 4398.826979472141 rows/sec., 229.82 KiB/sec. | ||
7292 | 2024.08.16 07:20:18.117266 [ 3 ] {56352354-bbe6-4004-b16e-f42d258426f9} <Debug> DynamicQueryHandler: Done processing query | ||
7293 | 2024.08.16 07:20:18.117291 [ 3 ] {56352354-bbe6-4004-b16e-f42d258426f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7294 | 2024.08.16 07:20:18.117307 [ 3 ] {} <Debug> HTTP-Session: 3a0a07a6-0d03-45bf-801e-e6b60ce7e800 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7295 | 2024.08.16 07:20:18.117556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 174435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7296 | 2024.08.16 07:20:18.117602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7297 | 2024.08.16 07:20:18.117621 [ 3 ] {} <Debug> HTTP-Session: 2e4dd1ea-9ae5-484a-9f94-4910c0291c0e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7298 | 2024.08.16 07:20:18.117638 [ 3 ] {} <Debug> HTTP-Session: 2e4dd1ea-9ae5-484a-9f94-4910c0291c0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7299 | 2024.08.16 07:20:18.117652 [ 3 ] {} <Debug> HTTP-Session: 2e4dd1ea-9ae5-484a-9f94-4910c0291c0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7300 | 2024.08.16 07:20:18.117682 [ 3 ] {} <Trace> HTTP-Session: 2e4dd1ea-9ae5-484a-9f94-4910c0291c0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7301 | 2024.08.16 07:20:18.118497 [ 3 ] {23d6506d-74d0-4f4f-9f9b-33b98d7a4587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7302 | 2024.08.16 07:20:18.118548 [ 3 ] {23d6506d-74d0-4f4f-9f9b-33b98d7a4587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7303 | 2024.08.16 07:20:18.118712 [ 3 ] {23d6506d-74d0-4f4f-9f9b-33b98d7a4587} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7304 | 2024.08.16 07:20:18.119585 [ 3 ] {23d6506d-74d0-4f4f-9f9b-33b98d7a4587} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7305 | 2024.08.16 07:20:18.119624 [ 3 ] {23d6506d-74d0-4f4f-9f9b-33b98d7a4587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7306 | 2024.08.16 07:20:18.120053 [ 3 ] {23d6506d-74d0-4f4f-9f9b-33b98d7a4587} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7307 | 2024.08.16 07:20:18.120391 [ 3 ] {23d6506d-74d0-4f4f-9f9b-33b98d7a4587} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7308 | 2024.08.16 07:20:18.120549 [ 3 ] {23d6506d-74d0-4f4f-9f9b-33b98d7a4587} <Debug> executeQuery: Read 922 rows, 63.09 KiB in 0.002712 sec., 339970.50147492625 rows/sec., 22.72 MiB/sec. | ||
7309 | 2024.08.16 07:20:18.120721 [ 3 ] {23d6506d-74d0-4f4f-9f9b-33b98d7a4587} <Debug> DynamicQueryHandler: Done processing query | ||
7310 | 2024.08.16 07:20:18.120747 [ 3 ] {23d6506d-74d0-4f4f-9f9b-33b98d7a4587} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
7311 | 2024.08.16 07:20:18.120763 [ 3 ] {} <Debug> HTTP-Session: 2e4dd1ea-9ae5-484a-9f94-4910c0291c0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7312 | 2024.08.16 07:20:18.120928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7313 | 2024.08.16 07:20:18.120977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7314 | 2024.08.16 07:20:18.120996 [ 3 ] {} <Debug> HTTP-Session: f5bfcd29-0db1-4e33-ab0b-11606e427437 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7315 | 2024.08.16 07:20:18.121013 [ 3 ] {} <Debug> HTTP-Session: f5bfcd29-0db1-4e33-ab0b-11606e427437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7316 | 2024.08.16 07:20:18.121027 [ 3 ] {} <Debug> HTTP-Session: f5bfcd29-0db1-4e33-ab0b-11606e427437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7317 | 2024.08.16 07:20:18.121057 [ 3 ] {} <Trace> HTTP-Session: f5bfcd29-0db1-4e33-ab0b-11606e427437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7318 | 2024.08.16 07:20:18.121148 [ 3 ] {e8632b69-5164-4a34-b887-78c8c9a63561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7319 | 2024.08.16 07:20:18.121193 [ 3 ] {e8632b69-5164-4a34-b887-78c8c9a63561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7320 | 2024.08.16 07:20:18.121323 [ 3 ] {e8632b69-5164-4a34-b887-78c8c9a63561} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7321 | 2024.08.16 07:20:18.121566 [ 3 ] {e8632b69-5164-4a34-b887-78c8c9a63561} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7322 | 2024.08.16 07:20:18.121602 [ 3 ] {e8632b69-5164-4a34-b887-78c8c9a63561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7323 | 2024.08.16 07:20:18.121948 [ 3 ] {e8632b69-5164-4a34-b887-78c8c9a63561} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7324 | 2024.08.16 07:20:18.122259 [ 3 ] {e8632b69-5164-4a34-b887-78c8c9a63561} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7325 | 2024.08.16 07:20:18.122415 [ 3 ] {e8632b69-5164-4a34-b887-78c8c9a63561} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001287 sec., 777.000777000777 rows/sec., 52.36 KiB/sec. | ||
7326 | 2024.08.16 07:20:18.122572 [ 3 ] {e8632b69-5164-4a34-b887-78c8c9a63561} <Debug> DynamicQueryHandler: Done processing query | ||
7327 | 2024.08.16 07:20:18.122597 [ 3 ] {e8632b69-5164-4a34-b887-78c8c9a63561} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7328 | 2024.08.16 07:20:18.122612 [ 3 ] {} <Debug> HTTP-Session: f5bfcd29-0db1-4e33-ab0b-11606e427437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7329 | 2024.08.16 07:20:18.122737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7330 | 2024.08.16 07:20:18.122784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7331 | 2024.08.16 07:20:18.122803 [ 3 ] {} <Debug> HTTP-Session: 52f6846b-4dd0-4567-bd21-81ca71108d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7332 | 2024.08.16 07:20:18.122819 [ 3 ] {} <Debug> HTTP-Session: 52f6846b-4dd0-4567-bd21-81ca71108d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7333 | 2024.08.16 07:20:18.122833 [ 3 ] {} <Debug> HTTP-Session: 52f6846b-4dd0-4567-bd21-81ca71108d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7334 | 2024.08.16 07:20:18.122864 [ 3 ] {} <Trace> HTTP-Session: 52f6846b-4dd0-4567-bd21-81ca71108d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7335 | 2024.08.16 07:20:18.122979 [ 3 ] {865acb88-d87f-44a1-8c70-a309c6b45089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7336 | 2024.08.16 07:20:18.123023 [ 3 ] {865acb88-d87f-44a1-8c70-a309c6b45089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7337 | 2024.08.16 07:20:18.123149 [ 3 ] {865acb88-d87f-44a1-8c70-a309c6b45089} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7338 | 2024.08.16 07:20:18.123449 [ 3 ] {865acb88-d87f-44a1-8c70-a309c6b45089} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7339 | 2024.08.16 07:20:18.123486 [ 3 ] {865acb88-d87f-44a1-8c70-a309c6b45089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7340 | 2024.08.16 07:20:18.123846 [ 3 ] {865acb88-d87f-44a1-8c70-a309c6b45089} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7341 | 2024.08.16 07:20:18.124163 [ 3 ] {865acb88-d87f-44a1-8c70-a309c6b45089} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7342 | 2024.08.16 07:20:18.124318 [ 3 ] {865acb88-d87f-44a1-8c70-a309c6b45089} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001377 sec., 59549.74582425563 rows/sec., 3.78 MiB/sec. | ||
7343 | 2024.08.16 07:20:18.124485 [ 3 ] {865acb88-d87f-44a1-8c70-a309c6b45089} <Debug> DynamicQueryHandler: Done processing query | ||
7344 | 2024.08.16 07:20:18.124510 [ 3 ] {865acb88-d87f-44a1-8c70-a309c6b45089} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7345 | 2024.08.16 07:20:18.124527 [ 3 ] {} <Debug> HTTP-Session: 52f6846b-4dd0-4567-bd21-81ca71108d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7346 | 2024.08.16 07:20:23.099504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7347 | 2024.08.16 07:20:23.099641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7348 | 2024.08.16 07:20:23.099669 [ 3 ] {} <Debug> HTTP-Session: 74f4aa39-2120-4054-bb9b-c1c7b6aa57dd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7349 | 2024.08.16 07:20:23.099699 [ 3 ] {} <Debug> HTTP-Session: 74f4aa39-2120-4054-bb9b-c1c7b6aa57dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7350 | 2024.08.16 07:20:23.099716 [ 3 ] {} <Debug> HTTP-Session: 74f4aa39-2120-4054-bb9b-c1c7b6aa57dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7351 | 2024.08.16 07:20:23.099774 [ 3 ] {} <Trace> HTTP-Session: 74f4aa39-2120-4054-bb9b-c1c7b6aa57dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7352 | 2024.08.16 07:20:23.099993 [ 3 ] {7ddd3727-74b9-4433-8b56-1e3ca8040d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7353 | 2024.08.16 07:20:23.100070 [ 3 ] {7ddd3727-74b9-4433-8b56-1e3ca8040d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7354 | 2024.08.16 07:20:23.100295 [ 3 ] {7ddd3727-74b9-4433-8b56-1e3ca8040d06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7355 | 2024.08.16 07:20:23.100748 [ 3 ] {7ddd3727-74b9-4433-8b56-1e3ca8040d06} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7356 | 2024.08.16 07:20:23.100790 [ 3 ] {7ddd3727-74b9-4433-8b56-1e3ca8040d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7357 | 2024.08.16 07:20:23.101165 [ 3 ] {7ddd3727-74b9-4433-8b56-1e3ca8040d06} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7358 | 2024.08.16 07:20:23.101492 [ 3 ] {7ddd3727-74b9-4433-8b56-1e3ca8040d06} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7359 | 2024.08.16 07:20:23.101673 [ 3 ] {7ddd3727-74b9-4433-8b56-1e3ca8040d06} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001745 sec., 18911.174785100287 rows/sec., 1.50 MiB/sec. | ||
7360 | 2024.08.16 07:20:23.101968 [ 3 ] {7ddd3727-74b9-4433-8b56-1e3ca8040d06} <Debug> DynamicQueryHandler: Done processing query | ||
7361 | 2024.08.16 07:20:23.102011 [ 3 ] {7ddd3727-74b9-4433-8b56-1e3ca8040d06} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7362 | 2024.08.16 07:20:23.102027 [ 3 ] {} <Debug> HTTP-Session: 74f4aa39-2120-4054-bb9b-c1c7b6aa57dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7363 | 2024.08.16 07:20:23.102244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7364 | 2024.08.16 07:20:23.102293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7365 | 2024.08.16 07:20:23.102312 [ 3 ] {} <Debug> HTTP-Session: f9d3bd49-6312-4c2d-89c8-6c3506d3a84b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7366 | 2024.08.16 07:20:23.102329 [ 3 ] {} <Debug> HTTP-Session: f9d3bd49-6312-4c2d-89c8-6c3506d3a84b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7367 | 2024.08.16 07:20:23.102344 [ 3 ] {} <Debug> HTTP-Session: f9d3bd49-6312-4c2d-89c8-6c3506d3a84b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7368 | 2024.08.16 07:20:23.102375 [ 3 ] {} <Trace> HTTP-Session: f9d3bd49-6312-4c2d-89c8-6c3506d3a84b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7369 | 2024.08.16 07:20:23.102515 [ 3 ] {ab02cfef-524b-448d-8754-26d9798252aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7370 | 2024.08.16 07:20:23.102560 [ 3 ] {ab02cfef-524b-448d-8754-26d9798252aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7371 | 2024.08.16 07:20:23.102708 [ 3 ] {ab02cfef-524b-448d-8754-26d9798252aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7372 | 2024.08.16 07:20:23.103120 [ 3 ] {ab02cfef-524b-448d-8754-26d9798252aa} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7373 | 2024.08.16 07:20:23.103158 [ 3 ] {ab02cfef-524b-448d-8754-26d9798252aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7374 | 2024.08.16 07:20:23.103480 [ 3 ] {ab02cfef-524b-448d-8754-26d9798252aa} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7375 | 2024.08.16 07:20:23.103779 [ 3 ] {ab02cfef-524b-448d-8754-26d9798252aa} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7376 | 2024.08.16 07:20:23.103928 [ 3 ] {ab02cfef-524b-448d-8754-26d9798252aa} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001473 sec., 105227.42701968772 rows/sec., 8.82 MiB/sec. | ||
7377 | 2024.08.16 07:20:23.104090 [ 3 ] {ab02cfef-524b-448d-8754-26d9798252aa} <Debug> DynamicQueryHandler: Done processing query | ||
7378 | 2024.08.16 07:20:23.104115 [ 3 ] {ab02cfef-524b-448d-8754-26d9798252aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7379 | 2024.08.16 07:20:23.104131 [ 3 ] {} <Debug> HTTP-Session: f9d3bd49-6312-4c2d-89c8-6c3506d3a84b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7380 | 2024.08.16 07:20:23.104269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7381 | 2024.08.16 07:20:23.104317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7382 | 2024.08.16 07:20:23.104337 [ 3 ] {} <Debug> HTTP-Session: b9219187-c265-4244-8b50-f98b872d6856 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7383 | 2024.08.16 07:20:23.104355 [ 3 ] {} <Debug> HTTP-Session: b9219187-c265-4244-8b50-f98b872d6856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7384 | 2024.08.16 07:20:23.104368 [ 3 ] {} <Debug> HTTP-Session: b9219187-c265-4244-8b50-f98b872d6856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7385 | 2024.08.16 07:20:23.104399 [ 3 ] {} <Trace> HTTP-Session: b9219187-c265-4244-8b50-f98b872d6856 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7386 | 2024.08.16 07:20:23.104518 [ 3 ] {9dd0e19a-7323-49d4-b045-73593a49b5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7387 | 2024.08.16 07:20:23.104561 [ 3 ] {9dd0e19a-7323-49d4-b045-73593a49b5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7388 | 2024.08.16 07:20:23.104684 [ 3 ] {9dd0e19a-7323-49d4-b045-73593a49b5be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7389 | 2024.08.16 07:20:23.105055 [ 3 ] {9dd0e19a-7323-49d4-b045-73593a49b5be} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7390 | 2024.08.16 07:20:23.105093 [ 3 ] {9dd0e19a-7323-49d4-b045-73593a49b5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7391 | 2024.08.16 07:20:23.105410 [ 3 ] {9dd0e19a-7323-49d4-b045-73593a49b5be} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7392 | 2024.08.16 07:20:23.105709 [ 3 ] {9dd0e19a-7323-49d4-b045-73593a49b5be} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7393 | 2024.08.16 07:20:23.105872 [ 3 ] {9dd0e19a-7323-49d4-b045-73593a49b5be} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001396 sec., 69484.24068767908 rows/sec., 5.43 MiB/sec. | ||
7394 | 2024.08.16 07:20:23.106039 [ 3 ] {9dd0e19a-7323-49d4-b045-73593a49b5be} <Debug> DynamicQueryHandler: Done processing query | ||
7395 | 2024.08.16 07:20:23.106065 [ 3 ] {9dd0e19a-7323-49d4-b045-73593a49b5be} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7396 | 2024.08.16 07:20:23.106080 [ 3 ] {} <Debug> HTTP-Session: b9219187-c265-4244-8b50-f98b872d6856 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7397 | 2024.08.16 07:20:23.106269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7398 | 2024.08.16 07:20:23.106317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7399 | 2024.08.16 07:20:23.106336 [ 3 ] {} <Debug> HTTP-Session: d20cc241-e610-43f9-b01a-4f184e58eeb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7400 | 2024.08.16 07:20:23.106353 [ 3 ] {} <Debug> HTTP-Session: d20cc241-e610-43f9-b01a-4f184e58eeb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7401 | 2024.08.16 07:20:23.106366 [ 3 ] {} <Debug> HTTP-Session: d20cc241-e610-43f9-b01a-4f184e58eeb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7402 | 2024.08.16 07:20:23.106396 [ 3 ] {} <Trace> HTTP-Session: d20cc241-e610-43f9-b01a-4f184e58eeb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7403 | 2024.08.16 07:20:23.106547 [ 3 ] {77ba1a41-2ba6-4f27-9dae-b6558f8ce8ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7404 | 2024.08.16 07:20:23.106593 [ 3 ] {77ba1a41-2ba6-4f27-9dae-b6558f8ce8ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7405 | 2024.08.16 07:20:23.106738 [ 3 ] {77ba1a41-2ba6-4f27-9dae-b6558f8ce8ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7406 | 2024.08.16 07:20:23.107113 [ 3 ] {77ba1a41-2ba6-4f27-9dae-b6558f8ce8ab} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7407 | 2024.08.16 07:20:23.107151 [ 3 ] {77ba1a41-2ba6-4f27-9dae-b6558f8ce8ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7408 | 2024.08.16 07:20:23.107535 [ 3 ] {77ba1a41-2ba6-4f27-9dae-b6558f8ce8ab} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7409 | 2024.08.16 07:20:23.107863 [ 3 ] {77ba1a41-2ba6-4f27-9dae-b6558f8ce8ab} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7410 | 2024.08.16 07:20:23.108031 [ 3 ] {77ba1a41-2ba6-4f27-9dae-b6558f8ce8ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. | ||
7411 | 2024.08.16 07:20:23.108191 [ 3 ] {77ba1a41-2ba6-4f27-9dae-b6558f8ce8ab} <Debug> DynamicQueryHandler: Done processing query | ||
7412 | 2024.08.16 07:20:23.108216 [ 3 ] {77ba1a41-2ba6-4f27-9dae-b6558f8ce8ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7413 | 2024.08.16 07:20:23.108231 [ 3 ] {} <Debug> HTTP-Session: d20cc241-e610-43f9-b01a-4f184e58eeb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7414 | 2024.08.16 07:20:23.108396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53151, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7415 | 2024.08.16 07:20:23.108445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7416 | 2024.08.16 07:20:23.108463 [ 3 ] {} <Debug> HTTP-Session: a62c2443-e6ef-4b05-a207-31bb78cb59e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7417 | 2024.08.16 07:20:23.108480 [ 3 ] {} <Debug> HTTP-Session: a62c2443-e6ef-4b05-a207-31bb78cb59e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7418 | 2024.08.16 07:20:23.108494 [ 3 ] {} <Debug> HTTP-Session: a62c2443-e6ef-4b05-a207-31bb78cb59e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7419 | 2024.08.16 07:20:23.108524 [ 3 ] {} <Trace> HTTP-Session: a62c2443-e6ef-4b05-a207-31bb78cb59e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7420 | 2024.08.16 07:20:23.108885 [ 3 ] {1b7fca2b-7ecb-44dc-866f-fc3bc0f99d32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7421 | 2024.08.16 07:20:23.108948 [ 3 ] {1b7fca2b-7ecb-44dc-866f-fc3bc0f99d32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7422 | 2024.08.16 07:20:23.109342 [ 3 ] {1b7fca2b-7ecb-44dc-866f-fc3bc0f99d32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7423 | 2024.08.16 07:20:23.110095 [ 3 ] {1b7fca2b-7ecb-44dc-866f-fc3bc0f99d32} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7424 | 2024.08.16 07:20:23.110132 [ 3 ] {1b7fca2b-7ecb-44dc-866f-fc3bc0f99d32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7425 | 2024.08.16 07:20:23.110729 [ 3 ] {1b7fca2b-7ecb-44dc-866f-fc3bc0f99d32} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7426 | 2024.08.16 07:20:23.111121 [ 3 ] {1b7fca2b-7ecb-44dc-866f-fc3bc0f99d32} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7427 | 2024.08.16 07:20:23.111315 [ 3 ] {1b7fca2b-7ecb-44dc-866f-fc3bc0f99d32} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002701 sec., 12217.697149204 rows/sec., 21.89 MiB/sec. | ||
7428 | 2024.08.16 07:20:23.111846 [ 3 ] {1b7fca2b-7ecb-44dc-866f-fc3bc0f99d32} <Debug> DynamicQueryHandler: Done processing query | ||
7429 | 2024.08.16 07:20:23.111872 [ 3 ] {1b7fca2b-7ecb-44dc-866f-fc3bc0f99d32} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7430 | 2024.08.16 07:20:23.111887 [ 3 ] {} <Debug> HTTP-Session: a62c2443-e6ef-4b05-a207-31bb78cb59e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7431 | 2024.08.16 07:20:23.112021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7432 | 2024.08.16 07:20:23.112067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7433 | 2024.08.16 07:20:23.112086 [ 3 ] {} <Debug> HTTP-Session: c9ba8e7f-6fd9-4709-a404-573846c10c18 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7434 | 2024.08.16 07:20:23.112102 [ 3 ] {} <Debug> HTTP-Session: c9ba8e7f-6fd9-4709-a404-573846c10c18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7435 | 2024.08.16 07:20:23.112117 [ 3 ] {} <Debug> HTTP-Session: c9ba8e7f-6fd9-4709-a404-573846c10c18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7436 | 2024.08.16 07:20:23.112147 [ 3 ] {} <Trace> HTTP-Session: c9ba8e7f-6fd9-4709-a404-573846c10c18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7437 | 2024.08.16 07:20:23.112261 [ 3 ] {1a86c26a-7c01-4d26-952e-66fc5aab8ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7438 | 2024.08.16 07:20:23.112305 [ 3 ] {1a86c26a-7c01-4d26-952e-66fc5aab8ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7439 | 2024.08.16 07:20:23.112452 [ 3 ] {1a86c26a-7c01-4d26-952e-66fc5aab8ca3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7440 | 2024.08.16 07:20:23.112737 [ 3 ] {1a86c26a-7c01-4d26-952e-66fc5aab8ca3} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7441 | 2024.08.16 07:20:23.112774 [ 3 ] {1a86c26a-7c01-4d26-952e-66fc5aab8ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7442 | 2024.08.16 07:20:23.113131 [ 3 ] {1a86c26a-7c01-4d26-952e-66fc5aab8ca3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7443 | 2024.08.16 07:20:23.113450 [ 3 ] {1a86c26a-7c01-4d26-952e-66fc5aab8ca3} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7444 | 2024.08.16 07:20:23.113605 [ 3 ] {1a86c26a-7c01-4d26-952e-66fc5aab8ca3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
7445 | 2024.08.16 07:20:23.113768 [ 3 ] {1a86c26a-7c01-4d26-952e-66fc5aab8ca3} <Debug> DynamicQueryHandler: Done processing query | ||
7446 | 2024.08.16 07:20:23.113793 [ 3 ] {1a86c26a-7c01-4d26-952e-66fc5aab8ca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7447 | 2024.08.16 07:20:23.113808 [ 3 ] {} <Debug> HTTP-Session: c9ba8e7f-6fd9-4709-a404-573846c10c18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7448 | 2024.08.16 07:20:27.479609 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7449 | 2024.08.16 07:20:27.479675 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7450 | 2024.08.16 07:20:28.101772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7451 | 2024.08.16 07:20:28.101892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7452 | 2024.08.16 07:20:28.101918 [ 3 ] {} <Debug> HTTP-Session: f74945c6-25b1-46d1-a0f4-10d7bd62b070 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7453 | 2024.08.16 07:20:28.101944 [ 3 ] {} <Debug> HTTP-Session: f74945c6-25b1-46d1-a0f4-10d7bd62b070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7454 | 2024.08.16 07:20:28.101959 [ 3 ] {} <Debug> HTTP-Session: f74945c6-25b1-46d1-a0f4-10d7bd62b070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7455 | 2024.08.16 07:20:28.102010 [ 3 ] {} <Trace> HTTP-Session: f74945c6-25b1-46d1-a0f4-10d7bd62b070 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7456 | 2024.08.16 07:20:28.102197 [ 3 ] {2f1e9b77-6b42-47e7-ad4c-929b0c94553e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7457 | 2024.08.16 07:20:28.102268 [ 3 ] {2f1e9b77-6b42-47e7-ad4c-929b0c94553e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7458 | 2024.08.16 07:20:28.102473 [ 3 ] {2f1e9b77-6b42-47e7-ad4c-929b0c94553e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7459 | 2024.08.16 07:20:28.102889 [ 3 ] {2f1e9b77-6b42-47e7-ad4c-929b0c94553e} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7460 | 2024.08.16 07:20:28.102937 [ 3 ] {2f1e9b77-6b42-47e7-ad4c-929b0c94553e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7461 | 2024.08.16 07:20:28.103325 [ 3 ] {2f1e9b77-6b42-47e7-ad4c-929b0c94553e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7462 | 2024.08.16 07:20:28.103685 [ 3 ] {2f1e9b77-6b42-47e7-ad4c-929b0c94553e} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7463 | 2024.08.16 07:20:28.103863 [ 3 ] {2f1e9b77-6b42-47e7-ad4c-929b0c94553e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001719 sec., 1163.4671320535194 rows/sec., 94.87 KiB/sec. | ||
7464 | 2024.08.16 07:20:28.103900 [ 63 ] {} <Debug> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
7465 | 2024.08.16 07:20:28.104003 [ 63 ] {} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7466 | 2024.08.16 07:20:28.104053 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7467 | 2024.08.16 07:20:28.104218 [ 3 ] {2f1e9b77-6b42-47e7-ad4c-929b0c94553e} <Debug> DynamicQueryHandler: Done processing query | ||
7468 | 2024.08.16 07:20:28.104268 [ 3 ] {2f1e9b77-6b42-47e7-ad4c-929b0c94553e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7469 | 2024.08.16 07:20:28.104303 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
7470 | 2024.08.16 07:20:28.104332 [ 3 ] {} <Debug> HTTP-Session: f74945c6-25b1-46d1-a0f4-10d7bd62b070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7471 | 2024.08.16 07:20:28.104648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28483, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7472 | 2024.08.16 07:20:28.104666 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7473 | 2024.08.16 07:20:28.104702 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 16 rows starting from the beginning of the part | ||
7474 | 2024.08.16 07:20:28.104718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7475 | 2024.08.16 07:20:28.104746 [ 3 ] {} <Debug> HTTP-Session: 745e0f6e-e27f-4ee5-b48c-59975fce8058 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7476 | 2024.08.16 07:20:28.104775 [ 3 ] {} <Debug> HTTP-Session: 745e0f6e-e27f-4ee5-b48c-59975fce8058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7477 | 2024.08.16 07:20:28.104803 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7478 | 2024.08.16 07:20:28.104816 [ 3 ] {} <Debug> HTTP-Session: 745e0f6e-e27f-4ee5-b48c-59975fce8058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7479 | 2024.08.16 07:20:28.104907 [ 3 ] {} <Trace> HTTP-Session: 745e0f6e-e27f-4ee5-b48c-59975fce8058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7480 | 2024.08.16 07:20:28.105027 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::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 | ||
7481 | 2024.08.16 07:20:28.105362 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
7482 | 2024.08.16 07:20:28.105396 [ 3 ] {f15e6a29-ffe3-49e5-b890-0d1b8f813d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7483 | 2024.08.16 07:20:28.105530 [ 3 ] {f15e6a29-ffe3-49e5-b890-0d1b8f813d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7484 | 2024.08.16 07:20:28.105544 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
7485 | 2024.08.16 07:20:28.105896 [ 195 ] {6acffda1-72ae-4223-b44b-4c03e408e860::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 | ||
7486 | 2024.08.16 07:20:28.106455 [ 3 ] {f15e6a29-ffe3-49e5-b890-0d1b8f813d1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7487 | 2024.08.16 07:20:28.107061 [ 3 ] {f15e6a29-ffe3-49e5-b890-0d1b8f813d1d} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7488 | 2024.08.16 07:20:28.107114 [ 3 ] {f15e6a29-ffe3-49e5-b890-0d1b8f813d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7489 | 2024.08.16 07:20:28.107526 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003393048 sec., 8841.607899446162 rows/sec., 720.97 KiB/sec. | ||
7490 | 2024.08.16 07:20:28.107655 [ 3 ] {f15e6a29-ffe3-49e5-b890-0d1b8f813d1d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7491 | 2024.08.16 07:20:28.107775 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
7492 | 2024.08.16 07:20:28.108448 [ 3 ] {f15e6a29-ffe3-49e5-b890-0d1b8f813d1d} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7493 | 2024.08.16 07:20:28.108710 [ 3 ] {f15e6a29-ffe3-49e5-b890-0d1b8f813d1d} <Debug> executeQuery: Read 190 rows, 16.93 KiB in 0.003548 sec., 53551.29650507328 rows/sec., 4.66 MiB/sec. | ||
7494 | 2024.08.16 07:20:28.108717 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_15_3} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7495 | 2024.08.16 07:20:28.108939 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_15_3} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
7496 | 2024.08.16 07:20:28.109065 [ 3 ] {f15e6a29-ffe3-49e5-b890-0d1b8f813d1d} <Debug> DynamicQueryHandler: Done processing query | ||
7497 | 2024.08.16 07:20:28.109097 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7498 | 2024.08.16 07:20:28.109112 [ 3 ] {f15e6a29-ffe3-49e5-b890-0d1b8f813d1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7499 | 2024.08.16 07:20:28.109154 [ 3 ] {} <Debug> HTTP-Session: 745e0f6e-e27f-4ee5-b48c-59975fce8058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7500 | 2024.08.16 07:20:28.109295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7501 | 2024.08.16 07:20:28.109348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7502 | 2024.08.16 07:20:28.109369 [ 3 ] {} <Debug> HTTP-Session: 485c8da3-2395-408c-93ee-204444525d07 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7503 | 2024.08.16 07:20:28.109387 [ 3 ] {} <Debug> HTTP-Session: 485c8da3-2395-408c-93ee-204444525d07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7504 | 2024.08.16 07:20:28.109401 [ 3 ] {} <Debug> HTTP-Session: 485c8da3-2395-408c-93ee-204444525d07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7505 | 2024.08.16 07:20:28.109436 [ 3 ] {} <Trace> HTTP-Session: 485c8da3-2395-408c-93ee-204444525d07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7506 | 2024.08.16 07:20:28.109538 [ 3 ] {241dd38a-3f72-47d5-9838-400c26c5e110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7507 | 2024.08.16 07:20:28.109585 [ 3 ] {241dd38a-3f72-47d5-9838-400c26c5e110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7508 | 2024.08.16 07:20:28.109739 [ 3 ] {241dd38a-3f72-47d5-9838-400c26c5e110} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7509 | 2024.08.16 07:20:28.110027 [ 3 ] {241dd38a-3f72-47d5-9838-400c26c5e110} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7510 | 2024.08.16 07:20:28.110067 [ 3 ] {241dd38a-3f72-47d5-9838-400c26c5e110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7511 | 2024.08.16 07:20:28.110377 [ 3 ] {241dd38a-3f72-47d5-9838-400c26c5e110} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7512 | 2024.08.16 07:20:28.110703 [ 3 ] {241dd38a-3f72-47d5-9838-400c26c5e110} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7513 | 2024.08.16 07:20:28.110860 [ 63 ] {} <Debug> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
7514 | 2024.08.16 07:20:28.110868 [ 3 ] {241dd38a-3f72-47d5-9838-400c26c5e110} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001346 sec., 1485.8841010401188 rows/sec., 103.75 KiB/sec. | ||
7515 | 2024.08.16 07:20:28.110920 [ 63 ] {} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7516 | 2024.08.16 07:20:28.110985 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7517 | 2024.08.16 07:20:28.111201 [ 197 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
7518 | 2024.08.16 07:20:28.111267 [ 3 ] {241dd38a-3f72-47d5-9838-400c26c5e110} <Debug> DynamicQueryHandler: Done processing query | ||
7519 | 2024.08.16 07:20:28.111317 [ 3 ] {241dd38a-3f72-47d5-9838-400c26c5e110} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7520 | 2024.08.16 07:20:28.111371 [ 3 ] {} <Debug> HTTP-Session: 485c8da3-2395-408c-93ee-204444525d07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7521 | 2024.08.16 07:20:28.111453 [ 197 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7522 | 2024.08.16 07:20:28.111491 [ 197 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 16 rows starting from the beginning of the part | ||
7523 | 2024.08.16 07:20:28.111590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7524 | 2024.08.16 07:20:28.111677 [ 197 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7525 | 2024.08.16 07:20:28.111745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7526 | 2024.08.16 07:20:28.111838 [ 3 ] {} <Debug> HTTP-Session: 31f548aa-def1-48f9-b332-1057d7c0c1bc Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7527 | 2024.08.16 07:20:28.111955 [ 3 ] {} <Debug> HTTP-Session: 31f548aa-def1-48f9-b332-1057d7c0c1bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7528 | 2024.08.16 07:20:28.112004 [ 197 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::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 | ||
7529 | 2024.08.16 07:20:28.112016 [ 3 ] {} <Debug> HTTP-Session: 31f548aa-def1-48f9-b332-1057d7c0c1bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7530 | 2024.08.16 07:20:28.112160 [ 3 ] {} <Trace> HTTP-Session: 31f548aa-def1-48f9-b332-1057d7c0c1bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7531 | 2024.08.16 07:20:28.112259 [ 197 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
7532 | 2024.08.16 07:20:28.112539 [ 3 ] {32a72248-4540-40a2-a4f8-25ae6c6599a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7533 | 2024.08.16 07:20:28.112633 [ 197 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
7534 | 2024.08.16 07:20:28.112678 [ 3 ] {32a72248-4540-40a2-a4f8-25ae6c6599a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7535 | 2024.08.16 07:20:28.112976 [ 197 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::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 | ||
7536 | 2024.08.16 07:20:28.113637 [ 3 ] {32a72248-4540-40a2-a4f8-25ae6c6599a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7537 | 2024.08.16 07:20:28.114416 [ 3 ] {32a72248-4540-40a2-a4f8-25ae6c6599a2} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7538 | 2024.08.16 07:20:28.114486 [ 3 ] {32a72248-4540-40a2-a4f8-25ae6c6599a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7539 | 2024.08.16 07:20:28.115511 [ 3 ] {32a72248-4540-40a2-a4f8-25ae6c6599a2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7540 | 2024.08.16 07:20:28.115618 [ 199 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004535505 sec., 6614.478431839454 rows/sec., 461.85 KiB/sec. | ||
7541 | 2024.08.16 07:20:28.115774 [ 199 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
7542 | 2024.08.16 07:20:28.116047 [ 3 ] {32a72248-4540-40a2-a4f8-25ae6c6599a2} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7543 | 2024.08.16 07:20:28.116280 [ 3 ] {32a72248-4540-40a2-a4f8-25ae6c6599a2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003915 sec., 3575.9897828863345 rows/sec., 250.44 KiB/sec. | ||
7544 | 2024.08.16 07:20:28.116353 [ 199 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_15_3} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7545 | 2024.08.16 07:20:28.116472 [ 199 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_15_3} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
7546 | 2024.08.16 07:20:28.116512 [ 3 ] {32a72248-4540-40a2-a4f8-25ae6c6599a2} <Debug> DynamicQueryHandler: Done processing query | ||
7547 | 2024.08.16 07:20:28.116550 [ 3 ] {32a72248-4540-40a2-a4f8-25ae6c6599a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7548 | 2024.08.16 07:20:28.116580 [ 3 ] {} <Debug> HTTP-Session: 31f548aa-def1-48f9-b332-1057d7c0c1bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7549 | 2024.08.16 07:20:28.116582 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7550 | 2024.08.16 07:20:28.116704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7551 | 2024.08.16 07:20:28.116755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7552 | 2024.08.16 07:20:28.116775 [ 3 ] {} <Debug> HTTP-Session: 5b80d928-ba64-440d-9ecb-7310728419ee Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7553 | 2024.08.16 07:20:28.116792 [ 3 ] {} <Debug> HTTP-Session: 5b80d928-ba64-440d-9ecb-7310728419ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7554 | 2024.08.16 07:20:28.116808 [ 3 ] {} <Debug> HTTP-Session: 5b80d928-ba64-440d-9ecb-7310728419ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7555 | 2024.08.16 07:20:28.116842 [ 3 ] {} <Trace> HTTP-Session: 5b80d928-ba64-440d-9ecb-7310728419ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7556 | 2024.08.16 07:20:28.116939 [ 3 ] {3e097334-de13-4e9f-b20c-943722aee0c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7557 | 2024.08.16 07:20:28.116987 [ 3 ] {3e097334-de13-4e9f-b20c-943722aee0c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7558 | 2024.08.16 07:20:28.117123 [ 3 ] {3e097334-de13-4e9f-b20c-943722aee0c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7559 | 2024.08.16 07:20:28.117421 [ 3 ] {3e097334-de13-4e9f-b20c-943722aee0c4} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7560 | 2024.08.16 07:20:28.117459 [ 3 ] {3e097334-de13-4e9f-b20c-943722aee0c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7561 | 2024.08.16 07:20:28.117774 [ 3 ] {3e097334-de13-4e9f-b20c-943722aee0c4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7562 | 2024.08.16 07:20:28.118082 [ 3 ] {3e097334-de13-4e9f-b20c-943722aee0c4} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7563 | 2024.08.16 07:20:28.118242 [ 3 ] {3e097334-de13-4e9f-b20c-943722aee0c4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 267.95 KiB/sec. | ||
7564 | 2024.08.16 07:20:28.118400 [ 3 ] {3e097334-de13-4e9f-b20c-943722aee0c4} <Debug> DynamicQueryHandler: Done processing query | ||
7565 | 2024.08.16 07:20:28.118425 [ 3 ] {3e097334-de13-4e9f-b20c-943722aee0c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7566 | 2024.08.16 07:20:28.118442 [ 3 ] {} <Debug> HTTP-Session: 5b80d928-ba64-440d-9ecb-7310728419ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7567 | 2024.08.16 07:20:28.118655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 62126, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7568 | 2024.08.16 07:20:28.118702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7569 | 2024.08.16 07:20:28.118721 [ 3 ] {} <Debug> HTTP-Session: c590cb82-cbb9-4112-b008-64b524a65711 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7570 | 2024.08.16 07:20:28.118739 [ 3 ] {} <Debug> HTTP-Session: c590cb82-cbb9-4112-b008-64b524a65711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7571 | 2024.08.16 07:20:28.118754 [ 3 ] {} <Debug> HTTP-Session: c590cb82-cbb9-4112-b008-64b524a65711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7572 | 2024.08.16 07:20:28.118784 [ 3 ] {} <Trace> HTTP-Session: c590cb82-cbb9-4112-b008-64b524a65711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7573 | 2024.08.16 07:20:28.118989 [ 3 ] {f7d43183-6484-48be-a164-19c2ccfb25a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7574 | 2024.08.16 07:20:28.119034 [ 3 ] {f7d43183-6484-48be-a164-19c2ccfb25a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7575 | 2024.08.16 07:20:28.119161 [ 3 ] {f7d43183-6484-48be-a164-19c2ccfb25a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7576 | 2024.08.16 07:20:28.119690 [ 3 ] {f7d43183-6484-48be-a164-19c2ccfb25a1} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7577 | 2024.08.16 07:20:28.119727 [ 3 ] {f7d43183-6484-48be-a164-19c2ccfb25a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7578 | 2024.08.16 07:20:28.120080 [ 3 ] {f7d43183-6484-48be-a164-19c2ccfb25a1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7579 | 2024.08.16 07:20:28.120411 [ 3 ] {f7d43183-6484-48be-a164-19c2ccfb25a1} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7580 | 2024.08.16 07:20:28.120581 [ 3 ] {f7d43183-6484-48be-a164-19c2ccfb25a1} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001693 sec., 226816.30242173656 rows/sec., 16.06 MiB/sec. | ||
7581 | 2024.08.16 07:20:28.120758 [ 3 ] {f7d43183-6484-48be-a164-19c2ccfb25a1} <Debug> DynamicQueryHandler: Done processing query | ||
7582 | 2024.08.16 07:20:28.120783 [ 3 ] {f7d43183-6484-48be-a164-19c2ccfb25a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7583 | 2024.08.16 07:20:28.120799 [ 3 ] {} <Debug> HTTP-Session: c590cb82-cbb9-4112-b008-64b524a65711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7584 | 2024.08.16 07:20:28.120923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7585 | 2024.08.16 07:20:28.120971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7586 | 2024.08.16 07:20:28.120990 [ 3 ] {} <Debug> HTTP-Session: 0d060983-a42a-41a0-b50d-b372e6b0fed4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7587 | 2024.08.16 07:20:28.121008 [ 3 ] {} <Debug> HTTP-Session: 0d060983-a42a-41a0-b50d-b372e6b0fed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7588 | 2024.08.16 07:20:28.121023 [ 3 ] {} <Debug> HTTP-Session: 0d060983-a42a-41a0-b50d-b372e6b0fed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7589 | 2024.08.16 07:20:28.121053 [ 3 ] {} <Trace> HTTP-Session: 0d060983-a42a-41a0-b50d-b372e6b0fed4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7590 | 2024.08.16 07:20:28.121149 [ 3 ] {e1e1d877-cc6c-4569-949d-d0192da38438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7591 | 2024.08.16 07:20:28.121195 [ 3 ] {e1e1d877-cc6c-4569-949d-d0192da38438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7592 | 2024.08.16 07:20:28.121327 [ 3 ] {e1e1d877-cc6c-4569-949d-d0192da38438} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7593 | 2024.08.16 07:20:28.121601 [ 3 ] {e1e1d877-cc6c-4569-949d-d0192da38438} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7594 | 2024.08.16 07:20:28.121638 [ 3 ] {e1e1d877-cc6c-4569-949d-d0192da38438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7595 | 2024.08.16 07:20:28.122004 [ 3 ] {e1e1d877-cc6c-4569-949d-d0192da38438} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7596 | 2024.08.16 07:20:28.122329 [ 3 ] {e1e1d877-cc6c-4569-949d-d0192da38438} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7597 | 2024.08.16 07:20:28.122480 [ 3 ] {e1e1d877-cc6c-4569-949d-d0192da38438} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec. | ||
7598 | 2024.08.16 07:20:28.122641 [ 3 ] {e1e1d877-cc6c-4569-949d-d0192da38438} <Debug> DynamicQueryHandler: Done processing query | ||
7599 | 2024.08.16 07:20:28.122665 [ 3 ] {e1e1d877-cc6c-4569-949d-d0192da38438} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7600 | 2024.08.16 07:20:28.122680 [ 3 ] {} <Debug> HTTP-Session: 0d060983-a42a-41a0-b50d-b372e6b0fed4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7601 | 2024.08.16 07:20:28.122884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7602 | 2024.08.16 07:20:28.122938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7603 | 2024.08.16 07:20:28.122959 [ 3 ] {} <Debug> HTTP-Session: 06e071c5-b605-4753-af5b-f86667ba35d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7604 | 2024.08.16 07:20:28.122977 [ 3 ] {} <Debug> HTTP-Session: 06e071c5-b605-4753-af5b-f86667ba35d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7605 | 2024.08.16 07:20:28.122990 [ 3 ] {} <Debug> HTTP-Session: 06e071c5-b605-4753-af5b-f86667ba35d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7606 | 2024.08.16 07:20:28.123023 [ 3 ] {} <Trace> HTTP-Session: 06e071c5-b605-4753-af5b-f86667ba35d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7607 | 2024.08.16 07:20:28.123216 [ 3 ] {3149ca4b-e3ee-446b-9460-27f227246d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7608 | 2024.08.16 07:20:28.123266 [ 3 ] {3149ca4b-e3ee-446b-9460-27f227246d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7609 | 2024.08.16 07:20:28.123410 [ 3 ] {3149ca4b-e3ee-446b-9460-27f227246d22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7610 | 2024.08.16 07:20:28.123849 [ 3 ] {3149ca4b-e3ee-446b-9460-27f227246d22} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7611 | 2024.08.16 07:20:28.123888 [ 3 ] {3149ca4b-e3ee-446b-9460-27f227246d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7612 | 2024.08.16 07:20:28.124289 [ 3 ] {3149ca4b-e3ee-446b-9460-27f227246d22} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7613 | 2024.08.16 07:20:28.124646 [ 3 ] {3149ca4b-e3ee-446b-9460-27f227246d22} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7614 | 2024.08.16 07:20:28.124816 [ 3 ] {3149ca4b-e3ee-446b-9460-27f227246d22} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001694 sec., 140495.86776859505 rows/sec., 9.42 MiB/sec. | ||
7615 | 2024.08.16 07:20:28.124818 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7616 | 2024.08.16 07:20:28.124907 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7617 | 2024.08.16 07:20:28.124951 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7618 | 2024.08.16 07:20:28.125104 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
7619 | 2024.08.16 07:20:28.125109 [ 3 ] {3149ca4b-e3ee-446b-9460-27f227246d22} <Debug> DynamicQueryHandler: Done processing query | ||
7620 | 2024.08.16 07:20:28.125173 [ 3 ] {3149ca4b-e3ee-446b-9460-27f227246d22} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7621 | 2024.08.16 07:20:28.125205 [ 3 ] {} <Debug> HTTP-Session: 06e071c5-b605-4753-af5b-f86667ba35d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7622 | 2024.08.16 07:20:28.125316 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7623 | 2024.08.16 07:20:28.125375 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11184 rows starting from the beginning of the part | ||
7624 | 2024.08.16 07:20:28.125396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7625 | 2024.08.16 07:20:28.125541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7626 | 2024.08.16 07:20:28.125543 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part | ||
7627 | 2024.08.16 07:20:28.125626 [ 3 ] {} <Debug> HTTP-Session: baa8f8be-9451-419b-ad88-0d67460cd4ba Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7628 | 2024.08.16 07:20:28.125693 [ 3 ] {} <Debug> HTTP-Session: baa8f8be-9451-419b-ad88-0d67460cd4ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7629 | 2024.08.16 07:20:28.125764 [ 3 ] {} <Debug> HTTP-Session: baa8f8be-9451-419b-ad88-0d67460cd4ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7630 | 2024.08.16 07:20:28.125919 [ 3 ] {} <Trace> HTTP-Session: baa8f8be-9451-419b-ad88-0d67460cd4ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7631 | 2024.08.16 07:20:28.125998 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
7632 | 2024.08.16 07:20:28.126269 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 922 rows starting from the beginning of the part | ||
7633 | 2024.08.16 07:20:28.126266 [ 3 ] {1a4bbc98-2747-442b-946e-1e1fb0af6900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7634 | 2024.08.16 07:20:28.126440 [ 3 ] {1a4bbc98-2747-442b-946e-1e1fb0af6900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7635 | 2024.08.16 07:20:28.126576 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
7636 | 2024.08.16 07:20:28.126974 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 238 rows starting from the beginning of the part | ||
7637 | 2024.08.16 07:20:28.127388 [ 3 ] {1a4bbc98-2747-442b-946e-1e1fb0af6900} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7638 | 2024.08.16 07:20:28.128172 [ 3 ] {1a4bbc98-2747-442b-946e-1e1fb0af6900} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7639 | 2024.08.16 07:20:28.128231 [ 3 ] {1a4bbc98-2747-442b-946e-1e1fb0af6900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7640 | 2024.08.16 07:20:28.128728 [ 3 ] {1a4bbc98-2747-442b-946e-1e1fb0af6900} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7641 | 2024.08.16 07:20:28.129414 [ 3 ] {1a4bbc98-2747-442b-946e-1e1fb0af6900} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7642 | 2024.08.16 07:20:28.129829 [ 3 ] {1a4bbc98-2747-442b-946e-1e1fb0af6900} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003705 sec., 269.9055330634278 rows/sec., 18.19 KiB/sec. | ||
7643 | 2024.08.16 07:20:28.130531 [ 3 ] {1a4bbc98-2747-442b-946e-1e1fb0af6900} <Debug> DynamicQueryHandler: Done processing query | ||
7644 | 2024.08.16 07:20:28.130568 [ 3 ] {1a4bbc98-2747-442b-946e-1e1fb0af6900} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7645 | 2024.08.16 07:20:28.130586 [ 3 ] {} <Debug> HTTP-Session: baa8f8be-9451-419b-ad88-0d67460cd4ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7646 | 2024.08.16 07:20:28.130741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7647 | 2024.08.16 07:20:28.130794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7648 | 2024.08.16 07:20:28.130814 [ 3 ] {} <Debug> HTTP-Session: ca1fd181-fe89-42da-8100-1f498b33004e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7649 | 2024.08.16 07:20:28.130833 [ 3 ] {} <Debug> HTTP-Session: ca1fd181-fe89-42da-8100-1f498b33004e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7650 | 2024.08.16 07:20:28.130848 [ 3 ] {} <Debug> HTTP-Session: ca1fd181-fe89-42da-8100-1f498b33004e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7651 | 2024.08.16 07:20:28.130933 [ 3 ] {} <Trace> HTTP-Session: ca1fd181-fe89-42da-8100-1f498b33004e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7652 | 2024.08.16 07:20:28.131088 [ 3 ] {45579940-6fd9-4c8e-ae3e-6f4ffbbf055c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7653 | 2024.08.16 07:20:28.131137 [ 3 ] {45579940-6fd9-4c8e-ae3e-6f4ffbbf055c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7654 | 2024.08.16 07:20:28.131516 [ 3 ] {45579940-6fd9-4c8e-ae3e-6f4ffbbf055c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7655 | 2024.08.16 07:20:28.131984 [ 3 ] {45579940-6fd9-4c8e-ae3e-6f4ffbbf055c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7656 | 2024.08.16 07:20:28.132032 [ 3 ] {45579940-6fd9-4c8e-ae3e-6f4ffbbf055c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7657 | 2024.08.16 07:20:28.132519 [ 3 ] {45579940-6fd9-4c8e-ae3e-6f4ffbbf055c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7658 | 2024.08.16 07:20:28.132921 [ 3 ] {45579940-6fd9-4c8e-ae3e-6f4ffbbf055c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7659 | 2024.08.16 07:20:28.133137 [ 59 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7660 | 2024.08.16 07:20:28.133178 [ 3 ] {45579940-6fd9-4c8e-ae3e-6f4ffbbf055c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002129 sec., 38515.735086895256 rows/sec., 2.45 MiB/sec. | ||
7661 | 2024.08.16 07:20:28.133223 [ 59 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7662 | 2024.08.16 07:20:28.133306 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7663 | 2024.08.16 07:20:28.133839 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
7664 | 2024.08.16 07:20:28.133903 [ 3 ] {45579940-6fd9-4c8e-ae3e-6f4ffbbf055c} <Debug> DynamicQueryHandler: Done processing query | ||
7665 | 2024.08.16 07:20:28.133959 [ 3 ] {45579940-6fd9-4c8e-ae3e-6f4ffbbf055c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7666 | 2024.08.16 07:20:28.133973 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12901 rows, containing 5 columns (5 merged, 0 gathered) in 0.008934847 sec., 1443897.1366829227 rows/sec., 97.29 MiB/sec. | ||
7667 | 2024.08.16 07:20:28.134014 [ 3 ] {} <Debug> HTTP-Session: ca1fd181-fe89-42da-8100-1f498b33004e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7668 | 2024.08.16 07:20:28.134152 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7669 | 2024.08.16 07:20:28.134181 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2006 rows starting from the beginning of the part | ||
7670 | 2024.08.16 07:20:28.134284 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
7671 | 2024.08.16 07:20:28.134522 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
7672 | 2024.08.16 07:20:28.134652 [ 188 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7673 | 2024.08.16 07:20:28.134781 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
7674 | 2024.08.16 07:20:28.135013 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
7675 | 2024.08.16 07:20:28.135331 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
7676 | 2024.08.16 07:20:28.136140 [ 188 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7677 | 2024.08.16 07:20:28.136367 [ 188 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7678 | 2024.08.16 07:20:28.136559 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. | ||
7679 | 2024.08.16 07:20:28.137347 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 4 columns (4 merged, 0 gathered) in 0.003866829 sec., 613422.5226923663 rows/sec., 39.90 MiB/sec. | ||
7680 | 2024.08.16 07:20:28.137553 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7681 | 2024.08.16 07:20:28.137935 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_36_7} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7682 | 2024.08.16 07:20:28.138012 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_36_7} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7683 | 2024.08.16 07:20:28.138084 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
7684 | 2024.08.16 07:20:33.099210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7685 | 2024.08.16 07:20:33.099344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7686 | 2024.08.16 07:20:33.099370 [ 3 ] {} <Debug> HTTP-Session: e3130088-ea9e-4d98-a560-fc1deb9ff97e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7687 | 2024.08.16 07:20:33.099394 [ 3 ] {} <Debug> HTTP-Session: e3130088-ea9e-4d98-a560-fc1deb9ff97e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7688 | 2024.08.16 07:20:33.099408 [ 3 ] {} <Debug> HTTP-Session: e3130088-ea9e-4d98-a560-fc1deb9ff97e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7689 | 2024.08.16 07:20:33.099459 [ 3 ] {} <Trace> HTTP-Session: e3130088-ea9e-4d98-a560-fc1deb9ff97e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7690 | 2024.08.16 07:20:33.099653 [ 3 ] {bdb6737b-a57c-433e-acf8-28734ba5cd95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7691 | 2024.08.16 07:20:33.099722 [ 3 ] {bdb6737b-a57c-433e-acf8-28734ba5cd95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7692 | 2024.08.16 07:20:33.099922 [ 3 ] {bdb6737b-a57c-433e-acf8-28734ba5cd95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7693 | 2024.08.16 07:20:33.100346 [ 3 ] {bdb6737b-a57c-433e-acf8-28734ba5cd95} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7694 | 2024.08.16 07:20:33.100389 [ 3 ] {bdb6737b-a57c-433e-acf8-28734ba5cd95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7695 | 2024.08.16 07:20:33.100762 [ 3 ] {bdb6737b-a57c-433e-acf8-28734ba5cd95} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7696 | 2024.08.16 07:20:33.101103 [ 3 ] {bdb6737b-a57c-433e-acf8-28734ba5cd95} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7697 | 2024.08.16 07:20:33.101249 [ 3 ] {bdb6737b-a57c-433e-acf8-28734ba5cd95} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001659 sec., 19891.50090415913 rows/sec., 1.57 MiB/sec. | ||
7698 | 2024.08.16 07:20:33.101427 [ 3 ] {bdb6737b-a57c-433e-acf8-28734ba5cd95} <Debug> DynamicQueryHandler: Done processing query | ||
7699 | 2024.08.16 07:20:33.101454 [ 3 ] {bdb6737b-a57c-433e-acf8-28734ba5cd95} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7700 | 2024.08.16 07:20:33.101470 [ 3 ] {} <Debug> HTTP-Session: e3130088-ea9e-4d98-a560-fc1deb9ff97e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7701 | 2024.08.16 07:20:33.101611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7702 | 2024.08.16 07:20:33.101660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7703 | 2024.08.16 07:20:33.101680 [ 3 ] {} <Debug> HTTP-Session: 23b93d12-f6fc-4586-9ccf-71ff72341bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7704 | 2024.08.16 07:20:33.101696 [ 3 ] {} <Debug> HTTP-Session: 23b93d12-f6fc-4586-9ccf-71ff72341bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7705 | 2024.08.16 07:20:33.101709 [ 3 ] {} <Debug> HTTP-Session: 23b93d12-f6fc-4586-9ccf-71ff72341bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7706 | 2024.08.16 07:20:33.101740 [ 3 ] {} <Trace> HTTP-Session: 23b93d12-f6fc-4586-9ccf-71ff72341bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7707 | 2024.08.16 07:20:33.101831 [ 3 ] {09d01173-b384-4522-819b-23e138d3b2cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7708 | 2024.08.16 07:20:33.101877 [ 3 ] {09d01173-b384-4522-819b-23e138d3b2cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7709 | 2024.08.16 07:20:33.102002 [ 3 ] {09d01173-b384-4522-819b-23e138d3b2cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7710 | 2024.08.16 07:20:33.102309 [ 3 ] {09d01173-b384-4522-819b-23e138d3b2cb} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7711 | 2024.08.16 07:20:33.102346 [ 3 ] {09d01173-b384-4522-819b-23e138d3b2cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7712 | 2024.08.16 07:20:33.102649 [ 3 ] {09d01173-b384-4522-819b-23e138d3b2cb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7713 | 2024.08.16 07:20:33.102977 [ 3 ] {09d01173-b384-4522-819b-23e138d3b2cb} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7714 | 2024.08.16 07:20:33.103105 [ 3 ] {09d01173-b384-4522-819b-23e138d3b2cb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001297 sec., 1542.0200462606015 rows/sec., 125.74 KiB/sec. | ||
7715 | 2024.08.16 07:20:33.103271 [ 3 ] {09d01173-b384-4522-819b-23e138d3b2cb} <Debug> DynamicQueryHandler: Done processing query | ||
7716 | 2024.08.16 07:20:33.103297 [ 3 ] {09d01173-b384-4522-819b-23e138d3b2cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7717 | 2024.08.16 07:20:33.103312 [ 3 ] {} <Debug> HTTP-Session: 23b93d12-f6fc-4586-9ccf-71ff72341bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7718 | 2024.08.16 07:20:33.103457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7719 | 2024.08.16 07:20:33.103506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7720 | 2024.08.16 07:20:33.103526 [ 3 ] {} <Debug> HTTP-Session: 413de7e6-9796-42df-9073-46797b8f0bba Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7721 | 2024.08.16 07:20:33.103544 [ 3 ] {} <Debug> HTTP-Session: 413de7e6-9796-42df-9073-46797b8f0bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7722 | 2024.08.16 07:20:33.103557 [ 3 ] {} <Debug> HTTP-Session: 413de7e6-9796-42df-9073-46797b8f0bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7723 | 2024.08.16 07:20:33.103587 [ 3 ] {} <Trace> HTTP-Session: 413de7e6-9796-42df-9073-46797b8f0bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7724 | 2024.08.16 07:20:33.103725 [ 3 ] {2b2e8c90-8d11-4811-9b4a-fd4d3edc8776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7725 | 2024.08.16 07:20:33.103768 [ 3 ] {2b2e8c90-8d11-4811-9b4a-fd4d3edc8776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7726 | 2024.08.16 07:20:33.103894 [ 3 ] {2b2e8c90-8d11-4811-9b4a-fd4d3edc8776} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7727 | 2024.08.16 07:20:33.104299 [ 3 ] {2b2e8c90-8d11-4811-9b4a-fd4d3edc8776} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7728 | 2024.08.16 07:20:33.104336 [ 3 ] {2b2e8c90-8d11-4811-9b4a-fd4d3edc8776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7729 | 2024.08.16 07:20:33.104648 [ 3 ] {2b2e8c90-8d11-4811-9b4a-fd4d3edc8776} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7730 | 2024.08.16 07:20:33.104961 [ 3 ] {2b2e8c90-8d11-4811-9b4a-fd4d3edc8776} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7731 | 2024.08.16 07:20:33.105107 [ 3 ] {2b2e8c90-8d11-4811-9b4a-fd4d3edc8776} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001442 sec., 108183.07905686548 rows/sec., 9.06 MiB/sec. | ||
7732 | 2024.08.16 07:20:33.105273 [ 3 ] {2b2e8c90-8d11-4811-9b4a-fd4d3edc8776} <Debug> DynamicQueryHandler: Done processing query | ||
7733 | 2024.08.16 07:20:33.105297 [ 3 ] {2b2e8c90-8d11-4811-9b4a-fd4d3edc8776} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7734 | 2024.08.16 07:20:33.105313 [ 3 ] {} <Debug> HTTP-Session: 413de7e6-9796-42df-9073-46797b8f0bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7735 | 2024.08.16 07:20:33.105457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7736 | 2024.08.16 07:20:33.105507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7737 | 2024.08.16 07:20:33.105526 [ 3 ] {} <Debug> HTTP-Session: 1b802be1-c969-416e-8c0d-050c19602ca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7738 | 2024.08.16 07:20:33.105542 [ 3 ] {} <Debug> HTTP-Session: 1b802be1-c969-416e-8c0d-050c19602ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7739 | 2024.08.16 07:20:33.105556 [ 3 ] {} <Debug> HTTP-Session: 1b802be1-c969-416e-8c0d-050c19602ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7740 | 2024.08.16 07:20:33.105586 [ 3 ] {} <Trace> HTTP-Session: 1b802be1-c969-416e-8c0d-050c19602ca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7741 | 2024.08.16 07:20:33.105679 [ 3 ] {adf1dfb0-1dbe-4310-98e6-91677c185a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7742 | 2024.08.16 07:20:33.105722 [ 3 ] {adf1dfb0-1dbe-4310-98e6-91677c185a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7743 | 2024.08.16 07:20:33.105858 [ 3 ] {adf1dfb0-1dbe-4310-98e6-91677c185a85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7744 | 2024.08.16 07:20:33.106143 [ 3 ] {adf1dfb0-1dbe-4310-98e6-91677c185a85} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7745 | 2024.08.16 07:20:33.106181 [ 3 ] {adf1dfb0-1dbe-4310-98e6-91677c185a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7746 | 2024.08.16 07:20:33.106485 [ 3 ] {adf1dfb0-1dbe-4310-98e6-91677c185a85} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7747 | 2024.08.16 07:20:33.106809 [ 3 ] {adf1dfb0-1dbe-4310-98e6-91677c185a85} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7748 | 2024.08.16 07:20:33.106939 [ 3 ] {adf1dfb0-1dbe-4310-98e6-91677c185a85} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001284 sec., 1557.632398753894 rows/sec., 108.76 KiB/sec. | ||
7749 | 2024.08.16 07:20:33.107103 [ 3 ] {adf1dfb0-1dbe-4310-98e6-91677c185a85} <Debug> DynamicQueryHandler: Done processing query | ||
7750 | 2024.08.16 07:20:33.107128 [ 3 ] {adf1dfb0-1dbe-4310-98e6-91677c185a85} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7751 | 2024.08.16 07:20:33.107144 [ 3 ] {} <Debug> HTTP-Session: 1b802be1-c969-416e-8c0d-050c19602ca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7752 | 2024.08.16 07:20:33.107272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7753 | 2024.08.16 07:20:33.107321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7754 | 2024.08.16 07:20:33.107339 [ 3 ] {} <Debug> HTTP-Session: 1c2a216f-47d9-46cc-8ca4-f56f904048e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7755 | 2024.08.16 07:20:33.107355 [ 3 ] {} <Debug> HTTP-Session: 1c2a216f-47d9-46cc-8ca4-f56f904048e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7756 | 2024.08.16 07:20:33.107368 [ 3 ] {} <Debug> HTTP-Session: 1c2a216f-47d9-46cc-8ca4-f56f904048e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7757 | 2024.08.16 07:20:33.107398 [ 3 ] {} <Trace> HTTP-Session: 1c2a216f-47d9-46cc-8ca4-f56f904048e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7758 | 2024.08.16 07:20:33.107536 [ 3 ] {100ed6ba-bc94-499a-88f7-6c5fba1ec35d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7759 | 2024.08.16 07:20:33.107580 [ 3 ] {100ed6ba-bc94-499a-88f7-6c5fba1ec35d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7760 | 2024.08.16 07:20:33.107704 [ 3 ] {100ed6ba-bc94-499a-88f7-6c5fba1ec35d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7761 | 2024.08.16 07:20:33.108048 [ 3 ] {100ed6ba-bc94-499a-88f7-6c5fba1ec35d} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7762 | 2024.08.16 07:20:33.108084 [ 3 ] {100ed6ba-bc94-499a-88f7-6c5fba1ec35d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7763 | 2024.08.16 07:20:33.108417 [ 3 ] {100ed6ba-bc94-499a-88f7-6c5fba1ec35d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7764 | 2024.08.16 07:20:33.108730 [ 3 ] {100ed6ba-bc94-499a-88f7-6c5fba1ec35d} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7765 | 2024.08.16 07:20:33.108862 [ 3 ] {100ed6ba-bc94-499a-88f7-6c5fba1ec35d} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.00139 sec., 71223.02158273381 rows/sec., 5.56 MiB/sec. | ||
7766 | 2024.08.16 07:20:33.109025 [ 3 ] {100ed6ba-bc94-499a-88f7-6c5fba1ec35d} <Debug> DynamicQueryHandler: Done processing query | ||
7767 | 2024.08.16 07:20:33.109051 [ 3 ] {100ed6ba-bc94-499a-88f7-6c5fba1ec35d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7768 | 2024.08.16 07:20:33.109066 [ 3 ] {} <Debug> HTTP-Session: 1c2a216f-47d9-46cc-8ca4-f56f904048e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7769 | 2024.08.16 07:20:33.109248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7770 | 2024.08.16 07:20:33.109298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7771 | 2024.08.16 07:20:33.109318 [ 3 ] {} <Debug> HTTP-Session: 7cd98561-5f07-44b1-8a60-2136601aea47 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7772 | 2024.08.16 07:20:33.109335 [ 3 ] {} <Debug> HTTP-Session: 7cd98561-5f07-44b1-8a60-2136601aea47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7773 | 2024.08.16 07:20:33.109349 [ 3 ] {} <Debug> HTTP-Session: 7cd98561-5f07-44b1-8a60-2136601aea47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7774 | 2024.08.16 07:20:33.109380 [ 3 ] {} <Trace> HTTP-Session: 7cd98561-5f07-44b1-8a60-2136601aea47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7775 | 2024.08.16 07:20:33.109526 [ 3 ] {73d8ea00-c340-40b1-87f6-d9bd7041bca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7776 | 2024.08.16 07:20:33.109574 [ 3 ] {73d8ea00-c340-40b1-87f6-d9bd7041bca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7777 | 2024.08.16 07:20:33.109717 [ 3 ] {73d8ea00-c340-40b1-87f6-d9bd7041bca6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7778 | 2024.08.16 07:20:33.110149 [ 3 ] {73d8ea00-c340-40b1-87f6-d9bd7041bca6} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7779 | 2024.08.16 07:20:33.110186 [ 3 ] {73d8ea00-c340-40b1-87f6-d9bd7041bca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7780 | 2024.08.16 07:20:33.110576 [ 3 ] {73d8ea00-c340-40b1-87f6-d9bd7041bca6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7781 | 2024.08.16 07:20:33.110919 [ 3 ] {73d8ea00-c340-40b1-87f6-d9bd7041bca6} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7782 | 2024.08.16 07:20:33.111045 [ 3 ] {73d8ea00-c340-40b1-87f6-d9bd7041bca6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001589 sec., 101321.5859030837 rows/sec., 7.06 MiB/sec. | ||
7783 | 2024.08.16 07:20:33.111213 [ 3 ] {73d8ea00-c340-40b1-87f6-d9bd7041bca6} <Debug> DynamicQueryHandler: Done processing query | ||
7784 | 2024.08.16 07:20:33.111238 [ 3 ] {73d8ea00-c340-40b1-87f6-d9bd7041bca6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7785 | 2024.08.16 07:20:33.111254 [ 3 ] {} <Debug> HTTP-Session: 7cd98561-5f07-44b1-8a60-2136601aea47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7786 | 2024.08.16 07:20:33.111447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7787 | 2024.08.16 07:20:33.111497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7788 | 2024.08.16 07:20:33.111517 [ 3 ] {} <Debug> HTTP-Session: 8542c206-f24a-455b-b3b9-da224524d32d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7789 | 2024.08.16 07:20:33.111533 [ 3 ] {} <Debug> HTTP-Session: 8542c206-f24a-455b-b3b9-da224524d32d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7790 | 2024.08.16 07:20:33.111548 [ 3 ] {} <Debug> HTTP-Session: 8542c206-f24a-455b-b3b9-da224524d32d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7791 | 2024.08.16 07:20:33.111578 [ 3 ] {} <Trace> HTTP-Session: 8542c206-f24a-455b-b3b9-da224524d32d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7792 | 2024.08.16 07:20:33.111989 [ 3 ] {c68a6945-f612-4992-9d9b-406856a130f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7793 | 2024.08.16 07:20:33.112055 [ 3 ] {c68a6945-f612-4992-9d9b-406856a130f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7794 | 2024.08.16 07:20:33.112454 [ 3 ] {c68a6945-f612-4992-9d9b-406856a130f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7795 | 2024.08.16 07:20:33.113163 [ 3 ] {c68a6945-f612-4992-9d9b-406856a130f5} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7796 | 2024.08.16 07:20:33.113200 [ 3 ] {c68a6945-f612-4992-9d9b-406856a130f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7797 | 2024.08.16 07:20:33.113841 [ 3 ] {c68a6945-f612-4992-9d9b-406856a130f5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7798 | 2024.08.16 07:20:33.114247 [ 3 ] {c68a6945-f612-4992-9d9b-406856a130f5} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7799 | 2024.08.16 07:20:33.114381 [ 53 ] {} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7800 | 2024.08.16 07:20:33.114398 [ 3 ] {c68a6945-f612-4992-9d9b-406856a130f5} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002732 sec., 12079.062957540264 rows/sec., 21.65 MiB/sec. | ||
7801 | 2024.08.16 07:20:33.114428 [ 53 ] {} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7802 | 2024.08.16 07:20:33.114480 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7803 | 2024.08.16 07:20:33.114903 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::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 | ||
7804 | 2024.08.16 07:20:33.114931 [ 3 ] {c68a6945-f612-4992-9d9b-406856a130f5} <Debug> DynamicQueryHandler: Done processing query | ||
7805 | 2024.08.16 07:20:33.115038 [ 3 ] {c68a6945-f612-4992-9d9b-406856a130f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7806 | 2024.08.16 07:20:33.115092 [ 3 ] {} <Debug> HTTP-Session: 8542c206-f24a-455b-b3b9-da224524d32d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7807 | 2024.08.16 07:20:33.115333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7808 | 2024.08.16 07:20:33.115438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7809 | 2024.08.16 07:20:33.115485 [ 3 ] {} <Debug> HTTP-Session: 8e224729-0a13-4e8f-a5d3-c346dd1da747 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7810 | 2024.08.16 07:20:33.115531 [ 3 ] {} <Debug> HTTP-Session: 8e224729-0a13-4e8f-a5d3-c346dd1da747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7811 | 2024.08.16 07:20:33.115575 [ 3 ] {} <Debug> HTTP-Session: 8e224729-0a13-4e8f-a5d3-c346dd1da747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7812 | 2024.08.16 07:20:33.115666 [ 3 ] {} <Trace> HTTP-Session: 8e224729-0a13-4e8f-a5d3-c346dd1da747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7813 | 2024.08.16 07:20:33.115861 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7814 | 2024.08.16 07:20:33.115933 [ 3 ] {2056d0e2-bf93-48ca-bf6c-75c07273711c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7815 | 2024.08.16 07:20:33.116025 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 458 rows starting from the beginning of the part | ||
7816 | 2024.08.16 07:20:33.116046 [ 3 ] {2056d0e2-bf93-48ca-bf6c-75c07273711c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7817 | 2024.08.16 07:20:33.116897 [ 3 ] {2056d0e2-bf93-48ca-bf6c-75c07273711c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7818 | 2024.08.16 07:20:33.116934 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part | ||
7819 | 2024.08.16 07:20:33.117636 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 33 rows starting from the beginning of the part | ||
7820 | 2024.08.16 07:20:33.118029 [ 3 ] {2056d0e2-bf93-48ca-bf6c-75c07273711c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7821 | 2024.08.16 07:20:33.118143 [ 3 ] {2056d0e2-bf93-48ca-bf6c-75c07273711c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7822 | 2024.08.16 07:20:33.118356 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 33 rows starting from the beginning of the part | ||
7823 | 2024.08.16 07:20:33.118938 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 33 rows starting from the beginning of the part | ||
7824 | 2024.08.16 07:20:33.119540 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part | ||
7825 | 2024.08.16 07:20:33.119562 [ 3 ] {2056d0e2-bf93-48ca-bf6c-75c07273711c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7826 | 2024.08.16 07:20:33.120654 [ 3 ] {2056d0e2-bf93-48ca-bf6c-75c07273711c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7827 | 2024.08.16 07:20:33.120966 [ 3 ] {2056d0e2-bf93-48ca-bf6c-75c07273711c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005124 sec., 11709.6018735363 rows/sec., 808.08 KiB/sec. | ||
7828 | 2024.08.16 07:20:33.121602 [ 3 ] {2056d0e2-bf93-48ca-bf6c-75c07273711c} <Debug> DynamicQueryHandler: Done processing query | ||
7829 | 2024.08.16 07:20:33.121719 [ 3 ] {2056d0e2-bf93-48ca-bf6c-75c07273711c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7830 | 2024.08.16 07:20:33.121806 [ 3 ] {} <Debug> HTTP-Session: 8e224729-0a13-4e8f-a5d3-c346dd1da747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7831 | 2024.08.16 07:20:33.135104 [ 201 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 623 rows, containing 19 columns (19 merged, 0 gathered) in 0.020493704 sec., 30399.580280851133 rows/sec., 54.47 MiB/sec. | ||
7832 | 2024.08.16 07:20:33.135826 [ 195 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7833 | 2024.08.16 07:20:33.136422 [ 195 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7834 | 2024.08.16 07:20:33.136498 [ 195 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7835 | 2024.08.16 07:20:33.136638 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
7836 | 2024.08.16 07:20:38.101702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7837 | 2024.08.16 07:20:38.101853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7838 | 2024.08.16 07:20:38.101896 [ 3 ] {} <Debug> HTTP-Session: 0f953522-ba11-4618-be8c-979a303243aa Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7839 | 2024.08.16 07:20:38.101936 [ 3 ] {} <Debug> HTTP-Session: 0f953522-ba11-4618-be8c-979a303243aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7840 | 2024.08.16 07:20:38.101964 [ 3 ] {} <Debug> HTTP-Session: 0f953522-ba11-4618-be8c-979a303243aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7841 | 2024.08.16 07:20:38.102038 [ 3 ] {} <Trace> HTTP-Session: 0f953522-ba11-4618-be8c-979a303243aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7842 | 2024.08.16 07:20:38.102392 [ 3 ] {45d826e3-bdef-4283-83da-8933b9ece4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7843 | 2024.08.16 07:20:38.102497 [ 3 ] {45d826e3-bdef-4283-83da-8933b9ece4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7844 | 2024.08.16 07:20:38.102795 [ 3 ] {45d826e3-bdef-4283-83da-8933b9ece4a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7845 | 2024.08.16 07:20:38.103395 [ 3 ] {45d826e3-bdef-4283-83da-8933b9ece4a2} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7846 | 2024.08.16 07:20:38.103444 [ 3 ] {45d826e3-bdef-4283-83da-8933b9ece4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7847 | 2024.08.16 07:20:38.103848 [ 3 ] {45d826e3-bdef-4283-83da-8933b9ece4a2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7848 | 2024.08.16 07:20:38.104203 [ 3 ] {45d826e3-bdef-4283-83da-8933b9ece4a2} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7849 | 2024.08.16 07:20:38.104384 [ 3 ] {45d826e3-bdef-4283-83da-8933b9ece4a2} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.002141 sec., 88276.50630546473 rows/sec., 7.69 MiB/sec. | ||
7850 | 2024.08.16 07:20:38.104396 [ 48 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7851 | 2024.08.16 07:20:38.104498 [ 48 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7852 | 2024.08.16 07:20:38.104544 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7853 | 2024.08.16 07:20:38.104702 [ 3 ] {45d826e3-bdef-4283-83da-8933b9ece4a2} <Debug> DynamicQueryHandler: Done processing query | ||
7854 | 2024.08.16 07:20:38.104714 [ 201 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
7855 | 2024.08.16 07:20:38.104741 [ 3 ] {45d826e3-bdef-4283-83da-8933b9ece4a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7856 | 2024.08.16 07:20:38.104794 [ 3 ] {} <Debug> HTTP-Session: 0f953522-ba11-4618-be8c-979a303243aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7857 | 2024.08.16 07:20:38.104921 [ 201 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7858 | 2024.08.16 07:20:38.104959 [ 201 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1436 rows starting from the beginning of the part | ||
7859 | 2024.08.16 07:20:38.105017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7860 | 2024.08.16 07:20:38.105173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7861 | 2024.08.16 07:20:38.105175 [ 201 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1330 rows starting from the beginning of the part | ||
7862 | 2024.08.16 07:20:38.105238 [ 3 ] {} <Debug> HTTP-Session: 110583d3-5b62-4c73-814c-c90324e81e3f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7863 | 2024.08.16 07:20:38.105302 [ 3 ] {} <Debug> HTTP-Session: 110583d3-5b62-4c73-814c-c90324e81e3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7864 | 2024.08.16 07:20:38.105390 [ 3 ] {} <Debug> HTTP-Session: 110583d3-5b62-4c73-814c-c90324e81e3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7865 | 2024.08.16 07:20:38.105455 [ 201 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 155 rows starting from the beginning of the part | ||
7866 | 2024.08.16 07:20:38.105504 [ 3 ] {} <Trace> HTTP-Session: 110583d3-5b62-4c73-814c-c90324e81e3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7867 | 2024.08.16 07:20:38.105823 [ 201 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 190 rows starting from the beginning of the part | ||
7868 | 2024.08.16 07:20:38.105891 [ 3 ] {4632d13e-6c6e-4909-b752-68e49e574deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7869 | 2024.08.16 07:20:38.106052 [ 201 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 156 rows starting from the beginning of the part | ||
7870 | 2024.08.16 07:20:38.106069 [ 3 ] {4632d13e-6c6e-4909-b752-68e49e574deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7871 | 2024.08.16 07:20:38.106344 [ 201 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 189 rows starting from the beginning of the part | ||
7872 | 2024.08.16 07:20:38.107175 [ 3 ] {4632d13e-6c6e-4909-b752-68e49e574deb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7873 | 2024.08.16 07:20:38.107885 [ 3 ] {4632d13e-6c6e-4909-b752-68e49e574deb} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7874 | 2024.08.16 07:20:38.107956 [ 3 ] {4632d13e-6c6e-4909-b752-68e49e574deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7875 | 2024.08.16 07:20:38.108797 [ 3 ] {4632d13e-6c6e-4909-b752-68e49e574deb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7876 | 2024.08.16 07:20:38.109278 [ 3 ] {4632d13e-6c6e-4909-b752-68e49e574deb} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7877 | 2024.08.16 07:20:38.109504 [ 3 ] {4632d13e-6c6e-4909-b752-68e49e574deb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003759 sec., 3724.3947858472998 rows/sec., 260.83 KiB/sec. | ||
7878 | 2024.08.16 07:20:38.109981 [ 3 ] {4632d13e-6c6e-4909-b752-68e49e574deb} <Debug> DynamicQueryHandler: Done processing query | ||
7879 | 2024.08.16 07:20:38.110010 [ 3 ] {4632d13e-6c6e-4909-b752-68e49e574deb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7880 | 2024.08.16 07:20:38.110011 [ 195 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3456 rows, containing 4 columns (4 merged, 0 gathered) in 0.005387145 sec., 641527.1911188579 rows/sec., 53.66 MiB/sec. | ||
7881 | 2024.08.16 07:20:38.110029 [ 3 ] {} <Debug> HTTP-Session: 110583d3-5b62-4c73-814c-c90324e81e3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7882 | 2024.08.16 07:20:38.110172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7883 | 2024.08.16 07:20:38.110228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7884 | 2024.08.16 07:20:38.110253 [ 3 ] {} <Debug> HTTP-Session: 04e2ae18-3cdf-4ea5-b56f-1c6672b8f5cb Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7885 | 2024.08.16 07:20:38.110272 [ 3 ] {} <Debug> HTTP-Session: 04e2ae18-3cdf-4ea5-b56f-1c6672b8f5cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7886 | 2024.08.16 07:20:38.110275 [ 195 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7887 | 2024.08.16 07:20:38.110286 [ 3 ] {} <Debug> HTTP-Session: 04e2ae18-3cdf-4ea5-b56f-1c6672b8f5cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7888 | 2024.08.16 07:20:38.110339 [ 3 ] {} <Trace> HTTP-Session: 04e2ae18-3cdf-4ea5-b56f-1c6672b8f5cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7889 | 2024.08.16 07:20:38.110465 [ 3 ] {eeea9fa8-75b9-44c7-b501-6375fa6152c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7890 | 2024.08.16 07:20:38.110542 [ 3 ] {eeea9fa8-75b9-44c7-b501-6375fa6152c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7891 | 2024.08.16 07:20:38.110779 [ 3 ] {eeea9fa8-75b9-44c7-b501-6375fa6152c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7892 | 2024.08.16 07:20:38.110886 [ 195 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_41_8} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7893 | 2024.08.16 07:20:38.111032 [ 195 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_41_8} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7894 | 2024.08.16 07:20:38.111147 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
7895 | 2024.08.16 07:20:38.111214 [ 3 ] {eeea9fa8-75b9-44c7-b501-6375fa6152c8} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7896 | 2024.08.16 07:20:38.111252 [ 3 ] {eeea9fa8-75b9-44c7-b501-6375fa6152c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7897 | 2024.08.16 07:20:38.111564 [ 3 ] {eeea9fa8-75b9-44c7-b501-6375fa6152c8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7898 | 2024.08.16 07:20:38.111882 [ 3 ] {eeea9fa8-75b9-44c7-b501-6375fa6152c8} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7899 | 2024.08.16 07:20:38.112046 [ 3 ] {eeea9fa8-75b9-44c7-b501-6375fa6152c8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001617 sec., 3710.575139146568 rows/sec., 219.23 KiB/sec. | ||
7900 | 2024.08.16 07:20:38.112393 [ 3 ] {eeea9fa8-75b9-44c7-b501-6375fa6152c8} <Debug> DynamicQueryHandler: Done processing query | ||
7901 | 2024.08.16 07:20:38.112420 [ 3 ] {eeea9fa8-75b9-44c7-b501-6375fa6152c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7902 | 2024.08.16 07:20:38.112436 [ 3 ] {} <Debug> HTTP-Session: 04e2ae18-3cdf-4ea5-b56f-1c6672b8f5cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7903 | 2024.08.16 07:20:38.112612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7904 | 2024.08.16 07:20:38.112663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7905 | 2024.08.16 07:20:38.112683 [ 3 ] {} <Debug> HTTP-Session: 75e688e9-af38-4ddd-91ff-de4b38bc8d80 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7906 | 2024.08.16 07:20:38.112700 [ 3 ] {} <Debug> HTTP-Session: 75e688e9-af38-4ddd-91ff-de4b38bc8d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7907 | 2024.08.16 07:20:38.112715 [ 3 ] {} <Debug> HTTP-Session: 75e688e9-af38-4ddd-91ff-de4b38bc8d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7908 | 2024.08.16 07:20:38.112748 [ 3 ] {} <Trace> HTTP-Session: 75e688e9-af38-4ddd-91ff-de4b38bc8d80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7909 | 2024.08.16 07:20:38.113056 [ 3 ] {f0c91c8c-bde9-4b0c-b372-f5bbf4d8b63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7910 | 2024.08.16 07:20:38.113102 [ 3 ] {f0c91c8c-bde9-4b0c-b372-f5bbf4d8b63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7911 | 2024.08.16 07:20:38.113250 [ 3 ] {f0c91c8c-bde9-4b0c-b372-f5bbf4d8b63f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7912 | 2024.08.16 07:20:38.113766 [ 3 ] {f0c91c8c-bde9-4b0c-b372-f5bbf4d8b63f} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7913 | 2024.08.16 07:20:38.113808 [ 3 ] {f0c91c8c-bde9-4b0c-b372-f5bbf4d8b63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7914 | 2024.08.16 07:20:38.114139 [ 3 ] {f0c91c8c-bde9-4b0c-b372-f5bbf4d8b63f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7915 | 2024.08.16 07:20:38.114446 [ 3 ] {f0c91c8c-bde9-4b0c-b372-f5bbf4d8b63f} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7916 | 2024.08.16 07:20:38.114603 [ 48 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7917 | 2024.08.16 07:20:38.114607 [ 3 ] {f0c91c8c-bde9-4b0c-b372-f5bbf4d8b63f} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001749 sec., 218410.52029731276 rows/sec., 15.46 MiB/sec. | ||
7918 | 2024.08.16 07:20:38.114672 [ 48 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7919 | 2024.08.16 07:20:38.114740 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7920 | 2024.08.16 07:20:38.114957 [ 3 ] {f0c91c8c-bde9-4b0c-b372-f5bbf4d8b63f} <Debug> DynamicQueryHandler: Done processing query | ||
7921 | 2024.08.16 07:20:38.114987 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
7922 | 2024.08.16 07:20:38.115024 [ 3 ] {f0c91c8c-bde9-4b0c-b372-f5bbf4d8b63f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7923 | 2024.08.16 07:20:38.115141 [ 3 ] {} <Debug> HTTP-Session: 75e688e9-af38-4ddd-91ff-de4b38bc8d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7924 | 2024.08.16 07:20:38.115474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7925 | 2024.08.16 07:20:38.115508 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7926 | 2024.08.16 07:20:38.115580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7927 | 2024.08.16 07:20:38.115582 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 905 rows starting from the beginning of the part | ||
7928 | 2024.08.16 07:20:38.115622 [ 3 ] {} <Debug> HTTP-Session: d8e61b96-a2a5-4d1c-86ae-4396027a70fd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7929 | 2024.08.16 07:20:38.115659 [ 3 ] {} <Debug> HTTP-Session: d8e61b96-a2a5-4d1c-86ae-4396027a70fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7930 | 2024.08.16 07:20:38.115725 [ 3 ] {} <Debug> HTTP-Session: d8e61b96-a2a5-4d1c-86ae-4396027a70fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7931 | 2024.08.16 07:20:38.115829 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 840 rows starting from the beginning of the part | ||
7932 | 2024.08.16 07:20:38.115879 [ 3 ] {} <Trace> HTTP-Session: d8e61b96-a2a5-4d1c-86ae-4396027a70fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7933 | 2024.08.16 07:20:38.116119 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 97 rows starting from the beginning of the part | ||
7934 | 2024.08.16 07:20:38.116216 [ 3 ] {a65ed909-2d2f-4a5c-b489-2455f6d13884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7935 | 2024.08.16 07:20:38.116416 [ 3 ] {a65ed909-2d2f-4a5c-b489-2455f6d13884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7936 | 2024.08.16 07:20:38.116433 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 384 rows starting from the beginning of the part | ||
7937 | 2024.08.16 07:20:38.116778 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 99 rows starting from the beginning of the part | ||
7938 | 2024.08.16 07:20:38.117115 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 382 rows starting from the beginning of the part | ||
7939 | 2024.08.16 07:20:38.117676 [ 3 ] {a65ed909-2d2f-4a5c-b489-2455f6d13884} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7940 | 2024.08.16 07:20:38.118336 [ 3 ] {a65ed909-2d2f-4a5c-b489-2455f6d13884} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7941 | 2024.08.16 07:20:38.118406 [ 3 ] {a65ed909-2d2f-4a5c-b489-2455f6d13884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7942 | 2024.08.16 07:20:38.119416 [ 3 ] {a65ed909-2d2f-4a5c-b489-2455f6d13884} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7943 | 2024.08.16 07:20:38.119933 [ 3 ] {a65ed909-2d2f-4a5c-b489-2455f6d13884} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7944 | 2024.08.16 07:20:38.120249 [ 3 ] {a65ed909-2d2f-4a5c-b489-2455f6d13884} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004132 sec., 1452.081316553727 rows/sec., 75.87 KiB/sec. | ||
7945 | 2024.08.16 07:20:38.120812 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2707 rows, containing 4 columns (4 merged, 0 gathered) in 0.005945188 sec., 455326.2234936894 rows/sec., 32.97 MiB/sec. | ||
7946 | 2024.08.16 07:20:38.120870 [ 3 ] {a65ed909-2d2f-4a5c-b489-2455f6d13884} <Debug> DynamicQueryHandler: Done processing query | ||
7947 | 2024.08.16 07:20:38.120961 [ 3 ] {a65ed909-2d2f-4a5c-b489-2455f6d13884} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7948 | 2024.08.16 07:20:38.121025 [ 3 ] {} <Debug> HTTP-Session: d8e61b96-a2a5-4d1c-86ae-4396027a70fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7949 | 2024.08.16 07:20:38.121223 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7950 | 2024.08.16 07:20:38.121310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7951 | 2024.08.16 07:20:38.121381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7952 | 2024.08.16 07:20:38.121411 [ 3 ] {} <Debug> HTTP-Session: 4ca8e589-1d22-45c8-9ff4-333851776425 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7953 | 2024.08.16 07:20:38.121468 [ 3 ] {} <Debug> HTTP-Session: 4ca8e589-1d22-45c8-9ff4-333851776425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7954 | 2024.08.16 07:20:38.121531 [ 3 ] {} <Debug> HTTP-Session: 4ca8e589-1d22-45c8-9ff4-333851776425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7955 | 2024.08.16 07:20:38.121671 [ 3 ] {} <Trace> HTTP-Session: 4ca8e589-1d22-45c8-9ff4-333851776425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7956 | 2024.08.16 07:20:38.121978 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_41_8} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7957 | 2024.08.16 07:20:38.122005 [ 3 ] {80c2cbcf-74ae-4636-bd0a-cb25e6d30fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7958 | 2024.08.16 07:20:38.122120 [ 3 ] {80c2cbcf-74ae-4636-bd0a-cb25e6d30fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7959 | 2024.08.16 07:20:38.122159 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_41_8} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7960 | 2024.08.16 07:20:38.122353 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
7961 | 2024.08.16 07:20:38.122490 [ 3 ] {80c2cbcf-74ae-4636-bd0a-cb25e6d30fb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7962 | 2024.08.16 07:20:38.122917 [ 3 ] {80c2cbcf-74ae-4636-bd0a-cb25e6d30fb1} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7963 | 2024.08.16 07:20:38.122955 [ 3 ] {80c2cbcf-74ae-4636-bd0a-cb25e6d30fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7964 | 2024.08.16 07:20:38.123341 [ 3 ] {80c2cbcf-74ae-4636-bd0a-cb25e6d30fb1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7965 | 2024.08.16 07:20:38.123687 [ 3 ] {80c2cbcf-74ae-4636-bd0a-cb25e6d30fb1} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7966 | 2024.08.16 07:20:38.123878 [ 3 ] {80c2cbcf-74ae-4636-bd0a-cb25e6d30fb1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002051 sec., 115553.38859093127 rows/sec., 7.75 MiB/sec. | ||
7967 | 2024.08.16 07:20:38.124093 [ 3 ] {80c2cbcf-74ae-4636-bd0a-cb25e6d30fb1} <Debug> DynamicQueryHandler: Done processing query | ||
7968 | 2024.08.16 07:20:38.124126 [ 3 ] {80c2cbcf-74ae-4636-bd0a-cb25e6d30fb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7969 | 2024.08.16 07:20:38.124146 [ 3 ] {} <Debug> HTTP-Session: 4ca8e589-1d22-45c8-9ff4-333851776425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7970 | 2024.08.16 07:20:38.124325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7971 | 2024.08.16 07:20:38.124383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7972 | 2024.08.16 07:20:38.124407 [ 3 ] {} <Debug> HTTP-Session: 80f2d611-0834-471a-951d-430fc28ea9d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7973 | 2024.08.16 07:20:38.124428 [ 3 ] {} <Debug> HTTP-Session: 80f2d611-0834-471a-951d-430fc28ea9d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7974 | 2024.08.16 07:20:38.124446 [ 3 ] {} <Debug> HTTP-Session: 80f2d611-0834-471a-951d-430fc28ea9d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7975 | 2024.08.16 07:20:38.124485 [ 3 ] {} <Trace> HTTP-Session: 80f2d611-0834-471a-951d-430fc28ea9d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7976 | 2024.08.16 07:20:38.124600 [ 3 ] {d8e476a0-e596-4f7e-a190-7e9b5182452c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7977 | 2024.08.16 07:20:38.124656 [ 3 ] {d8e476a0-e596-4f7e-a190-7e9b5182452c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7978 | 2024.08.16 07:20:38.124816 [ 3 ] {d8e476a0-e596-4f7e-a190-7e9b5182452c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7979 | 2024.08.16 07:20:38.125072 [ 3 ] {d8e476a0-e596-4f7e-a190-7e9b5182452c} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7980 | 2024.08.16 07:20:38.125110 [ 3 ] {d8e476a0-e596-4f7e-a190-7e9b5182452c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7981 | 2024.08.16 07:20:38.125475 [ 3 ] {d8e476a0-e596-4f7e-a190-7e9b5182452c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7982 | 2024.08.16 07:20:38.125803 [ 3 ] {d8e476a0-e596-4f7e-a190-7e9b5182452c} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7983 | 2024.08.16 07:20:38.125969 [ 3 ] {d8e476a0-e596-4f7e-a190-7e9b5182452c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec. | ||
7984 | 2024.08.16 07:20:38.126145 [ 3 ] {d8e476a0-e596-4f7e-a190-7e9b5182452c} <Debug> DynamicQueryHandler: Done processing query | ||
7985 | 2024.08.16 07:20:38.126171 [ 3 ] {d8e476a0-e596-4f7e-a190-7e9b5182452c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7986 | 2024.08.16 07:20:38.126187 [ 3 ] {} <Debug> HTTP-Session: 80f2d611-0834-471a-951d-430fc28ea9d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7987 | 2024.08.16 07:20:38.126354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7988 | 2024.08.16 07:20:38.126404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7989 | 2024.08.16 07:20:38.126423 [ 3 ] {} <Debug> HTTP-Session: 9c349332-c3ea-410e-9dcf-712098cbbb1a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
7990 | 2024.08.16 07:20:38.126441 [ 3 ] {} <Debug> HTTP-Session: 9c349332-c3ea-410e-9dcf-712098cbbb1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7991 | 2024.08.16 07:20:38.126455 [ 3 ] {} <Debug> HTTP-Session: 9c349332-c3ea-410e-9dcf-712098cbbb1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7992 | 2024.08.16 07:20:38.126485 [ 3 ] {} <Trace> HTTP-Session: 9c349332-c3ea-410e-9dcf-712098cbbb1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7993 | 2024.08.16 07:20:38.126620 [ 3 ] {b5900c38-8f94-4243-8ef7-28739e0f0ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7994 | 2024.08.16 07:20:38.126666 [ 3 ] {b5900c38-8f94-4243-8ef7-28739e0f0ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7995 | 2024.08.16 07:20:38.126796 [ 3 ] {b5900c38-8f94-4243-8ef7-28739e0f0ac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7996 | 2024.08.16 07:20:38.127118 [ 3 ] {b5900c38-8f94-4243-8ef7-28739e0f0ac7} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7997 | 2024.08.16 07:20:38.127155 [ 3 ] {b5900c38-8f94-4243-8ef7-28739e0f0ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7998 | 2024.08.16 07:20:38.127520 [ 3 ] {b5900c38-8f94-4243-8ef7-28739e0f0ac7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7999 | 2024.08.16 07:20:38.127854 [ 3 ] {b5900c38-8f94-4243-8ef7-28739e0f0ac7} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8000 | 2024.08.16 07:20:38.128024 [ 3 ] {b5900c38-8f94-4243-8ef7-28739e0f0ac7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001458 sec., 56241.42661179698 rows/sec., 3.57 MiB/sec. | ||
8001 | 2024.08.16 07:20:38.128191 [ 3 ] {b5900c38-8f94-4243-8ef7-28739e0f0ac7} <Debug> DynamicQueryHandler: Done processing query | ||
8002 | 2024.08.16 07:20:38.128214 [ 3 ] {b5900c38-8f94-4243-8ef7-28739e0f0ac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8003 | 2024.08.16 07:20:38.128230 [ 3 ] {} <Debug> HTTP-Session: 9c349332-c3ea-410e-9dcf-712098cbbb1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8004 | 2024.08.16 07:20:42.479719 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8005 | 2024.08.16 07:20:42.479791 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8006 | 2024.08.16 07:20:43.001600 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001103225 sec. | ||
8007 | 2024.08.16 07:20:43.098559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8008 | 2024.08.16 07:20:43.098706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8009 | 2024.08.16 07:20:43.098732 [ 3 ] {} <Debug> HTTP-Session: 919ec563-f6b1-4704-8555-221feaa66a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8010 | 2024.08.16 07:20:43.098757 [ 3 ] {} <Debug> HTTP-Session: 919ec563-f6b1-4704-8555-221feaa66a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8011 | 2024.08.16 07:20:43.098772 [ 3 ] {} <Debug> HTTP-Session: 919ec563-f6b1-4704-8555-221feaa66a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8012 | 2024.08.16 07:20:43.098823 [ 3 ] {} <Trace> HTTP-Session: 919ec563-f6b1-4704-8555-221feaa66a35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8013 | 2024.08.16 07:20:43.099017 [ 3 ] {3fbb6b1a-110b-41d7-8b1d-4e3184e6c4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8014 | 2024.08.16 07:20:43.099083 [ 3 ] {3fbb6b1a-110b-41d7-8b1d-4e3184e6c4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8015 | 2024.08.16 07:20:43.099282 [ 3 ] {3fbb6b1a-110b-41d7-8b1d-4e3184e6c4db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8016 | 2024.08.16 07:20:43.099702 [ 3 ] {3fbb6b1a-110b-41d7-8b1d-4e3184e6c4db} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8017 | 2024.08.16 07:20:43.099742 [ 3 ] {3fbb6b1a-110b-41d7-8b1d-4e3184e6c4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8018 | 2024.08.16 07:20:43.100108 [ 3 ] {3fbb6b1a-110b-41d7-8b1d-4e3184e6c4db} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8019 | 2024.08.16 07:20:43.100436 [ 3 ] {3fbb6b1a-110b-41d7-8b1d-4e3184e6c4db} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8020 | 2024.08.16 07:20:43.100576 [ 3 ] {3fbb6b1a-110b-41d7-8b1d-4e3184e6c4db} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001622 sec., 20345.25277435265 rows/sec., 1.61 MiB/sec. | ||
8021 | 2024.08.16 07:20:43.100582 [ 41 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
8022 | 2024.08.16 07:20:43.100645 [ 41 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8023 | 2024.08.16 07:20:43.100681 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8024 | 2024.08.16 07:20:43.100842 [ 3 ] {3fbb6b1a-110b-41d7-8b1d-4e3184e6c4db} <Debug> DynamicQueryHandler: Done processing query | ||
8025 | 2024.08.16 07:20:43.100902 [ 3 ] {3fbb6b1a-110b-41d7-8b1d-4e3184e6c4db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8026 | 2024.08.16 07:20:43.100942 [ 193 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::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 | ||
8027 | 2024.08.16 07:20:43.100983 [ 3 ] {} <Debug> HTTP-Session: 919ec563-f6b1-4704-8555-221feaa66a35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8028 | 2024.08.16 07:20:43.101251 [ 193 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8029 | 2024.08.16 07:20:43.101268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8030 | 2024.08.16 07:20:43.101317 [ 193 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 33 rows starting from the beginning of the part | ||
8031 | 2024.08.16 07:20:43.101373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8032 | 2024.08.16 07:20:43.101430 [ 3 ] {} <Debug> HTTP-Session: 5e9d2364-bdfd-4c2e-b210-6c02c3782440 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8033 | 2024.08.16 07:20:43.101522 [ 3 ] {} <Debug> HTTP-Session: 5e9d2364-bdfd-4c2e-b210-6c02c3782440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8034 | 2024.08.16 07:20:43.101591 [ 3 ] {} <Debug> HTTP-Session: 5e9d2364-bdfd-4c2e-b210-6c02c3782440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8035 | 2024.08.16 07:20:43.101593 [ 193 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 33 rows starting from the beginning of the part | ||
8036 | 2024.08.16 07:20:43.101695 [ 3 ] {} <Trace> HTTP-Session: 5e9d2364-bdfd-4c2e-b210-6c02c3782440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8037 | 2024.08.16 07:20:43.101814 [ 193 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 33 rows starting from the beginning of the part | ||
8038 | 2024.08.16 07:20:43.102099 [ 3 ] {949bc190-ecb5-463d-8377-a6bf6c2f921f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8039 | 2024.08.16 07:20:43.102145 [ 193 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part | ||
8040 | 2024.08.16 07:20:43.102282 [ 3 ] {949bc190-ecb5-463d-8377-a6bf6c2f921f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8041 | 2024.08.16 07:20:43.102472 [ 193 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 33 rows starting from the beginning of the part | ||
8042 | 2024.08.16 07:20:43.103262 [ 3 ] {949bc190-ecb5-463d-8377-a6bf6c2f921f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8043 | 2024.08.16 07:20:43.104144 [ 3 ] {949bc190-ecb5-463d-8377-a6bf6c2f921f} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8044 | 2024.08.16 07:20:43.104219 [ 3 ] {949bc190-ecb5-463d-8377-a6bf6c2f921f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8045 | 2024.08.16 07:20:43.105016 [ 186 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 4 columns (4 merged, 0 gathered) in 0.004242147 sec., 38895.39895717899 rows/sec., 3.08 MiB/sec. | ||
8046 | 2024.08.16 07:20:43.105101 [ 3 ] {949bc190-ecb5-463d-8377-a6bf6c2f921f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8047 | 2024.08.16 07:20:43.105310 [ 186 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
8048 | 2024.08.16 07:20:43.105817 [ 3 ] {949bc190-ecb5-463d-8377-a6bf6c2f921f} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8049 | 2024.08.16 07:20:43.106149 [ 3 ] {949bc190-ecb5-463d-8377-a6bf6c2f921f} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.004236 sec., 36591.123701605284 rows/sec., 3.07 MiB/sec. | ||
8050 | 2024.08.16 07:20:43.106412 [ 186 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_22_5} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8051 | 2024.08.16 07:20:43.106737 [ 186 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_22_5} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
8052 | 2024.08.16 07:20:43.106751 [ 3 ] {949bc190-ecb5-463d-8377-a6bf6c2f921f} <Debug> DynamicQueryHandler: Done processing query | ||
8053 | 2024.08.16 07:20:43.106804 [ 3 ] {949bc190-ecb5-463d-8377-a6bf6c2f921f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8054 | 2024.08.16 07:20:43.106878 [ 3 ] {} <Debug> HTTP-Session: 5e9d2364-bdfd-4c2e-b210-6c02c3782440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8055 | 2024.08.16 07:20:43.106934 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8056 | 2024.08.16 07:20:43.107103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8057 | 2024.08.16 07:20:43.107160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8058 | 2024.08.16 07:20:43.107179 [ 3 ] {} <Debug> HTTP-Session: 63b81576-9308-4460-b290-f11574e2c1cd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8059 | 2024.08.16 07:20:43.107197 [ 3 ] {} <Debug> HTTP-Session: 63b81576-9308-4460-b290-f11574e2c1cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8060 | 2024.08.16 07:20:43.107210 [ 3 ] {} <Debug> HTTP-Session: 63b81576-9308-4460-b290-f11574e2c1cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8061 | 2024.08.16 07:20:43.107243 [ 3 ] {} <Trace> HTTP-Session: 63b81576-9308-4460-b290-f11574e2c1cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8062 | 2024.08.16 07:20:43.107382 [ 3 ] {0fa821ca-215f-4d52-bd0d-97ced550a37c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8063 | 2024.08.16 07:20:43.107426 [ 3 ] {0fa821ca-215f-4d52-bd0d-97ced550a37c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8064 | 2024.08.16 07:20:43.107579 [ 3 ] {0fa821ca-215f-4d52-bd0d-97ced550a37c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8065 | 2024.08.16 07:20:43.107953 [ 3 ] {0fa821ca-215f-4d52-bd0d-97ced550a37c} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8066 | 2024.08.16 07:20:43.107989 [ 3 ] {0fa821ca-215f-4d52-bd0d-97ced550a37c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8067 | 2024.08.16 07:20:43.108324 [ 3 ] {0fa821ca-215f-4d52-bd0d-97ced550a37c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8068 | 2024.08.16 07:20:43.108637 [ 3 ] {0fa821ca-215f-4d52-bd0d-97ced550a37c} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8069 | 2024.08.16 07:20:43.108765 [ 3 ] {0fa821ca-215f-4d52-bd0d-97ced550a37c} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00144 sec., 67361.11111111111 rows/sec., 5.26 MiB/sec. | ||
8070 | 2024.08.16 07:20:43.109027 [ 3 ] {0fa821ca-215f-4d52-bd0d-97ced550a37c} <Debug> DynamicQueryHandler: Done processing query | ||
8071 | 2024.08.16 07:20:43.109065 [ 3 ] {0fa821ca-215f-4d52-bd0d-97ced550a37c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8072 | 2024.08.16 07:20:43.109087 [ 3 ] {} <Debug> HTTP-Session: 63b81576-9308-4460-b290-f11574e2c1cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8073 | 2024.08.16 07:20:43.109259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8074 | 2024.08.16 07:20:43.109307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8075 | 2024.08.16 07:20:43.109326 [ 3 ] {} <Debug> HTTP-Session: b4d7fb30-5966-4991-a82e-82864dd9a2b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8076 | 2024.08.16 07:20:43.109342 [ 3 ] {} <Debug> HTTP-Session: b4d7fb30-5966-4991-a82e-82864dd9a2b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8077 | 2024.08.16 07:20:43.109356 [ 3 ] {} <Debug> HTTP-Session: b4d7fb30-5966-4991-a82e-82864dd9a2b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8078 | 2024.08.16 07:20:43.109386 [ 3 ] {} <Trace> HTTP-Session: b4d7fb30-5966-4991-a82e-82864dd9a2b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8079 | 2024.08.16 07:20:43.109534 [ 3 ] {da1f8c45-fda6-462c-8678-e3ec0df4ca17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8080 | 2024.08.16 07:20:43.109582 [ 3 ] {da1f8c45-fda6-462c-8678-e3ec0df4ca17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8081 | 2024.08.16 07:20:43.109742 [ 3 ] {da1f8c45-fda6-462c-8678-e3ec0df4ca17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8082 | 2024.08.16 07:20:43.110128 [ 3 ] {da1f8c45-fda6-462c-8678-e3ec0df4ca17} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8083 | 2024.08.16 07:20:43.110164 [ 3 ] {da1f8c45-fda6-462c-8678-e3ec0df4ca17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8084 | 2024.08.16 07:20:43.110559 [ 3 ] {da1f8c45-fda6-462c-8678-e3ec0df4ca17} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8085 | 2024.08.16 07:20:43.110905 [ 3 ] {da1f8c45-fda6-462c-8678-e3ec0df4ca17} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8086 | 2024.08.16 07:20:43.111035 [ 3 ] {da1f8c45-fda6-462c-8678-e3ec0df4ca17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. | ||
8087 | 2024.08.16 07:20:43.111339 [ 3 ] {da1f8c45-fda6-462c-8678-e3ec0df4ca17} <Debug> DynamicQueryHandler: Done processing query | ||
8088 | 2024.08.16 07:20:43.111373 [ 3 ] {da1f8c45-fda6-462c-8678-e3ec0df4ca17} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8089 | 2024.08.16 07:20:43.111389 [ 3 ] {} <Debug> HTTP-Session: b4d7fb30-5966-4991-a82e-82864dd9a2b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8090 | 2024.08.16 07:20:43.111597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53279, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8091 | 2024.08.16 07:20:43.111649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8092 | 2024.08.16 07:20:43.111667 [ 3 ] {} <Debug> HTTP-Session: bafc264b-fe70-44c9-becf-50f84b167fcb Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8093 | 2024.08.16 07:20:43.111685 [ 3 ] {} <Debug> HTTP-Session: bafc264b-fe70-44c9-becf-50f84b167fcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8094 | 2024.08.16 07:20:43.111698 [ 3 ] {} <Debug> HTTP-Session: bafc264b-fe70-44c9-becf-50f84b167fcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8095 | 2024.08.16 07:20:43.111729 [ 3 ] {} <Trace> HTTP-Session: bafc264b-fe70-44c9-becf-50f84b167fcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8096 | 2024.08.16 07:20:43.112104 [ 3 ] {0d1c3949-93dd-43ef-8769-13c759fbcd5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8097 | 2024.08.16 07:20:43.112175 [ 3 ] {0d1c3949-93dd-43ef-8769-13c759fbcd5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8098 | 2024.08.16 07:20:43.112605 [ 3 ] {0d1c3949-93dd-43ef-8769-13c759fbcd5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8099 | 2024.08.16 07:20:43.113251 [ 3 ] {0d1c3949-93dd-43ef-8769-13c759fbcd5d} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8100 | 2024.08.16 07:20:43.113287 [ 3 ] {0d1c3949-93dd-43ef-8769-13c759fbcd5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8101 | 2024.08.16 07:20:43.113923 [ 3 ] {0d1c3949-93dd-43ef-8769-13c759fbcd5d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8102 | 2024.08.16 07:20:43.114330 [ 3 ] {0d1c3949-93dd-43ef-8769-13c759fbcd5d} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8103 | 2024.08.16 07:20:43.114472 [ 3 ] {0d1c3949-93dd-43ef-8769-13c759fbcd5d} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002643 sec., 12485.811577752555 rows/sec., 22.37 MiB/sec. | ||
8104 | 2024.08.16 07:20:43.114667 [ 3 ] {0d1c3949-93dd-43ef-8769-13c759fbcd5d} <Debug> DynamicQueryHandler: Done processing query | ||
8105 | 2024.08.16 07:20:43.114691 [ 3 ] {0d1c3949-93dd-43ef-8769-13c759fbcd5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8106 | 2024.08.16 07:20:43.114706 [ 3 ] {} <Debug> HTTP-Session: bafc264b-fe70-44c9-becf-50f84b167fcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8107 | 2024.08.16 07:20:43.114838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8108 | 2024.08.16 07:20:43.114885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8109 | 2024.08.16 07:20:43.114903 [ 3 ] {} <Debug> HTTP-Session: 13f8ee01-e71e-4dbe-b434-369c4942392d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8110 | 2024.08.16 07:20:43.114920 [ 3 ] {} <Debug> HTTP-Session: 13f8ee01-e71e-4dbe-b434-369c4942392d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8111 | 2024.08.16 07:20:43.114934 [ 3 ] {} <Debug> HTTP-Session: 13f8ee01-e71e-4dbe-b434-369c4942392d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8112 | 2024.08.16 07:20:43.114964 [ 3 ] {} <Trace> HTTP-Session: 13f8ee01-e71e-4dbe-b434-369c4942392d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8113 | 2024.08.16 07:20:43.115077 [ 3 ] {579f0ce3-d684-4005-b317-8f44cba333af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8114 | 2024.08.16 07:20:43.115121 [ 3 ] {579f0ce3-d684-4005-b317-8f44cba333af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8115 | 2024.08.16 07:20:43.115246 [ 3 ] {579f0ce3-d684-4005-b317-8f44cba333af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8116 | 2024.08.16 07:20:43.115584 [ 3 ] {579f0ce3-d684-4005-b317-8f44cba333af} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8117 | 2024.08.16 07:20:43.115621 [ 3 ] {579f0ce3-d684-4005-b317-8f44cba333af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8118 | 2024.08.16 07:20:43.115989 [ 3 ] {579f0ce3-d684-4005-b317-8f44cba333af} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8119 | 2024.08.16 07:20:43.116308 [ 3 ] {579f0ce3-d684-4005-b317-8f44cba333af} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8120 | 2024.08.16 07:20:43.116436 [ 3 ] {579f0ce3-d684-4005-b317-8f44cba333af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
8121 | 2024.08.16 07:20:43.116787 [ 3 ] {579f0ce3-d684-4005-b317-8f44cba333af} <Debug> DynamicQueryHandler: Done processing query | ||
8122 | 2024.08.16 07:20:43.116822 [ 3 ] {579f0ce3-d684-4005-b317-8f44cba333af} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8123 | 2024.08.16 07:20:43.116843 [ 3 ] {} <Debug> HTTP-Session: 13f8ee01-e71e-4dbe-b434-369c4942392d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8124 | 2024.08.16 07:20:48.098115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8125 | 2024.08.16 07:20:48.098245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8126 | 2024.08.16 07:20:48.098269 [ 3 ] {} <Debug> HTTP-Session: 86f5b73b-9192-4350-a461-0d597404d5d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8127 | 2024.08.16 07:20:48.098295 [ 3 ] {} <Debug> HTTP-Session: 86f5b73b-9192-4350-a461-0d597404d5d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8128 | 2024.08.16 07:20:48.098310 [ 3 ] {} <Debug> HTTP-Session: 86f5b73b-9192-4350-a461-0d597404d5d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8129 | 2024.08.16 07:20:48.098360 [ 3 ] {} <Trace> HTTP-Session: 86f5b73b-9192-4350-a461-0d597404d5d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8130 | 2024.08.16 07:20:48.098544 [ 3 ] {8bbc0b9a-6fab-461c-89b9-e71d8e47e7fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8131 | 2024.08.16 07:20:48.098611 [ 3 ] {8bbc0b9a-6fab-461c-89b9-e71d8e47e7fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8132 | 2024.08.16 07:20:48.098808 [ 3 ] {8bbc0b9a-6fab-461c-89b9-e71d8e47e7fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8133 | 2024.08.16 07:20:48.099238 [ 3 ] {8bbc0b9a-6fab-461c-89b9-e71d8e47e7fd} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8134 | 2024.08.16 07:20:48.099280 [ 3 ] {8bbc0b9a-6fab-461c-89b9-e71d8e47e7fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8135 | 2024.08.16 07:20:48.099652 [ 3 ] {8bbc0b9a-6fab-461c-89b9-e71d8e47e7fd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8136 | 2024.08.16 07:20:48.099998 [ 3 ] {8bbc0b9a-6fab-461c-89b9-e71d8e47e7fd} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8137 | 2024.08.16 07:20:48.100142 [ 3 ] {8bbc0b9a-6fab-461c-89b9-e71d8e47e7fd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001652 sec., 1210.6537530266344 rows/sec., 98.72 KiB/sec. | ||
8138 | 2024.08.16 07:20:48.100642 [ 3 ] {8bbc0b9a-6fab-461c-89b9-e71d8e47e7fd} <Debug> DynamicQueryHandler: Done processing query | ||
8139 | 2024.08.16 07:20:48.100732 [ 3 ] {8bbc0b9a-6fab-461c-89b9-e71d8e47e7fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8140 | 2024.08.16 07:20:48.100816 [ 3 ] {} <Debug> HTTP-Session: 86f5b73b-9192-4350-a461-0d597404d5d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8141 | 2024.08.16 07:20:48.101195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 193457, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8142 | 2024.08.16 07:20:48.101252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8143 | 2024.08.16 07:20:48.101271 [ 3 ] {} <Debug> HTTP-Session: 332afa2b-78c1-42af-aad8-c2e4d091248a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8144 | 2024.08.16 07:20:48.101290 [ 3 ] {} <Debug> HTTP-Session: 332afa2b-78c1-42af-aad8-c2e4d091248a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8145 | 2024.08.16 07:20:48.101304 [ 3 ] {} <Debug> HTTP-Session: 332afa2b-78c1-42af-aad8-c2e4d091248a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8146 | 2024.08.16 07:20:48.101337 [ 3 ] {} <Trace> HTTP-Session: 332afa2b-78c1-42af-aad8-c2e4d091248a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8147 | 2024.08.16 07:20:48.101833 [ 3 ] {e72c9228-34e3-4f04-a324-f20e458e9b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8148 | 2024.08.16 07:20:48.101881 [ 3 ] {e72c9228-34e3-4f04-a324-f20e458e9b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8149 | 2024.08.16 07:20:48.102034 [ 3 ] {e72c9228-34e3-4f04-a324-f20e458e9b10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8150 | 2024.08.16 07:20:48.103364 [ 3 ] {e72c9228-34e3-4f04-a324-f20e458e9b10} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8151 | 2024.08.16 07:20:48.103401 [ 3 ] {e72c9228-34e3-4f04-a324-f20e458e9b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8152 | 2024.08.16 07:20:48.103801 [ 3 ] {e72c9228-34e3-4f04-a324-f20e458e9b10} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8153 | 2024.08.16 07:20:48.104129 [ 3 ] {e72c9228-34e3-4f04-a324-f20e458e9b10} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8154 | 2024.08.16 07:20:48.104253 [ 3 ] {e72c9228-34e3-4f04-a324-f20e458e9b10} <Debug> executeQuery: Read 1330 rows, 113.05 KiB in 0.00275 sec., 483636.36363636365 rows/sec., 40.15 MiB/sec. | ||
8155 | 2024.08.16 07:20:48.104416 [ 3 ] {e72c9228-34e3-4f04-a324-f20e458e9b10} <Debug> DynamicQueryHandler: Done processing query | ||
8156 | 2024.08.16 07:20:48.104442 [ 3 ] {e72c9228-34e3-4f04-a324-f20e458e9b10} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
8157 | 2024.08.16 07:20:48.104457 [ 3 ] {} <Debug> HTTP-Session: 332afa2b-78c1-42af-aad8-c2e4d091248a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8158 | 2024.08.16 07:20:48.104677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8159 | 2024.08.16 07:20:48.104725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8160 | 2024.08.16 07:20:48.104745 [ 3 ] {} <Debug> HTTP-Session: 3641ea82-564c-4b97-b4aa-65762afbd444 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8161 | 2024.08.16 07:20:48.104762 [ 3 ] {} <Debug> HTTP-Session: 3641ea82-564c-4b97-b4aa-65762afbd444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8162 | 2024.08.16 07:20:48.104776 [ 3 ] {} <Debug> HTTP-Session: 3641ea82-564c-4b97-b4aa-65762afbd444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8163 | 2024.08.16 07:20:48.104807 [ 3 ] {} <Trace> HTTP-Session: 3641ea82-564c-4b97-b4aa-65762afbd444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8164 | 2024.08.16 07:20:48.104902 [ 3 ] {d2ff1c09-de9c-43b3-a229-9fa1c2b2591e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8165 | 2024.08.16 07:20:48.104945 [ 3 ] {d2ff1c09-de9c-43b3-a229-9fa1c2b2591e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8166 | 2024.08.16 07:20:48.105078 [ 3 ] {d2ff1c09-de9c-43b3-a229-9fa1c2b2591e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8167 | 2024.08.16 07:20:48.105380 [ 3 ] {d2ff1c09-de9c-43b3-a229-9fa1c2b2591e} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8168 | 2024.08.16 07:20:48.105417 [ 3 ] {d2ff1c09-de9c-43b3-a229-9fa1c2b2591e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8169 | 2024.08.16 07:20:48.105723 [ 3 ] {d2ff1c09-de9c-43b3-a229-9fa1c2b2591e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8170 | 2024.08.16 07:20:48.106033 [ 3 ] {d2ff1c09-de9c-43b3-a229-9fa1c2b2591e} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8171 | 2024.08.16 07:20:48.106161 [ 3 ] {d2ff1c09-de9c-43b3-a229-9fa1c2b2591e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001283 sec., 1558.846453624318 rows/sec., 108.85 KiB/sec. | ||
8172 | 2024.08.16 07:20:48.106324 [ 3 ] {d2ff1c09-de9c-43b3-a229-9fa1c2b2591e} <Debug> DynamicQueryHandler: Done processing query | ||
8173 | 2024.08.16 07:20:48.106349 [ 3 ] {d2ff1c09-de9c-43b3-a229-9fa1c2b2591e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8174 | 2024.08.16 07:20:48.106365 [ 3 ] {} <Debug> HTTP-Session: 3641ea82-564c-4b97-b4aa-65762afbd444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8175 | 2024.08.16 07:20:48.106536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8176 | 2024.08.16 07:20:48.106586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8177 | 2024.08.16 07:20:48.106605 [ 3 ] {} <Debug> HTTP-Session: b3e81330-1671-4be0-9631-c97fc47ad3e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8178 | 2024.08.16 07:20:48.106622 [ 3 ] {} <Debug> HTTP-Session: b3e81330-1671-4be0-9631-c97fc47ad3e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8179 | 2024.08.16 07:20:48.106636 [ 3 ] {} <Debug> HTTP-Session: b3e81330-1671-4be0-9631-c97fc47ad3e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8180 | 2024.08.16 07:20:48.106668 [ 3 ] {} <Trace> HTTP-Session: b3e81330-1671-4be0-9631-c97fc47ad3e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8181 | 2024.08.16 07:20:48.106837 [ 3 ] {d10ba429-b7fe-4bed-b65b-a7ab9db931d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8182 | 2024.08.16 07:20:48.106881 [ 3 ] {d10ba429-b7fe-4bed-b65b-a7ab9db931d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8183 | 2024.08.16 07:20:48.107007 [ 3 ] {d10ba429-b7fe-4bed-b65b-a7ab9db931d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8184 | 2024.08.16 07:20:48.107432 [ 3 ] {d10ba429-b7fe-4bed-b65b-a7ab9db931d8} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8185 | 2024.08.16 07:20:48.107469 [ 3 ] {d10ba429-b7fe-4bed-b65b-a7ab9db931d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8186 | 2024.08.16 07:20:48.107794 [ 3 ] {d10ba429-b7fe-4bed-b65b-a7ab9db931d8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8187 | 2024.08.16 07:20:48.108111 [ 3 ] {d10ba429-b7fe-4bed-b65b-a7ab9db931d8} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8188 | 2024.08.16 07:20:48.108241 [ 3 ] {d10ba429-b7fe-4bed-b65b-a7ab9db931d8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001491 sec., 162307.17639168343 rows/sec., 11.00 MiB/sec. | ||
8189 | 2024.08.16 07:20:48.108393 [ 3 ] {d10ba429-b7fe-4bed-b65b-a7ab9db931d8} <Debug> DynamicQueryHandler: Done processing query | ||
8190 | 2024.08.16 07:20:48.108417 [ 3 ] {d10ba429-b7fe-4bed-b65b-a7ab9db931d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8191 | 2024.08.16 07:20:48.108433 [ 3 ] {} <Debug> HTTP-Session: b3e81330-1671-4be0-9631-c97fc47ad3e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8192 | 2024.08.16 07:20:48.108581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8193 | 2024.08.16 07:20:48.108630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8194 | 2024.08.16 07:20:48.108650 [ 3 ] {} <Debug> HTTP-Session: 4d49b2b7-68fb-459d-a012-9fa662b1290e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8195 | 2024.08.16 07:20:48.108667 [ 3 ] {} <Debug> HTTP-Session: 4d49b2b7-68fb-459d-a012-9fa662b1290e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8196 | 2024.08.16 07:20:48.108681 [ 3 ] {} <Debug> HTTP-Session: 4d49b2b7-68fb-459d-a012-9fa662b1290e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8197 | 2024.08.16 07:20:48.108713 [ 3 ] {} <Trace> HTTP-Session: 4d49b2b7-68fb-459d-a012-9fa662b1290e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8198 | 2024.08.16 07:20:48.108811 [ 3 ] {fd37779d-090e-43a0-846c-cb47270e0a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8199 | 2024.08.16 07:20:48.108853 [ 3 ] {fd37779d-090e-43a0-846c-cb47270e0a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8200 | 2024.08.16 07:20:48.108976 [ 3 ] {fd37779d-090e-43a0-846c-cb47270e0a1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8201 | 2024.08.16 07:20:48.109253 [ 3 ] {fd37779d-090e-43a0-846c-cb47270e0a1d} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8202 | 2024.08.16 07:20:48.109290 [ 3 ] {fd37779d-090e-43a0-846c-cb47270e0a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8203 | 2024.08.16 07:20:48.109596 [ 3 ] {fd37779d-090e-43a0-846c-cb47270e0a1d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8204 | 2024.08.16 07:20:48.109910 [ 3 ] {fd37779d-090e-43a0-846c-cb47270e0a1d} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8205 | 2024.08.16 07:20:48.110039 [ 3 ] {fd37779d-090e-43a0-846c-cb47270e0a1d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001251 sec., 4796.163069544365 rows/sec., 283.37 KiB/sec. | ||
8206 | 2024.08.16 07:20:48.110349 [ 3 ] {fd37779d-090e-43a0-846c-cb47270e0a1d} <Debug> DynamicQueryHandler: Done processing query | ||
8207 | 2024.08.16 07:20:48.110378 [ 3 ] {fd37779d-090e-43a0-846c-cb47270e0a1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8208 | 2024.08.16 07:20:48.110394 [ 3 ] {} <Debug> HTTP-Session: 4d49b2b7-68fb-459d-a012-9fa662b1290e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8209 | 2024.08.16 07:20:48.110637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 137082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8210 | 2024.08.16 07:20:48.110687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8211 | 2024.08.16 07:20:48.110706 [ 3 ] {} <Debug> HTTP-Session: d15620f4-eb0a-478e-9bc1-8a31c84c5d34 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8212 | 2024.08.16 07:20:48.110723 [ 3 ] {} <Debug> HTTP-Session: d15620f4-eb0a-478e-9bc1-8a31c84c5d34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8213 | 2024.08.16 07:20:48.110738 [ 3 ] {} <Debug> HTTP-Session: d15620f4-eb0a-478e-9bc1-8a31c84c5d34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8214 | 2024.08.16 07:20:48.110769 [ 3 ] {} <Trace> HTTP-Session: d15620f4-eb0a-478e-9bc1-8a31c84c5d34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8215 | 2024.08.16 07:20:48.111132 [ 3 ] {66d9f33a-a1c9-4a83-817a-0a2e9594e117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8216 | 2024.08.16 07:20:48.111179 [ 3 ] {66d9f33a-a1c9-4a83-817a-0a2e9594e117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8217 | 2024.08.16 07:20:48.111323 [ 3 ] {66d9f33a-a1c9-4a83-817a-0a2e9594e117} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8218 | 2024.08.16 07:20:48.112138 [ 3 ] {66d9f33a-a1c9-4a83-817a-0a2e9594e117} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8219 | 2024.08.16 07:20:48.112174 [ 3 ] {66d9f33a-a1c9-4a83-817a-0a2e9594e117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8220 | 2024.08.16 07:20:48.112518 [ 3 ] {66d9f33a-a1c9-4a83-817a-0a2e9594e117} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8221 | 2024.08.16 07:20:48.112829 [ 3 ] {66d9f33a-a1c9-4a83-817a-0a2e9594e117} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8222 | 2024.08.16 07:20:48.112954 [ 3 ] {66d9f33a-a1c9-4a83-817a-0a2e9594e117} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002058 sec., 408163.2653061225 rows/sec., 29.48 MiB/sec. | ||
8223 | 2024.08.16 07:20:48.113106 [ 3 ] {66d9f33a-a1c9-4a83-817a-0a2e9594e117} <Debug> DynamicQueryHandler: Done processing query | ||
8224 | 2024.08.16 07:20:48.113131 [ 3 ] {66d9f33a-a1c9-4a83-817a-0a2e9594e117} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
8225 | 2024.08.16 07:20:48.113147 [ 3 ] {} <Debug> HTTP-Session: d15620f4-eb0a-478e-9bc1-8a31c84c5d34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8226 | 2024.08.16 07:20:48.113351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8227 | 2024.08.16 07:20:48.113399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8228 | 2024.08.16 07:20:48.113417 [ 3 ] {} <Debug> HTTP-Session: 21656d1d-02c8-4012-adcd-b07a2ce29208 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8229 | 2024.08.16 07:20:48.113434 [ 3 ] {} <Debug> HTTP-Session: 21656d1d-02c8-4012-adcd-b07a2ce29208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8230 | 2024.08.16 07:20:48.113449 [ 3 ] {} <Debug> HTTP-Session: 21656d1d-02c8-4012-adcd-b07a2ce29208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8231 | 2024.08.16 07:20:48.113479 [ 3 ] {} <Trace> HTTP-Session: 21656d1d-02c8-4012-adcd-b07a2ce29208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8232 | 2024.08.16 07:20:48.113574 [ 3 ] {d6c79744-8bdf-4ca9-abb8-72b092a3beb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8233 | 2024.08.16 07:20:48.113618 [ 3 ] {d6c79744-8bdf-4ca9-abb8-72b092a3beb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8234 | 2024.08.16 07:20:48.113743 [ 3 ] {d6c79744-8bdf-4ca9-abb8-72b092a3beb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8235 | 2024.08.16 07:20:48.113998 [ 3 ] {d6c79744-8bdf-4ca9-abb8-72b092a3beb0} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8236 | 2024.08.16 07:20:48.114035 [ 3 ] {d6c79744-8bdf-4ca9-abb8-72b092a3beb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8237 | 2024.08.16 07:20:48.114401 [ 3 ] {d6c79744-8bdf-4ca9-abb8-72b092a3beb0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8238 | 2024.08.16 07:20:48.114724 [ 3 ] {d6c79744-8bdf-4ca9-abb8-72b092a3beb0} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8239 | 2024.08.16 07:20:48.114849 [ 3 ] {d6c79744-8bdf-4ca9-abb8-72b092a3beb0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001298 sec., 4622.496147919877 rows/sec., 241.51 KiB/sec. | ||
8240 | 2024.08.16 07:20:48.115126 [ 3 ] {d6c79744-8bdf-4ca9-abb8-72b092a3beb0} <Debug> DynamicQueryHandler: Done processing query | ||
8241 | 2024.08.16 07:20:48.115155 [ 3 ] {d6c79744-8bdf-4ca9-abb8-72b092a3beb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8242 | 2024.08.16 07:20:48.115171 [ 3 ] {} <Debug> HTTP-Session: 21656d1d-02c8-4012-adcd-b07a2ce29208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8243 | 2024.08.16 07:20:48.115402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 174444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8244 | 2024.08.16 07:20:48.115452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8245 | 2024.08.16 07:20:48.115471 [ 3 ] {} <Debug> HTTP-Session: 53fd070c-5b2b-481a-bbb9-2c5f9ebcbf3b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8246 | 2024.08.16 07:20:48.115488 [ 3 ] {} <Debug> HTTP-Session: 53fd070c-5b2b-481a-bbb9-2c5f9ebcbf3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8247 | 2024.08.16 07:20:48.115502 [ 3 ] {} <Debug> HTTP-Session: 53fd070c-5b2b-481a-bbb9-2c5f9ebcbf3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8248 | 2024.08.16 07:20:48.115533 [ 3 ] {} <Trace> HTTP-Session: 53fd070c-5b2b-481a-bbb9-2c5f9ebcbf3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8249 | 2024.08.16 07:20:48.115955 [ 3 ] {70cec7df-f36d-431b-8fc4-75f5feef15a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8250 | 2024.08.16 07:20:48.116005 [ 3 ] {70cec7df-f36d-431b-8fc4-75f5feef15a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8251 | 2024.08.16 07:20:48.116167 [ 3 ] {70cec7df-f36d-431b-8fc4-75f5feef15a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8252 | 2024.08.16 07:20:48.117067 [ 3 ] {70cec7df-f36d-431b-8fc4-75f5feef15a9} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8253 | 2024.08.16 07:20:48.117104 [ 3 ] {70cec7df-f36d-431b-8fc4-75f5feef15a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8254 | 2024.08.16 07:20:48.117532 [ 3 ] {70cec7df-f36d-431b-8fc4-75f5feef15a9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8255 | 2024.08.16 07:20:48.117872 [ 3 ] {70cec7df-f36d-431b-8fc4-75f5feef15a9} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8256 | 2024.08.16 07:20:48.118001 [ 3 ] {70cec7df-f36d-431b-8fc4-75f5feef15a9} <Debug> executeQuery: Read 922 rows, 63.09 KiB in 0.002311 sec., 398961.48853310256 rows/sec., 26.66 MiB/sec. | ||
8257 | 2024.08.16 07:20:48.118156 [ 3 ] {70cec7df-f36d-431b-8fc4-75f5feef15a9} <Debug> DynamicQueryHandler: Done processing query | ||
8258 | 2024.08.16 07:20:48.118181 [ 3 ] {70cec7df-f36d-431b-8fc4-75f5feef15a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
8259 | 2024.08.16 07:20:48.118196 [ 3 ] {} <Debug> HTTP-Session: 53fd070c-5b2b-481a-bbb9-2c5f9ebcbf3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8260 | 2024.08.16 07:20:48.118479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8261 | 2024.08.16 07:20:48.118530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8262 | 2024.08.16 07:20:48.118550 [ 3 ] {} <Debug> HTTP-Session: 98f5ac2a-05b5-4b10-a282-6cf0731a50db Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8263 | 2024.08.16 07:20:48.118567 [ 3 ] {} <Debug> HTTP-Session: 98f5ac2a-05b5-4b10-a282-6cf0731a50db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8264 | 2024.08.16 07:20:48.118581 [ 3 ] {} <Debug> HTTP-Session: 98f5ac2a-05b5-4b10-a282-6cf0731a50db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8265 | 2024.08.16 07:20:48.118613 [ 3 ] {} <Trace> HTTP-Session: 98f5ac2a-05b5-4b10-a282-6cf0731a50db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8266 | 2024.08.16 07:20:48.118707 [ 3 ] {8afa3a4b-5f42-473e-bcf6-bfdb05d9c1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8267 | 2024.08.16 07:20:48.118758 [ 3 ] {8afa3a4b-5f42-473e-bcf6-bfdb05d9c1fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8268 | 2024.08.16 07:20:48.118885 [ 3 ] {8afa3a4b-5f42-473e-bcf6-bfdb05d9c1fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8269 | 2024.08.16 07:20:48.119221 [ 3 ] {8afa3a4b-5f42-473e-bcf6-bfdb05d9c1fa} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8270 | 2024.08.16 07:20:48.119257 [ 3 ] {8afa3a4b-5f42-473e-bcf6-bfdb05d9c1fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8271 | 2024.08.16 07:20:48.119608 [ 3 ] {8afa3a4b-5f42-473e-bcf6-bfdb05d9c1fa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8272 | 2024.08.16 07:20:48.119925 [ 3 ] {8afa3a4b-5f42-473e-bcf6-bfdb05d9c1fa} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8273 | 2024.08.16 07:20:48.120048 [ 3 ] {8afa3a4b-5f42-473e-bcf6-bfdb05d9c1fa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001362 sec., 734.2143906020558 rows/sec., 49.47 KiB/sec. | ||
8274 | 2024.08.16 07:20:48.120056 [ 37 ] {} <Debug> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
8275 | 2024.08.16 07:20:48.120116 [ 37 ] {} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8276 | 2024.08.16 07:20:48.120155 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8277 | 2024.08.16 07:20:48.120268 [ 3 ] {8afa3a4b-5f42-473e-bcf6-bfdb05d9c1fa} <Debug> DynamicQueryHandler: Done processing query | ||
8278 | 2024.08.16 07:20:48.120326 [ 3 ] {8afa3a4b-5f42-473e-bcf6-bfdb05d9c1fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8279 | 2024.08.16 07:20:48.120369 [ 3 ] {} <Debug> HTTP-Session: 98f5ac2a-05b5-4b10-a282-6cf0731a50db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8280 | 2024.08.16 07:20:48.120425 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
8281 | 2024.08.16 07:20:48.120570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8282 | 2024.08.16 07:20:48.120691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8283 | 2024.08.16 07:20:48.120742 [ 3 ] {} <Debug> HTTP-Session: 7cec0b38-101a-42bc-8290-e597bef59ce6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8284 | 2024.08.16 07:20:48.120796 [ 3 ] {} <Debug> HTTP-Session: 7cec0b38-101a-42bc-8290-e597bef59ce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8285 | 2024.08.16 07:20:48.120818 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8286 | 2024.08.16 07:20:48.120825 [ 3 ] {} <Debug> HTTP-Session: 7cec0b38-101a-42bc-8290-e597bef59ce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8287 | 2024.08.16 07:20:48.120896 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
8288 | 2024.08.16 07:20:48.120910 [ 3 ] {} <Trace> HTTP-Session: 7cec0b38-101a-42bc-8290-e597bef59ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8289 | 2024.08.16 07:20:48.121205 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
8290 | 2024.08.16 07:20:48.121281 [ 3 ] {aa97db4b-c855-4e73-8278-b6fec5cf2480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8291 | 2024.08.16 07:20:48.121471 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
8292 | 2024.08.16 07:20:48.121502 [ 3 ] {aa97db4b-c855-4e73-8278-b6fec5cf2480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8293 | 2024.08.16 07:20:48.121804 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
8294 | 2024.08.16 07:20:48.122138 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
8295 | 2024.08.16 07:20:48.122449 [ 196 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
8296 | 2024.08.16 07:20:48.122874 [ 3 ] {aa97db4b-c855-4e73-8278-b6fec5cf2480} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8297 | 2024.08.16 07:20:48.123728 [ 3 ] {aa97db4b-c855-4e73-8278-b6fec5cf2480} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8298 | 2024.08.16 07:20:48.123795 [ 3 ] {aa97db4b-c855-4e73-8278-b6fec5cf2480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8299 | 2024.08.16 07:20:48.124953 [ 3 ] {aa97db4b-c855-4e73-8278-b6fec5cf2480} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8300 | 2024.08.16 07:20:48.125665 [ 187 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.005421895 sec., 3688.7472000103285 rows/sec., 248.56 KiB/sec. | ||
8301 | 2024.08.16 07:20:48.125808 [ 3 ] {aa97db4b-c855-4e73-8278-b6fec5cf2480} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8302 | 2024.08.16 07:20:48.125897 [ 190 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
8303 | 2024.08.16 07:20:48.126062 [ 3 ] {aa97db4b-c855-4e73-8278-b6fec5cf2480} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004956 sec., 16545.601291364 rows/sec., 1.05 MiB/sec. | ||
8304 | 2024.08.16 07:20:48.126408 [ 3 ] {aa97db4b-c855-4e73-8278-b6fec5cf2480} <Debug> DynamicQueryHandler: Done processing query | ||
8305 | 2024.08.16 07:20:48.126484 [ 3 ] {aa97db4b-c855-4e73-8278-b6fec5cf2480} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8306 | 2024.08.16 07:20:48.126539 [ 3 ] {} <Debug> HTTP-Session: 7cec0b38-101a-42bc-8290-e597bef59ce6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8307 | 2024.08.16 07:20:48.126761 [ 190 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_20_4} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8308 | 2024.08.16 07:20:48.126861 [ 190 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_20_4} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
8309 | 2024.08.16 07:20:48.126963 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
8310 | 2024.08.16 07:20:53.099000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8311 | 2024.08.16 07:20:53.099147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8312 | 2024.08.16 07:20:53.099178 [ 3 ] {} <Debug> HTTP-Session: 88c8fc80-1174-4e92-9cb2-59a0a701148b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8313 | 2024.08.16 07:20:53.099206 [ 3 ] {} <Debug> HTTP-Session: 88c8fc80-1174-4e92-9cb2-59a0a701148b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8314 | 2024.08.16 07:20:53.099224 [ 3 ] {} <Debug> HTTP-Session: 88c8fc80-1174-4e92-9cb2-59a0a701148b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8315 | 2024.08.16 07:20:53.099280 [ 3 ] {} <Trace> HTTP-Session: 88c8fc80-1174-4e92-9cb2-59a0a701148b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8316 | 2024.08.16 07:20:53.099500 [ 3 ] {ef9cc224-641e-4743-8666-0e3c211e2fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8317 | 2024.08.16 07:20:53.099576 [ 3 ] {ef9cc224-641e-4743-8666-0e3c211e2fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8318 | 2024.08.16 07:20:53.099801 [ 3 ] {ef9cc224-641e-4743-8666-0e3c211e2fbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8319 | 2024.08.16 07:20:53.100303 [ 3 ] {ef9cc224-641e-4743-8666-0e3c211e2fbb} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8320 | 2024.08.16 07:20:53.100348 [ 3 ] {ef9cc224-641e-4743-8666-0e3c211e2fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8321 | 2024.08.16 07:20:53.100743 [ 3 ] {ef9cc224-641e-4743-8666-0e3c211e2fbb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8322 | 2024.08.16 07:20:53.101085 [ 3 ] {ef9cc224-641e-4743-8666-0e3c211e2fbb} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8323 | 2024.08.16 07:20:53.101264 [ 3 ] {ef9cc224-641e-4743-8666-0e3c211e2fbb} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001836 sec., 17973.856209150326 rows/sec., 1.42 MiB/sec. | ||
8324 | 2024.08.16 07:20:53.101480 [ 3 ] {ef9cc224-641e-4743-8666-0e3c211e2fbb} <Debug> DynamicQueryHandler: Done processing query | ||
8325 | 2024.08.16 07:20:53.101508 [ 3 ] {ef9cc224-641e-4743-8666-0e3c211e2fbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8326 | 2024.08.16 07:20:53.101525 [ 3 ] {} <Debug> HTTP-Session: 88c8fc80-1174-4e92-9cb2-59a0a701148b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8327 | 2024.08.16 07:20:53.101694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8328 | 2024.08.16 07:20:53.101753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8329 | 2024.08.16 07:20:53.101774 [ 3 ] {} <Debug> HTTP-Session: 4779cb52-8d98-4c28-b877-52f5bfe2f990 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8330 | 2024.08.16 07:20:53.101793 [ 3 ] {} <Debug> HTTP-Session: 4779cb52-8d98-4c28-b877-52f5bfe2f990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8331 | 2024.08.16 07:20:53.101807 [ 3 ] {} <Debug> HTTP-Session: 4779cb52-8d98-4c28-b877-52f5bfe2f990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8332 | 2024.08.16 07:20:53.101842 [ 3 ] {} <Trace> HTTP-Session: 4779cb52-8d98-4c28-b877-52f5bfe2f990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8333 | 2024.08.16 07:20:53.101949 [ 3 ] {e2ac2b73-1222-4633-91bf-7770e8a037de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8334 | 2024.08.16 07:20:53.101996 [ 3 ] {e2ac2b73-1222-4633-91bf-7770e8a037de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8335 | 2024.08.16 07:20:53.102132 [ 3 ] {e2ac2b73-1222-4633-91bf-7770e8a037de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8336 | 2024.08.16 07:20:53.102454 [ 3 ] {e2ac2b73-1222-4633-91bf-7770e8a037de} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8337 | 2024.08.16 07:20:53.102492 [ 3 ] {e2ac2b73-1222-4633-91bf-7770e8a037de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8338 | 2024.08.16 07:20:53.102808 [ 3 ] {e2ac2b73-1222-4633-91bf-7770e8a037de} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8339 | 2024.08.16 07:20:53.103128 [ 3 ] {e2ac2b73-1222-4633-91bf-7770e8a037de} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8340 | 2024.08.16 07:20:53.103295 [ 3 ] {e2ac2b73-1222-4633-91bf-7770e8a037de} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001372 sec., 4373.1778425655975 rows/sec., 356.60 KiB/sec. | ||
8341 | 2024.08.16 07:20:53.103515 [ 3 ] {e2ac2b73-1222-4633-91bf-7770e8a037de} <Debug> DynamicQueryHandler: Done processing query | ||
8342 | 2024.08.16 07:20:53.103540 [ 3 ] {e2ac2b73-1222-4633-91bf-7770e8a037de} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8343 | 2024.08.16 07:20:53.103556 [ 3 ] {} <Debug> HTTP-Session: 4779cb52-8d98-4c28-b877-52f5bfe2f990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8344 | 2024.08.16 07:20:53.103725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8345 | 2024.08.16 07:20:53.103777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8346 | 2024.08.16 07:20:53.103796 [ 3 ] {} <Debug> HTTP-Session: 51f46c5e-feaa-4fc7-aa09-9cdd7fc6e9bf Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8347 | 2024.08.16 07:20:53.103813 [ 3 ] {} <Debug> HTTP-Session: 51f46c5e-feaa-4fc7-aa09-9cdd7fc6e9bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8348 | 2024.08.16 07:20:53.103827 [ 3 ] {} <Debug> HTTP-Session: 51f46c5e-feaa-4fc7-aa09-9cdd7fc6e9bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8349 | 2024.08.16 07:20:53.103859 [ 3 ] {} <Trace> HTTP-Session: 51f46c5e-feaa-4fc7-aa09-9cdd7fc6e9bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8350 | 2024.08.16 07:20:53.104000 [ 3 ] {99a345f3-3076-4b31-8520-0330e31e950b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8351 | 2024.08.16 07:20:53.104042 [ 3 ] {99a345f3-3076-4b31-8520-0330e31e950b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8352 | 2024.08.16 07:20:53.104166 [ 3 ] {99a345f3-3076-4b31-8520-0330e31e950b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8353 | 2024.08.16 07:20:53.104591 [ 3 ] {99a345f3-3076-4b31-8520-0330e31e950b} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8354 | 2024.08.16 07:20:53.104630 [ 3 ] {99a345f3-3076-4b31-8520-0330e31e950b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8355 | 2024.08.16 07:20:53.104956 [ 3 ] {99a345f3-3076-4b31-8520-0330e31e950b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8356 | 2024.08.16 07:20:53.105265 [ 3 ] {99a345f3-3076-4b31-8520-0330e31e950b} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8357 | 2024.08.16 07:20:53.105424 [ 3 ] {99a345f3-3076-4b31-8520-0330e31e950b} <Debug> executeQuery: Read 158 rows, 13.52 KiB in 0.001478 sec., 106901.21786197565 rows/sec., 8.93 MiB/sec. | ||
8358 | 2024.08.16 07:20:53.105694 [ 3 ] {99a345f3-3076-4b31-8520-0330e31e950b} <Debug> DynamicQueryHandler: Done processing query | ||
8359 | 2024.08.16 07:20:53.105741 [ 3 ] {99a345f3-3076-4b31-8520-0330e31e950b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8360 | 2024.08.16 07:20:53.105781 [ 3 ] {} <Debug> HTTP-Session: 51f46c5e-feaa-4fc7-aa09-9cdd7fc6e9bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8361 | 2024.08.16 07:20:53.105944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8362 | 2024.08.16 07:20:53.105994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8363 | 2024.08.16 07:20:53.106013 [ 3 ] {} <Debug> HTTP-Session: f91390ee-c50b-42c2-a9dd-0d1f278946d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8364 | 2024.08.16 07:20:53.106030 [ 3 ] {} <Debug> HTTP-Session: f91390ee-c50b-42c2-a9dd-0d1f278946d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8365 | 2024.08.16 07:20:53.106044 [ 3 ] {} <Debug> HTTP-Session: f91390ee-c50b-42c2-a9dd-0d1f278946d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8366 | 2024.08.16 07:20:53.106075 [ 3 ] {} <Trace> HTTP-Session: f91390ee-c50b-42c2-a9dd-0d1f278946d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8367 | 2024.08.16 07:20:53.106174 [ 3 ] {a2f3b9e8-1da6-45e9-b066-d2363fdca7f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8368 | 2024.08.16 07:20:53.106218 [ 3 ] {a2f3b9e8-1da6-45e9-b066-d2363fdca7f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8369 | 2024.08.16 07:20:53.106359 [ 3 ] {a2f3b9e8-1da6-45e9-b066-d2363fdca7f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8370 | 2024.08.16 07:20:53.106641 [ 3 ] {a2f3b9e8-1da6-45e9-b066-d2363fdca7f2} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8371 | 2024.08.16 07:20:53.106679 [ 3 ] {a2f3b9e8-1da6-45e9-b066-d2363fdca7f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8372 | 2024.08.16 07:20:53.106995 [ 3 ] {a2f3b9e8-1da6-45e9-b066-d2363fdca7f2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8373 | 2024.08.16 07:20:53.107312 [ 3 ] {a2f3b9e8-1da6-45e9-b066-d2363fdca7f2} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8374 | 2024.08.16 07:20:53.107468 [ 3 ] {a2f3b9e8-1da6-45e9-b066-d2363fdca7f2} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001313 sec., 4569.68773800457 rows/sec., 319.07 KiB/sec. | ||
8375 | 2024.08.16 07:20:53.107632 [ 3 ] {a2f3b9e8-1da6-45e9-b066-d2363fdca7f2} <Debug> DynamicQueryHandler: Done processing query | ||
8376 | 2024.08.16 07:20:53.107657 [ 3 ] {a2f3b9e8-1da6-45e9-b066-d2363fdca7f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8377 | 2024.08.16 07:20:53.107672 [ 3 ] {} <Debug> HTTP-Session: f91390ee-c50b-42c2-a9dd-0d1f278946d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8378 | 2024.08.16 07:20:53.107819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 17488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8379 | 2024.08.16 07:20:53.107868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8380 | 2024.08.16 07:20:53.107887 [ 3 ] {} <Debug> HTTP-Session: 87b72615-ed72-478a-96ab-8f2cf46264b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8381 | 2024.08.16 07:20:53.107904 [ 3 ] {} <Debug> HTTP-Session: 87b72615-ed72-478a-96ab-8f2cf46264b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8382 | 2024.08.16 07:20:53.107917 [ 3 ] {} <Debug> HTTP-Session: 87b72615-ed72-478a-96ab-8f2cf46264b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8383 | 2024.08.16 07:20:53.107948 [ 3 ] {} <Trace> HTTP-Session: 87b72615-ed72-478a-96ab-8f2cf46264b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8384 | 2024.08.16 07:20:53.108075 [ 3 ] {82fef7df-eb20-4975-af1c-896ca9d4250b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8385 | 2024.08.16 07:20:53.108119 [ 3 ] {82fef7df-eb20-4975-af1c-896ca9d4250b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8386 | 2024.08.16 07:20:53.108242 [ 3 ] {82fef7df-eb20-4975-af1c-896ca9d4250b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8387 | 2024.08.16 07:20:53.108593 [ 3 ] {82fef7df-eb20-4975-af1c-896ca9d4250b} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8388 | 2024.08.16 07:20:53.108630 [ 3 ] {82fef7df-eb20-4975-af1c-896ca9d4250b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8389 | 2024.08.16 07:20:53.108949 [ 3 ] {82fef7df-eb20-4975-af1c-896ca9d4250b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8390 | 2024.08.16 07:20:53.109250 [ 3 ] {82fef7df-eb20-4975-af1c-896ca9d4250b} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8391 | 2024.08.16 07:20:53.109405 [ 3 ] {82fef7df-eb20-4975-af1c-896ca9d4250b} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.001375 sec., 74909.09090909091 rows/sec., 5.86 MiB/sec. | ||
8392 | 2024.08.16 07:20:53.109570 [ 3 ] {82fef7df-eb20-4975-af1c-896ca9d4250b} <Debug> DynamicQueryHandler: Done processing query | ||
8393 | 2024.08.16 07:20:53.109594 [ 3 ] {82fef7df-eb20-4975-af1c-896ca9d4250b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8394 | 2024.08.16 07:20:53.109610 [ 3 ] {} <Debug> HTTP-Session: 87b72615-ed72-478a-96ab-8f2cf46264b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8395 | 2024.08.16 07:20:53.109816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 31150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8396 | 2024.08.16 07:20:53.109864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8397 | 2024.08.16 07:20:53.109884 [ 3 ] {} <Debug> HTTP-Session: 0ca5d5ef-0432-495c-a69f-dc311f7659ba Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8398 | 2024.08.16 07:20:53.109900 [ 3 ] {} <Debug> HTTP-Session: 0ca5d5ef-0432-495c-a69f-dc311f7659ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8399 | 2024.08.16 07:20:53.109914 [ 3 ] {} <Debug> HTTP-Session: 0ca5d5ef-0432-495c-a69f-dc311f7659ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8400 | 2024.08.16 07:20:53.109944 [ 3 ] {} <Trace> HTTP-Session: 0ca5d5ef-0432-495c-a69f-dc311f7659ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8401 | 2024.08.16 07:20:53.110087 [ 3 ] {fdf9c4e4-b05c-4d3d-a170-4bcfbdd3c86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8402 | 2024.08.16 07:20:53.110135 [ 3 ] {fdf9c4e4-b05c-4d3d-a170-4bcfbdd3c86f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8403 | 2024.08.16 07:20:53.110285 [ 3 ] {fdf9c4e4-b05c-4d3d-a170-4bcfbdd3c86f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8404 | 2024.08.16 07:20:53.110702 [ 3 ] {fdf9c4e4-b05c-4d3d-a170-4bcfbdd3c86f} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8405 | 2024.08.16 07:20:53.110740 [ 3 ] {fdf9c4e4-b05c-4d3d-a170-4bcfbdd3c86f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8406 | 2024.08.16 07:20:53.111140 [ 3 ] {fdf9c4e4-b05c-4d3d-a170-4bcfbdd3c86f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8407 | 2024.08.16 07:20:53.111481 [ 3 ] {fdf9c4e4-b05c-4d3d-a170-4bcfbdd3c86f} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8408 | 2024.08.16 07:20:53.111633 [ 3 ] {fdf9c4e4-b05c-4d3d-a170-4bcfbdd3c86f} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001603 sec., 101684.34185901434 rows/sec., 7.08 MiB/sec. | ||
8409 | 2024.08.16 07:20:53.111632 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8410 | 2024.08.16 07:20:53.111757 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8411 | 2024.08.16 07:20:53.111800 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8412 | 2024.08.16 07:20:53.111943 [ 3 ] {fdf9c4e4-b05c-4d3d-a170-4bcfbdd3c86f} <Debug> DynamicQueryHandler: Done processing query | ||
8413 | 2024.08.16 07:20:53.111957 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
8414 | 2024.08.16 07:20:53.111986 [ 3 ] {fdf9c4e4-b05c-4d3d-a170-4bcfbdd3c86f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8415 | 2024.08.16 07:20:53.112043 [ 3 ] {} <Debug> HTTP-Session: 0ca5d5ef-0432-495c-a69f-dc311f7659ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8416 | 2024.08.16 07:20:53.112178 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8417 | 2024.08.16 07:20:53.112228 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12901 rows starting from the beginning of the part | ||
8418 | 2024.08.16 07:20:53.112299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8419 | 2024.08.16 07:20:53.112387 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part | ||
8420 | 2024.08.16 07:20:53.112445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8421 | 2024.08.16 07:20:53.112508 [ 3 ] {} <Debug> HTTP-Session: cb07a64a-98c8-43b4-a8ed-5b9c5d09b2fb Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8422 | 2024.08.16 07:20:53.112635 [ 3 ] {} <Debug> HTTP-Session: cb07a64a-98c8-43b4-a8ed-5b9c5d09b2fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8423 | 2024.08.16 07:20:53.112724 [ 3 ] {} <Debug> HTTP-Session: cb07a64a-98c8-43b4-a8ed-5b9c5d09b2fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8424 | 2024.08.16 07:20:53.112738 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
8425 | 2024.08.16 07:20:53.112852 [ 3 ] {} <Trace> HTTP-Session: cb07a64a-98c8-43b4-a8ed-5b9c5d09b2fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8426 | 2024.08.16 07:20:53.113225 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
8427 | 2024.08.16 07:20:53.113351 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 922 rows starting from the beginning of the part | ||
8428 | 2024.08.16 07:20:53.113475 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 163 rows starting from the beginning of the part | ||
8429 | 2024.08.16 07:20:53.113586 [ 3 ] {3f6664ae-254f-4159-afac-40837f29109f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8430 | 2024.08.16 07:20:53.113929 [ 3 ] {3f6664ae-254f-4159-afac-40837f29109f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8431 | 2024.08.16 07:20:53.115188 [ 3 ] {3f6664ae-254f-4159-afac-40837f29109f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8432 | 2024.08.16 07:20:53.116765 [ 3 ] {3f6664ae-254f-4159-afac-40837f29109f} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8433 | 2024.08.16 07:20:53.116831 [ 3 ] {3f6664ae-254f-4159-afac-40837f29109f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8434 | 2024.08.16 07:20:53.118486 [ 3 ] {3f6664ae-254f-4159-afac-40837f29109f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8435 | 2024.08.16 07:20:53.119311 [ 3 ] {3f6664ae-254f-4159-afac-40837f29109f} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8436 | 2024.08.16 07:20:53.119531 [ 3 ] {3f6664ae-254f-4159-afac-40837f29109f} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.006384 sec., 5169.172932330827 rows/sec., 9.26 MiB/sec. | ||
8437 | 2024.08.16 07:20:53.119817 [ 3 ] {3f6664ae-254f-4159-afac-40837f29109f} <Debug> DynamicQueryHandler: Done processing query | ||
8438 | 2024.08.16 07:20:53.119843 [ 3 ] {3f6664ae-254f-4159-afac-40837f29109f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8439 | 2024.08.16 07:20:53.119863 [ 3 ] {} <Debug> HTTP-Session: cb07a64a-98c8-43b4-a8ed-5b9c5d09b2fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8440 | 2024.08.16 07:20:53.120010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8441 | 2024.08.16 07:20:53.120061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8442 | 2024.08.16 07:20:53.120079 [ 3 ] {} <Debug> HTTP-Session: dcbeca3d-43b0-46ed-b619-6d18dd97001a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8443 | 2024.08.16 07:20:53.120097 [ 3 ] {} <Debug> HTTP-Session: dcbeca3d-43b0-46ed-b619-6d18dd97001a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8444 | 2024.08.16 07:20:53.120111 [ 3 ] {} <Debug> HTTP-Session: dcbeca3d-43b0-46ed-b619-6d18dd97001a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8445 | 2024.08.16 07:20:53.120141 [ 3 ] {} <Trace> HTTP-Session: dcbeca3d-43b0-46ed-b619-6d18dd97001a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8446 | 2024.08.16 07:20:53.120293 [ 3 ] {c1b434a4-414d-4229-b969-c54aa5a20fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8447 | 2024.08.16 07:20:53.120340 [ 3 ] {c1b434a4-414d-4229-b969-c54aa5a20fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8448 | 2024.08.16 07:20:53.120526 [ 3 ] {c1b434a4-414d-4229-b969-c54aa5a20fc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8449 | 2024.08.16 07:20:53.121194 [ 3 ] {c1b434a4-414d-4229-b969-c54aa5a20fc9} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8450 | 2024.08.16 07:20:53.121251 [ 3 ] {c1b434a4-414d-4229-b969-c54aa5a20fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8451 | 2024.08.16 07:20:53.121259 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14544 rows, containing 5 columns (5 merged, 0 gathered) in 0.009375877 sec., 1551214.8890178488 rows/sec., 104.57 MiB/sec. | ||
8452 | 2024.08.16 07:20:53.121675 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8453 | 2024.08.16 07:20:53.121766 [ 3 ] {c1b434a4-414d-4229-b969-c54aa5a20fc9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8454 | 2024.08.16 07:20:53.122696 [ 3 ] {c1b434a4-414d-4229-b969-c54aa5a20fc9} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8455 | 2024.08.16 07:20:53.122774 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8456 | 2024.08.16 07:20:53.122957 [ 32 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8457 | 2024.08.16 07:20:53.123019 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8458 | 2024.08.16 07:20:53.123040 [ 32 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8459 | 2024.08.16 07:20:53.123012 [ 3 ] {c1b434a4-414d-4229-b969-c54aa5a20fc9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002768 sec., 21676.300578034683 rows/sec., 1.46 MiB/sec. | ||
8460 | 2024.08.16 07:20:53.123078 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8461 | 2024.08.16 07:20:53.123387 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. | ||
8462 | 2024.08.16 07:20:53.123464 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
8463 | 2024.08.16 07:20:53.123514 [ 3 ] {c1b434a4-414d-4229-b969-c54aa5a20fc9} <Debug> DynamicQueryHandler: Done processing query | ||
8464 | 2024.08.16 07:20:53.123548 [ 3 ] {c1b434a4-414d-4229-b969-c54aa5a20fc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8465 | 2024.08.16 07:20:53.123576 [ 3 ] {} <Debug> HTTP-Session: dcbeca3d-43b0-46ed-b619-6d18dd97001a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8466 | 2024.08.16 07:20:53.123632 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8467 | 2024.08.16 07:20:53.123664 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2372 rows starting from the beginning of the part | ||
8468 | 2024.08.16 07:20:53.123736 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
8469 | 2024.08.16 07:20:53.123945 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
8470 | 2024.08.16 07:20:53.124074 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
8471 | 2024.08.16 07:20:53.124170 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
8472 | 2024.08.16 07:20:53.124321 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
8473 | 2024.08.16 07:20:53.125770 [ 189 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2716 rows, containing 4 columns (4 merged, 0 gathered) in 0.002499828 sec., 1086474.749462763 rows/sec., 70.73 MiB/sec. | ||
8474 | 2024.08.16 07:20:53.126078 [ 198 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8475 | 2024.08.16 07:20:53.126514 [ 198 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_41_8} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8476 | 2024.08.16 07:20:53.126600 [ 198 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_41_8} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8477 | 2024.08.16 07:20:53.126686 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
8478 | 2024.08.16 07:20:54.000205 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.75 MiB, peak 202.96 MiB, free memory in arenas 0.00 B, will set to 194.84 MiB (RSS), difference: 1.09 MiB | ||
8479 | 2024.08.16 07:20:57.479843 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8480 | 2024.08.16 07:20:57.479906 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8481 | 2024.08.16 07:20:58.101233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8482 | 2024.08.16 07:20:58.101358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8483 | 2024.08.16 07:20:58.101387 [ 3 ] {} <Debug> HTTP-Session: d487c63a-7a17-4639-952f-473d0a03d68b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8484 | 2024.08.16 07:20:58.101415 [ 3 ] {} <Debug> HTTP-Session: d487c63a-7a17-4639-952f-473d0a03d68b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8485 | 2024.08.16 07:20:58.101432 [ 3 ] {} <Debug> HTTP-Session: d487c63a-7a17-4639-952f-473d0a03d68b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8486 | 2024.08.16 07:20:58.101490 [ 3 ] {} <Trace> HTTP-Session: d487c63a-7a17-4639-952f-473d0a03d68b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8487 | 2024.08.16 07:20:58.101758 [ 3 ] {8ff5e215-468d-423a-9148-e3bdafb05514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8488 | 2024.08.16 07:20:58.101837 [ 3 ] {8ff5e215-468d-423a-9148-e3bdafb05514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8489 | 2024.08.16 07:20:58.102065 [ 3 ] {8ff5e215-468d-423a-9148-e3bdafb05514} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8490 | 2024.08.16 07:20:58.102653 [ 3 ] {8ff5e215-468d-423a-9148-e3bdafb05514} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8491 | 2024.08.16 07:20:58.102703 [ 3 ] {8ff5e215-468d-423a-9148-e3bdafb05514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8492 | 2024.08.16 07:20:58.103102 [ 3 ] {8ff5e215-468d-423a-9148-e3bdafb05514} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8493 | 2024.08.16 07:20:58.103444 [ 3 ] {8ff5e215-468d-423a-9148-e3bdafb05514} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8494 | 2024.08.16 07:20:58.103634 [ 3 ] {8ff5e215-468d-423a-9148-e3bdafb05514} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001984 sec., 95262.09677419355 rows/sec., 8.30 MiB/sec. | ||
8495 | 2024.08.16 07:20:58.103980 [ 3 ] {8ff5e215-468d-423a-9148-e3bdafb05514} <Debug> DynamicQueryHandler: Done processing query | ||
8496 | 2024.08.16 07:20:58.104015 [ 3 ] {8ff5e215-468d-423a-9148-e3bdafb05514} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8497 | 2024.08.16 07:20:58.104033 [ 3 ] {} <Debug> HTTP-Session: d487c63a-7a17-4639-952f-473d0a03d68b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8498 | 2024.08.16 07:20:58.104212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8499 | 2024.08.16 07:20:58.104274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8500 | 2024.08.16 07:20:58.104293 [ 3 ] {} <Debug> HTTP-Session: 44b56082-c806-4dae-873a-310e57e203cc Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8501 | 2024.08.16 07:20:58.104313 [ 3 ] {} <Debug> HTTP-Session: 44b56082-c806-4dae-873a-310e57e203cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8502 | 2024.08.16 07:20:58.104326 [ 3 ] {} <Debug> HTTP-Session: 44b56082-c806-4dae-873a-310e57e203cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8503 | 2024.08.16 07:20:58.104363 [ 3 ] {} <Trace> HTTP-Session: 44b56082-c806-4dae-873a-310e57e203cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8504 | 2024.08.16 07:20:58.104479 [ 3 ] {1ac6e43f-eafc-4b37-bec4-71cbc576eaab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8505 | 2024.08.16 07:20:58.104529 [ 3 ] {1ac6e43f-eafc-4b37-bec4-71cbc576eaab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8506 | 2024.08.16 07:20:58.104685 [ 3 ] {1ac6e43f-eafc-4b37-bec4-71cbc576eaab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8507 | 2024.08.16 07:20:58.105019 [ 3 ] {1ac6e43f-eafc-4b37-bec4-71cbc576eaab} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8508 | 2024.08.16 07:20:58.105063 [ 3 ] {1ac6e43f-eafc-4b37-bec4-71cbc576eaab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8509 | 2024.08.16 07:20:58.105390 [ 3 ] {1ac6e43f-eafc-4b37-bec4-71cbc576eaab} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8510 | 2024.08.16 07:20:58.105721 [ 3 ] {1ac6e43f-eafc-4b37-bec4-71cbc576eaab} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8511 | 2024.08.16 07:20:58.105891 [ 3 ] {1ac6e43f-eafc-4b37-bec4-71cbc576eaab} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001437 sec., 9742.519137091163 rows/sec., 682.30 KiB/sec. | ||
8512 | 2024.08.16 07:20:58.105891 [ 26 ] {} <Debug> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8513 | 2024.08.16 07:20:58.105994 [ 26 ] {} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8514 | 2024.08.16 07:20:58.106051 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8515 | 2024.08.16 07:20:58.106188 [ 3 ] {1ac6e43f-eafc-4b37-bec4-71cbc576eaab} <Debug> DynamicQueryHandler: Done processing query | ||
8516 | 2024.08.16 07:20:58.106264 [ 3 ] {1ac6e43f-eafc-4b37-bec4-71cbc576eaab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8517 | 2024.08.16 07:20:58.106357 [ 3 ] {} <Debug> HTTP-Session: 44b56082-c806-4dae-873a-310e57e203cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8518 | 2024.08.16 07:20:58.106507 [ 198 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::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 | ||
8519 | 2024.08.16 07:20:58.106606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8520 | 2024.08.16 07:20:58.106718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8521 | 2024.08.16 07:20:58.106779 [ 3 ] {} <Debug> HTTP-Session: 6b923216-8506-4c7e-9806-31e9f724f39c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8522 | 2024.08.16 07:20:58.106832 [ 3 ] {} <Debug> HTTP-Session: 6b923216-8506-4c7e-9806-31e9f724f39c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8523 | 2024.08.16 07:20:58.106855 [ 198 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8524 | 2024.08.16 07:20:58.106862 [ 3 ] {} <Debug> HTTP-Session: 6b923216-8506-4c7e-9806-31e9f724f39c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8525 | 2024.08.16 07:20:58.106916 [ 198 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part | ||
8526 | 2024.08.16 07:20:58.106935 [ 3 ] {} <Trace> HTTP-Session: 6b923216-8506-4c7e-9806-31e9f724f39c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8527 | 2024.08.16 07:20:58.107100 [ 198 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 242 rows starting from the beginning of the part | ||
8528 | 2024.08.16 07:20:58.107240 [ 3 ] {6cffefe8-37c1-431d-8a62-6c28a9a94e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8529 | 2024.08.16 07:20:58.107388 [ 198 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
8530 | 2024.08.16 07:20:58.107450 [ 3 ] {6cffefe8-37c1-431d-8a62-6c28a9a94e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8531 | 2024.08.16 07:20:58.107761 [ 198 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
8532 | 2024.08.16 07:20:58.108101 [ 198 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 242 rows starting from the beginning of the part | ||
8533 | 2024.08.16 07:20:58.108415 [ 198 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
8534 | 2024.08.16 07:20:58.108657 [ 3 ] {6cffefe8-37c1-431d-8a62-6c28a9a94e02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8535 | 2024.08.16 07:20:58.109646 [ 3 ] {6cffefe8-37c1-431d-8a62-6c28a9a94e02} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8536 | 2024.08.16 07:20:58.109712 [ 3 ] {6cffefe8-37c1-431d-8a62-6c28a9a94e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8537 | 2024.08.16 07:20:58.110511 [ 3 ] {6cffefe8-37c1-431d-8a62-6c28a9a94e02} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8538 | 2024.08.16 07:20:58.111282 [ 198 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.005130909 sec., 149681.07990221615 rows/sec., 9.59 MiB/sec. | ||
8539 | 2024.08.16 07:20:58.111294 [ 3 ] {6cffefe8-37c1-431d-8a62-6c28a9a94e02} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8540 | 2024.08.16 07:20:58.111483 [ 198 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8541 | 2024.08.16 07:20:58.111606 [ 26 ] {} <Debug> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
8542 | 2024.08.16 07:20:58.111635 [ 3 ] {6cffefe8-37c1-431d-8a62-6c28a9a94e02} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004502 sec., 1332.741003998223 rows/sec., 78.74 KiB/sec. | ||
8543 | 2024.08.16 07:20:58.111724 [ 26 ] {} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8544 | 2024.08.16 07:20:58.111877 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8545 | 2024.08.16 07:20:58.112277 [ 3 ] {6cffefe8-37c1-431d-8a62-6c28a9a94e02} <Debug> DynamicQueryHandler: Done processing query | ||
8546 | 2024.08.16 07:20:58.112371 [ 3 ] {6cffefe8-37c1-431d-8a62-6c28a9a94e02} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8547 | 2024.08.16 07:20:58.112487 [ 3 ] {} <Debug> HTTP-Session: 6b923216-8506-4c7e-9806-31e9f724f39c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8548 | 2024.08.16 07:20:58.112552 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
8549 | 2024.08.16 07:20:58.112836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8550 | 2024.08.16 07:20:58.112872 [ 198 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_21_4} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8551 | 2024.08.16 07:20:58.112907 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8552 | 2024.08.16 07:20:58.112991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8553 | 2024.08.16 07:20:58.113072 [ 3 ] {} <Debug> HTTP-Session: 146635a9-c181-432c-a8a1-c8ea1083e419 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8554 | 2024.08.16 07:20:58.113072 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part | ||
8555 | 2024.08.16 07:20:58.113123 [ 3 ] {} <Debug> HTTP-Session: 146635a9-c181-432c-a8a1-c8ea1083e419 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8556 | 2024.08.16 07:20:58.113132 [ 198 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_21_4} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8557 | 2024.08.16 07:20:58.113175 [ 3 ] {} <Debug> HTTP-Session: 146635a9-c181-432c-a8a1-c8ea1083e419 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8558 | 2024.08.16 07:20:58.113347 [ 3 ] {} <Trace> HTTP-Session: 146635a9-c181-432c-a8a1-c8ea1083e419 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8559 | 2024.08.16 07:20:58.113407 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
8560 | 2024.08.16 07:20:58.113434 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
8561 | 2024.08.16 07:20:58.113806 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
8562 | 2024.08.16 07:20:58.113948 [ 3 ] {4fdfc9f5-769d-4be9-847d-c8e735b5019d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8563 | 2024.08.16 07:20:58.114131 [ 3 ] {4fdfc9f5-769d-4be9-847d-c8e735b5019d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8564 | 2024.08.16 07:20:58.114183 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
8565 | 2024.08.16 07:20:58.114496 [ 189 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
8566 | 2024.08.16 07:20:58.115238 [ 3 ] {4fdfc9f5-769d-4be9-847d-c8e735b5019d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8567 | 2024.08.16 07:20:58.116322 [ 3 ] {4fdfc9f5-769d-4be9-847d-c8e735b5019d} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8568 | 2024.08.16 07:20:58.116397 [ 3 ] {4fdfc9f5-769d-4be9-847d-c8e735b5019d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8569 | 2024.08.16 07:20:58.117002 [ 188 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004869812 sec., 6160.402085337175 rows/sec., 366.98 KiB/sec. | ||
8570 | 2024.08.16 07:20:58.117256 [ 188 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
8571 | 2024.08.16 07:20:58.117276 [ 3 ] {4fdfc9f5-769d-4be9-847d-c8e735b5019d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8572 | 2024.08.16 07:20:58.118270 [ 3 ] {4fdfc9f5-769d-4be9-847d-c8e735b5019d} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8573 | 2024.08.16 07:20:58.118339 [ 188 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_21_5} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8574 | 2024.08.16 07:20:58.118549 [ 188 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_21_5} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
8575 | 2024.08.16 07:20:58.118594 [ 3 ] {4fdfc9f5-769d-4be9-847d-c8e735b5019d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00498 sec., 76706.82730923695 rows/sec., 5.43 MiB/sec. | ||
8576 | 2024.08.16 07:20:58.118799 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8577 | 2024.08.16 07:20:58.118986 [ 3 ] {4fdfc9f5-769d-4be9-847d-c8e735b5019d} <Debug> DynamicQueryHandler: Done processing query | ||
8578 | 2024.08.16 07:20:58.119017 [ 3 ] {4fdfc9f5-769d-4be9-847d-c8e735b5019d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8579 | 2024.08.16 07:20:58.119035 [ 3 ] {} <Debug> HTTP-Session: 146635a9-c181-432c-a8a1-c8ea1083e419 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8580 | 2024.08.16 07:20:58.119171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8581 | 2024.08.16 07:20:58.119223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8582 | 2024.08.16 07:20:58.119245 [ 3 ] {} <Debug> HTTP-Session: 0ef8d4f5-e9ad-4f13-9581-d74331752c4c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8583 | 2024.08.16 07:20:58.119264 [ 3 ] {} <Debug> HTTP-Session: 0ef8d4f5-e9ad-4f13-9581-d74331752c4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8584 | 2024.08.16 07:20:58.119278 [ 3 ] {} <Debug> HTTP-Session: 0ef8d4f5-e9ad-4f13-9581-d74331752c4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8585 | 2024.08.16 07:20:58.119312 [ 3 ] {} <Trace> HTTP-Session: 0ef8d4f5-e9ad-4f13-9581-d74331752c4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8586 | 2024.08.16 07:20:58.119413 [ 3 ] {6451c3e4-f808-4b41-bc6f-31858ddbd6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8587 | 2024.08.16 07:20:58.119461 [ 3 ] {6451c3e4-f808-4b41-bc6f-31858ddbd6c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8588 | 2024.08.16 07:20:58.119615 [ 3 ] {6451c3e4-f808-4b41-bc6f-31858ddbd6c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8589 | 2024.08.16 07:20:58.119900 [ 3 ] {6451c3e4-f808-4b41-bc6f-31858ddbd6c9} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8590 | 2024.08.16 07:20:58.119937 [ 3 ] {6451c3e4-f808-4b41-bc6f-31858ddbd6c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8591 | 2024.08.16 07:20:58.120313 [ 3 ] {6451c3e4-f808-4b41-bc6f-31858ddbd6c9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8592 | 2024.08.16 07:20:58.120686 [ 3 ] {6451c3e4-f808-4b41-bc6f-31858ddbd6c9} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8593 | 2024.08.16 07:20:58.120874 [ 26 ] {} <Debug> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8594 | 2024.08.16 07:20:58.120885 [ 3 ] {6451c3e4-f808-4b41-bc6f-31858ddbd6c9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 210.95 KiB/sec. | ||
8595 | 2024.08.16 07:20:58.120941 [ 26 ] {} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8596 | 2024.08.16 07:20:58.121007 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8597 | 2024.08.16 07:20:58.121229 [ 194 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
8598 | 2024.08.16 07:20:58.121244 [ 3 ] {6451c3e4-f808-4b41-bc6f-31858ddbd6c9} <Debug> DynamicQueryHandler: Done processing query | ||
8599 | 2024.08.16 07:20:58.121294 [ 3 ] {6451c3e4-f808-4b41-bc6f-31858ddbd6c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8600 | 2024.08.16 07:20:58.121328 [ 3 ] {} <Debug> HTTP-Session: 0ef8d4f5-e9ad-4f13-9581-d74331752c4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8601 | 2024.08.16 07:20:58.121448 [ 194 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8602 | 2024.08.16 07:20:58.121484 [ 194 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
8603 | 2024.08.16 07:20:58.121609 [ 194 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
8604 | 2024.08.16 07:20:58.121636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8605 | 2024.08.16 07:20:58.121868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8606 | 2024.08.16 07:20:58.121926 [ 194 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
8607 | 2024.08.16 07:20:58.121979 [ 3 ] {} <Debug> HTTP-Session: 79c84aa5-d2a6-4847-b90f-0deae714efb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8608 | 2024.08.16 07:20:58.122134 [ 3 ] {} <Debug> HTTP-Session: 79c84aa5-d2a6-4847-b90f-0deae714efb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8609 | 2024.08.16 07:20:58.122223 [ 3 ] {} <Debug> HTTP-Session: 79c84aa5-d2a6-4847-b90f-0deae714efb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8610 | 2024.08.16 07:20:58.122306 [ 194 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
8611 | 2024.08.16 07:20:58.122337 [ 3 ] {} <Trace> HTTP-Session: 79c84aa5-d2a6-4847-b90f-0deae714efb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8612 | 2024.08.16 07:20:58.122642 [ 194 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
8613 | 2024.08.16 07:20:58.122814 [ 194 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
8614 | 2024.08.16 07:20:58.122965 [ 3 ] {08a26182-fd21-4c28-bda5-945fcb7eaf37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8615 | 2024.08.16 07:20:58.123257 [ 3 ] {08a26182-fd21-4c28-bda5-945fcb7eaf37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8616 | 2024.08.16 07:20:58.123841 [ 3 ] {08a26182-fd21-4c28-bda5-945fcb7eaf37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8617 | 2024.08.16 07:20:58.124950 [ 3 ] {08a26182-fd21-4c28-bda5-945fcb7eaf37} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8618 | 2024.08.16 07:20:58.125021 [ 3 ] {08a26182-fd21-4c28-bda5-945fcb7eaf37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8619 | 2024.08.16 07:20:58.125622 [ 189 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004507314 sec., 27954.564514475805 rows/sec., 1.43 MiB/sec. | ||
8620 | 2024.08.16 07:20:58.125833 [ 195 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8621 | 2024.08.16 07:20:58.125885 [ 3 ] {08a26182-fd21-4c28-bda5-945fcb7eaf37} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8622 | 2024.08.16 07:20:58.126446 [ 3 ] {08a26182-fd21-4c28-bda5-945fcb7eaf37} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8623 | 2024.08.16 07:20:58.126538 [ 195 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_21_4} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8624 | 2024.08.16 07:20:58.126713 [ 3 ] {08a26182-fd21-4c28-bda5-945fcb7eaf37} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004043 sec., 58619.83675488499 rows/sec., 3.93 MiB/sec. | ||
8625 | 2024.08.16 07:20:58.126719 [ 195 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_21_4} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8626 | 2024.08.16 07:20:58.126900 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8627 | 2024.08.16 07:20:58.127007 [ 3 ] {08a26182-fd21-4c28-bda5-945fcb7eaf37} <Debug> DynamicQueryHandler: Done processing query | ||
8628 | 2024.08.16 07:20:58.127036 [ 3 ] {08a26182-fd21-4c28-bda5-945fcb7eaf37} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8629 | 2024.08.16 07:20:58.127052 [ 3 ] {} <Debug> HTTP-Session: 79c84aa5-d2a6-4847-b90f-0deae714efb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8630 | 2024.08.16 07:20:58.127192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8631 | 2024.08.16 07:20:58.127242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8632 | 2024.08.16 07:20:58.127262 [ 3 ] {} <Debug> HTTP-Session: b5a26a63-c14c-42a6-8f8c-fe14905c59a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8633 | 2024.08.16 07:20:58.127280 [ 3 ] {} <Debug> HTTP-Session: b5a26a63-c14c-42a6-8f8c-fe14905c59a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8634 | 2024.08.16 07:20:58.127295 [ 3 ] {} <Debug> HTTP-Session: b5a26a63-c14c-42a6-8f8c-fe14905c59a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8635 | 2024.08.16 07:20:58.127326 [ 3 ] {} <Trace> HTTP-Session: b5a26a63-c14c-42a6-8f8c-fe14905c59a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8636 | 2024.08.16 07:20:58.127423 [ 3 ] {2315cbe2-04ed-435c-9945-709200cc04d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8637 | 2024.08.16 07:20:58.127471 [ 3 ] {2315cbe2-04ed-435c-9945-709200cc04d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8638 | 2024.08.16 07:20:58.127605 [ 3 ] {2315cbe2-04ed-435c-9945-709200cc04d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8639 | 2024.08.16 07:20:58.127872 [ 3 ] {2315cbe2-04ed-435c-9945-709200cc04d7} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8640 | 2024.08.16 07:20:58.127910 [ 3 ] {2315cbe2-04ed-435c-9945-709200cc04d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8641 | 2024.08.16 07:20:58.128268 [ 3 ] {2315cbe2-04ed-435c-9945-709200cc04d7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8642 | 2024.08.16 07:20:58.128593 [ 3 ] {2315cbe2-04ed-435c-9945-709200cc04d7} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8643 | 2024.08.16 07:20:58.128747 [ 3 ] {2315cbe2-04ed-435c-9945-709200cc04d7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001342 sec., 745.1564828614008 rows/sec., 50.21 KiB/sec. | ||
8644 | 2024.08.16 07:20:58.129088 [ 3 ] {2315cbe2-04ed-435c-9945-709200cc04d7} <Debug> DynamicQueryHandler: Done processing query | ||
8645 | 2024.08.16 07:20:58.129113 [ 3 ] {2315cbe2-04ed-435c-9945-709200cc04d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8646 | 2024.08.16 07:20:58.129130 [ 3 ] {} <Debug> HTTP-Session: b5a26a63-c14c-42a6-8f8c-fe14905c59a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8647 | 2024.08.16 07:20:58.129259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8648 | 2024.08.16 07:20:58.129309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8649 | 2024.08.16 07:20:58.129330 [ 3 ] {} <Debug> HTTP-Session: 7f440011-b307-4421-a4f1-356aa45e9ae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8650 | 2024.08.16 07:20:58.129347 [ 3 ] {} <Debug> HTTP-Session: 7f440011-b307-4421-a4f1-356aa45e9ae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8651 | 2024.08.16 07:20:58.129360 [ 3 ] {} <Debug> HTTP-Session: 7f440011-b307-4421-a4f1-356aa45e9ae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8652 | 2024.08.16 07:20:58.129391 [ 3 ] {} <Trace> HTTP-Session: 7f440011-b307-4421-a4f1-356aa45e9ae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8653 | 2024.08.16 07:20:58.129526 [ 3 ] {485270b2-964e-4635-863a-c294d9245d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8654 | 2024.08.16 07:20:58.129574 [ 3 ] {485270b2-964e-4635-863a-c294d9245d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8655 | 2024.08.16 07:20:58.129726 [ 3 ] {485270b2-964e-4635-863a-c294d9245d45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8656 | 2024.08.16 07:20:58.130038 [ 3 ] {485270b2-964e-4635-863a-c294d9245d45} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8657 | 2024.08.16 07:20:58.130076 [ 3 ] {485270b2-964e-4635-863a-c294d9245d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8658 | 2024.08.16 07:20:58.130450 [ 3 ] {485270b2-964e-4635-863a-c294d9245d45} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8659 | 2024.08.16 07:20:58.130775 [ 3 ] {485270b2-964e-4635-863a-c294d9245d45} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8660 | 2024.08.16 07:20:58.130935 [ 3 ] {485270b2-964e-4635-863a-c294d9245d45} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec. | ||
8661 | 2024.08.16 07:20:58.131097 [ 3 ] {485270b2-964e-4635-863a-c294d9245d45} <Debug> DynamicQueryHandler: Done processing query | ||
8662 | 2024.08.16 07:20:58.131122 [ 3 ] {485270b2-964e-4635-863a-c294d9245d45} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8663 | 2024.08.16 07:20:58.131138 [ 3 ] {} <Debug> HTTP-Session: 7f440011-b307-4421-a4f1-356aa45e9ae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8664 | 2024.08.16 07:21:03.098834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8665 | 2024.08.16 07:21:03.098968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8666 | 2024.08.16 07:21:03.099000 [ 3 ] {} <Debug> HTTP-Session: e02b07cb-324b-44c0-92bc-67b0bcc9e2d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8667 | 2024.08.16 07:21:03.099024 [ 3 ] {} <Debug> HTTP-Session: e02b07cb-324b-44c0-92bc-67b0bcc9e2d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8668 | 2024.08.16 07:21:03.099039 [ 3 ] {} <Debug> HTTP-Session: e02b07cb-324b-44c0-92bc-67b0bcc9e2d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8669 | 2024.08.16 07:21:03.099089 [ 3 ] {} <Trace> HTTP-Session: e02b07cb-324b-44c0-92bc-67b0bcc9e2d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8670 | 2024.08.16 07:21:03.099298 [ 3 ] {87740d15-4640-4a3c-a037-65a81c38e499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8671 | 2024.08.16 07:21:03.099367 [ 3 ] {87740d15-4640-4a3c-a037-65a81c38e499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8672 | 2024.08.16 07:21:03.099568 [ 3 ] {87740d15-4640-4a3c-a037-65a81c38e499} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8673 | 2024.08.16 07:21:03.100004 [ 3 ] {87740d15-4640-4a3c-a037-65a81c38e499} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8674 | 2024.08.16 07:21:03.100050 [ 3 ] {87740d15-4640-4a3c-a037-65a81c38e499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8675 | 2024.08.16 07:21:03.100437 [ 3 ] {87740d15-4640-4a3c-a037-65a81c38e499} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8676 | 2024.08.16 07:21:03.100791 [ 3 ] {87740d15-4640-4a3c-a037-65a81c38e499} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8677 | 2024.08.16 07:21:03.100981 [ 3 ] {87740d15-4640-4a3c-a037-65a81c38e499} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001743 sec., 18932.874354561103 rows/sec., 1.50 MiB/sec. | ||
8678 | 2024.08.16 07:21:03.101242 [ 3 ] {87740d15-4640-4a3c-a037-65a81c38e499} <Debug> DynamicQueryHandler: Done processing query | ||
8679 | 2024.08.16 07:21:03.101270 [ 3 ] {87740d15-4640-4a3c-a037-65a81c38e499} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8680 | 2024.08.16 07:21:03.101287 [ 3 ] {} <Debug> HTTP-Session: e02b07cb-324b-44c0-92bc-67b0bcc9e2d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8681 | 2024.08.16 07:21:03.101439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8682 | 2024.08.16 07:21:03.101494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8683 | 2024.08.16 07:21:03.101515 [ 3 ] {} <Debug> HTTP-Session: a54f85b2-91af-4524-a5de-4b3ee783a8df Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8684 | 2024.08.16 07:21:03.101533 [ 3 ] {} <Debug> HTTP-Session: a54f85b2-91af-4524-a5de-4b3ee783a8df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8685 | 2024.08.16 07:21:03.101547 [ 3 ] {} <Debug> HTTP-Session: a54f85b2-91af-4524-a5de-4b3ee783a8df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8686 | 2024.08.16 07:21:03.101583 [ 3 ] {} <Trace> HTTP-Session: a54f85b2-91af-4524-a5de-4b3ee783a8df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8687 | 2024.08.16 07:21:03.101689 [ 3 ] {2b5b4027-2acd-440b-b270-aacd704b9136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8688 | 2024.08.16 07:21:03.101736 [ 3 ] {2b5b4027-2acd-440b-b270-aacd704b9136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8689 | 2024.08.16 07:21:03.101871 [ 3 ] {2b5b4027-2acd-440b-b270-aacd704b9136} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8690 | 2024.08.16 07:21:03.102193 [ 3 ] {2b5b4027-2acd-440b-b270-aacd704b9136} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8691 | 2024.08.16 07:21:03.102232 [ 3 ] {2b5b4027-2acd-440b-b270-aacd704b9136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8692 | 2024.08.16 07:21:03.102562 [ 3 ] {2b5b4027-2acd-440b-b270-aacd704b9136} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8693 | 2024.08.16 07:21:03.102951 [ 3 ] {2b5b4027-2acd-440b-b270-aacd704b9136} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8694 | 2024.08.16 07:21:03.103127 [ 3 ] {2b5b4027-2acd-440b-b270-aacd704b9136} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001458 sec., 1371.7421124828531 rows/sec., 111.86 KiB/sec. | ||
8695 | 2024.08.16 07:21:03.103448 [ 3 ] {2b5b4027-2acd-440b-b270-aacd704b9136} <Debug> DynamicQueryHandler: Done processing query | ||
8696 | 2024.08.16 07:21:03.103480 [ 3 ] {2b5b4027-2acd-440b-b270-aacd704b9136} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8697 | 2024.08.16 07:21:03.103498 [ 3 ] {} <Debug> HTTP-Session: a54f85b2-91af-4524-a5de-4b3ee783a8df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8698 | 2024.08.16 07:21:03.103646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8699 | 2024.08.16 07:21:03.103700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8700 | 2024.08.16 07:21:03.103721 [ 3 ] {} <Debug> HTTP-Session: ce021072-f834-429b-9bad-62a3e482348b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8701 | 2024.08.16 07:21:03.103739 [ 3 ] {} <Debug> HTTP-Session: ce021072-f834-429b-9bad-62a3e482348b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8702 | 2024.08.16 07:21:03.103753 [ 3 ] {} <Debug> HTTP-Session: ce021072-f834-429b-9bad-62a3e482348b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8703 | 2024.08.16 07:21:03.103786 [ 3 ] {} <Trace> HTTP-Session: ce021072-f834-429b-9bad-62a3e482348b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8704 | 2024.08.16 07:21:03.103933 [ 3 ] {d0397a3c-9868-4bed-ac7f-fb35dff17e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8705 | 2024.08.16 07:21:03.103979 [ 3 ] {d0397a3c-9868-4bed-ac7f-fb35dff17e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8706 | 2024.08.16 07:21:03.104129 [ 3 ] {d0397a3c-9868-4bed-ac7f-fb35dff17e93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8707 | 2024.08.16 07:21:03.104533 [ 3 ] {d0397a3c-9868-4bed-ac7f-fb35dff17e93} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8708 | 2024.08.16 07:21:03.104571 [ 3 ] {d0397a3c-9868-4bed-ac7f-fb35dff17e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8709 | 2024.08.16 07:21:03.104902 [ 3 ] {d0397a3c-9868-4bed-ac7f-fb35dff17e93} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8710 | 2024.08.16 07:21:03.105236 [ 3 ] {d0397a3c-9868-4bed-ac7f-fb35dff17e93} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8711 | 2024.08.16 07:21:03.105408 [ 3 ] {d0397a3c-9868-4bed-ac7f-fb35dff17e93} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001531 sec., 101894.18680600914 rows/sec., 8.53 MiB/sec. | ||
8712 | 2024.08.16 07:21:03.105409 [ 91 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8713 | 2024.08.16 07:21:03.105570 [ 91 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8714 | 2024.08.16 07:21:03.105604 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8715 | 2024.08.16 07:21:03.105691 [ 3 ] {d0397a3c-9868-4bed-ac7f-fb35dff17e93} <Debug> DynamicQueryHandler: Done processing query | ||
8716 | 2024.08.16 07:21:03.105773 [ 3 ] {d0397a3c-9868-4bed-ac7f-fb35dff17e93} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8717 | 2024.08.16 07:21:03.105843 [ 3 ] {} <Debug> HTTP-Session: ce021072-f834-429b-9bad-62a3e482348b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8718 | 2024.08.16 07:21:03.106046 [ 194 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
8719 | 2024.08.16 07:21:03.106109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8720 | 2024.08.16 07:21:03.106257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8721 | 2024.08.16 07:21:03.106351 [ 3 ] {} <Debug> HTTP-Session: 5f6d9bb5-0061-445b-bc7a-83410cae57fd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8722 | 2024.08.16 07:21:03.106412 [ 3 ] {} <Debug> HTTP-Session: 5f6d9bb5-0061-445b-bc7a-83410cae57fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8723 | 2024.08.16 07:21:03.106482 [ 3 ] {} <Debug> HTTP-Session: 5f6d9bb5-0061-445b-bc7a-83410cae57fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8724 | 2024.08.16 07:21:03.106507 [ 194 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8725 | 2024.08.16 07:21:03.106548 [ 3 ] {} <Trace> HTTP-Session: 5f6d9bb5-0061-445b-bc7a-83410cae57fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8726 | 2024.08.16 07:21:03.106574 [ 194 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1436 rows starting from the beginning of the part | ||
8727 | 2024.08.16 07:21:03.106791 [ 194 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 155 rows starting from the beginning of the part | ||
8728 | 2024.08.16 07:21:03.106825 [ 3 ] {6663540e-286d-4c2d-8807-488c5c149961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8729 | 2024.08.16 07:21:03.107033 [ 3 ] {6663540e-286d-4c2d-8807-488c5c149961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8730 | 2024.08.16 07:21:03.107151 [ 194 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1330 rows starting from the beginning of the part | ||
8731 | 2024.08.16 07:21:03.107489 [ 194 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 158 rows starting from the beginning of the part | ||
8732 | 2024.08.16 07:21:03.107910 [ 194 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 189 rows starting from the beginning of the part | ||
8733 | 2024.08.16 07:21:03.108244 [ 194 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 156 rows starting from the beginning of the part | ||
8734 | 2024.08.16 07:21:03.108272 [ 3 ] {6663540e-286d-4c2d-8807-488c5c149961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8735 | 2024.08.16 07:21:03.109124 [ 3 ] {6663540e-286d-4c2d-8807-488c5c149961} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8736 | 2024.08.16 07:21:03.109199 [ 3 ] {6663540e-286d-4c2d-8807-488c5c149961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8737 | 2024.08.16 07:21:03.109931 [ 3 ] {6663540e-286d-4c2d-8807-488c5c149961} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8738 | 2024.08.16 07:21:03.110795 [ 3 ] {6663540e-286d-4c2d-8807-488c5c149961} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8739 | 2024.08.16 07:21:03.111000 [ 3 ] {6663540e-286d-4c2d-8807-488c5c149961} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004326 sec., 462.32085067036525 rows/sec., 32.28 KiB/sec. | ||
8740 | 2024.08.16 07:21:03.111452 [ 3 ] {6663540e-286d-4c2d-8807-488c5c149961} <Debug> DynamicQueryHandler: Done processing query | ||
8741 | 2024.08.16 07:21:03.111528 [ 3 ] {6663540e-286d-4c2d-8807-488c5c149961} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8742 | 2024.08.16 07:21:03.111599 [ 3 ] {} <Debug> HTTP-Session: 5f6d9bb5-0061-445b-bc7a-83410cae57fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8743 | 2024.08.16 07:21:03.111891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8744 | 2024.08.16 07:21:03.111961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8745 | 2024.08.16 07:21:03.111972 [ 195 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3424 rows, containing 4 columns (4 merged, 0 gathered) in 0.006268995 sec., 546180.0495932761 rows/sec., 45.58 MiB/sec. | ||
8746 | 2024.08.16 07:21:03.111988 [ 3 ] {} <Debug> HTTP-Session: 0c0ff6b0-3b6e-4dad-96f3-50e994943b79 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8747 | 2024.08.16 07:21:03.112012 [ 3 ] {} <Debug> HTTP-Session: 0c0ff6b0-3b6e-4dad-96f3-50e994943b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8748 | 2024.08.16 07:21:03.112028 [ 3 ] {} <Debug> HTTP-Session: 0c0ff6b0-3b6e-4dad-96f3-50e994943b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8749 | 2024.08.16 07:21:03.112063 [ 3 ] {} <Trace> HTTP-Session: 0c0ff6b0-3b6e-4dad-96f3-50e994943b79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8750 | 2024.08.16 07:21:03.112185 [ 195 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8751 | 2024.08.16 07:21:03.112225 [ 3 ] {818c5dd6-95d1-45c8-85bc-6174118222dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8752 | 2024.08.16 07:21:03.112279 [ 3 ] {818c5dd6-95d1-45c8-85bc-6174118222dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8753 | 2024.08.16 07:21:03.112590 [ 3 ] {818c5dd6-95d1-45c8-85bc-6174118222dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8754 | 2024.08.16 07:21:03.112895 [ 195 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_46_9} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8755 | 2024.08.16 07:21:03.113025 [ 195 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_46_9} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8756 | 2024.08.16 07:21:03.113076 [ 3 ] {818c5dd6-95d1-45c8-85bc-6174118222dd} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8757 | 2024.08.16 07:21:03.113122 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
8758 | 2024.08.16 07:21:03.113125 [ 3 ] {818c5dd6-95d1-45c8-85bc-6174118222dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8759 | 2024.08.16 07:21:03.113463 [ 3 ] {818c5dd6-95d1-45c8-85bc-6174118222dd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8760 | 2024.08.16 07:21:03.113776 [ 3 ] {818c5dd6-95d1-45c8-85bc-6174118222dd} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8761 | 2024.08.16 07:21:03.113927 [ 3 ] {818c5dd6-95d1-45c8-85bc-6174118222dd} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001776 sec., 55743.24324324324 rows/sec., 4.36 MiB/sec. | ||
8762 | 2024.08.16 07:21:03.113949 [ 91 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8763 | 2024.08.16 07:21:03.114040 [ 91 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8764 | 2024.08.16 07:21:03.114098 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8765 | 2024.08.16 07:21:03.114233 [ 3 ] {818c5dd6-95d1-45c8-85bc-6174118222dd} <Debug> DynamicQueryHandler: Done processing query | ||
8766 | 2024.08.16 07:21:03.114318 [ 3 ] {818c5dd6-95d1-45c8-85bc-6174118222dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8767 | 2024.08.16 07:21:03.114362 [ 3 ] {} <Debug> HTTP-Session: 0c0ff6b0-3b6e-4dad-96f3-50e994943b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8768 | 2024.08.16 07:21:03.114384 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
8769 | 2024.08.16 07:21:03.114648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8770 | 2024.08.16 07:21:03.114816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8771 | 2024.08.16 07:21:03.114916 [ 3 ] {} <Debug> HTTP-Session: 886d9e09-dcaa-4b85-9631-6b599d57387f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8772 | 2024.08.16 07:21:03.115002 [ 3 ] {} <Debug> HTTP-Session: 886d9e09-dcaa-4b85-9631-6b599d57387f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8773 | 2024.08.16 07:21:03.115083 [ 3 ] {} <Debug> HTTP-Session: 886d9e09-dcaa-4b85-9631-6b599d57387f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8774 | 2024.08.16 07:21:03.115095 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8775 | 2024.08.16 07:21:03.115151 [ 3 ] {} <Trace> HTTP-Session: 886d9e09-dcaa-4b85-9631-6b599d57387f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8776 | 2024.08.16 07:21:03.115166 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 905 rows starting from the beginning of the part | ||
8777 | 2024.08.16 07:21:03.115366 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 97 rows starting from the beginning of the part | ||
8778 | 2024.08.16 07:21:03.115508 [ 3 ] {2e025370-359a-4b92-ad2e-3d1d08fdf88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8779 | 2024.08.16 07:21:03.115660 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 840 rows starting from the beginning of the part | ||
8780 | 2024.08.16 07:21:03.115690 [ 3 ] {2e025370-359a-4b92-ad2e-3d1d08fdf88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8781 | 2024.08.16 07:21:03.115977 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 103 rows starting from the beginning of the part | ||
8782 | 2024.08.16 07:21:03.116273 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 382 rows starting from the beginning of the part | ||
8783 | 2024.08.16 07:21:03.116616 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 99 rows starting from the beginning of the part | ||
8784 | 2024.08.16 07:21:03.117020 [ 3 ] {2e025370-359a-4b92-ad2e-3d1d08fdf88e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8785 | 2024.08.16 07:21:03.117947 [ 3 ] {2e025370-359a-4b92-ad2e-3d1d08fdf88e} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8786 | 2024.08.16 07:21:03.118012 [ 3 ] {2e025370-359a-4b92-ad2e-3d1d08fdf88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8787 | 2024.08.16 07:21:03.118951 [ 3 ] {2e025370-359a-4b92-ad2e-3d1d08fdf88e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8788 | 2024.08.16 07:21:03.119554 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2426 rows, containing 4 columns (4 merged, 0 gathered) in 0.005370164 sec., 451755.29089986824 rows/sec., 32.93 MiB/sec. | ||
8789 | 2024.08.16 07:21:03.119638 [ 3 ] {2e025370-359a-4b92-ad2e-3d1d08fdf88e} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8790 | 2024.08.16 07:21:03.119894 [ 3 ] {2e025370-359a-4b92-ad2e-3d1d08fdf88e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004592 sec., 35060.9756097561 rows/sec., 2.44 MiB/sec. | ||
8791 | 2024.08.16 07:21:03.119903 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8792 | 2024.08.16 07:21:03.120288 [ 3 ] {2e025370-359a-4b92-ad2e-3d1d08fdf88e} <Debug> DynamicQueryHandler: Done processing query | ||
8793 | 2024.08.16 07:21:03.120357 [ 3 ] {2e025370-359a-4b92-ad2e-3d1d08fdf88e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8794 | 2024.08.16 07:21:03.120421 [ 3 ] {} <Debug> HTTP-Session: 886d9e09-dcaa-4b85-9631-6b599d57387f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8795 | 2024.08.16 07:21:03.120661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53277, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8796 | 2024.08.16 07:21:03.120741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8797 | 2024.08.16 07:21:03.120747 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_46_9} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8798 | 2024.08.16 07:21:03.120768 [ 3 ] {} <Debug> HTTP-Session: 9561c512-e11b-41a4-bb28-9413d965d55c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8799 | 2024.08.16 07:21:03.120818 [ 3 ] {} <Debug> HTTP-Session: 9561c512-e11b-41a4-bb28-9413d965d55c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8800 | 2024.08.16 07:21:03.120843 [ 3 ] {} <Debug> HTTP-Session: 9561c512-e11b-41a4-bb28-9413d965d55c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8801 | 2024.08.16 07:21:03.120902 [ 3 ] {} <Trace> HTTP-Session: 9561c512-e11b-41a4-bb28-9413d965d55c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8802 | 2024.08.16 07:21:03.120919 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_46_9} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8803 | 2024.08.16 07:21:03.121080 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
8804 | 2024.08.16 07:21:03.121440 [ 3 ] {cdd97f47-d2f7-4c05-9265-823db1353575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8805 | 2024.08.16 07:21:03.121521 [ 3 ] {cdd97f47-d2f7-4c05-9265-823db1353575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8806 | 2024.08.16 07:21:03.121998 [ 3 ] {cdd97f47-d2f7-4c05-9265-823db1353575} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8807 | 2024.08.16 07:21:03.122676 [ 3 ] {cdd97f47-d2f7-4c05-9265-823db1353575} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8808 | 2024.08.16 07:21:03.122715 [ 3 ] {cdd97f47-d2f7-4c05-9265-823db1353575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8809 | 2024.08.16 07:21:03.123357 [ 3 ] {cdd97f47-d2f7-4c05-9265-823db1353575} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8810 | 2024.08.16 07:21:03.123773 [ 3 ] {cdd97f47-d2f7-4c05-9265-823db1353575} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8811 | 2024.08.16 07:21:03.123965 [ 3 ] {cdd97f47-d2f7-4c05-9265-823db1353575} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002909 sec., 11344.104503265726 rows/sec., 20.33 MiB/sec. | ||
8812 | 2024.08.16 07:21:03.124196 [ 3 ] {cdd97f47-d2f7-4c05-9265-823db1353575} <Debug> DynamicQueryHandler: Done processing query | ||
8813 | 2024.08.16 07:21:03.124221 [ 3 ] {cdd97f47-d2f7-4c05-9265-823db1353575} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8814 | 2024.08.16 07:21:03.124237 [ 3 ] {} <Debug> HTTP-Session: 9561c512-e11b-41a4-bb28-9413d965d55c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8815 | 2024.08.16 07:21:03.124368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8816 | 2024.08.16 07:21:03.124415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8817 | 2024.08.16 07:21:03.124435 [ 3 ] {} <Debug> HTTP-Session: 358d7dfe-8a39-4023-8d7b-30fe25ea7d13 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8818 | 2024.08.16 07:21:03.124451 [ 3 ] {} <Debug> HTTP-Session: 358d7dfe-8a39-4023-8d7b-30fe25ea7d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8819 | 2024.08.16 07:21:03.124464 [ 3 ] {} <Debug> HTTP-Session: 358d7dfe-8a39-4023-8d7b-30fe25ea7d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8820 | 2024.08.16 07:21:03.124496 [ 3 ] {} <Trace> HTTP-Session: 358d7dfe-8a39-4023-8d7b-30fe25ea7d13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8821 | 2024.08.16 07:21:03.124620 [ 3 ] {9140b60a-744f-4e93-895b-6645cee03d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8822 | 2024.08.16 07:21:03.124681 [ 3 ] {9140b60a-744f-4e93-895b-6645cee03d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8823 | 2024.08.16 07:21:03.124816 [ 3 ] {9140b60a-744f-4e93-895b-6645cee03d57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8824 | 2024.08.16 07:21:03.125146 [ 3 ] {9140b60a-744f-4e93-895b-6645cee03d57} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8825 | 2024.08.16 07:21:03.125185 [ 3 ] {9140b60a-744f-4e93-895b-6645cee03d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8826 | 2024.08.16 07:21:03.125580 [ 3 ] {9140b60a-744f-4e93-895b-6645cee03d57} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8827 | 2024.08.16 07:21:03.125988 [ 3 ] {9140b60a-744f-4e93-895b-6645cee03d57} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8828 | 2024.08.16 07:21:03.126149 [ 3 ] {9140b60a-744f-4e93-895b-6645cee03d57} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec. | ||
8829 | 2024.08.16 07:21:03.126431 [ 3 ] {9140b60a-744f-4e93-895b-6645cee03d57} <Debug> DynamicQueryHandler: Done processing query | ||
8830 | 2024.08.16 07:21:03.126488 [ 3 ] {9140b60a-744f-4e93-895b-6645cee03d57} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8831 | 2024.08.16 07:21:03.126535 [ 3 ] {} <Debug> HTTP-Session: 358d7dfe-8a39-4023-8d7b-30fe25ea7d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8832 | 2024.08.16 07:21:08.101320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8833 | 2024.08.16 07:21:08.101460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8834 | 2024.08.16 07:21:08.101485 [ 3 ] {} <Debug> HTTP-Session: e25e73ba-d166-467b-989e-c85bb813e990 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8835 | 2024.08.16 07:21:08.101509 [ 3 ] {} <Debug> HTTP-Session: e25e73ba-d166-467b-989e-c85bb813e990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8836 | 2024.08.16 07:21:08.101524 [ 3 ] {} <Debug> HTTP-Session: e25e73ba-d166-467b-989e-c85bb813e990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8837 | 2024.08.16 07:21:08.101574 [ 3 ] {} <Trace> HTTP-Session: e25e73ba-d166-467b-989e-c85bb813e990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8838 | 2024.08.16 07:21:08.101824 [ 3 ] {a4159786-18d0-4239-8d04-e25c2e575037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8839 | 2024.08.16 07:21:08.101894 [ 3 ] {a4159786-18d0-4239-8d04-e25c2e575037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8840 | 2024.08.16 07:21:08.102092 [ 3 ] {a4159786-18d0-4239-8d04-e25c2e575037} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8841 | 2024.08.16 07:21:08.102676 [ 3 ] {a4159786-18d0-4239-8d04-e25c2e575037} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8842 | 2024.08.16 07:21:08.102725 [ 3 ] {a4159786-18d0-4239-8d04-e25c2e575037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8843 | 2024.08.16 07:21:08.103118 [ 3 ] {a4159786-18d0-4239-8d04-e25c2e575037} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8844 | 2024.08.16 07:21:08.103466 [ 3 ] {a4159786-18d0-4239-8d04-e25c2e575037} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8845 | 2024.08.16 07:21:08.103639 [ 3 ] {a4159786-18d0-4239-8d04-e25c2e575037} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001914 sec., 98746.0815047022 rows/sec., 8.60 MiB/sec. | ||
8846 | 2024.08.16 07:21:08.103859 [ 3 ] {a4159786-18d0-4239-8d04-e25c2e575037} <Debug> DynamicQueryHandler: Done processing query | ||
8847 | 2024.08.16 07:21:08.103887 [ 3 ] {a4159786-18d0-4239-8d04-e25c2e575037} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8848 | 2024.08.16 07:21:08.103903 [ 3 ] {} <Debug> HTTP-Session: e25e73ba-d166-467b-989e-c85bb813e990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8849 | 2024.08.16 07:21:08.104102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8850 | 2024.08.16 07:21:08.104156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8851 | 2024.08.16 07:21:08.104175 [ 3 ] {} <Debug> HTTP-Session: 1ff00066-c6cc-4a14-96f5-9b96c7e7e85e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8852 | 2024.08.16 07:21:08.104194 [ 3 ] {} <Debug> HTTP-Session: 1ff00066-c6cc-4a14-96f5-9b96c7e7e85e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8853 | 2024.08.16 07:21:08.104207 [ 3 ] {} <Debug> HTTP-Session: 1ff00066-c6cc-4a14-96f5-9b96c7e7e85e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8854 | 2024.08.16 07:21:08.104244 [ 3 ] {} <Trace> HTTP-Session: 1ff00066-c6cc-4a14-96f5-9b96c7e7e85e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8855 | 2024.08.16 07:21:08.104353 [ 3 ] {b376aa19-edd3-4b40-8ebd-d9ef6135f9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8856 | 2024.08.16 07:21:08.104400 [ 3 ] {b376aa19-edd3-4b40-8ebd-d9ef6135f9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8857 | 2024.08.16 07:21:08.104531 [ 3 ] {b376aa19-edd3-4b40-8ebd-d9ef6135f9c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8858 | 2024.08.16 07:21:08.104836 [ 3 ] {b376aa19-edd3-4b40-8ebd-d9ef6135f9c9} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8859 | 2024.08.16 07:21:08.104874 [ 3 ] {b376aa19-edd3-4b40-8ebd-d9ef6135f9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8860 | 2024.08.16 07:21:08.105198 [ 3 ] {b376aa19-edd3-4b40-8ebd-d9ef6135f9c9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8861 | 2024.08.16 07:21:08.105506 [ 3 ] {b376aa19-edd3-4b40-8ebd-d9ef6135f9c9} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8862 | 2024.08.16 07:21:08.105665 [ 3 ] {b376aa19-edd3-4b40-8ebd-d9ef6135f9c9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001341 sec., 10439.970171513796 rows/sec., 731.15 KiB/sec. | ||
8863 | 2024.08.16 07:21:08.105978 [ 3 ] {b376aa19-edd3-4b40-8ebd-d9ef6135f9c9} <Debug> DynamicQueryHandler: Done processing query | ||
8864 | 2024.08.16 07:21:08.106005 [ 3 ] {b376aa19-edd3-4b40-8ebd-d9ef6135f9c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8865 | 2024.08.16 07:21:08.106020 [ 3 ] {} <Debug> HTTP-Session: 1ff00066-c6cc-4a14-96f5-9b96c7e7e85e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8866 | 2024.08.16 07:21:08.106138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8867 | 2024.08.16 07:21:08.106186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8868 | 2024.08.16 07:21:08.106205 [ 3 ] {} <Debug> HTTP-Session: e434b1a1-47e0-4bd0-88ab-e0353c0f012c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8869 | 2024.08.16 07:21:08.106222 [ 3 ] {} <Debug> HTTP-Session: e434b1a1-47e0-4bd0-88ab-e0353c0f012c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8870 | 2024.08.16 07:21:08.106235 [ 3 ] {} <Debug> HTTP-Session: e434b1a1-47e0-4bd0-88ab-e0353c0f012c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8871 | 2024.08.16 07:21:08.106269 [ 3 ] {} <Trace> HTTP-Session: e434b1a1-47e0-4bd0-88ab-e0353c0f012c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8872 | 2024.08.16 07:21:08.106370 [ 3 ] {ff033ddf-a1e8-413c-a241-28dd4824acbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8873 | 2024.08.16 07:21:08.106416 [ 3 ] {ff033ddf-a1e8-413c-a241-28dd4824acbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8874 | 2024.08.16 07:21:08.106560 [ 3 ] {ff033ddf-a1e8-413c-a241-28dd4824acbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8875 | 2024.08.16 07:21:08.106853 [ 3 ] {ff033ddf-a1e8-413c-a241-28dd4824acbe} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8876 | 2024.08.16 07:21:08.106890 [ 3 ] {ff033ddf-a1e8-413c-a241-28dd4824acbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8877 | 2024.08.16 07:21:08.107200 [ 3 ] {ff033ddf-a1e8-413c-a241-28dd4824acbe} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8878 | 2024.08.16 07:21:08.107503 [ 3 ] {ff033ddf-a1e8-413c-a241-28dd4824acbe} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8879 | 2024.08.16 07:21:08.107636 [ 3 ] {ff033ddf-a1e8-413c-a241-28dd4824acbe} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001295 sec., 4633.204633204634 rows/sec., 273.74 KiB/sec. | ||
8880 | 2024.08.16 07:21:08.107824 [ 3 ] {ff033ddf-a1e8-413c-a241-28dd4824acbe} <Debug> DynamicQueryHandler: Done processing query | ||
8881 | 2024.08.16 07:21:08.107847 [ 3 ] {ff033ddf-a1e8-413c-a241-28dd4824acbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8882 | 2024.08.16 07:21:08.107863 [ 3 ] {} <Debug> HTTP-Session: e434b1a1-47e0-4bd0-88ab-e0353c0f012c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8883 | 2024.08.16 07:21:08.108075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8884 | 2024.08.16 07:21:08.108123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8885 | 2024.08.16 07:21:08.108142 [ 3 ] {} <Debug> HTTP-Session: d59b2be4-e62b-4297-95e3-215d2dea820c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8886 | 2024.08.16 07:21:08.108158 [ 3 ] {} <Debug> HTTP-Session: d59b2be4-e62b-4297-95e3-215d2dea820c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8887 | 2024.08.16 07:21:08.108171 [ 3 ] {} <Debug> HTTP-Session: d59b2be4-e62b-4297-95e3-215d2dea820c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8888 | 2024.08.16 07:21:08.108202 [ 3 ] {} <Trace> HTTP-Session: d59b2be4-e62b-4297-95e3-215d2dea820c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8889 | 2024.08.16 07:21:08.108400 [ 3 ] {1ea58a43-c486-4da9-b983-bd51a65fbf16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8890 | 2024.08.16 07:21:08.108443 [ 3 ] {1ea58a43-c486-4da9-b983-bd51a65fbf16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8891 | 2024.08.16 07:21:08.108572 [ 3 ] {1ea58a43-c486-4da9-b983-bd51a65fbf16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8892 | 2024.08.16 07:21:08.109082 [ 3 ] {1ea58a43-c486-4da9-b983-bd51a65fbf16} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8893 | 2024.08.16 07:21:08.109120 [ 3 ] {1ea58a43-c486-4da9-b983-bd51a65fbf16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8894 | 2024.08.16 07:21:08.109455 [ 3 ] {1ea58a43-c486-4da9-b983-bd51a65fbf16} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8895 | 2024.08.16 07:21:08.109757 [ 3 ] {1ea58a43-c486-4da9-b983-bd51a65fbf16} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8896 | 2024.08.16 07:21:08.109911 [ 3 ] {1ea58a43-c486-4da9-b983-bd51a65fbf16} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001613 sec., 236825.79045257284 rows/sec., 16.76 MiB/sec. | ||
8897 | 2024.08.16 07:21:08.110067 [ 3 ] {1ea58a43-c486-4da9-b983-bd51a65fbf16} <Debug> DynamicQueryHandler: Done processing query | ||
8898 | 2024.08.16 07:21:08.110092 [ 3 ] {1ea58a43-c486-4da9-b983-bd51a65fbf16} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8899 | 2024.08.16 07:21:08.110107 [ 3 ] {} <Debug> HTTP-Session: d59b2be4-e62b-4297-95e3-215d2dea820c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8900 | 2024.08.16 07:21:08.110242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8901 | 2024.08.16 07:21:08.110287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8902 | 2024.08.16 07:21:08.110305 [ 3 ] {} <Debug> HTTP-Session: 8565526a-ab5d-4d50-aefb-ad67f2526d9f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8903 | 2024.08.16 07:21:08.110322 [ 3 ] {} <Debug> HTTP-Session: 8565526a-ab5d-4d50-aefb-ad67f2526d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8904 | 2024.08.16 07:21:08.110335 [ 3 ] {} <Debug> HTTP-Session: 8565526a-ab5d-4d50-aefb-ad67f2526d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8905 | 2024.08.16 07:21:08.110365 [ 3 ] {} <Trace> HTTP-Session: 8565526a-ab5d-4d50-aefb-ad67f2526d9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8906 | 2024.08.16 07:21:08.110458 [ 3 ] {a6325c6c-3602-4431-a0b2-a0fefa7e88a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8907 | 2024.08.16 07:21:08.110502 [ 3 ] {a6325c6c-3602-4431-a0b2-a0fefa7e88a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8908 | 2024.08.16 07:21:08.110631 [ 3 ] {a6325c6c-3602-4431-a0b2-a0fefa7e88a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8909 | 2024.08.16 07:21:08.110904 [ 3 ] {a6325c6c-3602-4431-a0b2-a0fefa7e88a8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8910 | 2024.08.16 07:21:08.110940 [ 3 ] {a6325c6c-3602-4431-a0b2-a0fefa7e88a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8911 | 2024.08.16 07:21:08.111299 [ 3 ] {a6325c6c-3602-4431-a0b2-a0fefa7e88a8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8912 | 2024.08.16 07:21:08.111618 [ 3 ] {a6325c6c-3602-4431-a0b2-a0fefa7e88a8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8913 | 2024.08.16 07:21:08.111768 [ 3 ] {a6325c6c-3602-4431-a0b2-a0fefa7e88a8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001333 sec., 4501.12528132033 rows/sec., 235.17 KiB/sec. | ||
8914 | 2024.08.16 07:21:08.111933 [ 3 ] {a6325c6c-3602-4431-a0b2-a0fefa7e88a8} <Debug> DynamicQueryHandler: Done processing query | ||
8915 | 2024.08.16 07:21:08.111958 [ 3 ] {a6325c6c-3602-4431-a0b2-a0fefa7e88a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8916 | 2024.08.16 07:21:08.111973 [ 3 ] {} <Debug> HTTP-Session: 8565526a-ab5d-4d50-aefb-ad67f2526d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8917 | 2024.08.16 07:21:08.112158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8918 | 2024.08.16 07:21:08.112206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8919 | 2024.08.16 07:21:08.112224 [ 3 ] {} <Debug> HTTP-Session: 6780ad48-b95d-49f8-828d-e017d1b78a5f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8920 | 2024.08.16 07:21:08.112240 [ 3 ] {} <Debug> HTTP-Session: 6780ad48-b95d-49f8-828d-e017d1b78a5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8921 | 2024.08.16 07:21:08.112254 [ 3 ] {} <Debug> HTTP-Session: 6780ad48-b95d-49f8-828d-e017d1b78a5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8922 | 2024.08.16 07:21:08.112284 [ 3 ] {} <Trace> HTTP-Session: 6780ad48-b95d-49f8-828d-e017d1b78a5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8923 | 2024.08.16 07:21:08.112456 [ 3 ] {a7fdf3c6-f5f9-455c-b4c0-9dc41fffe477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8924 | 2024.08.16 07:21:08.112502 [ 3 ] {a7fdf3c6-f5f9-455c-b4c0-9dc41fffe477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8925 | 2024.08.16 07:21:08.112657 [ 3 ] {a7fdf3c6-f5f9-455c-b4c0-9dc41fffe477} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8926 | 2024.08.16 07:21:08.113149 [ 3 ] {a7fdf3c6-f5f9-455c-b4c0-9dc41fffe477} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8927 | 2024.08.16 07:21:08.113190 [ 3 ] {a7fdf3c6-f5f9-455c-b4c0-9dc41fffe477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8928 | 2024.08.16 07:21:08.113574 [ 3 ] {a7fdf3c6-f5f9-455c-b4c0-9dc41fffe477} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8929 | 2024.08.16 07:21:08.113899 [ 3 ] {a7fdf3c6-f5f9-455c-b4c0-9dc41fffe477} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8930 | 2024.08.16 07:21:08.114045 [ 3 ] {a7fdf3c6-f5f9-455c-b4c0-9dc41fffe477} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001664 sec., 142427.88461538462 rows/sec., 9.55 MiB/sec. | ||
8931 | 2024.08.16 07:21:08.114205 [ 3 ] {a7fdf3c6-f5f9-455c-b4c0-9dc41fffe477} <Debug> DynamicQueryHandler: Done processing query | ||
8932 | 2024.08.16 07:21:08.114228 [ 3 ] {a7fdf3c6-f5f9-455c-b4c0-9dc41fffe477} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8933 | 2024.08.16 07:21:08.114243 [ 3 ] {} <Debug> HTTP-Session: 6780ad48-b95d-49f8-828d-e017d1b78a5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8934 | 2024.08.16 07:21:08.114366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8935 | 2024.08.16 07:21:08.114412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8936 | 2024.08.16 07:21:08.114431 [ 3 ] {} <Debug> HTTP-Session: 0c4b4a8b-102a-4079-8264-1112d84a076e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8937 | 2024.08.16 07:21:08.114447 [ 3 ] {} <Debug> HTTP-Session: 0c4b4a8b-102a-4079-8264-1112d84a076e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8938 | 2024.08.16 07:21:08.114460 [ 3 ] {} <Debug> HTTP-Session: 0c4b4a8b-102a-4079-8264-1112d84a076e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8939 | 2024.08.16 07:21:08.114490 [ 3 ] {} <Trace> HTTP-Session: 0c4b4a8b-102a-4079-8264-1112d84a076e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8940 | 2024.08.16 07:21:08.114581 [ 3 ] {24416b57-d5fe-4b88-9765-059fc91b27e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8941 | 2024.08.16 07:21:08.114626 [ 3 ] {24416b57-d5fe-4b88-9765-059fc91b27e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8942 | 2024.08.16 07:21:08.114749 [ 3 ] {24416b57-d5fe-4b88-9765-059fc91b27e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8943 | 2024.08.16 07:21:08.114995 [ 3 ] {24416b57-d5fe-4b88-9765-059fc91b27e7} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8944 | 2024.08.16 07:21:08.115031 [ 3 ] {24416b57-d5fe-4b88-9765-059fc91b27e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8945 | 2024.08.16 07:21:08.115376 [ 3 ] {24416b57-d5fe-4b88-9765-059fc91b27e7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8946 | 2024.08.16 07:21:08.115700 [ 3 ] {24416b57-d5fe-4b88-9765-059fc91b27e7} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8947 | 2024.08.16 07:21:08.115852 [ 3 ] {24416b57-d5fe-4b88-9765-059fc91b27e7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001287 sec., 777.000777000777 rows/sec., 52.36 KiB/sec. | ||
8948 | 2024.08.16 07:21:08.116014 [ 3 ] {24416b57-d5fe-4b88-9765-059fc91b27e7} <Debug> DynamicQueryHandler: Done processing query | ||
8949 | 2024.08.16 07:21:08.116038 [ 3 ] {24416b57-d5fe-4b88-9765-059fc91b27e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8950 | 2024.08.16 07:21:08.116052 [ 3 ] {} <Debug> HTTP-Session: 0c4b4a8b-102a-4079-8264-1112d84a076e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8951 | 2024.08.16 07:21:08.116181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8952 | 2024.08.16 07:21:08.116228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8953 | 2024.08.16 07:21:08.116246 [ 3 ] {} <Debug> HTTP-Session: bc951705-316f-46bb-ad75-b6d1e3515946 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8954 | 2024.08.16 07:21:08.116262 [ 3 ] {} <Debug> HTTP-Session: bc951705-316f-46bb-ad75-b6d1e3515946 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8955 | 2024.08.16 07:21:08.116276 [ 3 ] {} <Debug> HTTP-Session: bc951705-316f-46bb-ad75-b6d1e3515946 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8956 | 2024.08.16 07:21:08.116306 [ 3 ] {} <Trace> HTTP-Session: bc951705-316f-46bb-ad75-b6d1e3515946 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8957 | 2024.08.16 07:21:08.116420 [ 3 ] {c07bc0eb-dde5-44a8-a20b-b3ab86261f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8958 | 2024.08.16 07:21:08.116464 [ 3 ] {c07bc0eb-dde5-44a8-a20b-b3ab86261f29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8959 | 2024.08.16 07:21:08.116591 [ 3 ] {c07bc0eb-dde5-44a8-a20b-b3ab86261f29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8960 | 2024.08.16 07:21:08.116872 [ 3 ] {c07bc0eb-dde5-44a8-a20b-b3ab86261f29} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8961 | 2024.08.16 07:21:08.116908 [ 3 ] {c07bc0eb-dde5-44a8-a20b-b3ab86261f29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8962 | 2024.08.16 07:21:08.117257 [ 3 ] {c07bc0eb-dde5-44a8-a20b-b3ab86261f29} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8963 | 2024.08.16 07:21:08.117569 [ 3 ] {c07bc0eb-dde5-44a8-a20b-b3ab86261f29} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8964 | 2024.08.16 07:21:08.117723 [ 3 ] {c07bc0eb-dde5-44a8-a20b-b3ab86261f29} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001339 sec., 61239.731142643766 rows/sec., 3.89 MiB/sec. | ||
8965 | 2024.08.16 07:21:08.117879 [ 3 ] {c07bc0eb-dde5-44a8-a20b-b3ab86261f29} <Debug> DynamicQueryHandler: Done processing query | ||
8966 | 2024.08.16 07:21:08.117903 [ 3 ] {c07bc0eb-dde5-44a8-a20b-b3ab86261f29} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8967 | 2024.08.16 07:21:08.117919 [ 3 ] {} <Debug> HTTP-Session: bc951705-316f-46bb-ad75-b6d1e3515946 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8968 | 2024.08.16 07:21:12.479956 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8969 | 2024.08.16 07:21:12.480047 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8970 | 2024.08.16 07:21:13.099502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8971 | 2024.08.16 07:21:13.099617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8972 | 2024.08.16 07:21:13.099641 [ 3 ] {} <Debug> HTTP-Session: e6ff4826-3d9f-42f6-869e-803bb5097241 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8973 | 2024.08.16 07:21:13.099665 [ 3 ] {} <Debug> HTTP-Session: e6ff4826-3d9f-42f6-869e-803bb5097241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8974 | 2024.08.16 07:21:13.099680 [ 3 ] {} <Debug> HTTP-Session: e6ff4826-3d9f-42f6-869e-803bb5097241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8975 | 2024.08.16 07:21:13.099736 [ 3 ] {} <Trace> HTTP-Session: e6ff4826-3d9f-42f6-869e-803bb5097241 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8976 | 2024.08.16 07:21:13.099955 [ 3 ] {d452f1e9-cb16-4802-bb9d-a9f8df9b3636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8977 | 2024.08.16 07:21:13.100032 [ 3 ] {d452f1e9-cb16-4802-bb9d-a9f8df9b3636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8978 | 2024.08.16 07:21:13.100253 [ 3 ] {d452f1e9-cb16-4802-bb9d-a9f8df9b3636} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8979 | 2024.08.16 07:21:13.100730 [ 3 ] {d452f1e9-cb16-4802-bb9d-a9f8df9b3636} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8980 | 2024.08.16 07:21:13.100778 [ 3 ] {d452f1e9-cb16-4802-bb9d-a9f8df9b3636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8981 | 2024.08.16 07:21:13.101167 [ 3 ] {d452f1e9-cb16-4802-bb9d-a9f8df9b3636} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8982 | 2024.08.16 07:21:13.101590 [ 3 ] {d452f1e9-cb16-4802-bb9d-a9f8df9b3636} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8983 | 2024.08.16 07:21:13.101774 [ 3 ] {d452f1e9-cb16-4802-bb9d-a9f8df9b3636} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001888 sec., 17478.813559322036 rows/sec., 1.38 MiB/sec. | ||
8984 | 2024.08.16 07:21:13.101994 [ 3 ] {d452f1e9-cb16-4802-bb9d-a9f8df9b3636} <Debug> DynamicQueryHandler: Done processing query | ||
8985 | 2024.08.16 07:21:13.102021 [ 3 ] {d452f1e9-cb16-4802-bb9d-a9f8df9b3636} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8986 | 2024.08.16 07:21:13.102037 [ 3 ] {} <Debug> HTTP-Session: e6ff4826-3d9f-42f6-869e-803bb5097241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8987 | 2024.08.16 07:21:13.102248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8988 | 2024.08.16 07:21:13.102305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8989 | 2024.08.16 07:21:13.102325 [ 3 ] {} <Debug> HTTP-Session: c404c7cd-dad7-4409-a0fb-57a61ddd3f6e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
8990 | 2024.08.16 07:21:13.102343 [ 3 ] {} <Debug> HTTP-Session: c404c7cd-dad7-4409-a0fb-57a61ddd3f6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8991 | 2024.08.16 07:21:13.102357 [ 3 ] {} <Debug> HTTP-Session: c404c7cd-dad7-4409-a0fb-57a61ddd3f6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8992 | 2024.08.16 07:21:13.102393 [ 3 ] {} <Trace> HTTP-Session: c404c7cd-dad7-4409-a0fb-57a61ddd3f6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8993 | 2024.08.16 07:21:13.102554 [ 3 ] {8fa64e1d-8bbd-4f9d-811e-ac63b55631d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8994 | 2024.08.16 07:21:13.102602 [ 3 ] {8fa64e1d-8bbd-4f9d-811e-ac63b55631d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8995 | 2024.08.16 07:21:13.102740 [ 3 ] {8fa64e1d-8bbd-4f9d-811e-ac63b55631d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8996 | 2024.08.16 07:21:13.103185 [ 3 ] {8fa64e1d-8bbd-4f9d-811e-ac63b55631d2} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8997 | 2024.08.16 07:21:13.103223 [ 3 ] {8fa64e1d-8bbd-4f9d-811e-ac63b55631d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8998 | 2024.08.16 07:21:13.103548 [ 3 ] {8fa64e1d-8bbd-4f9d-811e-ac63b55631d2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8999 | 2024.08.16 07:21:13.103860 [ 3 ] {8fa64e1d-8bbd-4f9d-811e-ac63b55631d2} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9000 | 2024.08.16 07:21:13.104025 [ 3 ] {8fa64e1d-8bbd-4f9d-811e-ac63b55631d2} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001534 sec., 101043.02477183833 rows/sec., 8.47 MiB/sec. | ||
9001 | 2024.08.16 07:21:13.104294 [ 3 ] {8fa64e1d-8bbd-4f9d-811e-ac63b55631d2} <Debug> DynamicQueryHandler: Done processing query | ||
9002 | 2024.08.16 07:21:13.104353 [ 3 ] {8fa64e1d-8bbd-4f9d-811e-ac63b55631d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9003 | 2024.08.16 07:21:13.104408 [ 3 ] {} <Debug> HTTP-Session: c404c7cd-dad7-4409-a0fb-57a61ddd3f6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9004 | 2024.08.16 07:21:13.104595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9005 | 2024.08.16 07:21:13.104656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9006 | 2024.08.16 07:21:13.104678 [ 3 ] {} <Debug> HTTP-Session: c6755373-52b5-49d7-9cb7-738132dfda05 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9007 | 2024.08.16 07:21:13.104696 [ 3 ] {} <Debug> HTTP-Session: c6755373-52b5-49d7-9cb7-738132dfda05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9008 | 2024.08.16 07:21:13.104710 [ 3 ] {} <Debug> HTTP-Session: c6755373-52b5-49d7-9cb7-738132dfda05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9009 | 2024.08.16 07:21:13.104746 [ 3 ] {} <Trace> HTTP-Session: c6755373-52b5-49d7-9cb7-738132dfda05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9010 | 2024.08.16 07:21:13.104887 [ 3 ] {b4df1b47-69a1-492d-aadf-15ca1d6bb2cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9011 | 2024.08.16 07:21:13.104936 [ 3 ] {b4df1b47-69a1-492d-aadf-15ca1d6bb2cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9012 | 2024.08.16 07:21:13.105086 [ 3 ] {b4df1b47-69a1-492d-aadf-15ca1d6bb2cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9013 | 2024.08.16 07:21:13.105454 [ 3 ] {b4df1b47-69a1-492d-aadf-15ca1d6bb2cf} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9014 | 2024.08.16 07:21:13.105493 [ 3 ] {b4df1b47-69a1-492d-aadf-15ca1d6bb2cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9015 | 2024.08.16 07:21:13.105810 [ 3 ] {b4df1b47-69a1-492d-aadf-15ca1d6bb2cf} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9016 | 2024.08.16 07:21:13.106113 [ 3 ] {b4df1b47-69a1-492d-aadf-15ca1d6bb2cf} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9017 | 2024.08.16 07:21:13.106265 [ 3 ] {b4df1b47-69a1-492d-aadf-15ca1d6bb2cf} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001433 sec., 67690.16050244242 rows/sec., 5.29 MiB/sec. | ||
9018 | 2024.08.16 07:21:13.106433 [ 3 ] {b4df1b47-69a1-492d-aadf-15ca1d6bb2cf} <Debug> DynamicQueryHandler: Done processing query | ||
9019 | 2024.08.16 07:21:13.106458 [ 3 ] {b4df1b47-69a1-492d-aadf-15ca1d6bb2cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9020 | 2024.08.16 07:21:13.106475 [ 3 ] {} <Debug> HTTP-Session: c6755373-52b5-49d7-9cb7-738132dfda05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9021 | 2024.08.16 07:21:13.106670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9022 | 2024.08.16 07:21:13.106719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9023 | 2024.08.16 07:21:13.106739 [ 3 ] {} <Debug> HTTP-Session: 02320bc2-c276-4583-b272-776a334a9497 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9024 | 2024.08.16 07:21:13.106755 [ 3 ] {} <Debug> HTTP-Session: 02320bc2-c276-4583-b272-776a334a9497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9025 | 2024.08.16 07:21:13.106769 [ 3 ] {} <Debug> HTTP-Session: 02320bc2-c276-4583-b272-776a334a9497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9026 | 2024.08.16 07:21:13.106802 [ 3 ] {} <Trace> HTTP-Session: 02320bc2-c276-4583-b272-776a334a9497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9027 | 2024.08.16 07:21:13.106950 [ 3 ] {2a9656f4-bf6b-4b86-87ea-53a9b888d563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9028 | 2024.08.16 07:21:13.106999 [ 3 ] {2a9656f4-bf6b-4b86-87ea-53a9b888d563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9029 | 2024.08.16 07:21:13.107145 [ 3 ] {2a9656f4-bf6b-4b86-87ea-53a9b888d563} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9030 | 2024.08.16 07:21:13.107540 [ 3 ] {2a9656f4-bf6b-4b86-87ea-53a9b888d563} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9031 | 2024.08.16 07:21:13.107578 [ 3 ] {2a9656f4-bf6b-4b86-87ea-53a9b888d563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9032 | 2024.08.16 07:21:13.107970 [ 3 ] {2a9656f4-bf6b-4b86-87ea-53a9b888d563} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9033 | 2024.08.16 07:21:13.108320 [ 3 ] {2a9656f4-bf6b-4b86-87ea-53a9b888d563} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9034 | 2024.08.16 07:21:13.108473 [ 3 ] {2a9656f4-bf6b-4b86-87ea-53a9b888d563} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. | ||
9035 | 2024.08.16 07:21:13.108694 [ 3 ] {2a9656f4-bf6b-4b86-87ea-53a9b888d563} <Debug> DynamicQueryHandler: Done processing query | ||
9036 | 2024.08.16 07:21:13.108718 [ 3 ] {2a9656f4-bf6b-4b86-87ea-53a9b888d563} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9037 | 2024.08.16 07:21:13.108734 [ 3 ] {} <Debug> HTTP-Session: 02320bc2-c276-4583-b272-776a334a9497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9038 | 2024.08.16 07:21:13.108895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9039 | 2024.08.16 07:21:13.108943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9040 | 2024.08.16 07:21:13.108961 [ 3 ] {} <Debug> HTTP-Session: 93db38a9-f6db-4d61-8616-60d1e1a1b85c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9041 | 2024.08.16 07:21:13.108978 [ 3 ] {} <Debug> HTTP-Session: 93db38a9-f6db-4d61-8616-60d1e1a1b85c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9042 | 2024.08.16 07:21:13.108992 [ 3 ] {} <Debug> HTTP-Session: 93db38a9-f6db-4d61-8616-60d1e1a1b85c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9043 | 2024.08.16 07:21:13.109023 [ 3 ] {} <Trace> HTTP-Session: 93db38a9-f6db-4d61-8616-60d1e1a1b85c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9044 | 2024.08.16 07:21:13.109383 [ 3 ] {626d8ebb-be05-47dc-a7ab-64a6fd168bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9045 | 2024.08.16 07:21:13.109454 [ 3 ] {626d8ebb-be05-47dc-a7ab-64a6fd168bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9046 | 2024.08.16 07:21:13.109863 [ 3 ] {626d8ebb-be05-47dc-a7ab-64a6fd168bc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9047 | 2024.08.16 07:21:13.110516 [ 3 ] {626d8ebb-be05-47dc-a7ab-64a6fd168bc7} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9048 | 2024.08.16 07:21:13.110553 [ 3 ] {626d8ebb-be05-47dc-a7ab-64a6fd168bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9049 | 2024.08.16 07:21:13.111134 [ 3 ] {626d8ebb-be05-47dc-a7ab-64a6fd168bc7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9050 | 2024.08.16 07:21:13.111539 [ 3 ] {626d8ebb-be05-47dc-a7ab-64a6fd168bc7} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9051 | 2024.08.16 07:21:13.111743 [ 3 ] {626d8ebb-be05-47dc-a7ab-64a6fd168bc7} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002632 sec., 12537.993920972645 rows/sec., 22.47 MiB/sec. | ||
9052 | 2024.08.16 07:21:13.111953 [ 3 ] {626d8ebb-be05-47dc-a7ab-64a6fd168bc7} <Debug> DynamicQueryHandler: Done processing query | ||
9053 | 2024.08.16 07:21:13.111977 [ 3 ] {626d8ebb-be05-47dc-a7ab-64a6fd168bc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9054 | 2024.08.16 07:21:13.111993 [ 3 ] {} <Debug> HTTP-Session: 93db38a9-f6db-4d61-8616-60d1e1a1b85c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9055 | 2024.08.16 07:21:13.112122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9056 | 2024.08.16 07:21:13.112169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9057 | 2024.08.16 07:21:13.112189 [ 3 ] {} <Debug> HTTP-Session: 5c660c96-6c30-46c6-bb38-3177b3cffd3e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9058 | 2024.08.16 07:21:13.112205 [ 3 ] {} <Debug> HTTP-Session: 5c660c96-6c30-46c6-bb38-3177b3cffd3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9059 | 2024.08.16 07:21:13.112219 [ 3 ] {} <Debug> HTTP-Session: 5c660c96-6c30-46c6-bb38-3177b3cffd3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9060 | 2024.08.16 07:21:13.112250 [ 3 ] {} <Trace> HTTP-Session: 5c660c96-6c30-46c6-bb38-3177b3cffd3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9061 | 2024.08.16 07:21:13.112363 [ 3 ] {82a986ca-f6f3-4783-b7de-68ce611193b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9062 | 2024.08.16 07:21:13.112408 [ 3 ] {82a986ca-f6f3-4783-b7de-68ce611193b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9063 | 2024.08.16 07:21:13.112533 [ 3 ] {82a986ca-f6f3-4783-b7de-68ce611193b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9064 | 2024.08.16 07:21:13.112830 [ 3 ] {82a986ca-f6f3-4783-b7de-68ce611193b5} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9065 | 2024.08.16 07:21:13.112866 [ 3 ] {82a986ca-f6f3-4783-b7de-68ce611193b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9066 | 2024.08.16 07:21:13.113221 [ 3 ] {82a986ca-f6f3-4783-b7de-68ce611193b5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9067 | 2024.08.16 07:21:13.113535 [ 3 ] {82a986ca-f6f3-4783-b7de-68ce611193b5} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9068 | 2024.08.16 07:21:13.113698 [ 3 ] {82a986ca-f6f3-4783-b7de-68ce611193b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
9069 | 2024.08.16 07:21:13.113865 [ 3 ] {82a986ca-f6f3-4783-b7de-68ce611193b5} <Debug> DynamicQueryHandler: Done processing query | ||
9070 | 2024.08.16 07:21:13.113889 [ 3 ] {82a986ca-f6f3-4783-b7de-68ce611193b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9071 | 2024.08.16 07:21:13.113905 [ 3 ] {} <Debug> HTTP-Session: 5c660c96-6c30-46c6-bb38-3177b3cffd3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9072 | 2024.08.16 07:21:14.060934 [ 146 ] {} <Debug> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
9073 | 2024.08.16 07:21:14.060997 [ 146 ] {} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9074 | 2024.08.16 07:21:14.061018 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9075 | 2024.08.16 07:21:14.061158 [ 192 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::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 | ||
9076 | 2024.08.16 07:21:14.061318 [ 192 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9077 | 2024.08.16 07:21:14.061356 [ 192 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::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 | ||
9078 | 2024.08.16 07:21:14.061436 [ 192 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
9079 | 2024.08.16 07:21:14.061572 [ 192 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
9080 | 2024.08.16 07:21:14.061840 [ 192 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
9081 | 2024.08.16 07:21:14.061979 [ 192 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::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 | ||
9082 | 2024.08.16 07:21:14.063021 [ 193 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.001935375 sec., 14467.48046244268 rows/sec., 1010.18 KiB/sec. | ||
9083 | 2024.08.16 07:21:14.063236 [ 193 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
9084 | 2024.08.16 07:21:14.063756 [ 193 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_19_4} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9085 | 2024.08.16 07:21:14.063852 [ 193 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_19_4} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
9086 | 2024.08.16 07:21:14.063955 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
9087 | 2024.08.16 07:21:14.512356 [ 142 ] {} <Debug> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
9088 | 2024.08.16 07:21:14.512422 [ 142 ] {} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9089 | 2024.08.16 07:21:14.512448 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9090 | 2024.08.16 07:21:14.512689 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::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 | ||
9091 | 2024.08.16 07:21:14.512901 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9092 | 2024.08.16 07:21:14.512942 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::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 | ||
9093 | 2024.08.16 07:21:14.513035 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
9094 | 2024.08.16 07:21:14.513235 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
9095 | 2024.08.16 07:21:14.513453 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
9096 | 2024.08.16 07:21:14.513646 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::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 | ||
9097 | 2024.08.16 07:21:14.514745 [ 196 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002211111 sec., 12663.317219262171 rows/sec., 1.01 MiB/sec. | ||
9098 | 2024.08.16 07:21:14.514920 [ 190 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
9099 | 2024.08.16 07:21:14.515361 [ 190 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_19_4} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9100 | 2024.08.16 07:21:14.515446 [ 190 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_19_4} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
9101 | 2024.08.16 07:21:14.515554 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9102 | 2024.08.16 07:21:18.098546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9103 | 2024.08.16 07:21:18.098734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9104 | 2024.08.16 07:21:18.098787 [ 3 ] {} <Debug> HTTP-Session: 91b2ee36-dc6f-44f8-984f-174fc5d172e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9105 | 2024.08.16 07:21:18.098834 [ 3 ] {} <Debug> HTTP-Session: 91b2ee36-dc6f-44f8-984f-174fc5d172e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9106 | 2024.08.16 07:21:18.098868 [ 3 ] {} <Debug> HTTP-Session: 91b2ee36-dc6f-44f8-984f-174fc5d172e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9107 | 2024.08.16 07:21:18.098958 [ 3 ] {} <Trace> HTTP-Session: 91b2ee36-dc6f-44f8-984f-174fc5d172e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9108 | 2024.08.16 07:21:18.099248 [ 3 ] {593749d7-3da4-4b6f-80ec-3d2d0d5292ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9109 | 2024.08.16 07:21:18.099355 [ 3 ] {593749d7-3da4-4b6f-80ec-3d2d0d5292ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9110 | 2024.08.16 07:21:18.099667 [ 3 ] {593749d7-3da4-4b6f-80ec-3d2d0d5292ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9111 | 2024.08.16 07:21:18.100122 [ 3 ] {593749d7-3da4-4b6f-80ec-3d2d0d5292ea} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9112 | 2024.08.16 07:21:18.100162 [ 3 ] {593749d7-3da4-4b6f-80ec-3d2d0d5292ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9113 | 2024.08.16 07:21:18.100517 [ 3 ] {593749d7-3da4-4b6f-80ec-3d2d0d5292ea} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9114 | 2024.08.16 07:21:18.100845 [ 3 ] {593749d7-3da4-4b6f-80ec-3d2d0d5292ea} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9115 | 2024.08.16 07:21:18.100990 [ 3 ] {593749d7-3da4-4b6f-80ec-3d2d0d5292ea} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001832 sec., 1091.703056768559 rows/sec., 89.02 KiB/sec. | ||
9116 | 2024.08.16 07:21:18.101186 [ 3 ] {593749d7-3da4-4b6f-80ec-3d2d0d5292ea} <Debug> DynamicQueryHandler: Done processing query | ||
9117 | 2024.08.16 07:21:18.101213 [ 3 ] {593749d7-3da4-4b6f-80ec-3d2d0d5292ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9118 | 2024.08.16 07:21:18.101229 [ 3 ] {} <Debug> HTTP-Session: 91b2ee36-dc6f-44f8-984f-174fc5d172e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9119 | 2024.08.16 07:21:18.101650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 193457, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9120 | 2024.08.16 07:21:18.101703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9121 | 2024.08.16 07:21:18.101724 [ 3 ] {} <Debug> HTTP-Session: b1c86734-bb15-4023-b5f8-a4b6a56f7aa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9122 | 2024.08.16 07:21:18.101742 [ 3 ] {} <Debug> HTTP-Session: b1c86734-bb15-4023-b5f8-a4b6a56f7aa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9123 | 2024.08.16 07:21:18.101756 [ 3 ] {} <Debug> HTTP-Session: b1c86734-bb15-4023-b5f8-a4b6a56f7aa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9124 | 2024.08.16 07:21:18.101790 [ 3 ] {} <Trace> HTTP-Session: b1c86734-bb15-4023-b5f8-a4b6a56f7aa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9125 | 2024.08.16 07:21:18.102283 [ 3 ] {9a0df11a-9449-4bd2-bcae-a72faba5eaa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9126 | 2024.08.16 07:21:18.102330 [ 3 ] {9a0df11a-9449-4bd2-bcae-a72faba5eaa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9127 | 2024.08.16 07:21:18.102459 [ 3 ] {9a0df11a-9449-4bd2-bcae-a72faba5eaa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9128 | 2024.08.16 07:21:18.103721 [ 3 ] {9a0df11a-9449-4bd2-bcae-a72faba5eaa4} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9129 | 2024.08.16 07:21:18.103757 [ 3 ] {9a0df11a-9449-4bd2-bcae-a72faba5eaa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9130 | 2024.08.16 07:21:18.104147 [ 3 ] {9a0df11a-9449-4bd2-bcae-a72faba5eaa4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9131 | 2024.08.16 07:21:18.104459 [ 3 ] {9a0df11a-9449-4bd2-bcae-a72faba5eaa4} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9132 | 2024.08.16 07:21:18.104588 [ 3 ] {9a0df11a-9449-4bd2-bcae-a72faba5eaa4} <Debug> executeQuery: Read 1330 rows, 113.05 KiB in 0.002636 sec., 504552.3520485584 rows/sec., 41.88 MiB/sec. | ||
9133 | 2024.08.16 07:21:18.104763 [ 3 ] {9a0df11a-9449-4bd2-bcae-a72faba5eaa4} <Debug> DynamicQueryHandler: Done processing query | ||
9134 | 2024.08.16 07:21:18.104790 [ 3 ] {9a0df11a-9449-4bd2-bcae-a72faba5eaa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
9135 | 2024.08.16 07:21:18.104805 [ 3 ] {} <Debug> HTTP-Session: b1c86734-bb15-4023-b5f8-a4b6a56f7aa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9136 | 2024.08.16 07:21:18.105308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9137 | 2024.08.16 07:21:18.105358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9138 | 2024.08.16 07:21:18.105378 [ 3 ] {} <Debug> HTTP-Session: c46c5bc1-33d1-4652-996a-bdb8ab6a3440 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9139 | 2024.08.16 07:21:18.105396 [ 3 ] {} <Debug> HTTP-Session: c46c5bc1-33d1-4652-996a-bdb8ab6a3440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9140 | 2024.08.16 07:21:18.105411 [ 3 ] {} <Debug> HTTP-Session: c46c5bc1-33d1-4652-996a-bdb8ab6a3440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9141 | 2024.08.16 07:21:18.105443 [ 3 ] {} <Trace> HTTP-Session: c46c5bc1-33d1-4652-996a-bdb8ab6a3440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9142 | 2024.08.16 07:21:18.105538 [ 3 ] {3bdfe2c1-069f-427c-9f90-5e7f8798a62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9143 | 2024.08.16 07:21:18.105582 [ 3 ] {3bdfe2c1-069f-427c-9f90-5e7f8798a62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9144 | 2024.08.16 07:21:18.105706 [ 3 ] {3bdfe2c1-069f-427c-9f90-5e7f8798a62c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9145 | 2024.08.16 07:21:18.105968 [ 3 ] {3bdfe2c1-069f-427c-9f90-5e7f8798a62c} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9146 | 2024.08.16 07:21:18.106003 [ 3 ] {3bdfe2c1-069f-427c-9f90-5e7f8798a62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9147 | 2024.08.16 07:21:18.106291 [ 3 ] {3bdfe2c1-069f-427c-9f90-5e7f8798a62c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9148 | 2024.08.16 07:21:18.106599 [ 3 ] {3bdfe2c1-069f-427c-9f90-5e7f8798a62c} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9149 | 2024.08.16 07:21:18.106721 [ 3 ] {3bdfe2c1-069f-427c-9f90-5e7f8798a62c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001209 sec., 1654.259718775848 rows/sec., 115.51 KiB/sec. | ||
9150 | 2024.08.16 07:21:18.106868 [ 3 ] {3bdfe2c1-069f-427c-9f90-5e7f8798a62c} <Debug> DynamicQueryHandler: Done processing query | ||
9151 | 2024.08.16 07:21:18.106892 [ 3 ] {3bdfe2c1-069f-427c-9f90-5e7f8798a62c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9152 | 2024.08.16 07:21:18.106907 [ 3 ] {} <Debug> HTTP-Session: c46c5bc1-33d1-4652-996a-bdb8ab6a3440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9153 | 2024.08.16 07:21:18.107080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9154 | 2024.08.16 07:21:18.107127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9155 | 2024.08.16 07:21:18.107146 [ 3 ] {} <Debug> HTTP-Session: 3344df50-1b17-4e3e-907c-79377bc887d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9156 | 2024.08.16 07:21:18.107162 [ 3 ] {} <Debug> HTTP-Session: 3344df50-1b17-4e3e-907c-79377bc887d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9157 | 2024.08.16 07:21:18.107176 [ 3 ] {} <Debug> HTTP-Session: 3344df50-1b17-4e3e-907c-79377bc887d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9158 | 2024.08.16 07:21:18.107206 [ 3 ] {} <Trace> HTTP-Session: 3344df50-1b17-4e3e-907c-79377bc887d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9159 | 2024.08.16 07:21:18.107355 [ 3 ] {4a8d69da-c3d5-4f10-9669-dff6e5cedd76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9160 | 2024.08.16 07:21:18.107398 [ 3 ] {4a8d69da-c3d5-4f10-9669-dff6e5cedd76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9161 | 2024.08.16 07:21:18.107518 [ 3 ] {4a8d69da-c3d5-4f10-9669-dff6e5cedd76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9162 | 2024.08.16 07:21:18.108003 [ 3 ] {4a8d69da-c3d5-4f10-9669-dff6e5cedd76} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9163 | 2024.08.16 07:21:18.108039 [ 3 ] {4a8d69da-c3d5-4f10-9669-dff6e5cedd76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9164 | 2024.08.16 07:21:18.108348 [ 3 ] {4a8d69da-c3d5-4f10-9669-dff6e5cedd76} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9165 | 2024.08.16 07:21:18.108642 [ 3 ] {4a8d69da-c3d5-4f10-9669-dff6e5cedd76} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9166 | 2024.08.16 07:21:18.108771 [ 3 ] {4a8d69da-c3d5-4f10-9669-dff6e5cedd76} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001492 sec., 162198.39142091153 rows/sec., 10.99 MiB/sec. | ||
9167 | 2024.08.16 07:21:18.108986 [ 3 ] {4a8d69da-c3d5-4f10-9669-dff6e5cedd76} <Debug> DynamicQueryHandler: Done processing query | ||
9168 | 2024.08.16 07:21:18.109011 [ 3 ] {4a8d69da-c3d5-4f10-9669-dff6e5cedd76} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9169 | 2024.08.16 07:21:18.109026 [ 3 ] {} <Debug> HTTP-Session: 3344df50-1b17-4e3e-907c-79377bc887d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9170 | 2024.08.16 07:21:18.109250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9171 | 2024.08.16 07:21:18.109298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9172 | 2024.08.16 07:21:18.109317 [ 3 ] {} <Debug> HTTP-Session: 8a3da869-76ba-4753-9273-7f3d8fadfe15 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9173 | 2024.08.16 07:21:18.109333 [ 3 ] {} <Debug> HTTP-Session: 8a3da869-76ba-4753-9273-7f3d8fadfe15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9174 | 2024.08.16 07:21:18.109347 [ 3 ] {} <Debug> HTTP-Session: 8a3da869-76ba-4753-9273-7f3d8fadfe15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9175 | 2024.08.16 07:21:18.109377 [ 3 ] {} <Trace> HTTP-Session: 8a3da869-76ba-4753-9273-7f3d8fadfe15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9176 | 2024.08.16 07:21:18.109474 [ 3 ] {28b4342c-89c3-4a3e-a29f-7d730c9f9e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9177 | 2024.08.16 07:21:18.109517 [ 3 ] {28b4342c-89c3-4a3e-a29f-7d730c9f9e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9178 | 2024.08.16 07:21:18.109639 [ 3 ] {28b4342c-89c3-4a3e-a29f-7d730c9f9e55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9179 | 2024.08.16 07:21:18.109916 [ 3 ] {28b4342c-89c3-4a3e-a29f-7d730c9f9e55} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9180 | 2024.08.16 07:21:18.109952 [ 3 ] {28b4342c-89c3-4a3e-a29f-7d730c9f9e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9181 | 2024.08.16 07:21:18.110252 [ 3 ] {28b4342c-89c3-4a3e-a29f-7d730c9f9e55} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9182 | 2024.08.16 07:21:18.110558 [ 3 ] {28b4342c-89c3-4a3e-a29f-7d730c9f9e55} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9183 | 2024.08.16 07:21:18.110687 [ 3 ] {28b4342c-89c3-4a3e-a29f-7d730c9f9e55} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001237 sec., 4850.444624090542 rows/sec., 286.57 KiB/sec. | ||
9184 | 2024.08.16 07:21:18.110847 [ 3 ] {28b4342c-89c3-4a3e-a29f-7d730c9f9e55} <Debug> DynamicQueryHandler: Done processing query | ||
9185 | 2024.08.16 07:21:18.110871 [ 3 ] {28b4342c-89c3-4a3e-a29f-7d730c9f9e55} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9186 | 2024.08.16 07:21:18.110887 [ 3 ] {} <Debug> HTTP-Session: 8a3da869-76ba-4753-9273-7f3d8fadfe15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9187 | 2024.08.16 07:21:18.111147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 137082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9188 | 2024.08.16 07:21:18.111194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9189 | 2024.08.16 07:21:18.111213 [ 3 ] {} <Debug> HTTP-Session: 09f78cab-9f9a-412f-ab8c-e7adaddc3d9b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9190 | 2024.08.16 07:21:18.111229 [ 3 ] {} <Debug> HTTP-Session: 09f78cab-9f9a-412f-ab8c-e7adaddc3d9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9191 | 2024.08.16 07:21:18.111243 [ 3 ] {} <Debug> HTTP-Session: 09f78cab-9f9a-412f-ab8c-e7adaddc3d9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9192 | 2024.08.16 07:21:18.111273 [ 3 ] {} <Trace> HTTP-Session: 09f78cab-9f9a-412f-ab8c-e7adaddc3d9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9193 | 2024.08.16 07:21:18.111669 [ 3 ] {547bda33-5f95-4f0f-ae5d-1f7ef98ae183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9194 | 2024.08.16 07:21:18.111713 [ 3 ] {547bda33-5f95-4f0f-ae5d-1f7ef98ae183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9195 | 2024.08.16 07:21:18.111833 [ 3 ] {547bda33-5f95-4f0f-ae5d-1f7ef98ae183} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9196 | 2024.08.16 07:21:18.112657 [ 3 ] {547bda33-5f95-4f0f-ae5d-1f7ef98ae183} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9197 | 2024.08.16 07:21:18.112694 [ 3 ] {547bda33-5f95-4f0f-ae5d-1f7ef98ae183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9198 | 2024.08.16 07:21:18.113026 [ 3 ] {547bda33-5f95-4f0f-ae5d-1f7ef98ae183} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9199 | 2024.08.16 07:21:18.113331 [ 3 ] {547bda33-5f95-4f0f-ae5d-1f7ef98ae183} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9200 | 2024.08.16 07:21:18.113453 [ 3 ] {547bda33-5f95-4f0f-ae5d-1f7ef98ae183} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002064 sec., 406976.74418604653 rows/sec., 29.40 MiB/sec. | ||
9201 | 2024.08.16 07:21:18.113620 [ 3 ] {547bda33-5f95-4f0f-ae5d-1f7ef98ae183} <Debug> DynamicQueryHandler: Done processing query | ||
9202 | 2024.08.16 07:21:18.113644 [ 3 ] {547bda33-5f95-4f0f-ae5d-1f7ef98ae183} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
9203 | 2024.08.16 07:21:18.113660 [ 3 ] {} <Debug> HTTP-Session: 09f78cab-9f9a-412f-ab8c-e7adaddc3d9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9204 | 2024.08.16 07:21:18.113991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9205 | 2024.08.16 07:21:18.114038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9206 | 2024.08.16 07:21:18.114057 [ 3 ] {} <Debug> HTTP-Session: 3405eec4-d985-44aa-892c-f1f12058a82f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9207 | 2024.08.16 07:21:18.114073 [ 3 ] {} <Debug> HTTP-Session: 3405eec4-d985-44aa-892c-f1f12058a82f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9208 | 2024.08.16 07:21:18.114086 [ 3 ] {} <Debug> HTTP-Session: 3405eec4-d985-44aa-892c-f1f12058a82f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9209 | 2024.08.16 07:21:18.114117 [ 3 ] {} <Trace> HTTP-Session: 3405eec4-d985-44aa-892c-f1f12058a82f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9210 | 2024.08.16 07:21:18.114208 [ 3 ] {4b292456-d9a2-42bc-99a9-886300031402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9211 | 2024.08.16 07:21:18.114252 [ 3 ] {4b292456-d9a2-42bc-99a9-886300031402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9212 | 2024.08.16 07:21:18.114376 [ 3 ] {4b292456-d9a2-42bc-99a9-886300031402} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9213 | 2024.08.16 07:21:18.114664 [ 3 ] {4b292456-d9a2-42bc-99a9-886300031402} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9214 | 2024.08.16 07:21:18.114699 [ 3 ] {4b292456-d9a2-42bc-99a9-886300031402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9215 | 2024.08.16 07:21:18.115050 [ 3 ] {4b292456-d9a2-42bc-99a9-886300031402} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9216 | 2024.08.16 07:21:18.115363 [ 3 ] {4b292456-d9a2-42bc-99a9-886300031402} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9217 | 2024.08.16 07:21:18.115507 [ 3 ] {4b292456-d9a2-42bc-99a9-886300031402} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 236.94 KiB/sec. | ||
9218 | 2024.08.16 07:21:18.115771 [ 3 ] {4b292456-d9a2-42bc-99a9-886300031402} <Debug> DynamicQueryHandler: Done processing query | ||
9219 | 2024.08.16 07:21:18.115825 [ 3 ] {4b292456-d9a2-42bc-99a9-886300031402} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9220 | 2024.08.16 07:21:18.115862 [ 3 ] {} <Debug> HTTP-Session: 3405eec4-d985-44aa-892c-f1f12058a82f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9221 | 2024.08.16 07:21:18.116097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 174466, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9222 | 2024.08.16 07:21:18.116146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9223 | 2024.08.16 07:21:18.116166 [ 3 ] {} <Debug> HTTP-Session: 9864856d-0fc9-47ad-949d-0af21a233ad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9224 | 2024.08.16 07:21:18.116182 [ 3 ] {} <Debug> HTTP-Session: 9864856d-0fc9-47ad-949d-0af21a233ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9225 | 2024.08.16 07:21:18.116196 [ 3 ] {} <Debug> HTTP-Session: 9864856d-0fc9-47ad-949d-0af21a233ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9226 | 2024.08.16 07:21:18.116226 [ 3 ] {} <Trace> HTTP-Session: 9864856d-0fc9-47ad-949d-0af21a233ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9227 | 2024.08.16 07:21:18.116662 [ 3 ] {250cc3b6-01b0-4dce-9838-d50011bf2fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9228 | 2024.08.16 07:21:18.116711 [ 3 ] {250cc3b6-01b0-4dce-9838-d50011bf2fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9229 | 2024.08.16 07:21:18.116871 [ 3 ] {250cc3b6-01b0-4dce-9838-d50011bf2fbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9230 | 2024.08.16 07:21:18.117740 [ 3 ] {250cc3b6-01b0-4dce-9838-d50011bf2fbe} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9231 | 2024.08.16 07:21:18.117777 [ 3 ] {250cc3b6-01b0-4dce-9838-d50011bf2fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9232 | 2024.08.16 07:21:18.118198 [ 3 ] {250cc3b6-01b0-4dce-9838-d50011bf2fbe} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9233 | 2024.08.16 07:21:18.118525 [ 3 ] {250cc3b6-01b0-4dce-9838-d50011bf2fbe} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9234 | 2024.08.16 07:21:18.118686 [ 3 ] {250cc3b6-01b0-4dce-9838-d50011bf2fbe} <Debug> executeQuery: Read 922 rows, 63.09 KiB in 0.00228 sec., 404385.96491228073 rows/sec., 27.02 MiB/sec. | ||
9235 | 2024.08.16 07:21:18.118692 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9236 | 2024.08.16 07:21:18.118794 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9237 | 2024.08.16 07:21:18.118841 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9238 | 2024.08.16 07:21:18.118953 [ 3 ] {250cc3b6-01b0-4dce-9838-d50011bf2fbe} <Debug> DynamicQueryHandler: Done processing query | ||
9239 | 2024.08.16 07:21:18.119010 [ 3 ] {250cc3b6-01b0-4dce-9838-d50011bf2fbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
9240 | 2024.08.16 07:21:18.119036 [ 3 ] {} <Debug> HTTP-Session: 9864856d-0fc9-47ad-949d-0af21a233ad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9241 | 2024.08.16 07:21:18.119065 [ 191 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
9242 | 2024.08.16 07:21:18.119305 [ 191 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9243 | 2024.08.16 07:21:18.119342 [ 191 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14544 rows starting from the beginning of the part | ||
9244 | 2024.08.16 07:21:18.119373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9245 | 2024.08.16 07:21:18.119441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9246 | 2024.08.16 07:21:18.119518 [ 191 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part | ||
9247 | 2024.08.16 07:21:18.119535 [ 3 ] {} <Debug> HTTP-Session: c79f68de-ec04-4363-95e7-d263d265940a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9248 | 2024.08.16 07:21:18.119603 [ 3 ] {} <Debug> HTTP-Session: c79f68de-ec04-4363-95e7-d263d265940a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9249 | 2024.08.16 07:21:18.119671 [ 3 ] {} <Debug> HTTP-Session: c79f68de-ec04-4363-95e7-d263d265940a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9250 | 2024.08.16 07:21:18.119833 [ 3 ] {} <Trace> HTTP-Session: c79f68de-ec04-4363-95e7-d263d265940a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9251 | 2024.08.16 07:21:18.119884 [ 191 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 161 rows starting from the beginning of the part | ||
9252 | 2024.08.16 07:21:18.120156 [ 3 ] {d541acca-c7ea-405a-bdf8-3a0cc24c8d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9253 | 2024.08.16 07:21:18.120243 [ 191 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part | ||
9254 | 2024.08.16 07:21:18.120307 [ 3 ] {d541acca-c7ea-405a-bdf8-3a0cc24c8d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9255 | 2024.08.16 07:21:18.120492 [ 191 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
9256 | 2024.08.16 07:21:18.120881 [ 191 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 922 rows starting from the beginning of the part | ||
9257 | 2024.08.16 07:21:18.121421 [ 3 ] {d541acca-c7ea-405a-bdf8-3a0cc24c8d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9258 | 2024.08.16 07:21:18.121841 [ 3 ] {d541acca-c7ea-405a-bdf8-3a0cc24c8d00} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9259 | 2024.08.16 07:21:18.121881 [ 3 ] {d541acca-c7ea-405a-bdf8-3a0cc24c8d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9260 | 2024.08.16 07:21:18.122256 [ 3 ] {d541acca-c7ea-405a-bdf8-3a0cc24c8d00} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9261 | 2024.08.16 07:21:18.122637 [ 3 ] {d541acca-c7ea-405a-bdf8-3a0cc24c8d00} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9262 | 2024.08.16 07:21:18.122966 [ 3 ] {d541acca-c7ea-405a-bdf8-3a0cc24c8d00} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002953 sec., 338.63867253640365 rows/sec., 22.82 KiB/sec. | ||
9263 | 2024.08.16 07:21:18.123646 [ 3 ] {d541acca-c7ea-405a-bdf8-3a0cc24c8d00} <Debug> DynamicQueryHandler: Done processing query | ||
9264 | 2024.08.16 07:21:18.123730 [ 3 ] {d541acca-c7ea-405a-bdf8-3a0cc24c8d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9265 | 2024.08.16 07:21:18.123798 [ 3 ] {} <Debug> HTTP-Session: c79f68de-ec04-4363-95e7-d263d265940a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9266 | 2024.08.16 07:21:18.123955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9267 | 2024.08.16 07:21:18.124016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9268 | 2024.08.16 07:21:18.124035 [ 3 ] {} <Debug> HTTP-Session: fa27625a-7a29-41d9-b63d-953bfbd78777 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9269 | 2024.08.16 07:21:18.124051 [ 3 ] {} <Debug> HTTP-Session: fa27625a-7a29-41d9-b63d-953bfbd78777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9270 | 2024.08.16 07:21:18.124065 [ 3 ] {} <Debug> HTTP-Session: fa27625a-7a29-41d9-b63d-953bfbd78777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9271 | 2024.08.16 07:21:18.124096 [ 3 ] {} <Trace> HTTP-Session: fa27625a-7a29-41d9-b63d-953bfbd78777 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9272 | 2024.08.16 07:21:18.124440 [ 3 ] {183decd4-dee3-4f83-b8b6-906d9523bade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9273 | 2024.08.16 07:21:18.124489 [ 3 ] {183decd4-dee3-4f83-b8b6-906d9523bade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9274 | 2024.08.16 07:21:18.124635 [ 3 ] {183decd4-dee3-4f83-b8b6-906d9523bade} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9275 | 2024.08.16 07:21:18.125136 [ 3 ] {183decd4-dee3-4f83-b8b6-906d9523bade} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9276 | 2024.08.16 07:21:18.125177 [ 3 ] {183decd4-dee3-4f83-b8b6-906d9523bade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9277 | 2024.08.16 07:21:18.125595 [ 3 ] {183decd4-dee3-4f83-b8b6-906d9523bade} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9278 | 2024.08.16 07:21:18.125946 [ 3 ] {183decd4-dee3-4f83-b8b6-906d9523bade} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9279 | 2024.08.16 07:21:18.126128 [ 143 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9280 | 2024.08.16 07:21:18.126129 [ 3 ] {183decd4-dee3-4f83-b8b6-906d9523bade} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00195 sec., 42051.282051282054 rows/sec., 2.67 MiB/sec. | ||
9281 | 2024.08.16 07:21:18.126198 [ 143 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9282 | 2024.08.16 07:21:18.126269 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9283 | 2024.08.16 07:21:18.126544 [ 3 ] {183decd4-dee3-4f83-b8b6-906d9523bade} <Debug> DynamicQueryHandler: Done processing query | ||
9284 | 2024.08.16 07:21:18.126554 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
9285 | 2024.08.16 07:21:18.126598 [ 3 ] {183decd4-dee3-4f83-b8b6-906d9523bade} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9286 | 2024.08.16 07:21:18.126655 [ 3 ] {} <Debug> HTTP-Session: fa27625a-7a29-41d9-b63d-953bfbd78777 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9287 | 2024.08.16 07:21:18.127041 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9288 | 2024.08.16 07:21:18.127142 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2716 rows starting from the beginning of the part | ||
9289 | 2024.08.16 07:21:18.127425 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
9290 | 2024.08.16 07:21:18.127427 [ 191 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16261 rows, containing 5 columns (5 merged, 0 gathered) in 0.008501426 sec., 1912737.9336125494 rows/sec., 128.94 MiB/sec. | ||
9291 | 2024.08.16 07:21:18.127645 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
9292 | 2024.08.16 07:21:18.127857 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
9293 | 2024.08.16 07:21:18.127962 [ 191 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9294 | 2024.08.16 07:21:18.128074 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
9295 | 2024.08.16 07:21:18.128319 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
9296 | 2024.08.16 07:21:18.128939 [ 191 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9297 | 2024.08.16 07:21:18.129045 [ 191 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9298 | 2024.08.16 07:21:18.129154 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
9299 | 2024.08.16 07:21:18.129800 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3082 rows, containing 4 columns (4 merged, 0 gathered) in 0.003382328 sec., 911206.7191591117 rows/sec., 59.29 MiB/sec. | ||
9300 | 2024.08.16 07:21:18.130041 [ 191 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9301 | 2024.08.16 07:21:18.130391 [ 191 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_46_9} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9302 | 2024.08.16 07:21:18.130460 [ 191 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_46_9} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9303 | 2024.08.16 07:21:18.130525 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
9304 | 2024.08.16 07:21:23.099112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9305 | 2024.08.16 07:21:23.099242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9306 | 2024.08.16 07:21:23.099267 [ 3 ] {} <Debug> HTTP-Session: 545f0204-904d-4e29-8d97-b2dbdfe29cb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9307 | 2024.08.16 07:21:23.099291 [ 3 ] {} <Debug> HTTP-Session: 545f0204-904d-4e29-8d97-b2dbdfe29cb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9308 | 2024.08.16 07:21:23.099309 [ 3 ] {} <Debug> HTTP-Session: 545f0204-904d-4e29-8d97-b2dbdfe29cb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9309 | 2024.08.16 07:21:23.099360 [ 3 ] {} <Trace> HTTP-Session: 545f0204-904d-4e29-8d97-b2dbdfe29cb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9310 | 2024.08.16 07:21:23.099558 [ 3 ] {cb85d24f-f1d7-4d88-9c43-cfe8f341fc99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9311 | 2024.08.16 07:21:23.099629 [ 3 ] {cb85d24f-f1d7-4d88-9c43-cfe8f341fc99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9312 | 2024.08.16 07:21:23.099827 [ 3 ] {cb85d24f-f1d7-4d88-9c43-cfe8f341fc99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9313 | 2024.08.16 07:21:23.100343 [ 3 ] {cb85d24f-f1d7-4d88-9c43-cfe8f341fc99} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9314 | 2024.08.16 07:21:23.100400 [ 3 ] {cb85d24f-f1d7-4d88-9c43-cfe8f341fc99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9315 | 2024.08.16 07:21:23.100857 [ 3 ] {cb85d24f-f1d7-4d88-9c43-cfe8f341fc99} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9316 | 2024.08.16 07:21:23.101210 [ 3 ] {cb85d24f-f1d7-4d88-9c43-cfe8f341fc99} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9317 | 2024.08.16 07:21:23.101375 [ 3 ] {cb85d24f-f1d7-4d88-9c43-cfe8f341fc99} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001881 sec., 17543.859649122805 rows/sec., 1.39 MiB/sec. | ||
9318 | 2024.08.16 07:21:23.101410 [ 138 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
9319 | 2024.08.16 07:21:23.101516 [ 138 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9320 | 2024.08.16 07:21:23.101568 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9321 | 2024.08.16 07:21:23.101700 [ 3 ] {cb85d24f-f1d7-4d88-9c43-cfe8f341fc99} <Debug> DynamicQueryHandler: Done processing query | ||
9322 | 2024.08.16 07:21:23.101727 [ 199 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::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 | ||
9323 | 2024.08.16 07:21:23.101739 [ 3 ] {cb85d24f-f1d7-4d88-9c43-cfe8f341fc99} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9324 | 2024.08.16 07:21:23.101790 [ 3 ] {} <Debug> HTTP-Session: 545f0204-904d-4e29-8d97-b2dbdfe29cb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9325 | 2024.08.16 07:21:23.102000 [ 199 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9326 | 2024.08.16 07:21:23.102037 [ 199 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 33 rows starting from the beginning of the part | ||
9327 | 2024.08.16 07:21:23.102059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9328 | 2024.08.16 07:21:23.102123 [ 199 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part | ||
9329 | 2024.08.16 07:21:23.102211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9330 | 2024.08.16 07:21:23.102348 [ 3 ] {} <Debug> HTTP-Session: 41483f1a-ff03-41a5-89a6-d7472d889ea3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9331 | 2024.08.16 07:21:23.102476 [ 3 ] {} <Debug> HTTP-Session: 41483f1a-ff03-41a5-89a6-d7472d889ea3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9332 | 2024.08.16 07:21:23.102589 [ 3 ] {} <Debug> HTTP-Session: 41483f1a-ff03-41a5-89a6-d7472d889ea3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9333 | 2024.08.16 07:21:23.102591 [ 199 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 33 rows starting from the beginning of the part | ||
9334 | 2024.08.16 07:21:23.102657 [ 3 ] {} <Trace> HTTP-Session: 41483f1a-ff03-41a5-89a6-d7472d889ea3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9335 | 2024.08.16 07:21:23.102738 [ 199 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part | ||
9336 | 2024.08.16 07:21:23.102951 [ 199 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 33 rows starting from the beginning of the part | ||
9337 | 2024.08.16 07:21:23.102985 [ 3 ] {9db69973-a6c1-4b23-99af-ca4ea77a303d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9338 | 2024.08.16 07:21:23.103165 [ 3 ] {9db69973-a6c1-4b23-99af-ca4ea77a303d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9339 | 2024.08.16 07:21:23.103551 [ 3 ] {9db69973-a6c1-4b23-99af-ca4ea77a303d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9340 | 2024.08.16 07:21:23.104204 [ 3 ] {9db69973-a6c1-4b23-99af-ca4ea77a303d} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9341 | 2024.08.16 07:21:23.104253 [ 3 ] {9db69973-a6c1-4b23-99af-ca4ea77a303d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9342 | 2024.08.16 07:21:23.104577 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 4 columns (4 merged, 0 gathered) in 0.002926627 sec., 56378.896251555125 rows/sec., 4.46 MiB/sec. | ||
9343 | 2024.08.16 07:21:23.104809 [ 3 ] {9db69973-a6c1-4b23-99af-ca4ea77a303d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9344 | 2024.08.16 07:21:23.104836 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
9345 | 2024.08.16 07:21:23.105500 [ 3 ] {9db69973-a6c1-4b23-99af-ca4ea77a303d} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9346 | 2024.08.16 07:21:23.105708 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_26_6} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9347 | 2024.08.16 07:21:23.105792 [ 3 ] {9db69973-a6c1-4b23-99af-ca4ea77a303d} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.002957 sec., 52417.9912073047 rows/sec., 4.39 MiB/sec. | ||
9348 | 2024.08.16 07:21:23.106052 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_26_6} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
9349 | 2024.08.16 07:21:23.106302 [ 3 ] {9db69973-a6c1-4b23-99af-ca4ea77a303d} <Debug> DynamicQueryHandler: Done processing query | ||
9350 | 2024.08.16 07:21:23.106355 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9351 | 2024.08.16 07:21:23.106376 [ 3 ] {9db69973-a6c1-4b23-99af-ca4ea77a303d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9352 | 2024.08.16 07:21:23.106461 [ 3 ] {} <Debug> HTTP-Session: 41483f1a-ff03-41a5-89a6-d7472d889ea3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9353 | 2024.08.16 07:21:23.106674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9354 | 2024.08.16 07:21:23.106729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9355 | 2024.08.16 07:21:23.106751 [ 3 ] {} <Debug> HTTP-Session: c27bd3e6-37b5-44e7-8811-d867c241d1c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9356 | 2024.08.16 07:21:23.106769 [ 3 ] {} <Debug> HTTP-Session: c27bd3e6-37b5-44e7-8811-d867c241d1c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9357 | 2024.08.16 07:21:23.106783 [ 3 ] {} <Debug> HTTP-Session: c27bd3e6-37b5-44e7-8811-d867c241d1c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9358 | 2024.08.16 07:21:23.106821 [ 3 ] {} <Trace> HTTP-Session: c27bd3e6-37b5-44e7-8811-d867c241d1c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9359 | 2024.08.16 07:21:23.106970 [ 3 ] {9f5ae46f-9e56-45ae-a4bc-50b15b5bdd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9360 | 2024.08.16 07:21:23.107020 [ 3 ] {9f5ae46f-9e56-45ae-a4bc-50b15b5bdd7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9361 | 2024.08.16 07:21:23.107176 [ 3 ] {9f5ae46f-9e56-45ae-a4bc-50b15b5bdd7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9362 | 2024.08.16 07:21:23.107588 [ 3 ] {9f5ae46f-9e56-45ae-a4bc-50b15b5bdd7d} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9363 | 2024.08.16 07:21:23.107627 [ 3 ] {9f5ae46f-9e56-45ae-a4bc-50b15b5bdd7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9364 | 2024.08.16 07:21:23.107951 [ 3 ] {9f5ae46f-9e56-45ae-a4bc-50b15b5bdd7d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9365 | 2024.08.16 07:21:23.108265 [ 3 ] {9f5ae46f-9e56-45ae-a4bc-50b15b5bdd7d} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9366 | 2024.08.16 07:21:23.108417 [ 3 ] {9f5ae46f-9e56-45ae-a4bc-50b15b5bdd7d} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001504 sec., 64494.68085106384 rows/sec., 5.04 MiB/sec. | ||
9367 | 2024.08.16 07:21:23.108600 [ 3 ] {9f5ae46f-9e56-45ae-a4bc-50b15b5bdd7d} <Debug> DynamicQueryHandler: Done processing query | ||
9368 | 2024.08.16 07:21:23.108625 [ 3 ] {9f5ae46f-9e56-45ae-a4bc-50b15b5bdd7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9369 | 2024.08.16 07:21:23.108640 [ 3 ] {} <Debug> HTTP-Session: c27bd3e6-37b5-44e7-8811-d867c241d1c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9370 | 2024.08.16 07:21:23.108846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9371 | 2024.08.16 07:21:23.108896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9372 | 2024.08.16 07:21:23.108917 [ 3 ] {} <Debug> HTTP-Session: 268549db-edf4-4764-a5e0-ceb36b56baaa Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9373 | 2024.08.16 07:21:23.108934 [ 3 ] {} <Debug> HTTP-Session: 268549db-edf4-4764-a5e0-ceb36b56baaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9374 | 2024.08.16 07:21:23.108948 [ 3 ] {} <Debug> HTTP-Session: 268549db-edf4-4764-a5e0-ceb36b56baaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9375 | 2024.08.16 07:21:23.108980 [ 3 ] {} <Trace> HTTP-Session: 268549db-edf4-4764-a5e0-ceb36b56baaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9376 | 2024.08.16 07:21:23.109132 [ 3 ] {c7969b9d-471f-44f9-9b37-5a94b5153ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9377 | 2024.08.16 07:21:23.109183 [ 3 ] {c7969b9d-471f-44f9-9b37-5a94b5153ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9378 | 2024.08.16 07:21:23.109330 [ 3 ] {c7969b9d-471f-44f9-9b37-5a94b5153ca3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9379 | 2024.08.16 07:21:23.109729 [ 3 ] {c7969b9d-471f-44f9-9b37-5a94b5153ca3} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9380 | 2024.08.16 07:21:23.109766 [ 3 ] {c7969b9d-471f-44f9-9b37-5a94b5153ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9381 | 2024.08.16 07:21:23.110164 [ 3 ] {c7969b9d-471f-44f9-9b37-5a94b5153ca3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9382 | 2024.08.16 07:21:23.110526 [ 3 ] {c7969b9d-471f-44f9-9b37-5a94b5153ca3} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9383 | 2024.08.16 07:21:23.110674 [ 3 ] {c7969b9d-471f-44f9-9b37-5a94b5153ca3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
9384 | 2024.08.16 07:21:23.110876 [ 3 ] {c7969b9d-471f-44f9-9b37-5a94b5153ca3} <Debug> DynamicQueryHandler: Done processing query | ||
9385 | 2024.08.16 07:21:23.110908 [ 3 ] {c7969b9d-471f-44f9-9b37-5a94b5153ca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9386 | 2024.08.16 07:21:23.110927 [ 3 ] {} <Debug> HTTP-Session: 268549db-edf4-4764-a5e0-ceb36b56baaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9387 | 2024.08.16 07:21:23.111116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9388 | 2024.08.16 07:21:23.111165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9389 | 2024.08.16 07:21:23.111184 [ 3 ] {} <Debug> HTTP-Session: 31e1ba9f-c255-45a8-aafb-4e9569c79d6e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9390 | 2024.08.16 07:21:23.111200 [ 3 ] {} <Debug> HTTP-Session: 31e1ba9f-c255-45a8-aafb-4e9569c79d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9391 | 2024.08.16 07:21:23.111214 [ 3 ] {} <Debug> HTTP-Session: 31e1ba9f-c255-45a8-aafb-4e9569c79d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9392 | 2024.08.16 07:21:23.111246 [ 3 ] {} <Trace> HTTP-Session: 31e1ba9f-c255-45a8-aafb-4e9569c79d6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9393 | 2024.08.16 07:21:23.111609 [ 3 ] {96dac4df-e923-4bfa-bee0-f8bd24ce1d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9394 | 2024.08.16 07:21:23.111676 [ 3 ] {96dac4df-e923-4bfa-bee0-f8bd24ce1d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9395 | 2024.08.16 07:21:23.112072 [ 3 ] {96dac4df-e923-4bfa-bee0-f8bd24ce1d04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9396 | 2024.08.16 07:21:23.112780 [ 3 ] {96dac4df-e923-4bfa-bee0-f8bd24ce1d04} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9397 | 2024.08.16 07:21:23.112817 [ 3 ] {96dac4df-e923-4bfa-bee0-f8bd24ce1d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9398 | 2024.08.16 07:21:23.113447 [ 3 ] {96dac4df-e923-4bfa-bee0-f8bd24ce1d04} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9399 | 2024.08.16 07:21:23.113849 [ 3 ] {96dac4df-e923-4bfa-bee0-f8bd24ce1d04} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9400 | 2024.08.16 07:21:23.114029 [ 138 ] {} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9401 | 2024.08.16 07:21:23.114052 [ 3 ] {96dac4df-e923-4bfa-bee0-f8bd24ce1d04} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002708 sec., 12186.115214180207 rows/sec., 21.84 MiB/sec. | ||
9402 | 2024.08.16 07:21:23.114103 [ 138 ] {} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9403 | 2024.08.16 07:21:23.114191 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9404 | 2024.08.16 07:21:23.114490 [ 186 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::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 | ||
9405 | 2024.08.16 07:21:23.114582 [ 3 ] {96dac4df-e923-4bfa-bee0-f8bd24ce1d04} <Debug> DynamicQueryHandler: Done processing query | ||
9406 | 2024.08.16 07:21:23.114629 [ 3 ] {96dac4df-e923-4bfa-bee0-f8bd24ce1d04} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9407 | 2024.08.16 07:21:23.114662 [ 3 ] {} <Debug> HTTP-Session: 31e1ba9f-c255-45a8-aafb-4e9569c79d6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9408 | 2024.08.16 07:21:23.114904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9409 | 2024.08.16 07:21:23.115017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9410 | 2024.08.16 07:21:23.115045 [ 186 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9411 | 2024.08.16 07:21:23.115057 [ 3 ] {} <Debug> HTTP-Session: 97f0d9ec-f6ee-450b-a7de-9ea4248a950a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9412 | 2024.08.16 07:21:23.115120 [ 3 ] {} <Debug> HTTP-Session: 97f0d9ec-f6ee-450b-a7de-9ea4248a950a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9413 | 2024.08.16 07:21:23.115164 [ 3 ] {} <Debug> HTTP-Session: 97f0d9ec-f6ee-450b-a7de-9ea4248a950a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9414 | 2024.08.16 07:21:23.115223 [ 186 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 623 rows starting from the beginning of the part | ||
9415 | 2024.08.16 07:21:23.115237 [ 3 ] {} <Trace> HTTP-Session: 97f0d9ec-f6ee-450b-a7de-9ea4248a950a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9416 | 2024.08.16 07:21:23.115560 [ 3 ] {867b701f-5aa1-464f-ae02-6d98b1809ab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9417 | 2024.08.16 07:21:23.115744 [ 3 ] {867b701f-5aa1-464f-ae02-6d98b1809ab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9418 | 2024.08.16 07:21:23.115921 [ 186 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 33 rows starting from the beginning of the part | ||
9419 | 2024.08.16 07:21:23.116634 [ 3 ] {867b701f-5aa1-464f-ae02-6d98b1809ab8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9420 | 2024.08.16 07:21:23.116741 [ 186 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part | ||
9421 | 2024.08.16 07:21:23.117319 [ 186 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 33 rows starting from the beginning of the part | ||
9422 | 2024.08.16 07:21:23.117660 [ 3 ] {867b701f-5aa1-464f-ae02-6d98b1809ab8} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9423 | 2024.08.16 07:21:23.117759 [ 3 ] {867b701f-5aa1-464f-ae02-6d98b1809ab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9424 | 2024.08.16 07:21:23.118092 [ 186 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part | ||
9425 | 2024.08.16 07:21:23.118825 [ 186 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 33 rows starting from the beginning of the part | ||
9426 | 2024.08.16 07:21:23.118956 [ 3 ] {867b701f-5aa1-464f-ae02-6d98b1809ab8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9427 | 2024.08.16 07:21:23.119954 [ 3 ] {867b701f-5aa1-464f-ae02-6d98b1809ab8} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9428 | 2024.08.16 07:21:23.120285 [ 3 ] {867b701f-5aa1-464f-ae02-6d98b1809ab8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004891 sec., 12267.429973420567 rows/sec., 846.58 KiB/sec. | ||
9429 | 2024.08.16 07:21:23.120832 [ 3 ] {867b701f-5aa1-464f-ae02-6d98b1809ab8} <Debug> DynamicQueryHandler: Done processing query | ||
9430 | 2024.08.16 07:21:23.120912 [ 3 ] {867b701f-5aa1-464f-ae02-6d98b1809ab8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9431 | 2024.08.16 07:21:23.120992 [ 3 ] {} <Debug> HTTP-Session: 97f0d9ec-f6ee-450b-a7de-9ea4248a950a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9432 | 2024.08.16 07:21:23.124907 [ 189 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 788 rows, containing 19 columns (19 merged, 0 gathered) in 0.010576674 sec., 74503.57267322412 rows/sec., 133.51 MiB/sec. | ||
9433 | 2024.08.16 07:21:23.125702 [ 199 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9434 | 2024.08.16 07:21:23.126301 [ 199 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9435 | 2024.08.16 07:21:23.126408 [ 199 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9436 | 2024.08.16 07:21:23.126555 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.82 MiB. | ||
9437 | 2024.08.16 07:21:27.480098 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9438 | 2024.08.16 07:21:27.480169 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9439 | 2024.08.16 07:21:28.102183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9440 | 2024.08.16 07:21:28.102306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9441 | 2024.08.16 07:21:28.102334 [ 3 ] {} <Debug> HTTP-Session: 7376f000-e9c8-4428-983e-a5a059b13ca3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9442 | 2024.08.16 07:21:28.102379 [ 3 ] {} <Debug> HTTP-Session: 7376f000-e9c8-4428-983e-a5a059b13ca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9443 | 2024.08.16 07:21:28.102397 [ 3 ] {} <Debug> HTTP-Session: 7376f000-e9c8-4428-983e-a5a059b13ca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9444 | 2024.08.16 07:21:28.102455 [ 3 ] {} <Trace> HTTP-Session: 7376f000-e9c8-4428-983e-a5a059b13ca3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9445 | 2024.08.16 07:21:28.102657 [ 3 ] {28a9d397-0d4c-483a-8f55-78ea20b5e731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9446 | 2024.08.16 07:21:28.102734 [ 3 ] {28a9d397-0d4c-483a-8f55-78ea20b5e731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9447 | 2024.08.16 07:21:28.102959 [ 3 ] {28a9d397-0d4c-483a-8f55-78ea20b5e731} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9448 | 2024.08.16 07:21:28.103389 [ 3 ] {28a9d397-0d4c-483a-8f55-78ea20b5e731} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9449 | 2024.08.16 07:21:28.103433 [ 3 ] {28a9d397-0d4c-483a-8f55-78ea20b5e731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9450 | 2024.08.16 07:21:28.103797 [ 3 ] {28a9d397-0d4c-483a-8f55-78ea20b5e731} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9451 | 2024.08.16 07:21:28.104156 [ 3 ] {28a9d397-0d4c-483a-8f55-78ea20b5e731} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9452 | 2024.08.16 07:21:28.104316 [ 3 ] {28a9d397-0d4c-483a-8f55-78ea20b5e731} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001717 sec., 1164.8223645894002 rows/sec., 94.98 KiB/sec. | ||
9453 | 2024.08.16 07:21:28.104550 [ 3 ] {28a9d397-0d4c-483a-8f55-78ea20b5e731} <Debug> DynamicQueryHandler: Done processing query | ||
9454 | 2024.08.16 07:21:28.104578 [ 3 ] {28a9d397-0d4c-483a-8f55-78ea20b5e731} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9455 | 2024.08.16 07:21:28.104595 [ 3 ] {} <Debug> HTTP-Session: 7376f000-e9c8-4428-983e-a5a059b13ca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9456 | 2024.08.16 07:21:28.104813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28483, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9457 | 2024.08.16 07:21:28.104871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9458 | 2024.08.16 07:21:28.104892 [ 3 ] {} <Debug> HTTP-Session: acb01fb9-ad58-4c4a-9a46-37b33109b665 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9459 | 2024.08.16 07:21:28.104910 [ 3 ] {} <Debug> HTTP-Session: acb01fb9-ad58-4c4a-9a46-37b33109b665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9460 | 2024.08.16 07:21:28.104925 [ 3 ] {} <Debug> HTTP-Session: acb01fb9-ad58-4c4a-9a46-37b33109b665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9461 | 2024.08.16 07:21:28.104965 [ 3 ] {} <Trace> HTTP-Session: acb01fb9-ad58-4c4a-9a46-37b33109b665 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9462 | 2024.08.16 07:21:28.105137 [ 3 ] {f7749f3f-c83e-4a2e-8d55-05ce9e8f7536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9463 | 2024.08.16 07:21:28.105186 [ 3 ] {f7749f3f-c83e-4a2e-8d55-05ce9e8f7536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9464 | 2024.08.16 07:21:28.105322 [ 3 ] {f7749f3f-c83e-4a2e-8d55-05ce9e8f7536} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9465 | 2024.08.16 07:21:28.105766 [ 3 ] {f7749f3f-c83e-4a2e-8d55-05ce9e8f7536} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9466 | 2024.08.16 07:21:28.105814 [ 3 ] {f7749f3f-c83e-4a2e-8d55-05ce9e8f7536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9467 | 2024.08.16 07:21:28.106138 [ 3 ] {f7749f3f-c83e-4a2e-8d55-05ce9e8f7536} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9468 | 2024.08.16 07:21:28.106451 [ 3 ] {f7749f3f-c83e-4a2e-8d55-05ce9e8f7536} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9469 | 2024.08.16 07:21:28.106608 [ 3 ] {f7749f3f-c83e-4a2e-8d55-05ce9e8f7536} <Debug> executeQuery: Read 190 rows, 16.93 KiB in 0.001541 sec., 123296.56067488644 rows/sec., 10.73 MiB/sec. | ||
9470 | 2024.08.16 07:21:28.106608 [ 102 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9471 | 2024.08.16 07:21:28.106733 [ 102 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9472 | 2024.08.16 07:21:28.106778 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9473 | 2024.08.16 07:21:28.106884 [ 3 ] {f7749f3f-c83e-4a2e-8d55-05ce9e8f7536} <Debug> DynamicQueryHandler: Done processing query | ||
9474 | 2024.08.16 07:21:28.106939 [ 3 ] {f7749f3f-c83e-4a2e-8d55-05ce9e8f7536} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9475 | 2024.08.16 07:21:28.106970 [ 3 ] {} <Debug> HTTP-Session: acb01fb9-ad58-4c4a-9a46-37b33109b665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9476 | 2024.08.16 07:21:28.106988 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
9477 | 2024.08.16 07:21:28.107223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9478 | 2024.08.16 07:21:28.107241 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9479 | 2024.08.16 07:21:28.107312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9480 | 2024.08.16 07:21:28.107321 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1436 rows starting from the beginning of the part | ||
9481 | 2024.08.16 07:21:28.107353 [ 3 ] {} <Debug> HTTP-Session: 0c2f2330-6259-44e7-bce3-0e1babbb5f10 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9482 | 2024.08.16 07:21:28.107393 [ 3 ] {} <Debug> HTTP-Session: 0c2f2330-6259-44e7-bce3-0e1babbb5f10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9483 | 2024.08.16 07:21:28.107437 [ 3 ] {} <Debug> HTTP-Session: 0c2f2330-6259-44e7-bce3-0e1babbb5f10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9484 | 2024.08.16 07:21:28.107554 [ 3 ] {} <Trace> HTTP-Session: 0c2f2330-6259-44e7-bce3-0e1babbb5f10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9485 | 2024.08.16 07:21:28.107557 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 189 rows starting from the beginning of the part | ||
9486 | 2024.08.16 07:21:28.107823 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 155 rows starting from the beginning of the part | ||
9487 | 2024.08.16 07:21:28.107879 [ 3 ] {725559ba-a1d1-4b5d-9bcb-994107625a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9488 | 2024.08.16 07:21:28.108045 [ 3 ] {725559ba-a1d1-4b5d-9bcb-994107625a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9489 | 2024.08.16 07:21:28.108197 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1330 rows starting from the beginning of the part | ||
9490 | 2024.08.16 07:21:28.108517 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 155 rows starting from the beginning of the part | ||
9491 | 2024.08.16 07:21:28.108898 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 190 rows starting from the beginning of the part | ||
9492 | 2024.08.16 07:21:28.109283 [ 3 ] {725559ba-a1d1-4b5d-9bcb-994107625a4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9493 | 2024.08.16 07:21:28.110077 [ 3 ] {725559ba-a1d1-4b5d-9bcb-994107625a4f} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9494 | 2024.08.16 07:21:28.110142 [ 3 ] {725559ba-a1d1-4b5d-9bcb-994107625a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9495 | 2024.08.16 07:21:28.110822 [ 3 ] {725559ba-a1d1-4b5d-9bcb-994107625a4f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9496 | 2024.08.16 07:21:28.111553 [ 3 ] {725559ba-a1d1-4b5d-9bcb-994107625a4f} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9497 | 2024.08.16 07:21:28.111763 [ 3 ] {725559ba-a1d1-4b5d-9bcb-994107625a4f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004031 sec., 496.1548002976929 rows/sec., 34.64 KiB/sec. | ||
9498 | 2024.08.16 07:21:28.112012 [ 3 ] {725559ba-a1d1-4b5d-9bcb-994107625a4f} <Debug> DynamicQueryHandler: Done processing query | ||
9499 | 2024.08.16 07:21:28.112060 [ 3 ] {725559ba-a1d1-4b5d-9bcb-994107625a4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9500 | 2024.08.16 07:21:28.112093 [ 3 ] {} <Debug> HTTP-Session: 0c2f2330-6259-44e7-bce3-0e1babbb5f10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9501 | 2024.08.16 07:21:28.112288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9502 | 2024.08.16 07:21:28.112327 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3455 rows, containing 4 columns (4 merged, 0 gathered) in 0.005463406 sec., 632389.3922582361 rows/sec., 52.90 MiB/sec. | ||
9503 | 2024.08.16 07:21:28.112370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9504 | 2024.08.16 07:21:28.112404 [ 3 ] {} <Debug> HTTP-Session: 885fd0ef-b9e1-4e52-8f8c-e95ba00f251c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9505 | 2024.08.16 07:21:28.112423 [ 3 ] {} <Debug> HTTP-Session: 885fd0ef-b9e1-4e52-8f8c-e95ba00f251c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9506 | 2024.08.16 07:21:28.112438 [ 3 ] {} <Debug> HTTP-Session: 885fd0ef-b9e1-4e52-8f8c-e95ba00f251c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9507 | 2024.08.16 07:21:28.112475 [ 3 ] {} <Trace> HTTP-Session: 885fd0ef-b9e1-4e52-8f8c-e95ba00f251c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9508 | 2024.08.16 07:21:28.112592 [ 3 ] {d6d97f37-9949-4c1d-aaff-fcd9787cfc79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9509 | 2024.08.16 07:21:28.112617 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9510 | 2024.08.16 07:21:28.112646 [ 3 ] {d6d97f37-9949-4c1d-aaff-fcd9787cfc79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9511 | 2024.08.16 07:21:28.112894 [ 3 ] {d6d97f37-9949-4c1d-aaff-fcd9787cfc79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9512 | 2024.08.16 07:21:28.113326 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_51_10} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9513 | 2024.08.16 07:21:28.113382 [ 3 ] {d6d97f37-9949-4c1d-aaff-fcd9787cfc79} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9514 | 2024.08.16 07:21:28.113423 [ 3 ] {d6d97f37-9949-4c1d-aaff-fcd9787cfc79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9515 | 2024.08.16 07:21:28.113436 [ 199 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_51_10} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9516 | 2024.08.16 07:21:28.113546 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
9517 | 2024.08.16 07:21:28.113785 [ 3 ] {d6d97f37-9949-4c1d-aaff-fcd9787cfc79} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9518 | 2024.08.16 07:21:28.114095 [ 3 ] {d6d97f37-9949-4c1d-aaff-fcd9787cfc79} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9519 | 2024.08.16 07:21:28.114252 [ 3 ] {d6d97f37-9949-4c1d-aaff-fcd9787cfc79} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001697 sec., 8249.852681202121 rows/sec., 577.77 KiB/sec. | ||
9520 | 2024.08.16 07:21:28.114419 [ 3 ] {d6d97f37-9949-4c1d-aaff-fcd9787cfc79} <Debug> DynamicQueryHandler: Done processing query | ||
9521 | 2024.08.16 07:21:28.114444 [ 3 ] {d6d97f37-9949-4c1d-aaff-fcd9787cfc79} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9522 | 2024.08.16 07:21:28.114460 [ 3 ] {} <Debug> HTTP-Session: 885fd0ef-b9e1-4e52-8f8c-e95ba00f251c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9523 | 2024.08.16 07:21:28.114607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9524 | 2024.08.16 07:21:28.114654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9525 | 2024.08.16 07:21:28.114674 [ 3 ] {} <Debug> HTTP-Session: 27d36e91-199b-46f2-b422-f62ee8cc3601 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9526 | 2024.08.16 07:21:28.114692 [ 3 ] {} <Debug> HTTP-Session: 27d36e91-199b-46f2-b422-f62ee8cc3601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9527 | 2024.08.16 07:21:28.114705 [ 3 ] {} <Debug> HTTP-Session: 27d36e91-199b-46f2-b422-f62ee8cc3601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9528 | 2024.08.16 07:21:28.114736 [ 3 ] {} <Trace> HTTP-Session: 27d36e91-199b-46f2-b422-f62ee8cc3601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9529 | 2024.08.16 07:21:28.114833 [ 3 ] {6dd58156-3b39-46d8-935c-dfdef84daa92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9530 | 2024.08.16 07:21:28.114876 [ 3 ] {6dd58156-3b39-46d8-935c-dfdef84daa92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9531 | 2024.08.16 07:21:28.115003 [ 3 ] {6dd58156-3b39-46d8-935c-dfdef84daa92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9532 | 2024.08.16 07:21:28.115279 [ 3 ] {6dd58156-3b39-46d8-935c-dfdef84daa92} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9533 | 2024.08.16 07:21:28.115316 [ 3 ] {6dd58156-3b39-46d8-935c-dfdef84daa92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9534 | 2024.08.16 07:21:28.115613 [ 3 ] {6dd58156-3b39-46d8-935c-dfdef84daa92} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9535 | 2024.08.16 07:21:28.115914 [ 3 ] {6dd58156-3b39-46d8-935c-dfdef84daa92} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9536 | 2024.08.16 07:21:28.116075 [ 3 ] {6dd58156-3b39-46d8-935c-dfdef84daa92} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001264 sec., 4746.835443037975 rows/sec., 280.45 KiB/sec. | ||
9537 | 2024.08.16 07:21:28.116242 [ 3 ] {6dd58156-3b39-46d8-935c-dfdef84daa92} <Debug> DynamicQueryHandler: Done processing query | ||
9538 | 2024.08.16 07:21:28.116267 [ 3 ] {6dd58156-3b39-46d8-935c-dfdef84daa92} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9539 | 2024.08.16 07:21:28.116283 [ 3 ] {} <Debug> HTTP-Session: 27d36e91-199b-46f2-b422-f62ee8cc3601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9540 | 2024.08.16 07:21:28.116477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 62126, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9541 | 2024.08.16 07:21:28.116526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9542 | 2024.08.16 07:21:28.116546 [ 3 ] {} <Debug> HTTP-Session: c9e2e833-4b31-4c0e-a19f-3c4af8863006 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9543 | 2024.08.16 07:21:28.116562 [ 3 ] {} <Debug> HTTP-Session: c9e2e833-4b31-4c0e-a19f-3c4af8863006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9544 | 2024.08.16 07:21:28.116577 [ 3 ] {} <Debug> HTTP-Session: c9e2e833-4b31-4c0e-a19f-3c4af8863006 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9545 | 2024.08.16 07:21:28.116607 [ 3 ] {} <Trace> HTTP-Session: c9e2e833-4b31-4c0e-a19f-3c4af8863006 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9546 | 2024.08.16 07:21:28.116910 [ 3 ] {f1e0c403-857b-4981-8b42-977b7d8c25c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9547 | 2024.08.16 07:21:28.116955 [ 3 ] {f1e0c403-857b-4981-8b42-977b7d8c25c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9548 | 2024.08.16 07:21:28.117083 [ 3 ] {f1e0c403-857b-4981-8b42-977b7d8c25c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9549 | 2024.08.16 07:21:28.117587 [ 3 ] {f1e0c403-857b-4981-8b42-977b7d8c25c6} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9550 | 2024.08.16 07:21:28.117625 [ 3 ] {f1e0c403-857b-4981-8b42-977b7d8c25c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9551 | 2024.08.16 07:21:28.117951 [ 3 ] {f1e0c403-857b-4981-8b42-977b7d8c25c6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9552 | 2024.08.16 07:21:28.118251 [ 3 ] {f1e0c403-857b-4981-8b42-977b7d8c25c6} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9553 | 2024.08.16 07:21:28.118402 [ 102 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9554 | 2024.08.16 07:21:28.118412 [ 3 ] {f1e0c403-857b-4981-8b42-977b7d8c25c6} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001696 sec., 226415.09433962265 rows/sec., 16.03 MiB/sec. | ||
9555 | 2024.08.16 07:21:28.118461 [ 102 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9556 | 2024.08.16 07:21:28.118533 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9557 | 2024.08.16 07:21:28.118806 [ 3 ] {f1e0c403-857b-4981-8b42-977b7d8c25c6} <Debug> DynamicQueryHandler: Done processing query | ||
9558 | 2024.08.16 07:21:28.118892 [ 3 ] {f1e0c403-857b-4981-8b42-977b7d8c25c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9559 | 2024.08.16 07:21:28.118970 [ 3 ] {} <Debug> HTTP-Session: c9e2e833-4b31-4c0e-a19f-3c4af8863006 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9560 | 2024.08.16 07:21:28.118972 [ 189 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
9561 | 2024.08.16 07:21:28.119195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9562 | 2024.08.16 07:21:28.119364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9563 | 2024.08.16 07:21:28.119473 [ 3 ] {} <Debug> HTTP-Session: e7d0e915-d05f-43ff-8e49-8b898fac9462 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9564 | 2024.08.16 07:21:28.119562 [ 3 ] {} <Debug> HTTP-Session: e7d0e915-d05f-43ff-8e49-8b898fac9462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9565 | 2024.08.16 07:21:28.119632 [ 3 ] {} <Debug> HTTP-Session: e7d0e915-d05f-43ff-8e49-8b898fac9462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9566 | 2024.08.16 07:21:28.119699 [ 189 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9567 | 2024.08.16 07:21:28.119718 [ 3 ] {} <Trace> HTTP-Session: e7d0e915-d05f-43ff-8e49-8b898fac9462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9568 | 2024.08.16 07:21:28.119768 [ 189 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 905 rows starting from the beginning of the part | ||
9569 | 2024.08.16 07:21:28.120015 [ 3 ] {8d2d7ef8-2694-467b-80ad-c5cb8b3011c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9570 | 2024.08.16 07:21:28.120019 [ 189 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 382 rows starting from the beginning of the part | ||
9571 | 2024.08.16 07:21:28.120179 [ 3 ] {8d2d7ef8-2694-467b-80ad-c5cb8b3011c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9572 | 2024.08.16 07:21:28.120439 [ 189 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 97 rows starting from the beginning of the part | ||
9573 | 2024.08.16 07:21:28.120831 [ 189 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 840 rows starting from the beginning of the part | ||
9574 | 2024.08.16 07:21:28.121150 [ 3 ] {8d2d7ef8-2694-467b-80ad-c5cb8b3011c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9575 | 2024.08.16 07:21:28.121174 [ 189 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 97 rows starting from the beginning of the part | ||
9576 | 2024.08.16 07:21:28.121489 [ 189 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 384 rows starting from the beginning of the part | ||
9577 | 2024.08.16 07:21:28.122118 [ 3 ] {8d2d7ef8-2694-467b-80ad-c5cb8b3011c7} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9578 | 2024.08.16 07:21:28.122177 [ 3 ] {8d2d7ef8-2694-467b-80ad-c5cb8b3011c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9579 | 2024.08.16 07:21:28.123022 [ 3 ] {8d2d7ef8-2694-467b-80ad-c5cb8b3011c7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9580 | 2024.08.16 07:21:28.123860 [ 3 ] {8d2d7ef8-2694-467b-80ad-c5cb8b3011c7} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9581 | 2024.08.16 07:21:28.124074 [ 3 ] {8d2d7ef8-2694-467b-80ad-c5cb8b3011c7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004212 sec., 1424.5014245014247 rows/sec., 74.42 KiB/sec. | ||
9582 | 2024.08.16 07:21:28.124560 [ 3 ] {8d2d7ef8-2694-467b-80ad-c5cb8b3011c7} <Debug> DynamicQueryHandler: Done processing query | ||
9583 | 2024.08.16 07:21:28.124627 [ 3 ] {8d2d7ef8-2694-467b-80ad-c5cb8b3011c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9584 | 2024.08.16 07:21:28.124707 [ 3 ] {} <Debug> HTTP-Session: e7d0e915-d05f-43ff-8e49-8b898fac9462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9585 | 2024.08.16 07:21:28.125009 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2705 rows, containing 4 columns (4 merged, 0 gathered) in 0.006338337 sec., 426768.09390223335 rows/sec., 30.90 MiB/sec. | ||
9586 | 2024.08.16 07:21:28.125063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9587 | 2024.08.16 07:21:28.125143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9588 | 2024.08.16 07:21:28.125184 [ 3 ] {} <Debug> HTTP-Session: 1addb4a3-27b6-47b2-9482-4f4da15bdb3c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9589 | 2024.08.16 07:21:28.125212 [ 3 ] {} <Debug> HTTP-Session: 1addb4a3-27b6-47b2-9482-4f4da15bdb3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9590 | 2024.08.16 07:21:28.125234 [ 3 ] {} <Debug> HTTP-Session: 1addb4a3-27b6-47b2-9482-4f4da15bdb3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9591 | 2024.08.16 07:21:28.125291 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9592 | 2024.08.16 07:21:28.125295 [ 3 ] {} <Trace> HTTP-Session: 1addb4a3-27b6-47b2-9482-4f4da15bdb3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9593 | 2024.08.16 07:21:28.125723 [ 3 ] {59364880-29f3-442a-a129-16b48caacb38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9594 | 2024.08.16 07:21:28.125801 [ 3 ] {59364880-29f3-442a-a129-16b48caacb38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9595 | 2024.08.16 07:21:28.125912 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_51_10} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9596 | 2024.08.16 07:21:28.126151 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_51_10} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9597 | 2024.08.16 07:21:28.126241 [ 3 ] {59364880-29f3-442a-a129-16b48caacb38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9598 | 2024.08.16 07:21:28.126339 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
9599 | 2024.08.16 07:21:28.126816 [ 3 ] {59364880-29f3-442a-a129-16b48caacb38} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9600 | 2024.08.16 07:21:28.126859 [ 3 ] {59364880-29f3-442a-a129-16b48caacb38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9601 | 2024.08.16 07:21:28.127253 [ 3 ] {59364880-29f3-442a-a129-16b48caacb38} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9602 | 2024.08.16 07:21:28.127592 [ 3 ] {59364880-29f3-442a-a129-16b48caacb38} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9603 | 2024.08.16 07:21:28.127726 [ 3 ] {59364880-29f3-442a-a129-16b48caacb38} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002246 sec., 105966.16206589491 rows/sec., 7.10 MiB/sec. | ||
9604 | 2024.08.16 07:21:28.127903 [ 3 ] {59364880-29f3-442a-a129-16b48caacb38} <Debug> DynamicQueryHandler: Done processing query | ||
9605 | 2024.08.16 07:21:28.127928 [ 3 ] {59364880-29f3-442a-a129-16b48caacb38} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9606 | 2024.08.16 07:21:28.127943 [ 3 ] {} <Debug> HTTP-Session: 1addb4a3-27b6-47b2-9482-4f4da15bdb3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9607 | 2024.08.16 07:21:28.128106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9608 | 2024.08.16 07:21:28.128153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9609 | 2024.08.16 07:21:28.128173 [ 3 ] {} <Debug> HTTP-Session: 9cb7f72f-f80a-409f-9f72-226e28fa48a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9610 | 2024.08.16 07:21:28.128190 [ 3 ] {} <Debug> HTTP-Session: 9cb7f72f-f80a-409f-9f72-226e28fa48a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9611 | 2024.08.16 07:21:28.128204 [ 3 ] {} <Debug> HTTP-Session: 9cb7f72f-f80a-409f-9f72-226e28fa48a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9612 | 2024.08.16 07:21:28.128234 [ 3 ] {} <Trace> HTTP-Session: 9cb7f72f-f80a-409f-9f72-226e28fa48a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9613 | 2024.08.16 07:21:28.128325 [ 3 ] {1f95d1e2-ee48-41b6-9bac-ce15e52543d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9614 | 2024.08.16 07:21:28.128369 [ 3 ] {1f95d1e2-ee48-41b6-9bac-ce15e52543d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9615 | 2024.08.16 07:21:28.128497 [ 3 ] {1f95d1e2-ee48-41b6-9bac-ce15e52543d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9616 | 2024.08.16 07:21:28.128764 [ 3 ] {1f95d1e2-ee48-41b6-9bac-ce15e52543d7} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9617 | 2024.08.16 07:21:28.128800 [ 3 ] {1f95d1e2-ee48-41b6-9bac-ce15e52543d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9618 | 2024.08.16 07:21:28.129140 [ 3 ] {1f95d1e2-ee48-41b6-9bac-ce15e52543d7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9619 | 2024.08.16 07:21:28.129466 [ 3 ] {1f95d1e2-ee48-41b6-9bac-ce15e52543d7} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9620 | 2024.08.16 07:21:28.129591 [ 3 ] {1f95d1e2-ee48-41b6-9bac-ce15e52543d7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001289 sec., 775.7951900698216 rows/sec., 52.28 KiB/sec. | ||
9621 | 2024.08.16 07:21:28.129754 [ 3 ] {1f95d1e2-ee48-41b6-9bac-ce15e52543d7} <Debug> DynamicQueryHandler: Done processing query | ||
9622 | 2024.08.16 07:21:28.129778 [ 3 ] {1f95d1e2-ee48-41b6-9bac-ce15e52543d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9623 | 2024.08.16 07:21:28.129794 [ 3 ] {} <Debug> HTTP-Session: 9cb7f72f-f80a-409f-9f72-226e28fa48a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9624 | 2024.08.16 07:21:28.129927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9625 | 2024.08.16 07:21:28.129976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9626 | 2024.08.16 07:21:28.129995 [ 3 ] {} <Debug> HTTP-Session: 7247d795-26a7-407d-95e8-9f85b09aa71a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9627 | 2024.08.16 07:21:28.130012 [ 3 ] {} <Debug> HTTP-Session: 7247d795-26a7-407d-95e8-9f85b09aa71a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9628 | 2024.08.16 07:21:28.130026 [ 3 ] {} <Debug> HTTP-Session: 7247d795-26a7-407d-95e8-9f85b09aa71a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9629 | 2024.08.16 07:21:28.130057 [ 3 ] {} <Trace> HTTP-Session: 7247d795-26a7-407d-95e8-9f85b09aa71a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9630 | 2024.08.16 07:21:28.130189 [ 3 ] {33685e84-08c8-4e17-8bbc-beab58f15502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9631 | 2024.08.16 07:21:28.130233 [ 3 ] {33685e84-08c8-4e17-8bbc-beab58f15502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9632 | 2024.08.16 07:21:28.130359 [ 3 ] {33685e84-08c8-4e17-8bbc-beab58f15502} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9633 | 2024.08.16 07:21:28.130670 [ 3 ] {33685e84-08c8-4e17-8bbc-beab58f15502} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9634 | 2024.08.16 07:21:28.130705 [ 3 ] {33685e84-08c8-4e17-8bbc-beab58f15502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
9635 | 2024.08.16 07:21:28.131067 [ 3 ] {33685e84-08c8-4e17-8bbc-beab58f15502} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9636 | 2024.08.16 07:21:28.131386 [ 3 ] {33685e84-08c8-4e17-8bbc-beab58f15502} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9637 | 2024.08.16 07:21:28.131515 [ 3 ] {33685e84-08c8-4e17-8bbc-beab58f15502} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001383 sec., 59291.39551699205 rows/sec., 3.77 MiB/sec. | ||
9638 | 2024.08.16 07:21:28.131678 [ 3 ] {33685e84-08c8-4e17-8bbc-beab58f15502} <Debug> DynamicQueryHandler: Done processing query | ||
9639 | 2024.08.16 07:21:28.131702 [ 3 ] {33685e84-08c8-4e17-8bbc-beab58f15502} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9640 | 2024.08.16 07:21:28.131717 [ 3 ] {} <Debug> HTTP-Session: 7247d795-26a7-407d-95e8-9f85b09aa71a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9641 | 2024.08.16 07:21:33.098543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9642 | 2024.08.16 07:21:33.098671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9643 | 2024.08.16 07:21:33.098695 [ 3 ] {} <Debug> HTTP-Session: 3603bf3e-8384-481f-bdad-72f841f11f36 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9644 | 2024.08.16 07:21:33.098719 [ 3 ] {} <Debug> HTTP-Session: 3603bf3e-8384-481f-bdad-72f841f11f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9645 | 2024.08.16 07:21:33.098733 [ 3 ] {} <Debug> HTTP-Session: 3603bf3e-8384-481f-bdad-72f841f11f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9646 | 2024.08.16 07:21:33.098782 [ 3 ] {} <Trace> HTTP-Session: 3603bf3e-8384-481f-bdad-72f841f11f36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9647 | 2024.08.16 07:21:33.098983 [ 3 ] {123cfd7c-0854-4c40-b98b-1e711f350419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9648 | 2024.08.16 07:21:33.099054 [ 3 ] {123cfd7c-0854-4c40-b98b-1e711f350419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9649 | 2024.08.16 07:21:33.099255 [ 3 ] {123cfd7c-0854-4c40-b98b-1e711f350419} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9650 | 2024.08.16 07:21:33.099734 [ 3 ] {123cfd7c-0854-4c40-b98b-1e711f350419} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9651 | 2024.08.16 07:21:33.099783 [ 3 ] {123cfd7c-0854-4c40-b98b-1e711f350419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9652 | 2024.08.16 07:21:33.100166 [ 3 ] {123cfd7c-0854-4c40-b98b-1e711f350419} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9653 | 2024.08.16 07:21:33.100508 [ 3 ] {123cfd7c-0854-4c40-b98b-1e711f350419} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9654 | 2024.08.16 07:21:33.100689 [ 3 ] {123cfd7c-0854-4c40-b98b-1e711f350419} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001764 sec., 18707.482993197278 rows/sec., 1.48 MiB/sec. | ||
9655 | 2024.08.16 07:21:33.100917 [ 3 ] {123cfd7c-0854-4c40-b98b-1e711f350419} <Debug> DynamicQueryHandler: Done processing query | ||
9656 | 2024.08.16 07:21:33.100945 [ 3 ] {123cfd7c-0854-4c40-b98b-1e711f350419} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9657 | 2024.08.16 07:21:33.100961 [ 3 ] {} <Debug> HTTP-Session: 3603bf3e-8384-481f-bdad-72f841f11f36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9658 | 2024.08.16 07:21:33.101100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9659 | 2024.08.16 07:21:33.101159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9660 | 2024.08.16 07:21:33.101179 [ 3 ] {} <Debug> HTTP-Session: e9115c62-e8be-4c5a-ba89-84318df8bba8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9661 | 2024.08.16 07:21:33.101198 [ 3 ] {} <Debug> HTTP-Session: e9115c62-e8be-4c5a-ba89-84318df8bba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9662 | 2024.08.16 07:21:33.101211 [ 3 ] {} <Debug> HTTP-Session: e9115c62-e8be-4c5a-ba89-84318df8bba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9663 | 2024.08.16 07:21:33.101248 [ 3 ] {} <Trace> HTTP-Session: e9115c62-e8be-4c5a-ba89-84318df8bba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9664 | 2024.08.16 07:21:33.101371 [ 3 ] {5108fc87-2061-4612-90ce-00955c90d0a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9665 | 2024.08.16 07:21:33.101424 [ 3 ] {5108fc87-2061-4612-90ce-00955c90d0a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9666 | 2024.08.16 07:21:33.101569 [ 3 ] {5108fc87-2061-4612-90ce-00955c90d0a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9667 | 2024.08.16 07:21:33.101898 [ 3 ] {5108fc87-2061-4612-90ce-00955c90d0a4} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9668 | 2024.08.16 07:21:33.101938 [ 3 ] {5108fc87-2061-4612-90ce-00955c90d0a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9669 | 2024.08.16 07:21:33.102269 [ 3 ] {5108fc87-2061-4612-90ce-00955c90d0a4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9670 | 2024.08.16 07:21:33.102592 [ 3 ] {5108fc87-2061-4612-90ce-00955c90d0a4} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9671 | 2024.08.16 07:21:33.102750 [ 3 ] {5108fc87-2061-4612-90ce-00955c90d0a4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.0014 sec., 1428.5714285714287 rows/sec., 116.49 KiB/sec. | ||
9672 | 2024.08.16 07:21:33.102919 [ 3 ] {5108fc87-2061-4612-90ce-00955c90d0a4} <Debug> DynamicQueryHandler: Done processing query | ||
9673 | 2024.08.16 07:21:33.102944 [ 3 ] {5108fc87-2061-4612-90ce-00955c90d0a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9674 | 2024.08.16 07:21:33.102959 [ 3 ] {} <Debug> HTTP-Session: e9115c62-e8be-4c5a-ba89-84318df8bba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9675 | 2024.08.16 07:21:33.103108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9676 | 2024.08.16 07:21:33.103159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9677 | 2024.08.16 07:21:33.103180 [ 3 ] {} <Debug> HTTP-Session: 9ce49950-3a12-47fa-96a0-d4c9994ef463 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9678 | 2024.08.16 07:21:33.103198 [ 3 ] {} <Debug> HTTP-Session: 9ce49950-3a12-47fa-96a0-d4c9994ef463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9679 | 2024.08.16 07:21:33.103212 [ 3 ] {} <Debug> HTTP-Session: 9ce49950-3a12-47fa-96a0-d4c9994ef463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9680 | 2024.08.16 07:21:33.103246 [ 3 ] {} <Trace> HTTP-Session: 9ce49950-3a12-47fa-96a0-d4c9994ef463 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9681 | 2024.08.16 07:21:33.103387 [ 3 ] {3ebad857-97fd-4c7c-a7c0-ab0b0b5d4cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9682 | 2024.08.16 07:21:33.103433 [ 3 ] {3ebad857-97fd-4c7c-a7c0-ab0b0b5d4cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9683 | 2024.08.16 07:21:33.103559 [ 3 ] {3ebad857-97fd-4c7c-a7c0-ab0b0b5d4cfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9684 | 2024.08.16 07:21:33.104004 [ 3 ] {3ebad857-97fd-4c7c-a7c0-ab0b0b5d4cfd} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9685 | 2024.08.16 07:21:33.104040 [ 3 ] {3ebad857-97fd-4c7c-a7c0-ab0b0b5d4cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9686 | 2024.08.16 07:21:33.104359 [ 3 ] {3ebad857-97fd-4c7c-a7c0-ab0b0b5d4cfd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9687 | 2024.08.16 07:21:33.104666 [ 3 ] {3ebad857-97fd-4c7c-a7c0-ab0b0b5d4cfd} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9688 | 2024.08.16 07:21:33.104818 [ 3 ] {3ebad857-97fd-4c7c-a7c0-ab0b0b5d4cfd} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001491 sec., 104627.76659959758 rows/sec., 8.76 MiB/sec. | ||
9689 | 2024.08.16 07:21:33.104991 [ 3 ] {3ebad857-97fd-4c7c-a7c0-ab0b0b5d4cfd} <Debug> DynamicQueryHandler: Done processing query | ||
9690 | 2024.08.16 07:21:33.105020 [ 3 ] {3ebad857-97fd-4c7c-a7c0-ab0b0b5d4cfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9691 | 2024.08.16 07:21:33.105036 [ 3 ] {} <Debug> HTTP-Session: 9ce49950-3a12-47fa-96a0-d4c9994ef463 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9692 | 2024.08.16 07:21:33.105167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9693 | 2024.08.16 07:21:33.105216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9694 | 2024.08.16 07:21:33.105235 [ 3 ] {} <Debug> HTTP-Session: 020c9e08-936a-4a18-99ba-2112944d8bd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9695 | 2024.08.16 07:21:33.105252 [ 3 ] {} <Debug> HTTP-Session: 020c9e08-936a-4a18-99ba-2112944d8bd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9696 | 2024.08.16 07:21:33.105266 [ 3 ] {} <Debug> HTTP-Session: 020c9e08-936a-4a18-99ba-2112944d8bd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9697 | 2024.08.16 07:21:33.105298 [ 3 ] {} <Trace> HTTP-Session: 020c9e08-936a-4a18-99ba-2112944d8bd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9698 | 2024.08.16 07:21:33.105394 [ 3 ] {bb61950c-ca47-4dc5-ab17-c521894477f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9699 | 2024.08.16 07:21:33.105437 [ 3 ] {bb61950c-ca47-4dc5-ab17-c521894477f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9700 | 2024.08.16 07:21:33.105562 [ 3 ] {bb61950c-ca47-4dc5-ab17-c521894477f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9701 | 2024.08.16 07:21:33.105835 [ 3 ] {bb61950c-ca47-4dc5-ab17-c521894477f0} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9702 | 2024.08.16 07:21:33.105870 [ 3 ] {bb61950c-ca47-4dc5-ab17-c521894477f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9703 | 2024.08.16 07:21:33.106162 [ 3 ] {bb61950c-ca47-4dc5-ab17-c521894477f0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9704 | 2024.08.16 07:21:33.106468 [ 3 ] {bb61950c-ca47-4dc5-ab17-c521894477f0} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9705 | 2024.08.16 07:21:33.106618 [ 3 ] {bb61950c-ca47-4dc5-ab17-c521894477f0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001241 sec., 1611.6035455278002 rows/sec., 112.53 KiB/sec. | ||
9706 | 2024.08.16 07:21:33.106771 [ 3 ] {bb61950c-ca47-4dc5-ab17-c521894477f0} <Debug> DynamicQueryHandler: Done processing query | ||
9707 | 2024.08.16 07:21:33.106797 [ 3 ] {bb61950c-ca47-4dc5-ab17-c521894477f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9708 | 2024.08.16 07:21:33.106813 [ 3 ] {} <Debug> HTTP-Session: 020c9e08-936a-4a18-99ba-2112944d8bd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9709 | 2024.08.16 07:21:33.106945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9710 | 2024.08.16 07:21:33.106993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9711 | 2024.08.16 07:21:33.107012 [ 3 ] {} <Debug> HTTP-Session: 28c5748a-adfc-4cff-8492-dcc84b3e783d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9712 | 2024.08.16 07:21:33.107029 [ 3 ] {} <Debug> HTTP-Session: 28c5748a-adfc-4cff-8492-dcc84b3e783d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9713 | 2024.08.16 07:21:33.107042 [ 3 ] {} <Debug> HTTP-Session: 28c5748a-adfc-4cff-8492-dcc84b3e783d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9714 | 2024.08.16 07:21:33.107073 [ 3 ] {} <Trace> HTTP-Session: 28c5748a-adfc-4cff-8492-dcc84b3e783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9715 | 2024.08.16 07:21:33.107194 [ 3 ] {7f58a956-405c-4a0c-871f-1cb6a1d5d546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9716 | 2024.08.16 07:21:33.107238 [ 3 ] {7f58a956-405c-4a0c-871f-1cb6a1d5d546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9717 | 2024.08.16 07:21:33.107363 [ 3 ] {7f58a956-405c-4a0c-871f-1cb6a1d5d546} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9718 | 2024.08.16 07:21:33.107710 [ 3 ] {7f58a956-405c-4a0c-871f-1cb6a1d5d546} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9719 | 2024.08.16 07:21:33.107747 [ 3 ] {7f58a956-405c-4a0c-871f-1cb6a1d5d546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9720 | 2024.08.16 07:21:33.108056 [ 3 ] {7f58a956-405c-4a0c-871f-1cb6a1d5d546} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9721 | 2024.08.16 07:21:33.108350 [ 3 ] {7f58a956-405c-4a0c-871f-1cb6a1d5d546} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9722 | 2024.08.16 07:21:33.108482 [ 3 ] {7f58a956-405c-4a0c-871f-1cb6a1d5d546} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001335 sec., 74157.30337078651 rows/sec., 5.79 MiB/sec. | ||
9723 | 2024.08.16 07:21:33.108675 [ 3 ] {7f58a956-405c-4a0c-871f-1cb6a1d5d546} <Debug> DynamicQueryHandler: Done processing query | ||
9724 | 2024.08.16 07:21:33.108698 [ 3 ] {7f58a956-405c-4a0c-871f-1cb6a1d5d546} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9725 | 2024.08.16 07:21:33.108714 [ 3 ] {} <Debug> HTTP-Session: 28c5748a-adfc-4cff-8492-dcc84b3e783d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9726 | 2024.08.16 07:21:33.108889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9727 | 2024.08.16 07:21:33.108938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9728 | 2024.08.16 07:21:33.108958 [ 3 ] {} <Debug> HTTP-Session: cdd73d19-6082-482f-ba57-4a52e42ea587 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9729 | 2024.08.16 07:21:33.108973 [ 3 ] {} <Debug> HTTP-Session: cdd73d19-6082-482f-ba57-4a52e42ea587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9730 | 2024.08.16 07:21:33.108987 [ 3 ] {} <Debug> HTTP-Session: cdd73d19-6082-482f-ba57-4a52e42ea587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9731 | 2024.08.16 07:21:33.109016 [ 3 ] {} <Trace> HTTP-Session: cdd73d19-6082-482f-ba57-4a52e42ea587 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9732 | 2024.08.16 07:21:33.109161 [ 3 ] {b1e6593b-9e1b-440d-9fae-727356650e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9733 | 2024.08.16 07:21:33.109210 [ 3 ] {b1e6593b-9e1b-440d-9fae-727356650e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9734 | 2024.08.16 07:21:33.109360 [ 3 ] {b1e6593b-9e1b-440d-9fae-727356650e16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9735 | 2024.08.16 07:21:33.109721 [ 3 ] {b1e6593b-9e1b-440d-9fae-727356650e16} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9736 | 2024.08.16 07:21:33.109757 [ 3 ] {b1e6593b-9e1b-440d-9fae-727356650e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9737 | 2024.08.16 07:21:33.110131 [ 3 ] {b1e6593b-9e1b-440d-9fae-727356650e16} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9738 | 2024.08.16 07:21:33.110465 [ 3 ] {b1e6593b-9e1b-440d-9fae-727356650e16} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9739 | 2024.08.16 07:21:33.110617 [ 3 ] {b1e6593b-9e1b-440d-9fae-727356650e16} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001515 sec., 106270.62706270626 rows/sec., 7.40 MiB/sec. | ||
9740 | 2024.08.16 07:21:33.110775 [ 3 ] {b1e6593b-9e1b-440d-9fae-727356650e16} <Debug> DynamicQueryHandler: Done processing query | ||
9741 | 2024.08.16 07:21:33.110799 [ 3 ] {b1e6593b-9e1b-440d-9fae-727356650e16} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9742 | 2024.08.16 07:21:33.110814 [ 3 ] {} <Debug> HTTP-Session: cdd73d19-6082-482f-ba57-4a52e42ea587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9743 | 2024.08.16 07:21:33.110995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53266, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9744 | 2024.08.16 07:21:33.111042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9745 | 2024.08.16 07:21:33.111061 [ 3 ] {} <Debug> HTTP-Session: 5851239a-3f23-4e05-b44e-ecb39ff73ff3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9746 | 2024.08.16 07:21:33.111077 [ 3 ] {} <Debug> HTTP-Session: 5851239a-3f23-4e05-b44e-ecb39ff73ff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9747 | 2024.08.16 07:21:33.111090 [ 3 ] {} <Debug> HTTP-Session: 5851239a-3f23-4e05-b44e-ecb39ff73ff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9748 | 2024.08.16 07:21:33.111121 [ 3 ] {} <Trace> HTTP-Session: 5851239a-3f23-4e05-b44e-ecb39ff73ff3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9749 | 2024.08.16 07:21:33.111484 [ 3 ] {1405cf30-598c-42f6-9112-dc650de6e714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9750 | 2024.08.16 07:21:33.111547 [ 3 ] {1405cf30-598c-42f6-9112-dc650de6e714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9751 | 2024.08.16 07:21:33.111956 [ 3 ] {1405cf30-598c-42f6-9112-dc650de6e714} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9752 | 2024.08.16 07:21:33.112720 [ 3 ] {1405cf30-598c-42f6-9112-dc650de6e714} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9753 | 2024.08.16 07:21:33.112757 [ 3 ] {1405cf30-598c-42f6-9112-dc650de6e714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9754 | 2024.08.16 07:21:33.113392 [ 3 ] {1405cf30-598c-42f6-9112-dc650de6e714} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9755 | 2024.08.16 07:21:33.113802 [ 3 ] {1405cf30-598c-42f6-9112-dc650de6e714} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9756 | 2024.08.16 07:21:33.113982 [ 3 ] {1405cf30-598c-42f6-9112-dc650de6e714} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002774 sec., 11896.178803172314 rows/sec., 21.32 MiB/sec. | ||
9757 | 2024.08.16 07:21:33.114207 [ 3 ] {1405cf30-598c-42f6-9112-dc650de6e714} <Debug> DynamicQueryHandler: Done processing query | ||
9758 | 2024.08.16 07:21:33.114232 [ 3 ] {1405cf30-598c-42f6-9112-dc650de6e714} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9759 | 2024.08.16 07:21:33.114247 [ 3 ] {} <Debug> HTTP-Session: 5851239a-3f23-4e05-b44e-ecb39ff73ff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9760 | 2024.08.16 07:21:33.114383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9761 | 2024.08.16 07:21:33.114431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9762 | 2024.08.16 07:21:33.114450 [ 3 ] {} <Debug> HTTP-Session: d3a5edaf-5aba-4d28-9945-da5b58ff04c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9763 | 2024.08.16 07:21:33.114466 [ 3 ] {} <Debug> HTTP-Session: d3a5edaf-5aba-4d28-9945-da5b58ff04c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9764 | 2024.08.16 07:21:33.114480 [ 3 ] {} <Debug> HTTP-Session: d3a5edaf-5aba-4d28-9945-da5b58ff04c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9765 | 2024.08.16 07:21:33.114510 [ 3 ] {} <Trace> HTTP-Session: d3a5edaf-5aba-4d28-9945-da5b58ff04c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9766 | 2024.08.16 07:21:33.114619 [ 3 ] {91a93ca0-537e-4aa2-a8a1-569bfcfca5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9767 | 2024.08.16 07:21:33.114664 [ 3 ] {91a93ca0-537e-4aa2-a8a1-569bfcfca5ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9768 | 2024.08.16 07:21:33.114792 [ 3 ] {91a93ca0-537e-4aa2-a8a1-569bfcfca5ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9769 | 2024.08.16 07:21:33.115107 [ 3 ] {91a93ca0-537e-4aa2-a8a1-569bfcfca5ac} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9770 | 2024.08.16 07:21:33.115143 [ 3 ] {91a93ca0-537e-4aa2-a8a1-569bfcfca5ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9771 | 2024.08.16 07:21:33.115502 [ 3 ] {91a93ca0-537e-4aa2-a8a1-569bfcfca5ac} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9772 | 2024.08.16 07:21:33.115817 [ 3 ] {91a93ca0-537e-4aa2-a8a1-569bfcfca5ac} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9773 | 2024.08.16 07:21:33.115980 [ 3 ] {91a93ca0-537e-4aa2-a8a1-569bfcfca5ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
9774 | 2024.08.16 07:21:33.116249 [ 3 ] {91a93ca0-537e-4aa2-a8a1-569bfcfca5ac} <Debug> DynamicQueryHandler: Done processing query | ||
9775 | 2024.08.16 07:21:33.116302 [ 3 ] {91a93ca0-537e-4aa2-a8a1-569bfcfca5ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9776 | 2024.08.16 07:21:33.116355 [ 3 ] {} <Debug> HTTP-Session: d3a5edaf-5aba-4d28-9945-da5b58ff04c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9777 | 2024.08.16 07:21:38.101421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9778 | 2024.08.16 07:21:38.101562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9779 | 2024.08.16 07:21:38.101594 [ 3 ] {} <Debug> HTTP-Session: 995a407f-f923-433f-abac-156d9d6544f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9780 | 2024.08.16 07:21:38.101622 [ 3 ] {} <Debug> HTTP-Session: 995a407f-f923-433f-abac-156d9d6544f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9781 | 2024.08.16 07:21:38.101640 [ 3 ] {} <Debug> HTTP-Session: 995a407f-f923-433f-abac-156d9d6544f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9782 | 2024.08.16 07:21:38.101697 [ 3 ] {} <Trace> HTTP-Session: 995a407f-f923-433f-abac-156d9d6544f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9783 | 2024.08.16 07:21:38.101964 [ 3 ] {0a8aecc6-a5d8-499a-a938-d75c5556992f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9784 | 2024.08.16 07:21:38.102044 [ 3 ] {0a8aecc6-a5d8-499a-a938-d75c5556992f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9785 | 2024.08.16 07:21:38.102265 [ 3 ] {0a8aecc6-a5d8-499a-a938-d75c5556992f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9786 | 2024.08.16 07:21:38.102810 [ 3 ] {0a8aecc6-a5d8-499a-a938-d75c5556992f} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9787 | 2024.08.16 07:21:38.102857 [ 3 ] {0a8aecc6-a5d8-499a-a938-d75c5556992f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9788 | 2024.08.16 07:21:38.103249 [ 3 ] {0a8aecc6-a5d8-499a-a938-d75c5556992f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9789 | 2024.08.16 07:21:38.103585 [ 3 ] {0a8aecc6-a5d8-499a-a938-d75c5556992f} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9790 | 2024.08.16 07:21:38.103761 [ 3 ] {0a8aecc6-a5d8-499a-a938-d75c5556992f} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001906 sec., 99160.54564533054 rows/sec., 8.64 MiB/sec. | ||
9791 | 2024.08.16 07:21:38.104007 [ 3 ] {0a8aecc6-a5d8-499a-a938-d75c5556992f} <Debug> DynamicQueryHandler: Done processing query | ||
9792 | 2024.08.16 07:21:38.104034 [ 3 ] {0a8aecc6-a5d8-499a-a938-d75c5556992f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9793 | 2024.08.16 07:21:38.104051 [ 3 ] {} <Debug> HTTP-Session: 995a407f-f923-433f-abac-156d9d6544f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9794 | 2024.08.16 07:21:38.104239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9795 | 2024.08.16 07:21:38.104294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9796 | 2024.08.16 07:21:38.104314 [ 3 ] {} <Debug> HTTP-Session: cb0c7300-c717-4268-bc26-e9a6d1c974b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9797 | 2024.08.16 07:21:38.104333 [ 3 ] {} <Debug> HTTP-Session: cb0c7300-c717-4268-bc26-e9a6d1c974b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9798 | 2024.08.16 07:21:38.104346 [ 3 ] {} <Debug> HTTP-Session: cb0c7300-c717-4268-bc26-e9a6d1c974b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9799 | 2024.08.16 07:21:38.104382 [ 3 ] {} <Trace> HTTP-Session: cb0c7300-c717-4268-bc26-e9a6d1c974b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9800 | 2024.08.16 07:21:38.104490 [ 3 ] {89d1f100-2d76-46b0-95aa-5fe08c7490c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9801 | 2024.08.16 07:21:38.104538 [ 3 ] {89d1f100-2d76-46b0-95aa-5fe08c7490c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9802 | 2024.08.16 07:21:38.104675 [ 3 ] {89d1f100-2d76-46b0-95aa-5fe08c7490c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9803 | 2024.08.16 07:21:38.105028 [ 3 ] {89d1f100-2d76-46b0-95aa-5fe08c7490c8} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9804 | 2024.08.16 07:21:38.105067 [ 3 ] {89d1f100-2d76-46b0-95aa-5fe08c7490c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9805 | 2024.08.16 07:21:38.105382 [ 3 ] {89d1f100-2d76-46b0-95aa-5fe08c7490c8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9806 | 2024.08.16 07:21:38.105699 [ 3 ] {89d1f100-2d76-46b0-95aa-5fe08c7490c8} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9807 | 2024.08.16 07:21:38.105863 [ 3 ] {89d1f100-2d76-46b0-95aa-5fe08c7490c8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001395 sec., 10035.84229390681 rows/sec., 702.84 KiB/sec. | ||
9808 | 2024.08.16 07:21:38.106038 [ 3 ] {89d1f100-2d76-46b0-95aa-5fe08c7490c8} <Debug> DynamicQueryHandler: Done processing query | ||
9809 | 2024.08.16 07:21:38.106062 [ 3 ] {89d1f100-2d76-46b0-95aa-5fe08c7490c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9810 | 2024.08.16 07:21:38.106077 [ 3 ] {} <Debug> HTTP-Session: cb0c7300-c717-4268-bc26-e9a6d1c974b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9811 | 2024.08.16 07:21:38.106196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9812 | 2024.08.16 07:21:38.106247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9813 | 2024.08.16 07:21:38.106265 [ 3 ] {} <Debug> HTTP-Session: 7089f988-6f6b-40d4-9e35-5bc0a3e1c065 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9814 | 2024.08.16 07:21:38.106282 [ 3 ] {} <Debug> HTTP-Session: 7089f988-6f6b-40d4-9e35-5bc0a3e1c065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9815 | 2024.08.16 07:21:38.106297 [ 3 ] {} <Debug> HTTP-Session: 7089f988-6f6b-40d4-9e35-5bc0a3e1c065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9816 | 2024.08.16 07:21:38.106329 [ 3 ] {} <Trace> HTTP-Session: 7089f988-6f6b-40d4-9e35-5bc0a3e1c065 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9817 | 2024.08.16 07:21:38.106426 [ 3 ] {f63e9624-2408-458f-9801-b91bf2629cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9818 | 2024.08.16 07:21:38.106472 [ 3 ] {f63e9624-2408-458f-9801-b91bf2629cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9819 | 2024.08.16 07:21:38.106603 [ 3 ] {f63e9624-2408-458f-9801-b91bf2629cdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9820 | 2024.08.16 07:21:38.106913 [ 3 ] {f63e9624-2408-458f-9801-b91bf2629cdd} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9821 | 2024.08.16 07:21:38.106950 [ 3 ] {f63e9624-2408-458f-9801-b91bf2629cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9822 | 2024.08.16 07:21:38.107255 [ 3 ] {f63e9624-2408-458f-9801-b91bf2629cdd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9823 | 2024.08.16 07:21:38.107563 [ 3 ] {f63e9624-2408-458f-9801-b91bf2629cdd} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9824 | 2024.08.16 07:21:38.107714 [ 28 ] {} <Debug> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
9825 | 2024.08.16 07:21:38.107718 [ 3 ] {f63e9624-2408-458f-9801-b91bf2629cdd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 270.81 KiB/sec. | ||
9826 | 2024.08.16 07:21:38.107801 [ 28 ] {} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9827 | 2024.08.16 07:21:38.107868 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9828 | 2024.08.16 07:21:38.108038 [ 3 ] {f63e9624-2408-458f-9801-b91bf2629cdd} <Debug> DynamicQueryHandler: Done processing query | ||
9829 | 2024.08.16 07:21:38.108056 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
9830 | 2024.08.16 07:21:38.108070 [ 3 ] {f63e9624-2408-458f-9801-b91bf2629cdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9831 | 2024.08.16 07:21:38.108144 [ 3 ] {} <Debug> HTTP-Session: 7089f988-6f6b-40d4-9e35-5bc0a3e1c065 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9832 | 2024.08.16 07:21:38.108283 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9833 | 2024.08.16 07:21:38.108331 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part | ||
9834 | 2024.08.16 07:21:38.108397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9835 | 2024.08.16 07:21:38.108532 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
9836 | 2024.08.16 07:21:38.108551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9837 | 2024.08.16 07:21:38.108617 [ 3 ] {} <Debug> HTTP-Session: 37ef5eeb-b651-42da-a975-65b699223939 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9838 | 2024.08.16 07:21:38.108700 [ 3 ] {} <Debug> HTTP-Session: 37ef5eeb-b651-42da-a975-65b699223939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9839 | 2024.08.16 07:21:38.108751 [ 3 ] {} <Debug> HTTP-Session: 37ef5eeb-b651-42da-a975-65b699223939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9840 | 2024.08.16 07:21:38.108778 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
9841 | 2024.08.16 07:21:38.108882 [ 3 ] {} <Trace> HTTP-Session: 37ef5eeb-b651-42da-a975-65b699223939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9842 | 2024.08.16 07:21:38.109128 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
9843 | 2024.08.16 07:21:38.109432 [ 3 ] {a6dae7d5-3204-478a-afee-a057ca2e2422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9844 | 2024.08.16 07:21:38.109486 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
9845 | 2024.08.16 07:21:38.109580 [ 3 ] {a6dae7d5-3204-478a-afee-a057ca2e2422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9846 | 2024.08.16 07:21:38.110199 [ 3 ] {a6dae7d5-3204-478a-afee-a057ca2e2422} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9847 | 2024.08.16 07:21:38.111375 [ 3 ] {a6dae7d5-3204-478a-afee-a057ca2e2422} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9848 | 2024.08.16 07:21:38.111453 [ 3 ] {a6dae7d5-3204-478a-afee-a057ca2e2422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9849 | 2024.08.16 07:21:38.111803 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003831668 sec., 7829.488358594743 rows/sec., 466.41 KiB/sec. | ||
9850 | 2024.08.16 07:21:38.111991 [ 201 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
9851 | 2024.08.16 07:21:38.112263 [ 3 ] {a6dae7d5-3204-478a-afee-a057ca2e2422} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9852 | 2024.08.16 07:21:38.112794 [ 195 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_25_6} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9853 | 2024.08.16 07:21:38.112908 [ 3 ] {a6dae7d5-3204-478a-afee-a057ca2e2422} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9854 | 2024.08.16 07:21:38.112925 [ 195 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_25_6} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
9855 | 2024.08.16 07:21:38.113064 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
9856 | 2024.08.16 07:21:38.113147 [ 3 ] {a6dae7d5-3204-478a-afee-a057ca2e2422} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.003998 sec., 95547.77388694347 rows/sec., 6.76 MiB/sec. | ||
9857 | 2024.08.16 07:21:38.113363 [ 3 ] {a6dae7d5-3204-478a-afee-a057ca2e2422} <Debug> DynamicQueryHandler: Done processing query | ||
9858 | 2024.08.16 07:21:38.113389 [ 3 ] {a6dae7d5-3204-478a-afee-a057ca2e2422} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9859 | 2024.08.16 07:21:38.113405 [ 3 ] {} <Debug> HTTP-Session: 37ef5eeb-b651-42da-a975-65b699223939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9860 | 2024.08.16 07:21:38.113593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9861 | 2024.08.16 07:21:38.113642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9862 | 2024.08.16 07:21:38.113662 [ 3 ] {} <Debug> HTTP-Session: 6b495ed4-3509-4655-964e-75568e3c0d06 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9863 | 2024.08.16 07:21:38.113679 [ 3 ] {} <Debug> HTTP-Session: 6b495ed4-3509-4655-964e-75568e3c0d06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9864 | 2024.08.16 07:21:38.113692 [ 3 ] {} <Debug> HTTP-Session: 6b495ed4-3509-4655-964e-75568e3c0d06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9865 | 2024.08.16 07:21:38.113723 [ 3 ] {} <Trace> HTTP-Session: 6b495ed4-3509-4655-964e-75568e3c0d06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9866 | 2024.08.16 07:21:38.113821 [ 3 ] {6e2a9100-eb09-4b5d-bf90-dd44b0cb6cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9867 | 2024.08.16 07:21:38.113867 [ 3 ] {6e2a9100-eb09-4b5d-bf90-dd44b0cb6cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9868 | 2024.08.16 07:21:38.114004 [ 3 ] {6e2a9100-eb09-4b5d-bf90-dd44b0cb6cf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9869 | 2024.08.16 07:21:38.114306 [ 3 ] {6e2a9100-eb09-4b5d-bf90-dd44b0cb6cf9} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9870 | 2024.08.16 07:21:38.114342 [ 3 ] {6e2a9100-eb09-4b5d-bf90-dd44b0cb6cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9871 | 2024.08.16 07:21:38.114709 [ 3 ] {6e2a9100-eb09-4b5d-bf90-dd44b0cb6cf9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9872 | 2024.08.16 07:21:38.115024 [ 3 ] {6e2a9100-eb09-4b5d-bf90-dd44b0cb6cf9} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9873 | 2024.08.16 07:21:38.115186 [ 3 ] {6e2a9100-eb09-4b5d-bf90-dd44b0cb6cf9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001386 sec., 4329.004329004329 rows/sec., 226.17 KiB/sec. | ||
9874 | 2024.08.16 07:21:38.115357 [ 3 ] {6e2a9100-eb09-4b5d-bf90-dd44b0cb6cf9} <Debug> DynamicQueryHandler: Done processing query | ||
9875 | 2024.08.16 07:21:38.115380 [ 3 ] {6e2a9100-eb09-4b5d-bf90-dd44b0cb6cf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9876 | 2024.08.16 07:21:38.115396 [ 3 ] {} <Debug> HTTP-Session: 6b495ed4-3509-4655-964e-75568e3c0d06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9877 | 2024.08.16 07:21:38.115571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9878 | 2024.08.16 07:21:38.115620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9879 | 2024.08.16 07:21:38.115639 [ 3 ] {} <Debug> HTTP-Session: 90d68192-5c65-45ed-910c-47e59e4b8e3c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9880 | 2024.08.16 07:21:38.115655 [ 3 ] {} <Debug> HTTP-Session: 90d68192-5c65-45ed-910c-47e59e4b8e3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9881 | 2024.08.16 07:21:38.115669 [ 3 ] {} <Debug> HTTP-Session: 90d68192-5c65-45ed-910c-47e59e4b8e3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9882 | 2024.08.16 07:21:38.115699 [ 3 ] {} <Trace> HTTP-Session: 90d68192-5c65-45ed-910c-47e59e4b8e3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9883 | 2024.08.16 07:21:38.115923 [ 3 ] {e9d97694-bee1-43a5-911c-3007c4c774ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9884 | 2024.08.16 07:21:38.115969 [ 3 ] {e9d97694-bee1-43a5-911c-3007c4c774ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9885 | 2024.08.16 07:21:38.116114 [ 3 ] {e9d97694-bee1-43a5-911c-3007c4c774ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9886 | 2024.08.16 07:21:38.116549 [ 3 ] {e9d97694-bee1-43a5-911c-3007c4c774ab} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9887 | 2024.08.16 07:21:38.116585 [ 3 ] {e9d97694-bee1-43a5-911c-3007c4c774ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9888 | 2024.08.16 07:21:38.116960 [ 3 ] {e9d97694-bee1-43a5-911c-3007c4c774ab} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9889 | 2024.08.16 07:21:38.117293 [ 3 ] {e9d97694-bee1-43a5-911c-3007c4c774ab} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9890 | 2024.08.16 07:21:38.117455 [ 3 ] {e9d97694-bee1-43a5-911c-3007c4c774ab} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00166 sec., 142771.0843373494 rows/sec., 9.57 MiB/sec. | ||
9891 | 2024.08.16 07:21:38.117628 [ 3 ] {e9d97694-bee1-43a5-911c-3007c4c774ab} <Debug> DynamicQueryHandler: Done processing query | ||
9892 | 2024.08.16 07:21:38.117652 [ 3 ] {e9d97694-bee1-43a5-911c-3007c4c774ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9893 | 2024.08.16 07:21:38.117668 [ 3 ] {} <Debug> HTTP-Session: 90d68192-5c65-45ed-910c-47e59e4b8e3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9894 | 2024.08.16 07:21:38.117823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9895 | 2024.08.16 07:21:38.117872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9896 | 2024.08.16 07:21:38.117890 [ 3 ] {} <Debug> HTTP-Session: 6537e859-2d8b-4f67-8a13-b1fa1abfa47f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9897 | 2024.08.16 07:21:38.117906 [ 3 ] {} <Debug> HTTP-Session: 6537e859-2d8b-4f67-8a13-b1fa1abfa47f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9898 | 2024.08.16 07:21:38.117920 [ 3 ] {} <Debug> HTTP-Session: 6537e859-2d8b-4f67-8a13-b1fa1abfa47f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9899 | 2024.08.16 07:21:38.117950 [ 3 ] {} <Trace> HTTP-Session: 6537e859-2d8b-4f67-8a13-b1fa1abfa47f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9900 | 2024.08.16 07:21:38.118041 [ 3 ] {677388be-4611-4b50-9a11-e7ce53920fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9901 | 2024.08.16 07:21:38.118086 [ 3 ] {677388be-4611-4b50-9a11-e7ce53920fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9902 | 2024.08.16 07:21:38.118215 [ 3 ] {677388be-4611-4b50-9a11-e7ce53920fce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9903 | 2024.08.16 07:21:38.118476 [ 3 ] {677388be-4611-4b50-9a11-e7ce53920fce} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9904 | 2024.08.16 07:21:38.118511 [ 3 ] {677388be-4611-4b50-9a11-e7ce53920fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9905 | 2024.08.16 07:21:38.118855 [ 3 ] {677388be-4611-4b50-9a11-e7ce53920fce} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9906 | 2024.08.16 07:21:38.119167 [ 3 ] {677388be-4611-4b50-9a11-e7ce53920fce} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9907 | 2024.08.16 07:21:38.119317 [ 3 ] {677388be-4611-4b50-9a11-e7ce53920fce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001292 sec., 773.9938080495356 rows/sec., 52.15 KiB/sec. | ||
9908 | 2024.08.16 07:21:38.119339 [ 24 ] {} <Debug> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
9909 | 2024.08.16 07:21:38.119417 [ 24 ] {} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9910 | 2024.08.16 07:21:38.119475 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9911 | 2024.08.16 07:21:38.119593 [ 3 ] {677388be-4611-4b50-9a11-e7ce53920fce} <Debug> DynamicQueryHandler: Done processing query | ||
9912 | 2024.08.16 07:21:38.119666 [ 3 ] {677388be-4611-4b50-9a11-e7ce53920fce} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9913 | 2024.08.16 07:21:38.119739 [ 3 ] {} <Debug> HTTP-Session: 6537e859-2d8b-4f67-8a13-b1fa1abfa47f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9914 | 2024.08.16 07:21:38.119864 [ 201 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
9915 | 2024.08.16 07:21:38.120032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9916 | 2024.08.16 07:21:38.120196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9917 | 2024.08.16 07:21:38.120257 [ 3 ] {} <Debug> HTTP-Session: 0957b014-8c77-4e5a-a84a-d175a77cd36b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9918 | 2024.08.16 07:21:38.120309 [ 3 ] {} <Debug> HTTP-Session: 0957b014-8c77-4e5a-a84a-d175a77cd36b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9919 | 2024.08.16 07:21:38.120336 [ 201 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9920 | 2024.08.16 07:21:38.120343 [ 3 ] {} <Debug> HTTP-Session: 0957b014-8c77-4e5a-a84a-d175a77cd36b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9921 | 2024.08.16 07:21:38.120399 [ 201 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
9922 | 2024.08.16 07:21:38.120421 [ 3 ] {} <Trace> HTTP-Session: 0957b014-8c77-4e5a-a84a-d175a77cd36b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9923 | 2024.08.16 07:21:38.120678 [ 201 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
9924 | 2024.08.16 07:21:38.120832 [ 3 ] {295fc033-89e5-41af-ac16-04d56a05bac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9925 | 2024.08.16 07:21:38.120979 [ 201 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
9926 | 2024.08.16 07:21:38.121006 [ 3 ] {295fc033-89e5-41af-ac16-04d56a05bac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9927 | 2024.08.16 07:21:38.121261 [ 201 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
9928 | 2024.08.16 07:21:38.121692 [ 201 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
9929 | 2024.08.16 07:21:38.121870 [ 3 ] {295fc033-89e5-41af-ac16-04d56a05bac0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9930 | 2024.08.16 07:21:38.121976 [ 201 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
9931 | 2024.08.16 07:21:38.122761 [ 3 ] {295fc033-89e5-41af-ac16-04d56a05bac0} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9932 | 2024.08.16 07:21:38.122829 [ 3 ] {295fc033-89e5-41af-ac16-04d56a05bac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9933 | 2024.08.16 07:21:38.123910 [ 3 ] {295fc033-89e5-41af-ac16-04d56a05bac0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9934 | 2024.08.16 07:21:38.124624 [ 3 ] {295fc033-89e5-41af-ac16-04d56a05bac0} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9935 | 2024.08.16 07:21:38.124700 [ 195 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.005144248 sec., 4859.796806063782 rows/sec., 327.47 KiB/sec. | ||
9936 | 2024.08.16 07:21:38.124884 [ 3 ] {295fc033-89e5-41af-ac16-04d56a05bac0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004255 sec., 19271.44535840188 rows/sec., 1.22 MiB/sec. | ||
9937 | 2024.08.16 07:21:38.125046 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
9938 | 2024.08.16 07:21:38.125173 [ 3 ] {295fc033-89e5-41af-ac16-04d56a05bac0} <Debug> DynamicQueryHandler: Done processing query | ||
9939 | 2024.08.16 07:21:38.125219 [ 3 ] {295fc033-89e5-41af-ac16-04d56a05bac0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9940 | 2024.08.16 07:21:38.125237 [ 3 ] {} <Debug> HTTP-Session: 0957b014-8c77-4e5a-a84a-d175a77cd36b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9941 | 2024.08.16 07:21:38.125603 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_25_5} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9942 | 2024.08.16 07:21:38.125697 [ 192 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_25_5} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
9943 | 2024.08.16 07:21:38.125799 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9944 | 2024.08.16 07:21:42.480222 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9945 | 2024.08.16 07:21:42.480297 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9946 | 2024.08.16 07:21:43.098569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9947 | 2024.08.16 07:21:43.098742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9948 | 2024.08.16 07:21:43.098789 [ 3 ] {} <Debug> HTTP-Session: 7ebe6e99-a23b-489e-b2e7-6fed9b98b7a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9949 | 2024.08.16 07:21:43.098832 [ 3 ] {} <Debug> HTTP-Session: 7ebe6e99-a23b-489e-b2e7-6fed9b98b7a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9950 | 2024.08.16 07:21:43.098859 [ 3 ] {} <Debug> HTTP-Session: 7ebe6e99-a23b-489e-b2e7-6fed9b98b7a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9951 | 2024.08.16 07:21:43.098941 [ 3 ] {} <Trace> HTTP-Session: 7ebe6e99-a23b-489e-b2e7-6fed9b98b7a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9952 | 2024.08.16 07:21:43.099252 [ 3 ] {c90fcb7c-d390-4c44-b77e-fd90ff5fbaef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9953 | 2024.08.16 07:21:43.099420 [ 3 ] {c90fcb7c-d390-4c44-b77e-fd90ff5fbaef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9954 | 2024.08.16 07:21:43.099655 [ 3 ] {c90fcb7c-d390-4c44-b77e-fd90ff5fbaef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9955 | 2024.08.16 07:21:43.100136 [ 3 ] {c90fcb7c-d390-4c44-b77e-fd90ff5fbaef} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9956 | 2024.08.16 07:21:43.100181 [ 3 ] {c90fcb7c-d390-4c44-b77e-fd90ff5fbaef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9957 | 2024.08.16 07:21:43.100566 [ 3 ] {c90fcb7c-d390-4c44-b77e-fd90ff5fbaef} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9958 | 2024.08.16 07:21:43.100906 [ 3 ] {c90fcb7c-d390-4c44-b77e-fd90ff5fbaef} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9959 | 2024.08.16 07:21:43.101081 [ 3 ] {c90fcb7c-d390-4c44-b77e-fd90ff5fbaef} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001935 sec., 17054.263565891473 rows/sec., 1.35 MiB/sec. | ||
9960 | 2024.08.16 07:21:43.101408 [ 3 ] {c90fcb7c-d390-4c44-b77e-fd90ff5fbaef} <Debug> DynamicQueryHandler: Done processing query | ||
9961 | 2024.08.16 07:21:43.101437 [ 3 ] {c90fcb7c-d390-4c44-b77e-fd90ff5fbaef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9962 | 2024.08.16 07:21:43.101455 [ 3 ] {} <Debug> HTTP-Session: 7ebe6e99-a23b-489e-b2e7-6fed9b98b7a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9963 | 2024.08.16 07:21:43.101661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9964 | 2024.08.16 07:21:43.101721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9965 | 2024.08.16 07:21:43.101741 [ 3 ] {} <Debug> HTTP-Session: c27a39c3-dd74-4917-aa73-625d63d90613 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9966 | 2024.08.16 07:21:43.101759 [ 3 ] {} <Debug> HTTP-Session: c27a39c3-dd74-4917-aa73-625d63d90613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9967 | 2024.08.16 07:21:43.101773 [ 3 ] {} <Debug> HTTP-Session: c27a39c3-dd74-4917-aa73-625d63d90613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9968 | 2024.08.16 07:21:43.101817 [ 3 ] {} <Trace> HTTP-Session: c27a39c3-dd74-4917-aa73-625d63d90613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9969 | 2024.08.16 07:21:43.101972 [ 3 ] {2b923c8d-9a9d-48b7-af98-6a0cc66b28bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9970 | 2024.08.16 07:21:43.102023 [ 3 ] {2b923c8d-9a9d-48b7-af98-6a0cc66b28bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9971 | 2024.08.16 07:21:43.102178 [ 3 ] {2b923c8d-9a9d-48b7-af98-6a0cc66b28bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9972 | 2024.08.16 07:21:43.102635 [ 3 ] {2b923c8d-9a9d-48b7-af98-6a0cc66b28bb} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9973 | 2024.08.16 07:21:43.102673 [ 3 ] {2b923c8d-9a9d-48b7-af98-6a0cc66b28bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9974 | 2024.08.16 07:21:43.103003 [ 3 ] {2b923c8d-9a9d-48b7-af98-6a0cc66b28bb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9975 | 2024.08.16 07:21:43.103326 [ 3 ] {2b923c8d-9a9d-48b7-af98-6a0cc66b28bb} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9976 | 2024.08.16 07:21:43.103484 [ 3 ] {2b923c8d-9a9d-48b7-af98-6a0cc66b28bb} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001574 sec., 98475.22236340534 rows/sec., 8.25 MiB/sec. | ||
9977 | 2024.08.16 07:21:43.103777 [ 3 ] {2b923c8d-9a9d-48b7-af98-6a0cc66b28bb} <Debug> DynamicQueryHandler: Done processing query | ||
9978 | 2024.08.16 07:21:43.103842 [ 3 ] {2b923c8d-9a9d-48b7-af98-6a0cc66b28bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9979 | 2024.08.16 07:21:43.103892 [ 3 ] {} <Debug> HTTP-Session: c27a39c3-dd74-4917-aa73-625d63d90613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9980 | 2024.08.16 07:21:43.104070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9981 | 2024.08.16 07:21:43.104125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9982 | 2024.08.16 07:21:43.104145 [ 3 ] {} <Debug> HTTP-Session: 4b65caf4-1d63-4a90-af85-a4989c145858 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
9983 | 2024.08.16 07:21:43.104162 [ 3 ] {} <Debug> HTTP-Session: 4b65caf4-1d63-4a90-af85-a4989c145858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9984 | 2024.08.16 07:21:43.104176 [ 3 ] {} <Debug> HTTP-Session: 4b65caf4-1d63-4a90-af85-a4989c145858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9985 | 2024.08.16 07:21:43.104211 [ 3 ] {} <Trace> HTTP-Session: 4b65caf4-1d63-4a90-af85-a4989c145858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9986 | 2024.08.16 07:21:43.104343 [ 3 ] {19fc391f-8a5c-462e-abdc-8438c2ee9fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9987 | 2024.08.16 07:21:43.104390 [ 3 ] {19fc391f-8a5c-462e-abdc-8438c2ee9fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9988 | 2024.08.16 07:21:43.104540 [ 3 ] {19fc391f-8a5c-462e-abdc-8438c2ee9fe3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9989 | 2024.08.16 07:21:43.104916 [ 3 ] {19fc391f-8a5c-462e-abdc-8438c2ee9fe3} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9990 | 2024.08.16 07:21:43.104953 [ 3 ] {19fc391f-8a5c-462e-abdc-8438c2ee9fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9991 | 2024.08.16 07:21:43.105277 [ 3 ] {19fc391f-8a5c-462e-abdc-8438c2ee9fe3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9992 | 2024.08.16 07:21:43.105598 [ 3 ] {19fc391f-8a5c-462e-abdc-8438c2ee9fe3} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9993 | 2024.08.16 07:21:43.105758 [ 3 ] {19fc391f-8a5c-462e-abdc-8438c2ee9fe3} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001455 sec., 66666.66666666667 rows/sec., 5.21 MiB/sec. | ||
9994 | 2024.08.16 07:21:43.106040 [ 3 ] {19fc391f-8a5c-462e-abdc-8438c2ee9fe3} <Debug> DynamicQueryHandler: Done processing query | ||
9995 | 2024.08.16 07:21:43.106094 [ 3 ] {19fc391f-8a5c-462e-abdc-8438c2ee9fe3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9996 | 2024.08.16 07:21:43.106131 [ 3 ] {} <Debug> HTTP-Session: 4b65caf4-1d63-4a90-af85-a4989c145858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9997 | 2024.08.16 07:21:43.106327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9998 | 2024.08.16 07:21:43.106403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9999 | 2024.08.16 07:21:43.106423 [ 3 ] {} <Debug> HTTP-Session: fb6260ee-9df5-4a24-8db1-287e73e54cce Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10000 | 2024.08.16 07:21:43.106440 [ 3 ] {} <Debug> HTTP-Session: fb6260ee-9df5-4a24-8db1-287e73e54cce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10001 | 2024.08.16 07:21:43.106453 [ 3 ] {} <Debug> HTTP-Session: fb6260ee-9df5-4a24-8db1-287e73e54cce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10002 | 2024.08.16 07:21:43.106485 [ 3 ] {} <Trace> HTTP-Session: fb6260ee-9df5-4a24-8db1-287e73e54cce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10003 | 2024.08.16 07:21:43.106640 [ 3 ] {9198127e-bf75-445b-8846-0b636e7a7451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10004 | 2024.08.16 07:21:43.106689 [ 3 ] {9198127e-bf75-445b-8846-0b636e7a7451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10005 | 2024.08.16 07:21:43.106851 [ 3 ] {9198127e-bf75-445b-8846-0b636e7a7451} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10006 | 2024.08.16 07:21:43.107253 [ 3 ] {9198127e-bf75-445b-8846-0b636e7a7451} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10007 | 2024.08.16 07:21:43.107294 [ 3 ] {9198127e-bf75-445b-8846-0b636e7a7451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10008 | 2024.08.16 07:21:43.107692 [ 3 ] {9198127e-bf75-445b-8846-0b636e7a7451} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10009 | 2024.08.16 07:21:43.108024 [ 3 ] {9198127e-bf75-445b-8846-0b636e7a7451} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10010 | 2024.08.16 07:21:43.108181 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10011 | 2024.08.16 07:21:43.108187 [ 3 ] {9198127e-bf75-445b-8846-0b636e7a7451} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. | ||
10012 | 2024.08.16 07:21:43.108266 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10013 | 2024.08.16 07:21:43.108337 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10014 | 2024.08.16 07:21:43.108559 [ 3 ] {9198127e-bf75-445b-8846-0b636e7a7451} <Debug> DynamicQueryHandler: Done processing query | ||
10015 | 2024.08.16 07:21:43.108554 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
10016 | 2024.08.16 07:21:43.108594 [ 3 ] {9198127e-bf75-445b-8846-0b636e7a7451} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10017 | 2024.08.16 07:21:43.108657 [ 3 ] {} <Debug> HTTP-Session: fb6260ee-9df5-4a24-8db1-287e73e54cce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10018 | 2024.08.16 07:21:43.108861 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10019 | 2024.08.16 07:21:43.108863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10020 | 2024.08.16 07:21:43.108939 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 16261 rows starting from the beginning of the part | ||
10021 | 2024.08.16 07:21:43.108970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10022 | 2024.08.16 07:21:43.109017 [ 3 ] {} <Debug> HTTP-Session: 816684e9-7b59-41d8-99c1-269813e79d18 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10023 | 2024.08.16 07:21:43.109066 [ 3 ] {} <Debug> HTTP-Session: 816684e9-7b59-41d8-99c1-269813e79d18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10024 | 2024.08.16 07:21:43.109136 [ 3 ] {} <Debug> HTTP-Session: 816684e9-7b59-41d8-99c1-269813e79d18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10025 | 2024.08.16 07:21:43.109280 [ 3 ] {} <Trace> HTTP-Session: 816684e9-7b59-41d8-99c1-269813e79d18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10026 | 2024.08.16 07:21:43.109271 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
10027 | 2024.08.16 07:21:43.109548 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 238 rows starting from the beginning of the part | ||
10028 | 2024.08.16 07:21:43.109714 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 161 rows starting from the beginning of the part | ||
10029 | 2024.08.16 07:21:43.109937 [ 3 ] {c0286de4-0710-4ebf-9bba-4dbb1c60cce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10030 | 2024.08.16 07:21:43.110060 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 237 rows starting from the beginning of the part | ||
10031 | 2024.08.16 07:21:43.110290 [ 3 ] {c0286de4-0710-4ebf-9bba-4dbb1c60cce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10032 | 2024.08.16 07:21:43.110474 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
10033 | 2024.08.16 07:21:43.112286 [ 3 ] {c0286de4-0710-4ebf-9bba-4dbb1c60cce3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10034 | 2024.08.16 07:21:43.113623 [ 3 ] {c0286de4-0710-4ebf-9bba-4dbb1c60cce3} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10035 | 2024.08.16 07:21:43.113693 [ 3 ] {c0286de4-0710-4ebf-9bba-4dbb1c60cce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10036 | 2024.08.16 07:21:43.115700 [ 3 ] {c0286de4-0710-4ebf-9bba-4dbb1c60cce3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10037 | 2024.08.16 07:21:43.116536 [ 3 ] {c0286de4-0710-4ebf-9bba-4dbb1c60cce3} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10038 | 2024.08.16 07:21:43.116760 [ 3 ] {c0286de4-0710-4ebf-9bba-4dbb1c60cce3} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.007272 sec., 4537.953795379538 rows/sec., 8.13 MiB/sec. | ||
10039 | 2024.08.16 07:21:43.117043 [ 3 ] {c0286de4-0710-4ebf-9bba-4dbb1c60cce3} <Debug> DynamicQueryHandler: Done processing query | ||
10040 | 2024.08.16 07:21:43.117068 [ 3 ] {c0286de4-0710-4ebf-9bba-4dbb1c60cce3} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10041 | 2024.08.16 07:21:43.117085 [ 3 ] {} <Debug> HTTP-Session: 816684e9-7b59-41d8-99c1-269813e79d18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10042 | 2024.08.16 07:21:43.117239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10043 | 2024.08.16 07:21:43.117291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10044 | 2024.08.16 07:21:43.117310 [ 3 ] {} <Debug> HTTP-Session: d63690fc-3942-41c1-ac1b-413d223ad6ef Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10045 | 2024.08.16 07:21:43.117328 [ 3 ] {} <Debug> HTTP-Session: d63690fc-3942-41c1-ac1b-413d223ad6ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10046 | 2024.08.16 07:21:43.117342 [ 3 ] {} <Debug> HTTP-Session: d63690fc-3942-41c1-ac1b-413d223ad6ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10047 | 2024.08.16 07:21:43.117374 [ 3 ] {} <Trace> HTTP-Session: d63690fc-3942-41c1-ac1b-413d223ad6ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10048 | 2024.08.16 07:21:43.117551 [ 3 ] {3a506854-15e5-46d7-acab-09a101c99d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10049 | 2024.08.16 07:21:43.117597 [ 3 ] {3a506854-15e5-46d7-acab-09a101c99d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10050 | 2024.08.16 07:21:43.117779 [ 3 ] {3a506854-15e5-46d7-acab-09a101c99d39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10051 | 2024.08.16 07:21:43.118221 [ 3 ] {3a506854-15e5-46d7-acab-09a101c99d39} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10052 | 2024.08.16 07:21:43.118268 [ 3 ] {3a506854-15e5-46d7-acab-09a101c99d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10053 | 2024.08.16 07:21:43.118991 [ 3 ] {3a506854-15e5-46d7-acab-09a101c99d39} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10054 | 2024.08.16 07:21:43.119009 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17217 rows, containing 5 columns (5 merged, 0 gathered) in 0.010557683 sec., 1630755.5360394889 rows/sec., 110.02 MiB/sec. | ||
10055 | 2024.08.16 07:21:43.119269 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10056 | 2024.08.16 07:21:43.119600 [ 3 ] {3a506854-15e5-46d7-acab-09a101c99d39} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10057 | 2024.08.16 07:21:43.120082 [ 60 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10058 | 2024.08.16 07:21:43.120230 [ 60 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10059 | 2024.08.16 07:21:43.120349 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10060 | 2024.08.16 07:21:43.120353 [ 3 ] {3a506854-15e5-46d7-acab-09a101c99d39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002828 sec., 21216.40735502122 rows/sec., 1.43 MiB/sec. | ||
10061 | 2024.08.16 07:21:43.120905 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10062 | 2024.08.16 07:21:43.121104 [ 3 ] {3a506854-15e5-46d7-acab-09a101c99d39} <Debug> DynamicQueryHandler: Done processing query | ||
10063 | 2024.08.16 07:21:43.121177 [ 3 ] {3a506854-15e5-46d7-acab-09a101c99d39} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10064 | 2024.08.16 07:21:43.121237 [ 193 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10065 | 2024.08.16 07:21:43.121247 [ 3 ] {} <Debug> HTTP-Session: d63690fc-3942-41c1-ac1b-413d223ad6ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10066 | 2024.08.16 07:21:43.121244 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
10067 | 2024.08.16 07:21:43.121421 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. | ||
10068 | 2024.08.16 07:21:43.121534 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10069 | 2024.08.16 07:21:43.121577 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3082 rows starting from the beginning of the part | ||
10070 | 2024.08.16 07:21:43.121664 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
10071 | 2024.08.16 07:21:43.121812 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
10072 | 2024.08.16 07:21:43.121997 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
10073 | 2024.08.16 07:21:43.122081 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
10074 | 2024.08.16 07:21:43.122285 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
10075 | 2024.08.16 07:21:43.123888 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3426 rows, containing 4 columns (4 merged, 0 gathered) in 0.00304587 sec., 1124801.7807719961 rows/sec., 73.24 MiB/sec. | ||
10076 | 2024.08.16 07:21:43.124280 [ 190 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10077 | 2024.08.16 07:21:43.124734 [ 190 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_51_10} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10078 | 2024.08.16 07:21:43.124829 [ 190 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_51_10} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10079 | 2024.08.16 07:21:43.124931 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
10080 | 2024.08.16 07:21:44.000153 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.61 MiB, peak 207.10 MiB, free memory in arenas 0.00 B, will set to 197.72 MiB (RSS), difference: 1.11 MiB | ||
10081 | 2024.08.16 07:21:48.099611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10082 | 2024.08.16 07:21:48.099741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10083 | 2024.08.16 07:21:48.099766 [ 3 ] {} <Debug> HTTP-Session: c683328a-5ae6-4bc7-9d49-e4b3689be031 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10084 | 2024.08.16 07:21:48.099790 [ 3 ] {} <Debug> HTTP-Session: c683328a-5ae6-4bc7-9d49-e4b3689be031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10085 | 2024.08.16 07:21:48.099804 [ 3 ] {} <Debug> HTTP-Session: c683328a-5ae6-4bc7-9d49-e4b3689be031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10086 | 2024.08.16 07:21:48.099854 [ 3 ] {} <Trace> HTTP-Session: c683328a-5ae6-4bc7-9d49-e4b3689be031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10087 | 2024.08.16 07:21:48.100038 [ 3 ] {29bb545d-026c-4314-a3d6-efb130b6f48e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10088 | 2024.08.16 07:21:48.100109 [ 3 ] {29bb545d-026c-4314-a3d6-efb130b6f48e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10089 | 2024.08.16 07:21:48.100315 [ 3 ] {29bb545d-026c-4314-a3d6-efb130b6f48e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10090 | 2024.08.16 07:21:48.100755 [ 3 ] {29bb545d-026c-4314-a3d6-efb130b6f48e} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10091 | 2024.08.16 07:21:48.100802 [ 3 ] {29bb545d-026c-4314-a3d6-efb130b6f48e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10092 | 2024.08.16 07:21:48.101171 [ 3 ] {29bb545d-026c-4314-a3d6-efb130b6f48e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10093 | 2024.08.16 07:21:48.101516 [ 3 ] {29bb545d-026c-4314-a3d6-efb130b6f48e} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10094 | 2024.08.16 07:21:48.101702 [ 3 ] {29bb545d-026c-4314-a3d6-efb130b6f48e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001707 sec., 1171.6461628588168 rows/sec., 95.54 KiB/sec. | ||
10095 | 2024.08.16 07:21:48.102041 [ 3 ] {29bb545d-026c-4314-a3d6-efb130b6f48e} <Debug> DynamicQueryHandler: Done processing query | ||
10096 | 2024.08.16 07:21:48.102070 [ 3 ] {29bb545d-026c-4314-a3d6-efb130b6f48e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10097 | 2024.08.16 07:21:48.102087 [ 3 ] {} <Debug> HTTP-Session: c683328a-5ae6-4bc7-9d49-e4b3689be031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10098 | 2024.08.16 07:21:48.102418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 193457, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10099 | 2024.08.16 07:21:48.102476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10100 | 2024.08.16 07:21:48.102497 [ 3 ] {} <Debug> HTTP-Session: 7bcd58f3-2f44-45cd-b858-04701f953171 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10101 | 2024.08.16 07:21:48.102516 [ 3 ] {} <Debug> HTTP-Session: 7bcd58f3-2f44-45cd-b858-04701f953171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10102 | 2024.08.16 07:21:48.102530 [ 3 ] {} <Debug> HTTP-Session: 7bcd58f3-2f44-45cd-b858-04701f953171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10103 | 2024.08.16 07:21:48.102567 [ 3 ] {} <Trace> HTTP-Session: 7bcd58f3-2f44-45cd-b858-04701f953171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10104 | 2024.08.16 07:21:48.103101 [ 3 ] {65eb9c97-1d84-4a9b-afc0-a6747fe3fc9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10105 | 2024.08.16 07:21:48.103151 [ 3 ] {65eb9c97-1d84-4a9b-afc0-a6747fe3fc9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10106 | 2024.08.16 07:21:48.103305 [ 3 ] {65eb9c97-1d84-4a9b-afc0-a6747fe3fc9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10107 | 2024.08.16 07:21:48.104539 [ 3 ] {65eb9c97-1d84-4a9b-afc0-a6747fe3fc9e} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10108 | 2024.08.16 07:21:48.104579 [ 3 ] {65eb9c97-1d84-4a9b-afc0-a6747fe3fc9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10109 | 2024.08.16 07:21:48.104985 [ 3 ] {65eb9c97-1d84-4a9b-afc0-a6747fe3fc9e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10110 | 2024.08.16 07:21:48.105308 [ 3 ] {65eb9c97-1d84-4a9b-afc0-a6747fe3fc9e} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10111 | 2024.08.16 07:21:48.105466 [ 3 ] {65eb9c97-1d84-4a9b-afc0-a6747fe3fc9e} <Debug> executeQuery: Read 1330 rows, 113.05 KiB in 0.002729 sec., 487358.00659582263 rows/sec., 40.46 MiB/sec. | ||
10112 | 2024.08.16 07:21:48.105741 [ 3 ] {65eb9c97-1d84-4a9b-afc0-a6747fe3fc9e} <Debug> DynamicQueryHandler: Done processing query | ||
10113 | 2024.08.16 07:21:48.105803 [ 3 ] {65eb9c97-1d84-4a9b-afc0-a6747fe3fc9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
10114 | 2024.08.16 07:21:48.105855 [ 3 ] {} <Debug> HTTP-Session: 7bcd58f3-2f44-45cd-b858-04701f953171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10115 | 2024.08.16 07:21:48.106116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10116 | 2024.08.16 07:21:48.106173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10117 | 2024.08.16 07:21:48.106192 [ 3 ] {} <Debug> HTTP-Session: ee60be13-e7a7-4f5e-9f06-0b85c4cfc853 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10118 | 2024.08.16 07:21:48.106211 [ 3 ] {} <Debug> HTTP-Session: ee60be13-e7a7-4f5e-9f06-0b85c4cfc853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10119 | 2024.08.16 07:21:48.106225 [ 3 ] {} <Debug> HTTP-Session: ee60be13-e7a7-4f5e-9f06-0b85c4cfc853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10120 | 2024.08.16 07:21:48.106261 [ 3 ] {} <Trace> HTTP-Session: ee60be13-e7a7-4f5e-9f06-0b85c4cfc853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10121 | 2024.08.16 07:21:48.106362 [ 3 ] {03a59b61-7240-4c52-913c-01a530ec26f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10122 | 2024.08.16 07:21:48.106409 [ 3 ] {03a59b61-7240-4c52-913c-01a530ec26f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10123 | 2024.08.16 07:21:48.106559 [ 3 ] {03a59b61-7240-4c52-913c-01a530ec26f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10124 | 2024.08.16 07:21:48.106845 [ 3 ] {03a59b61-7240-4c52-913c-01a530ec26f5} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10125 | 2024.08.16 07:21:48.106882 [ 3 ] {03a59b61-7240-4c52-913c-01a530ec26f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10126 | 2024.08.16 07:21:48.107182 [ 3 ] {03a59b61-7240-4c52-913c-01a530ec26f5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10127 | 2024.08.16 07:21:48.107505 [ 3 ] {03a59b61-7240-4c52-913c-01a530ec26f5} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10128 | 2024.08.16 07:21:48.107627 [ 3 ] {03a59b61-7240-4c52-913c-01a530ec26f5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 108.25 KiB/sec. | ||
10129 | 2024.08.16 07:21:48.107888 [ 3 ] {03a59b61-7240-4c52-913c-01a530ec26f5} <Debug> DynamicQueryHandler: Done processing query | ||
10130 | 2024.08.16 07:21:48.107935 [ 3 ] {03a59b61-7240-4c52-913c-01a530ec26f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10131 | 2024.08.16 07:21:48.107952 [ 3 ] {} <Debug> HTTP-Session: ee60be13-e7a7-4f5e-9f06-0b85c4cfc853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10132 | 2024.08.16 07:21:48.108168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10133 | 2024.08.16 07:21:48.108217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10134 | 2024.08.16 07:21:48.108237 [ 3 ] {} <Debug> HTTP-Session: be8c9fac-bf38-4092-9a79-d8103c78c94d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10135 | 2024.08.16 07:21:48.108254 [ 3 ] {} <Debug> HTTP-Session: be8c9fac-bf38-4092-9a79-d8103c78c94d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10136 | 2024.08.16 07:21:48.108268 [ 3 ] {} <Debug> HTTP-Session: be8c9fac-bf38-4092-9a79-d8103c78c94d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10137 | 2024.08.16 07:21:48.108298 [ 3 ] {} <Trace> HTTP-Session: be8c9fac-bf38-4092-9a79-d8103c78c94d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10138 | 2024.08.16 07:21:48.108474 [ 3 ] {96c6987a-1eb1-419b-8702-0e7eeeb4689c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10139 | 2024.08.16 07:21:48.108518 [ 3 ] {96c6987a-1eb1-419b-8702-0e7eeeb4689c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10140 | 2024.08.16 07:21:48.108659 [ 3 ] {96c6987a-1eb1-419b-8702-0e7eeeb4689c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10141 | 2024.08.16 07:21:48.109106 [ 3 ] {96c6987a-1eb1-419b-8702-0e7eeeb4689c} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10142 | 2024.08.16 07:21:48.109142 [ 3 ] {96c6987a-1eb1-419b-8702-0e7eeeb4689c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10143 | 2024.08.16 07:21:48.109462 [ 3 ] {96c6987a-1eb1-419b-8702-0e7eeeb4689c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10144 | 2024.08.16 07:21:48.109760 [ 3 ] {96c6987a-1eb1-419b-8702-0e7eeeb4689c} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10145 | 2024.08.16 07:21:48.109883 [ 77 ] {} <Debug> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
10146 | 2024.08.16 07:21:48.109887 [ 3 ] {96c6987a-1eb1-419b-8702-0e7eeeb4689c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001508 sec., 160477.45358090184 rows/sec., 10.87 MiB/sec. | ||
10147 | 2024.08.16 07:21:48.109934 [ 77 ] {} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10148 | 2024.08.16 07:21:48.109981 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10149 | 2024.08.16 07:21:48.110092 [ 3 ] {96c6987a-1eb1-419b-8702-0e7eeeb4689c} <Debug> DynamicQueryHandler: Done processing query | ||
10150 | 2024.08.16 07:21:48.110103 [ 187 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::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 | ||
10151 | 2024.08.16 07:21:48.110118 [ 3 ] {96c6987a-1eb1-419b-8702-0e7eeeb4689c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10152 | 2024.08.16 07:21:48.110173 [ 3 ] {} <Debug> HTTP-Session: be8c9fac-bf38-4092-9a79-d8103c78c94d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10153 | 2024.08.16 07:21:48.110251 [ 187 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10154 | 2024.08.16 07:21:48.110286 [ 187 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part | ||
10155 | 2024.08.16 07:21:48.110326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10156 | 2024.08.16 07:21:48.110379 [ 187 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
10157 | 2024.08.16 07:21:48.110414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10158 | 2024.08.16 07:21:48.110528 [ 3 ] {} <Debug> HTTP-Session: 696e4ce6-f6c7-4465-9b76-b538e4914256 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10159 | 2024.08.16 07:21:48.110637 [ 3 ] {} <Debug> HTTP-Session: 696e4ce6-f6c7-4465-9b76-b538e4914256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10160 | 2024.08.16 07:21:48.110773 [ 3 ] {} <Debug> HTTP-Session: 696e4ce6-f6c7-4465-9b76-b538e4914256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10161 | 2024.08.16 07:21:48.110850 [ 187 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 242 rows starting from the beginning of the part | ||
10162 | 2024.08.16 07:21:48.110925 [ 3 ] {} <Trace> HTTP-Session: 696e4ce6-f6c7-4465-9b76-b538e4914256 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10163 | 2024.08.16 07:21:48.111119 [ 187 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
10164 | 2024.08.16 07:21:48.111227 [ 3 ] {d78d1e4f-e1f9-4dcd-9bb5-d4c8fd15697f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10165 | 2024.08.16 07:21:48.111387 [ 3 ] {d78d1e4f-e1f9-4dcd-9bb5-d4c8fd15697f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10166 | 2024.08.16 07:21:48.111403 [ 187 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
10167 | 2024.08.16 07:21:48.111651 [ 187 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 242 rows starting from the beginning of the part | ||
10168 | 2024.08.16 07:21:48.112029 [ 3 ] {d78d1e4f-e1f9-4dcd-9bb5-d4c8fd15697f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10169 | 2024.08.16 07:21:48.112484 [ 3 ] {d78d1e4f-e1f9-4dcd-9bb5-d4c8fd15697f} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10170 | 2024.08.16 07:21:48.112524 [ 3 ] {d78d1e4f-e1f9-4dcd-9bb5-d4c8fd15697f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10171 | 2024.08.16 07:21:48.113023 [ 3 ] {d78d1e4f-e1f9-4dcd-9bb5-d4c8fd15697f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10172 | 2024.08.16 07:21:48.113457 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.003405459 sec., 225520.26026447536 rows/sec., 14.45 MiB/sec. | ||
10173 | 2024.08.16 07:21:48.113576 [ 3 ] {d78d1e4f-e1f9-4dcd-9bb5-d4c8fd15697f} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10174 | 2024.08.16 07:21:48.113659 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
10175 | 2024.08.16 07:21:48.113775 [ 3 ] {d78d1e4f-e1f9-4dcd-9bb5-d4c8fd15697f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002653 sec., 2261.590652091971 rows/sec., 133.62 KiB/sec. | ||
10176 | 2024.08.16 07:21:48.113992 [ 3 ] {d78d1e4f-e1f9-4dcd-9bb5-d4c8fd15697f} <Debug> DynamicQueryHandler: Done processing query | ||
10177 | 2024.08.16 07:21:48.114021 [ 3 ] {d78d1e4f-e1f9-4dcd-9bb5-d4c8fd15697f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10178 | 2024.08.16 07:21:48.114040 [ 3 ] {} <Debug> HTTP-Session: 696e4ce6-f6c7-4465-9b76-b538e4914256 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10179 | 2024.08.16 07:21:48.114149 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_26_5} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10180 | 2024.08.16 07:21:48.114221 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_26_5} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
10181 | 2024.08.16 07:21:48.114309 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
10182 | 2024.08.16 07:21:48.114309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 137082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10183 | 2024.08.16 07:21:48.114371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10184 | 2024.08.16 07:21:48.114390 [ 3 ] {} <Debug> HTTP-Session: 2f513c3a-7c9c-4212-9e46-b81384a47a2d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10185 | 2024.08.16 07:21:48.114407 [ 3 ] {} <Debug> HTTP-Session: 2f513c3a-7c9c-4212-9e46-b81384a47a2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10186 | 2024.08.16 07:21:48.114421 [ 3 ] {} <Debug> HTTP-Session: 2f513c3a-7c9c-4212-9e46-b81384a47a2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10187 | 2024.08.16 07:21:48.114451 [ 3 ] {} <Trace> HTTP-Session: 2f513c3a-7c9c-4212-9e46-b81384a47a2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10188 | 2024.08.16 07:21:48.114832 [ 3 ] {4e4dec05-2702-4a4a-8f25-0c29d4f556c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10189 | 2024.08.16 07:21:48.114875 [ 3 ] {4e4dec05-2702-4a4a-8f25-0c29d4f556c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10190 | 2024.08.16 07:21:48.114998 [ 3 ] {4e4dec05-2702-4a4a-8f25-0c29d4f556c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10191 | 2024.08.16 07:21:48.115847 [ 3 ] {4e4dec05-2702-4a4a-8f25-0c29d4f556c7} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10192 | 2024.08.16 07:21:48.115884 [ 3 ] {4e4dec05-2702-4a4a-8f25-0c29d4f556c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10193 | 2024.08.16 07:21:48.116218 [ 3 ] {4e4dec05-2702-4a4a-8f25-0c29d4f556c7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10194 | 2024.08.16 07:21:48.116540 [ 3 ] {4e4dec05-2702-4a4a-8f25-0c29d4f556c7} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10195 | 2024.08.16 07:21:48.116666 [ 3 ] {4e4dec05-2702-4a4a-8f25-0c29d4f556c7} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002095 sec., 400954.65393794747 rows/sec., 28.96 MiB/sec. | ||
10196 | 2024.08.16 07:21:48.116938 [ 3 ] {4e4dec05-2702-4a4a-8f25-0c29d4f556c7} <Debug> DynamicQueryHandler: Done processing query | ||
10197 | 2024.08.16 07:21:48.116998 [ 3 ] {4e4dec05-2702-4a4a-8f25-0c29d4f556c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
10198 | 2024.08.16 07:21:48.117041 [ 3 ] {} <Debug> HTTP-Session: 2f513c3a-7c9c-4212-9e46-b81384a47a2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10199 | 2024.08.16 07:21:48.117231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10200 | 2024.08.16 07:21:48.117282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10201 | 2024.08.16 07:21:48.117301 [ 3 ] {} <Debug> HTTP-Session: a0d59c01-f78e-47ca-9d74-549e52abf9be Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10202 | 2024.08.16 07:21:48.117317 [ 3 ] {} <Debug> HTTP-Session: a0d59c01-f78e-47ca-9d74-549e52abf9be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10203 | 2024.08.16 07:21:48.117331 [ 3 ] {} <Debug> HTTP-Session: a0d59c01-f78e-47ca-9d74-549e52abf9be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10204 | 2024.08.16 07:21:48.117364 [ 3 ] {} <Trace> HTTP-Session: a0d59c01-f78e-47ca-9d74-549e52abf9be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10205 | 2024.08.16 07:21:48.117465 [ 3 ] {42d62892-6f9b-45ed-acbe-3e0733873adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10206 | 2024.08.16 07:21:48.117513 [ 3 ] {42d62892-6f9b-45ed-acbe-3e0733873adf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10207 | 2024.08.16 07:21:48.117657 [ 3 ] {42d62892-6f9b-45ed-acbe-3e0733873adf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10208 | 2024.08.16 07:21:48.117941 [ 3 ] {42d62892-6f9b-45ed-acbe-3e0733873adf} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10209 | 2024.08.16 07:21:48.117977 [ 3 ] {42d62892-6f9b-45ed-acbe-3e0733873adf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10210 | 2024.08.16 07:21:48.118334 [ 3 ] {42d62892-6f9b-45ed-acbe-3e0733873adf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10211 | 2024.08.16 07:21:48.118652 [ 3 ] {42d62892-6f9b-45ed-acbe-3e0733873adf} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10212 | 2024.08.16 07:21:48.118776 [ 77 ] {} <Debug> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
10213 | 2024.08.16 07:21:48.118780 [ 3 ] {42d62892-6f9b-45ed-acbe-3e0733873adf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00134 sec., 4477.611940298508 rows/sec., 233.94 KiB/sec. | ||
10214 | 2024.08.16 07:21:48.118820 [ 77 ] {} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10215 | 2024.08.16 07:21:48.118865 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10216 | 2024.08.16 07:21:48.119032 [ 3 ] {42d62892-6f9b-45ed-acbe-3e0733873adf} <Debug> DynamicQueryHandler: Done processing query | ||
10217 | 2024.08.16 07:21:48.119099 [ 3 ] {42d62892-6f9b-45ed-acbe-3e0733873adf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10218 | 2024.08.16 07:21:48.119126 [ 191 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
10219 | 2024.08.16 07:21:48.119148 [ 3 ] {} <Debug> HTTP-Session: a0d59c01-f78e-47ca-9d74-549e52abf9be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10220 | 2024.08.16 07:21:48.119606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 174502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10221 | 2024.08.16 07:21:48.119657 [ 191 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10222 | 2024.08.16 07:21:48.119679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10223 | 2024.08.16 07:21:48.119691 [ 191 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
10224 | 2024.08.16 07:21:48.119709 [ 3 ] {} <Debug> HTTP-Session: 150308c2-65b9-438c-80ca-01ef941ac858 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10225 | 2024.08.16 07:21:48.119731 [ 3 ] {} <Debug> HTTP-Session: 150308c2-65b9-438c-80ca-01ef941ac858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10226 | 2024.08.16 07:21:48.119769 [ 3 ] {} <Debug> HTTP-Session: 150308c2-65b9-438c-80ca-01ef941ac858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10227 | 2024.08.16 07:21:48.119819 [ 191 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
10228 | 2024.08.16 07:21:48.119854 [ 3 ] {} <Trace> HTTP-Session: 150308c2-65b9-438c-80ca-01ef941ac858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10229 | 2024.08.16 07:21:48.120073 [ 191 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
10230 | 2024.08.16 07:21:48.120290 [ 191 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
10231 | 2024.08.16 07:21:48.120400 [ 191 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
10232 | 2024.08.16 07:21:48.120528 [ 3 ] {1f578d10-610e-4484-b96a-4705d934e819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10233 | 2024.08.16 07:21:48.120693 [ 191 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
10234 | 2024.08.16 07:21:48.120768 [ 3 ] {1f578d10-610e-4484-b96a-4705d934e819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10235 | 2024.08.16 07:21:48.121517 [ 3 ] {1f578d10-610e-4484-b96a-4705d934e819} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10236 | 2024.08.16 07:21:48.122419 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.003485681 sec., 44754.52572969242 rows/sec., 2.28 MiB/sec. | ||
10237 | 2024.08.16 07:21:48.122693 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
10238 | 2024.08.16 07:21:48.122736 [ 3 ] {1f578d10-610e-4484-b96a-4705d934e819} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10239 | 2024.08.16 07:21:48.122809 [ 3 ] {1f578d10-610e-4484-b96a-4705d934e819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10240 | 2024.08.16 07:21:48.123751 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_26_5} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10241 | 2024.08.16 07:21:48.123847 [ 3 ] {1f578d10-610e-4484-b96a-4705d934e819} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10242 | 2024.08.16 07:21:48.123895 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_26_5} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
10243 | 2024.08.16 07:21:48.124063 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10244 | 2024.08.16 07:21:48.124372 [ 3 ] {1f578d10-610e-4484-b96a-4705d934e819} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10245 | 2024.08.16 07:21:48.124521 [ 3 ] {1f578d10-610e-4484-b96a-4705d934e819} <Debug> executeQuery: Read 922 rows, 63.09 KiB in 0.004401 sec., 209497.84139968187 rows/sec., 14.00 MiB/sec. | ||
10246 | 2024.08.16 07:21:48.124903 [ 3 ] {1f578d10-610e-4484-b96a-4705d934e819} <Debug> DynamicQueryHandler: Done processing query | ||
10247 | 2024.08.16 07:21:48.124968 [ 3 ] {1f578d10-610e-4484-b96a-4705d934e819} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
10248 | 2024.08.16 07:21:48.125002 [ 3 ] {} <Debug> HTTP-Session: 150308c2-65b9-438c-80ca-01ef941ac858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10249 | 2024.08.16 07:21:48.125165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10250 | 2024.08.16 07:21:48.125216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10251 | 2024.08.16 07:21:48.125237 [ 3 ] {} <Debug> HTTP-Session: ae70b3a9-6281-4c74-a70f-5679ce73c4e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10252 | 2024.08.16 07:21:48.125253 [ 3 ] {} <Debug> HTTP-Session: ae70b3a9-6281-4c74-a70f-5679ce73c4e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10253 | 2024.08.16 07:21:48.125267 [ 3 ] {} <Debug> HTTP-Session: ae70b3a9-6281-4c74-a70f-5679ce73c4e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10254 | 2024.08.16 07:21:48.125298 [ 3 ] {} <Trace> HTTP-Session: ae70b3a9-6281-4c74-a70f-5679ce73c4e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10255 | 2024.08.16 07:21:48.125395 [ 3 ] {d5cebac6-b441-4473-9e6b-260b604bf8c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10256 | 2024.08.16 07:21:48.125444 [ 3 ] {d5cebac6-b441-4473-9e6b-260b604bf8c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10257 | 2024.08.16 07:21:48.125592 [ 3 ] {d5cebac6-b441-4473-9e6b-260b604bf8c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10258 | 2024.08.16 07:21:48.125851 [ 3 ] {d5cebac6-b441-4473-9e6b-260b604bf8c5} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10259 | 2024.08.16 07:21:48.125887 [ 3 ] {d5cebac6-b441-4473-9e6b-260b604bf8c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10260 | 2024.08.16 07:21:48.126243 [ 3 ] {d5cebac6-b441-4473-9e6b-260b604bf8c5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10261 | 2024.08.16 07:21:48.126567 [ 3 ] {d5cebac6-b441-4473-9e6b-260b604bf8c5} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10262 | 2024.08.16 07:21:48.126703 [ 3 ] {d5cebac6-b441-4473-9e6b-260b604bf8c5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001333 sec., 750.1875468867216 rows/sec., 50.55 KiB/sec. | ||
10263 | 2024.08.16 07:21:48.126855 [ 3 ] {d5cebac6-b441-4473-9e6b-260b604bf8c5} <Debug> DynamicQueryHandler: Done processing query | ||
10264 | 2024.08.16 07:21:48.126880 [ 3 ] {d5cebac6-b441-4473-9e6b-260b604bf8c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10265 | 2024.08.16 07:21:48.126895 [ 3 ] {} <Debug> HTTP-Session: ae70b3a9-6281-4c74-a70f-5679ce73c4e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10266 | 2024.08.16 07:21:48.127026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10267 | 2024.08.16 07:21:48.127073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10268 | 2024.08.16 07:21:48.127092 [ 3 ] {} <Debug> HTTP-Session: 46b6e6d9-b619-4055-bb61-3657636bc775 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10269 | 2024.08.16 07:21:48.127108 [ 3 ] {} <Debug> HTTP-Session: 46b6e6d9-b619-4055-bb61-3657636bc775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10270 | 2024.08.16 07:21:48.127123 [ 3 ] {} <Debug> HTTP-Session: 46b6e6d9-b619-4055-bb61-3657636bc775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10271 | 2024.08.16 07:21:48.127154 [ 3 ] {} <Trace> HTTP-Session: 46b6e6d9-b619-4055-bb61-3657636bc775 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10272 | 2024.08.16 07:21:48.127277 [ 3 ] {f15aa015-c5af-435e-8559-d31f684aec0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10273 | 2024.08.16 07:21:48.127322 [ 3 ] {f15aa015-c5af-435e-8559-d31f684aec0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10274 | 2024.08.16 07:21:48.127449 [ 3 ] {f15aa015-c5af-435e-8559-d31f684aec0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10275 | 2024.08.16 07:21:48.127741 [ 3 ] {f15aa015-c5af-435e-8559-d31f684aec0c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10276 | 2024.08.16 07:21:48.127777 [ 3 ] {f15aa015-c5af-435e-8559-d31f684aec0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10277 | 2024.08.16 07:21:48.128135 [ 3 ] {f15aa015-c5af-435e-8559-d31f684aec0c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10278 | 2024.08.16 07:21:48.128456 [ 3 ] {f15aa015-c5af-435e-8559-d31f684aec0c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10279 | 2024.08.16 07:21:48.128583 [ 3 ] {f15aa015-c5af-435e-8559-d31f684aec0c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001353 sec., 60606.06060606061 rows/sec., 3.85 MiB/sec. | ||
10280 | 2024.08.16 07:21:48.128882 [ 3 ] {f15aa015-c5af-435e-8559-d31f684aec0c} <Debug> DynamicQueryHandler: Done processing query | ||
10281 | 2024.08.16 07:21:48.128931 [ 3 ] {f15aa015-c5af-435e-8559-d31f684aec0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10282 | 2024.08.16 07:21:48.128967 [ 3 ] {} <Debug> HTTP-Session: 46b6e6d9-b619-4055-bb61-3657636bc775 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10283 | 2024.08.16 07:21:53.098519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10284 | 2024.08.16 07:21:53.098659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10285 | 2024.08.16 07:21:53.098688 [ 3 ] {} <Debug> HTTP-Session: 3a36172d-3aef-4285-93dd-a7303c8de8f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10286 | 2024.08.16 07:21:53.098715 [ 3 ] {} <Debug> HTTP-Session: 3a36172d-3aef-4285-93dd-a7303c8de8f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10287 | 2024.08.16 07:21:53.098733 [ 3 ] {} <Debug> HTTP-Session: 3a36172d-3aef-4285-93dd-a7303c8de8f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10288 | 2024.08.16 07:21:53.098790 [ 3 ] {} <Trace> HTTP-Session: 3a36172d-3aef-4285-93dd-a7303c8de8f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10289 | 2024.08.16 07:21:53.099009 [ 3 ] {eb6eadaa-6aaf-4426-82d2-0cb64b2956f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10290 | 2024.08.16 07:21:53.099086 [ 3 ] {eb6eadaa-6aaf-4426-82d2-0cb64b2956f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10291 | 2024.08.16 07:21:53.099310 [ 3 ] {eb6eadaa-6aaf-4426-82d2-0cb64b2956f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10292 | 2024.08.16 07:21:53.099777 [ 3 ] {eb6eadaa-6aaf-4426-82d2-0cb64b2956f2} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10293 | 2024.08.16 07:21:53.099823 [ 3 ] {eb6eadaa-6aaf-4426-82d2-0cb64b2956f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10294 | 2024.08.16 07:21:53.100198 [ 3 ] {eb6eadaa-6aaf-4426-82d2-0cb64b2956f2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10295 | 2024.08.16 07:21:53.100542 [ 3 ] {eb6eadaa-6aaf-4426-82d2-0cb64b2956f2} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10296 | 2024.08.16 07:21:53.100703 [ 3 ] {eb6eadaa-6aaf-4426-82d2-0cb64b2956f2} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001765 sec., 18696.88385269122 rows/sec., 1.48 MiB/sec. | ||
10297 | 2024.08.16 07:21:53.100917 [ 3 ] {eb6eadaa-6aaf-4426-82d2-0cb64b2956f2} <Debug> DynamicQueryHandler: Done processing query | ||
10298 | 2024.08.16 07:21:53.100943 [ 3 ] {eb6eadaa-6aaf-4426-82d2-0cb64b2956f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10299 | 2024.08.16 07:21:53.100960 [ 3 ] {} <Debug> HTTP-Session: 3a36172d-3aef-4285-93dd-a7303c8de8f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10300 | 2024.08.16 07:21:53.101107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10301 | 2024.08.16 07:21:53.101159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10302 | 2024.08.16 07:21:53.101180 [ 3 ] {} <Debug> HTTP-Session: 0ba8446f-976c-46c6-ac07-237844060eb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10303 | 2024.08.16 07:21:53.101197 [ 3 ] {} <Debug> HTTP-Session: 0ba8446f-976c-46c6-ac07-237844060eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10304 | 2024.08.16 07:21:53.101212 [ 3 ] {} <Debug> HTTP-Session: 0ba8446f-976c-46c6-ac07-237844060eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10305 | 2024.08.16 07:21:53.101246 [ 3 ] {} <Trace> HTTP-Session: 0ba8446f-976c-46c6-ac07-237844060eb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10306 | 2024.08.16 07:21:53.101349 [ 3 ] {acce1da8-afcc-4bd4-8ed7-3afb95ad2d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10307 | 2024.08.16 07:21:53.101396 [ 3 ] {acce1da8-afcc-4bd4-8ed7-3afb95ad2d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10308 | 2024.08.16 07:21:53.101529 [ 3 ] {acce1da8-afcc-4bd4-8ed7-3afb95ad2d43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10309 | 2024.08.16 07:21:53.101870 [ 3 ] {acce1da8-afcc-4bd4-8ed7-3afb95ad2d43} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10310 | 2024.08.16 07:21:53.101909 [ 3 ] {acce1da8-afcc-4bd4-8ed7-3afb95ad2d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10311 | 2024.08.16 07:21:53.102221 [ 3 ] {acce1da8-afcc-4bd4-8ed7-3afb95ad2d43} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10312 | 2024.08.16 07:21:53.102536 [ 3 ] {acce1da8-afcc-4bd4-8ed7-3afb95ad2d43} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10313 | 2024.08.16 07:21:53.102695 [ 104 ] {} <Debug> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
10314 | 2024.08.16 07:21:53.102708 [ 3 ] {acce1da8-afcc-4bd4-8ed7-3afb95ad2d43} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 355.57 KiB/sec. | ||
10315 | 2024.08.16 07:21:53.102786 [ 104 ] {} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10316 | 2024.08.16 07:21:53.102860 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10317 | 2024.08.16 07:21:53.103068 [ 3 ] {acce1da8-afcc-4bd4-8ed7-3afb95ad2d43} <Debug> DynamicQueryHandler: Done processing query | ||
10318 | 2024.08.16 07:21:53.103134 [ 3 ] {acce1da8-afcc-4bd4-8ed7-3afb95ad2d43} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10319 | 2024.08.16 07:21:53.103147 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
10320 | 2024.08.16 07:21:53.103183 [ 3 ] {} <Debug> HTTP-Session: 0ba8446f-976c-46c6-ac07-237844060eb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10321 | 2024.08.16 07:21:53.103553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10322 | 2024.08.16 07:21:53.103728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10323 | 2024.08.16 07:21:53.103792 [ 3 ] {} <Debug> HTTP-Session: 0088e851-6dcf-4bb3-9341-856b7a65c22e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10324 | 2024.08.16 07:21:53.103796 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10325 | 2024.08.16 07:21:53.103811 [ 3 ] {} <Debug> HTTP-Session: 0088e851-6dcf-4bb3-9341-856b7a65c22e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10326 | 2024.08.16 07:21:53.103837 [ 3 ] {} <Debug> HTTP-Session: 0088e851-6dcf-4bb3-9341-856b7a65c22e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10327 | 2024.08.16 07:21:53.103840 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 16 rows starting from the beginning of the part | ||
10328 | 2024.08.16 07:21:53.103878 [ 3 ] {} <Trace> HTTP-Session: 0088e851-6dcf-4bb3-9341-856b7a65c22e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10329 | 2024.08.16 07:21:53.103981 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
10330 | 2024.08.16 07:21:53.104252 [ 3 ] {f0c96031-182c-45d6-9911-bcdaeb9f0ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10331 | 2024.08.16 07:21:53.104310 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
10332 | 2024.08.16 07:21:53.104419 [ 3 ] {f0c96031-182c-45d6-9911-bcdaeb9f0ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10333 | 2024.08.16 07:21:53.104610 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
10334 | 2024.08.16 07:21:53.104942 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
10335 | 2024.08.16 07:21:53.105275 [ 191 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
10336 | 2024.08.16 07:21:53.105581 [ 3 ] {f0c96031-182c-45d6-9911-bcdaeb9f0ea1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10337 | 2024.08.16 07:21:53.106248 [ 3 ] {f0c96031-182c-45d6-9911-bcdaeb9f0ea1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10338 | 2024.08.16 07:21:53.106291 [ 3 ] {f0c96031-182c-45d6-9911-bcdaeb9f0ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10339 | 2024.08.16 07:21:53.106828 [ 3 ] {f0c96031-182c-45d6-9911-bcdaeb9f0ea1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10340 | 2024.08.16 07:21:53.106848 [ 188 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00388227 sec., 7727.437813444196 rows/sec., 630.12 KiB/sec. | ||
10341 | 2024.08.16 07:21:53.107154 [ 188 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
10342 | 2024.08.16 07:21:53.107521 [ 3 ] {f0c96031-182c-45d6-9911-bcdaeb9f0ea1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10343 | 2024.08.16 07:21:53.107905 [ 3 ] {f0c96031-182c-45d6-9911-bcdaeb9f0ea1} <Debug> executeQuery: Read 158 rows, 13.52 KiB in 0.003857 sec., 40964.48016593207 rows/sec., 3.42 MiB/sec. | ||
10344 | 2024.08.16 07:21:53.107922 [ 104 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10345 | 2024.08.16 07:21:53.108037 [ 104 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10346 | 2024.08.16 07:21:53.108100 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10347 | 2024.08.16 07:21:53.108471 [ 188 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_24_5} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10348 | 2024.08.16 07:21:53.108483 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
10349 | 2024.08.16 07:21:53.108504 [ 3 ] {f0c96031-182c-45d6-9911-bcdaeb9f0ea1} <Debug> DynamicQueryHandler: Done processing query | ||
10350 | 2024.08.16 07:21:53.108596 [ 3 ] {f0c96031-182c-45d6-9911-bcdaeb9f0ea1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10351 | 2024.08.16 07:21:53.108666 [ 3 ] {} <Debug> HTTP-Session: 0088e851-6dcf-4bb3-9341-856b7a65c22e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10352 | 2024.08.16 07:21:53.108830 [ 188 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_24_5} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
10353 | 2024.08.16 07:21:53.108870 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10354 | 2024.08.16 07:21:53.108959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10355 | 2024.08.16 07:21:53.108973 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1436 rows starting from the beginning of the part | ||
10356 | 2024.08.16 07:21:53.109103 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10357 | 2024.08.16 07:21:53.109120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10358 | 2024.08.16 07:21:53.109228 [ 3 ] {} <Debug> HTTP-Session: fdff3040-0047-454b-8a09-921d4c8fdb39 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10359 | 2024.08.16 07:21:53.109305 [ 3 ] {} <Debug> HTTP-Session: fdff3040-0047-454b-8a09-921d4c8fdb39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10360 | 2024.08.16 07:21:53.109375 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 156 rows starting from the beginning of the part | ||
10361 | 2024.08.16 07:21:53.109385 [ 3 ] {} <Debug> HTTP-Session: fdff3040-0047-454b-8a09-921d4c8fdb39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10362 | 2024.08.16 07:21:53.109555 [ 3 ] {} <Trace> HTTP-Session: fdff3040-0047-454b-8a09-921d4c8fdb39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10363 | 2024.08.16 07:21:53.109694 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 189 rows starting from the beginning of the part | ||
10364 | 2024.08.16 07:21:53.109884 [ 3 ] {6368d0f9-f29a-4ddd-a9ea-cc61913ec303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10365 | 2024.08.16 07:21:53.109963 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 155 rows starting from the beginning of the part | ||
10366 | 2024.08.16 07:21:53.110002 [ 3 ] {6368d0f9-f29a-4ddd-a9ea-cc61913ec303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10367 | 2024.08.16 07:21:53.110260 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1330 rows starting from the beginning of the part | ||
10368 | 2024.08.16 07:21:53.110543 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 158 rows starting from the beginning of the part | ||
10369 | 2024.08.16 07:21:53.111145 [ 3 ] {6368d0f9-f29a-4ddd-a9ea-cc61913ec303} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10370 | 2024.08.16 07:21:53.111841 [ 3 ] {6368d0f9-f29a-4ddd-a9ea-cc61913ec303} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10371 | 2024.08.16 07:21:53.111892 [ 3 ] {6368d0f9-f29a-4ddd-a9ea-cc61913ec303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10372 | 2024.08.16 07:21:53.112650 [ 3 ] {6368d0f9-f29a-4ddd-a9ea-cc61913ec303} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10373 | 2024.08.16 07:21:53.113357 [ 3 ] {6368d0f9-f29a-4ddd-a9ea-cc61913ec303} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10374 | 2024.08.16 07:21:53.113541 [ 104 ] {} <Debug> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
10375 | 2024.08.16 07:21:53.113552 [ 3 ] {6368d0f9-f29a-4ddd-a9ea-cc61913ec303} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.003791 sec., 1582.6958586125033 rows/sec., 110.51 KiB/sec. | ||
10376 | 2024.08.16 07:21:53.113624 [ 104 ] {} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10377 | 2024.08.16 07:21:53.113706 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10378 | 2024.08.16 07:21:53.114152 [ 3 ] {6368d0f9-f29a-4ddd-a9ea-cc61913ec303} <Debug> DynamicQueryHandler: Done processing query | ||
10379 | 2024.08.16 07:21:53.114254 [ 3 ] {6368d0f9-f29a-4ddd-a9ea-cc61913ec303} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10380 | 2024.08.16 07:21:53.114359 [ 3 ] {} <Debug> HTTP-Session: fdff3040-0047-454b-8a09-921d4c8fdb39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10381 | 2024.08.16 07:21:53.114470 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
10382 | 2024.08.16 07:21:53.114482 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3424 rows, containing 4 columns (4 merged, 0 gathered) in 0.006238164 sec., 548879.4459395425 rows/sec., 45.80 MiB/sec. | ||
10383 | 2024.08.16 07:21:53.114608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 17488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10384 | 2024.08.16 07:21:53.114747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10385 | 2024.08.16 07:21:53.114836 [ 3 ] {} <Debug> HTTP-Session: 38aca5df-5101-4e93-b754-2bc1338e9238 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10386 | 2024.08.16 07:21:53.114853 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10387 | 2024.08.16 07:21:53.114892 [ 3 ] {} <Debug> HTTP-Session: 38aca5df-5101-4e93-b754-2bc1338e9238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10388 | 2024.08.16 07:21:53.114880 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10389 | 2024.08.16 07:21:53.114954 [ 3 ] {} <Debug> HTTP-Session: 38aca5df-5101-4e93-b754-2bc1338e9238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10390 | 2024.08.16 07:21:53.115046 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 16 rows starting from the beginning of the part | ||
10391 | 2024.08.16 07:21:53.115061 [ 3 ] {} <Trace> HTTP-Session: 38aca5df-5101-4e93-b754-2bc1338e9238 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10392 | 2024.08.16 07:21:53.115566 [ 3 ] {7a2421c7-edae-4f04-a0a5-495701d1ff01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10393 | 2024.08.16 07:21:53.115754 [ 3 ] {7a2421c7-edae-4f04-a0a5-495701d1ff01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10394 | 2024.08.16 07:21:53.115768 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
10395 | 2024.08.16 07:21:53.116496 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
10396 | 2024.08.16 07:21:53.116527 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_56_11} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10397 | 2024.08.16 07:21:53.116918 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_56_11} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10398 | 2024.08.16 07:21:53.116955 [ 3 ] {7a2421c7-edae-4f04-a0a5-495701d1ff01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10399 | 2024.08.16 07:21:53.117204 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
10400 | 2024.08.16 07:21:53.117220 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
10401 | 2024.08.16 07:21:53.117475 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
10402 | 2024.08.16 07:21:53.117846 [ 188 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
10403 | 2024.08.16 07:21:53.118602 [ 3 ] {7a2421c7-edae-4f04-a0a5-495701d1ff01} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10404 | 2024.08.16 07:21:53.118665 [ 3 ] {7a2421c7-edae-4f04-a0a5-495701d1ff01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10405 | 2024.08.16 07:21:53.119516 [ 3 ] {7a2421c7-edae-4f04-a0a5-495701d1ff01} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10406 | 2024.08.16 07:21:53.120614 [ 3 ] {7a2421c7-edae-4f04-a0a5-495701d1ff01} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10407 | 2024.08.16 07:21:53.120676 [ 198 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.006802977 sec., 4409.8341064507495 rows/sec., 307.91 KiB/sec. | ||
10408 | 2024.08.16 07:21:53.120838 [ 104 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10409 | 2024.08.16 07:21:53.120890 [ 3 ] {7a2421c7-edae-4f04-a0a5-495701d1ff01} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.005549 sec., 18561.9030455938 rows/sec., 1.45 MiB/sec. | ||
10410 | 2024.08.16 07:21:53.120913 [ 104 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10411 | 2024.08.16 07:21:53.120930 [ 198 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
10412 | 2024.08.16 07:21:53.120987 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10413 | 2024.08.16 07:21:53.121559 [ 3 ] {7a2421c7-edae-4f04-a0a5-495701d1ff01} <Debug> DynamicQueryHandler: Done processing query | ||
10414 | 2024.08.16 07:21:53.121665 [ 3 ] {7a2421c7-edae-4f04-a0a5-495701d1ff01} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10415 | 2024.08.16 07:21:53.121771 [ 3 ] {} <Debug> HTTP-Session: 38aca5df-5101-4e93-b754-2bc1338e9238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10416 | 2024.08.16 07:21:53.121931 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
10417 | 2024.08.16 07:21:53.122129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 31150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10418 | 2024.08.16 07:21:53.122347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10419 | 2024.08.16 07:21:53.122462 [ 3 ] {} <Debug> HTTP-Session: e297fa02-1639-41f7-bca1-1c85271459e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10420 | 2024.08.16 07:21:53.122579 [ 3 ] {} <Debug> HTTP-Session: e297fa02-1639-41f7-bca1-1c85271459e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10421 | 2024.08.16 07:21:53.122577 [ 198 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_24_5} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10422 | 2024.08.16 07:21:53.122646 [ 3 ] {} <Debug> HTTP-Session: e297fa02-1639-41f7-bca1-1c85271459e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10423 | 2024.08.16 07:21:53.122831 [ 3 ] {} <Trace> HTTP-Session: e297fa02-1639-41f7-bca1-1c85271459e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10424 | 2024.08.16 07:21:53.122920 [ 198 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_24_5} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
10425 | 2024.08.16 07:21:53.122902 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10426 | 2024.08.16 07:21:53.123295 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 905 rows starting from the beginning of the part | ||
10427 | 2024.08.16 07:21:53.123412 [ 3 ] {39bec231-a45d-4e51-bb86-80959d75be11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10428 | 2024.08.16 07:21:53.123195 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10429 | 2024.08.16 07:21:53.123637 [ 3 ] {39bec231-a45d-4e51-bb86-80959d75be11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10430 | 2024.08.16 07:21:53.123792 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 99 rows starting from the beginning of the part | ||
10431 | 2024.08.16 07:21:53.124295 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 382 rows starting from the beginning of the part | ||
10432 | 2024.08.16 07:21:53.124826 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 97 rows starting from the beginning of the part | ||
10433 | 2024.08.16 07:21:53.125018 [ 3 ] {39bec231-a45d-4e51-bb86-80959d75be11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10434 | 2024.08.16 07:21:53.125257 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 840 rows starting from the beginning of the part | ||
10435 | 2024.08.16 07:21:53.125435 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 103 rows starting from the beginning of the part | ||
10436 | 2024.08.16 07:21:53.126267 [ 3 ] {39bec231-a45d-4e51-bb86-80959d75be11} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10437 | 2024.08.16 07:21:53.126328 [ 3 ] {39bec231-a45d-4e51-bb86-80959d75be11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10438 | 2024.08.16 07:21:53.127369 [ 3 ] {39bec231-a45d-4e51-bb86-80959d75be11} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10439 | 2024.08.16 07:21:53.128138 [ 3 ] {39bec231-a45d-4e51-bb86-80959d75be11} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10440 | 2024.08.16 07:21:53.128352 [ 3 ] {39bec231-a45d-4e51-bb86-80959d75be11} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.005266 sec., 30953.285225977972 rows/sec., 2.16 MiB/sec. | ||
10441 | 2024.08.16 07:21:53.128904 [ 3 ] {39bec231-a45d-4e51-bb86-80959d75be11} <Debug> DynamicQueryHandler: Done processing query | ||
10442 | 2024.08.16 07:21:53.128915 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2426 rows, containing 4 columns (4 merged, 0 gathered) in 0.007691388 sec., 315417.711341568 rows/sec., 22.99 MiB/sec. | ||
10443 | 2024.08.16 07:21:53.128936 [ 3 ] {39bec231-a45d-4e51-bb86-80959d75be11} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10444 | 2024.08.16 07:21:53.128994 [ 3 ] {} <Debug> HTTP-Session: e297fa02-1639-41f7-bca1-1c85271459e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10445 | 2024.08.16 07:21:53.129142 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10446 | 2024.08.16 07:21:53.129223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53266, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10447 | 2024.08.16 07:21:53.129288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10448 | 2024.08.16 07:21:53.129359 [ 3 ] {} <Debug> HTTP-Session: b91f0052-e62f-4308-91d2-39d40774a4b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10449 | 2024.08.16 07:21:53.129438 [ 3 ] {} <Debug> HTTP-Session: b91f0052-e62f-4308-91d2-39d40774a4b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10450 | 2024.08.16 07:21:53.129524 [ 3 ] {} <Debug> HTTP-Session: b91f0052-e62f-4308-91d2-39d40774a4b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10451 | 2024.08.16 07:21:53.129604 [ 3 ] {} <Trace> HTTP-Session: b91f0052-e62f-4308-91d2-39d40774a4b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10452 | 2024.08.16 07:21:53.129832 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_56_11} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10453 | 2024.08.16 07:21:53.129919 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_56_11} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10454 | 2024.08.16 07:21:53.130023 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
10455 | 2024.08.16 07:21:53.130163 [ 3 ] {38e40a5b-4a88-45c3-8211-9a08d78aa293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10456 | 2024.08.16 07:21:53.130244 [ 3 ] {38e40a5b-4a88-45c3-8211-9a08d78aa293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10457 | 2024.08.16 07:21:53.130713 [ 3 ] {38e40a5b-4a88-45c3-8211-9a08d78aa293} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10458 | 2024.08.16 07:21:53.131431 [ 3 ] {38e40a5b-4a88-45c3-8211-9a08d78aa293} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10459 | 2024.08.16 07:21:53.131471 [ 3 ] {38e40a5b-4a88-45c3-8211-9a08d78aa293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10460 | 2024.08.16 07:21:53.132125 [ 3 ] {38e40a5b-4a88-45c3-8211-9a08d78aa293} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10461 | 2024.08.16 07:21:53.132548 [ 3 ] {38e40a5b-4a88-45c3-8211-9a08d78aa293} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10462 | 2024.08.16 07:21:53.132742 [ 3 ] {38e40a5b-4a88-45c3-8211-9a08d78aa293} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003006 sec., 10978.043912175648 rows/sec., 19.67 MiB/sec. | ||
10463 | 2024.08.16 07:21:53.133271 [ 3 ] {38e40a5b-4a88-45c3-8211-9a08d78aa293} <Debug> DynamicQueryHandler: Done processing query | ||
10464 | 2024.08.16 07:21:53.133299 [ 3 ] {38e40a5b-4a88-45c3-8211-9a08d78aa293} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10465 | 2024.08.16 07:21:53.133315 [ 3 ] {} <Debug> HTTP-Session: b91f0052-e62f-4308-91d2-39d40774a4b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10466 | 2024.08.16 07:21:53.133456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10467 | 2024.08.16 07:21:53.133506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10468 | 2024.08.16 07:21:53.133524 [ 3 ] {} <Debug> HTTP-Session: 53a9d430-eba9-4992-9e64-5efc0f3862d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10469 | 2024.08.16 07:21:53.133542 [ 3 ] {} <Debug> HTTP-Session: 53a9d430-eba9-4992-9e64-5efc0f3862d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10470 | 2024.08.16 07:21:53.133556 [ 3 ] {} <Debug> HTTP-Session: 53a9d430-eba9-4992-9e64-5efc0f3862d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10471 | 2024.08.16 07:21:53.133587 [ 3 ] {} <Trace> HTTP-Session: 53a9d430-eba9-4992-9e64-5efc0f3862d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10472 | 2024.08.16 07:21:53.133706 [ 3 ] {26c815f3-3fe4-4f68-b8a9-ba0f4dadc18d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10473 | 2024.08.16 07:21:53.133751 [ 3 ] {26c815f3-3fe4-4f68-b8a9-ba0f4dadc18d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10474 | 2024.08.16 07:21:53.133898 [ 3 ] {26c815f3-3fe4-4f68-b8a9-ba0f4dadc18d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10475 | 2024.08.16 07:21:53.134190 [ 3 ] {26c815f3-3fe4-4f68-b8a9-ba0f4dadc18d} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10476 | 2024.08.16 07:21:53.134229 [ 3 ] {26c815f3-3fe4-4f68-b8a9-ba0f4dadc18d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10477 | 2024.08.16 07:21:53.134600 [ 3 ] {26c815f3-3fe4-4f68-b8a9-ba0f4dadc18d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10478 | 2024.08.16 07:21:53.134926 [ 3 ] {26c815f3-3fe4-4f68-b8a9-ba0f4dadc18d} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10479 | 2024.08.16 07:21:53.135081 [ 3 ] {26c815f3-3fe4-4f68-b8a9-ba0f4dadc18d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
10480 | 2024.08.16 07:21:53.135343 [ 3 ] {26c815f3-3fe4-4f68-b8a9-ba0f4dadc18d} <Debug> DynamicQueryHandler: Done processing query | ||
10481 | 2024.08.16 07:21:53.135407 [ 3 ] {26c815f3-3fe4-4f68-b8a9-ba0f4dadc18d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10482 | 2024.08.16 07:21:53.135469 [ 3 ] {} <Debug> HTTP-Session: 53a9d430-eba9-4992-9e64-5efc0f3862d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10483 | 2024.08.16 07:21:57.480342 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10484 | 2024.08.16 07:21:57.480418 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10485 | 2024.08.16 07:21:58.101497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10486 | 2024.08.16 07:21:58.101613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10487 | 2024.08.16 07:21:58.101636 [ 3 ] {} <Debug> HTTP-Session: 7648b645-576e-4c19-92c7-54790e470965 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10488 | 2024.08.16 07:21:58.101661 [ 3 ] {} <Debug> HTTP-Session: 7648b645-576e-4c19-92c7-54790e470965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10489 | 2024.08.16 07:21:58.101676 [ 3 ] {} <Debug> HTTP-Session: 7648b645-576e-4c19-92c7-54790e470965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10490 | 2024.08.16 07:21:58.101726 [ 3 ] {} <Trace> HTTP-Session: 7648b645-576e-4c19-92c7-54790e470965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10491 | 2024.08.16 07:21:58.101969 [ 3 ] {8035f2a0-3531-4d83-9990-54432c537e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10492 | 2024.08.16 07:21:58.102037 [ 3 ] {8035f2a0-3531-4d83-9990-54432c537e36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10493 | 2024.08.16 07:21:58.102236 [ 3 ] {8035f2a0-3531-4d83-9990-54432c537e36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10494 | 2024.08.16 07:21:58.102789 [ 3 ] {8035f2a0-3531-4d83-9990-54432c537e36} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10495 | 2024.08.16 07:21:58.102833 [ 3 ] {8035f2a0-3531-4d83-9990-54432c537e36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10496 | 2024.08.16 07:21:58.103227 [ 3 ] {8035f2a0-3531-4d83-9990-54432c537e36} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10497 | 2024.08.16 07:21:58.103561 [ 3 ] {8035f2a0-3531-4d83-9990-54432c537e36} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10498 | 2024.08.16 07:21:58.103722 [ 3 ] {8035f2a0-3531-4d83-9990-54432c537e36} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001852 sec., 102051.83585313175 rows/sec., 8.89 MiB/sec. | ||
10499 | 2024.08.16 07:21:58.104032 [ 3 ] {8035f2a0-3531-4d83-9990-54432c537e36} <Debug> DynamicQueryHandler: Done processing query | ||
10500 | 2024.08.16 07:21:58.104089 [ 3 ] {8035f2a0-3531-4d83-9990-54432c537e36} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10501 | 2024.08.16 07:21:58.104133 [ 3 ] {} <Debug> HTTP-Session: 7648b645-576e-4c19-92c7-54790e470965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10502 | 2024.08.16 07:21:58.104279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10503 | 2024.08.16 07:21:58.104341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10504 | 2024.08.16 07:21:58.104362 [ 3 ] {} <Debug> HTTP-Session: d5a6d974-a68e-42b7-9746-519dc4ef4ea9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10505 | 2024.08.16 07:21:58.104380 [ 3 ] {} <Debug> HTTP-Session: d5a6d974-a68e-42b7-9746-519dc4ef4ea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10506 | 2024.08.16 07:21:58.104394 [ 3 ] {} <Debug> HTTP-Session: d5a6d974-a68e-42b7-9746-519dc4ef4ea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10507 | 2024.08.16 07:21:58.104427 [ 3 ] {} <Trace> HTTP-Session: d5a6d974-a68e-42b7-9746-519dc4ef4ea9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10508 | 2024.08.16 07:21:58.104541 [ 3 ] {9ca8abf3-b3e2-4cbb-8baa-2862d6780c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10509 | 2024.08.16 07:21:58.104589 [ 3 ] {9ca8abf3-b3e2-4cbb-8baa-2862d6780c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10510 | 2024.08.16 07:21:58.104737 [ 3 ] {9ca8abf3-b3e2-4cbb-8baa-2862d6780c92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10511 | 2024.08.16 07:21:58.105045 [ 3 ] {9ca8abf3-b3e2-4cbb-8baa-2862d6780c92} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10512 | 2024.08.16 07:21:58.105083 [ 3 ] {9ca8abf3-b3e2-4cbb-8baa-2862d6780c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10513 | 2024.08.16 07:21:58.105422 [ 3 ] {9ca8abf3-b3e2-4cbb-8baa-2862d6780c92} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10514 | 2024.08.16 07:21:58.105739 [ 3 ] {9ca8abf3-b3e2-4cbb-8baa-2862d6780c92} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10515 | 2024.08.16 07:21:58.105898 [ 3 ] {9ca8abf3-b3e2-4cbb-8baa-2862d6780c92} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001385 sec., 10108.303249097473 rows/sec., 707.92 KiB/sec. | ||
10516 | 2024.08.16 07:21:58.106070 [ 3 ] {9ca8abf3-b3e2-4cbb-8baa-2862d6780c92} <Debug> DynamicQueryHandler: Done processing query | ||
10517 | 2024.08.16 07:21:58.106095 [ 3 ] {9ca8abf3-b3e2-4cbb-8baa-2862d6780c92} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10518 | 2024.08.16 07:21:58.106111 [ 3 ] {} <Debug> HTTP-Session: d5a6d974-a68e-42b7-9746-519dc4ef4ea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10519 | 2024.08.16 07:21:58.106262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10520 | 2024.08.16 07:21:58.106310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10521 | 2024.08.16 07:21:58.106329 [ 3 ] {} <Debug> HTTP-Session: fd662f92-17eb-4908-b63d-45e08afe6575 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10522 | 2024.08.16 07:21:58.106345 [ 3 ] {} <Debug> HTTP-Session: fd662f92-17eb-4908-b63d-45e08afe6575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10523 | 2024.08.16 07:21:58.106359 [ 3 ] {} <Debug> HTTP-Session: fd662f92-17eb-4908-b63d-45e08afe6575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10524 | 2024.08.16 07:21:58.106391 [ 3 ] {} <Trace> HTTP-Session: fd662f92-17eb-4908-b63d-45e08afe6575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10525 | 2024.08.16 07:21:58.106487 [ 3 ] {11c952d3-e2a0-4d59-a266-cd2c5176696d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10526 | 2024.08.16 07:21:58.106530 [ 3 ] {11c952d3-e2a0-4d59-a266-cd2c5176696d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10527 | 2024.08.16 07:21:58.106657 [ 3 ] {11c952d3-e2a0-4d59-a266-cd2c5176696d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10528 | 2024.08.16 07:21:58.106939 [ 3 ] {11c952d3-e2a0-4d59-a266-cd2c5176696d} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10529 | 2024.08.16 07:21:58.106977 [ 3 ] {11c952d3-e2a0-4d59-a266-cd2c5176696d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10530 | 2024.08.16 07:21:58.107290 [ 3 ] {11c952d3-e2a0-4d59-a266-cd2c5176696d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10531 | 2024.08.16 07:21:58.107595 [ 3 ] {11c952d3-e2a0-4d59-a266-cd2c5176696d} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10532 | 2024.08.16 07:21:58.107755 [ 3 ] {11c952d3-e2a0-4d59-a266-cd2c5176696d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 275.23 KiB/sec. | ||
10533 | 2024.08.16 07:21:58.107915 [ 3 ] {11c952d3-e2a0-4d59-a266-cd2c5176696d} <Debug> DynamicQueryHandler: Done processing query | ||
10534 | 2024.08.16 07:21:58.107939 [ 3 ] {11c952d3-e2a0-4d59-a266-cd2c5176696d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10535 | 2024.08.16 07:21:58.107954 [ 3 ] {} <Debug> HTTP-Session: fd662f92-17eb-4908-b63d-45e08afe6575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10536 | 2024.08.16 07:21:58.108191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10537 | 2024.08.16 07:21:58.108238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10538 | 2024.08.16 07:21:58.108257 [ 3 ] {} <Debug> HTTP-Session: 294c3308-d8a5-418e-b6bd-c1d50df6556e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10539 | 2024.08.16 07:21:58.108274 [ 3 ] {} <Debug> HTTP-Session: 294c3308-d8a5-418e-b6bd-c1d50df6556e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10540 | 2024.08.16 07:21:58.108288 [ 3 ] {} <Debug> HTTP-Session: 294c3308-d8a5-418e-b6bd-c1d50df6556e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10541 | 2024.08.16 07:21:58.108319 [ 3 ] {} <Trace> HTTP-Session: 294c3308-d8a5-418e-b6bd-c1d50df6556e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10542 | 2024.08.16 07:21:58.108516 [ 3 ] {9166c624-816d-4c94-bf3e-b2877157189c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10543 | 2024.08.16 07:21:58.108559 [ 3 ] {9166c624-816d-4c94-bf3e-b2877157189c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10544 | 2024.08.16 07:21:58.108688 [ 3 ] {9166c624-816d-4c94-bf3e-b2877157189c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10545 | 2024.08.16 07:21:58.109220 [ 3 ] {9166c624-816d-4c94-bf3e-b2877157189c} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10546 | 2024.08.16 07:21:58.109257 [ 3 ] {9166c624-816d-4c94-bf3e-b2877157189c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10547 | 2024.08.16 07:21:58.109585 [ 3 ] {9166c624-816d-4c94-bf3e-b2877157189c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10548 | 2024.08.16 07:21:58.109907 [ 3 ] {9166c624-816d-4c94-bf3e-b2877157189c} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10549 | 2024.08.16 07:21:58.110062 [ 3 ] {9166c624-816d-4c94-bf3e-b2877157189c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001645 sec., 232218.84498480245 rows/sec., 16.43 MiB/sec. | ||
10550 | 2024.08.16 07:21:58.110342 [ 3 ] {9166c624-816d-4c94-bf3e-b2877157189c} <Debug> DynamicQueryHandler: Done processing query | ||
10551 | 2024.08.16 07:21:58.110410 [ 3 ] {9166c624-816d-4c94-bf3e-b2877157189c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10552 | 2024.08.16 07:21:58.110481 [ 3 ] {} <Debug> HTTP-Session: 294c3308-d8a5-418e-b6bd-c1d50df6556e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10553 | 2024.08.16 07:21:58.110731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10554 | 2024.08.16 07:21:58.110785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10555 | 2024.08.16 07:21:58.110805 [ 3 ] {} <Debug> HTTP-Session: df28a0ee-dccb-472d-a8f5-668bbeb22097 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10556 | 2024.08.16 07:21:58.110823 [ 3 ] {} <Debug> HTTP-Session: df28a0ee-dccb-472d-a8f5-668bbeb22097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10557 | 2024.08.16 07:21:58.110837 [ 3 ] {} <Debug> HTTP-Session: df28a0ee-dccb-472d-a8f5-668bbeb22097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10558 | 2024.08.16 07:21:58.110871 [ 3 ] {} <Trace> HTTP-Session: df28a0ee-dccb-472d-a8f5-668bbeb22097 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10559 | 2024.08.16 07:21:58.110974 [ 3 ] {1fce29d1-17e5-412a-b609-697ad7457a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10560 | 2024.08.16 07:21:58.111021 [ 3 ] {1fce29d1-17e5-412a-b609-697ad7457a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10561 | 2024.08.16 07:21:58.111170 [ 3 ] {1fce29d1-17e5-412a-b609-697ad7457a19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10562 | 2024.08.16 07:21:58.111434 [ 3 ] {1fce29d1-17e5-412a-b609-697ad7457a19} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10563 | 2024.08.16 07:21:58.111473 [ 3 ] {1fce29d1-17e5-412a-b609-697ad7457a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10564 | 2024.08.16 07:21:58.111844 [ 3 ] {1fce29d1-17e5-412a-b609-697ad7457a19} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10565 | 2024.08.16 07:21:58.112173 [ 3 ] {1fce29d1-17e5-412a-b609-697ad7457a19} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10566 | 2024.08.16 07:21:58.112331 [ 3 ] {1fce29d1-17e5-412a-b609-697ad7457a19} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001384 sec., 4335.260115606936 rows/sec., 226.50 KiB/sec. | ||
10567 | 2024.08.16 07:21:58.112491 [ 3 ] {1fce29d1-17e5-412a-b609-697ad7457a19} <Debug> DynamicQueryHandler: Done processing query | ||
10568 | 2024.08.16 07:21:58.112516 [ 3 ] {1fce29d1-17e5-412a-b609-697ad7457a19} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10569 | 2024.08.16 07:21:58.112531 [ 3 ] {} <Debug> HTTP-Session: df28a0ee-dccb-472d-a8f5-668bbeb22097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10570 | 2024.08.16 07:21:58.112671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10571 | 2024.08.16 07:21:58.112716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10572 | 2024.08.16 07:21:58.112735 [ 3 ] {} <Debug> HTTP-Session: 2046018c-c262-45c2-a4d6-9628e0d6f611 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10573 | 2024.08.16 07:21:58.112753 [ 3 ] {} <Debug> HTTP-Session: 2046018c-c262-45c2-a4d6-9628e0d6f611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10574 | 2024.08.16 07:21:58.112766 [ 3 ] {} <Debug> HTTP-Session: 2046018c-c262-45c2-a4d6-9628e0d6f611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10575 | 2024.08.16 07:21:58.112796 [ 3 ] {} <Trace> HTTP-Session: 2046018c-c262-45c2-a4d6-9628e0d6f611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10576 | 2024.08.16 07:21:58.112990 [ 3 ] {c2c4850d-093b-4562-b574-e2e8b5f12817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10577 | 2024.08.16 07:21:58.113036 [ 3 ] {c2c4850d-093b-4562-b574-e2e8b5f12817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10578 | 2024.08.16 07:21:58.113182 [ 3 ] {c2c4850d-093b-4562-b574-e2e8b5f12817} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10579 | 2024.08.16 07:21:58.113598 [ 3 ] {c2c4850d-093b-4562-b574-e2e8b5f12817} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10580 | 2024.08.16 07:21:58.113635 [ 3 ] {c2c4850d-093b-4562-b574-e2e8b5f12817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10581 | 2024.08.16 07:21:58.114021 [ 3 ] {c2c4850d-093b-4562-b574-e2e8b5f12817} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10582 | 2024.08.16 07:21:58.114361 [ 3 ] {c2c4850d-093b-4562-b574-e2e8b5f12817} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10583 | 2024.08.16 07:21:58.114515 [ 3 ] {c2c4850d-093b-4562-b574-e2e8b5f12817} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001633 sec., 145131.65952235152 rows/sec., 9.73 MiB/sec. | ||
10584 | 2024.08.16 07:21:58.114689 [ 3 ] {c2c4850d-093b-4562-b574-e2e8b5f12817} <Debug> DynamicQueryHandler: Done processing query | ||
10585 | 2024.08.16 07:21:58.114713 [ 3 ] {c2c4850d-093b-4562-b574-e2e8b5f12817} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10586 | 2024.08.16 07:21:58.114729 [ 3 ] {} <Debug> HTTP-Session: 2046018c-c262-45c2-a4d6-9628e0d6f611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10587 | 2024.08.16 07:21:58.114845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10588 | 2024.08.16 07:21:58.114893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10589 | 2024.08.16 07:21:58.114911 [ 3 ] {} <Debug> HTTP-Session: 8f1b7b51-07b6-4f00-abb5-3f5a78509c53 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10590 | 2024.08.16 07:21:58.114927 [ 3 ] {} <Debug> HTTP-Session: 8f1b7b51-07b6-4f00-abb5-3f5a78509c53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10591 | 2024.08.16 07:21:58.114941 [ 3 ] {} <Debug> HTTP-Session: 8f1b7b51-07b6-4f00-abb5-3f5a78509c53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10592 | 2024.08.16 07:21:58.114972 [ 3 ] {} <Trace> HTTP-Session: 8f1b7b51-07b6-4f00-abb5-3f5a78509c53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10593 | 2024.08.16 07:21:58.115063 [ 3 ] {b19e2adb-b034-4895-a0bf-af6c8c0c79e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10594 | 2024.08.16 07:21:58.115106 [ 3 ] {b19e2adb-b034-4895-a0bf-af6c8c0c79e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10595 | 2024.08.16 07:21:58.115233 [ 3 ] {b19e2adb-b034-4895-a0bf-af6c8c0c79e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10596 | 2024.08.16 07:21:58.115479 [ 3 ] {b19e2adb-b034-4895-a0bf-af6c8c0c79e4} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10597 | 2024.08.16 07:21:58.115516 [ 3 ] {b19e2adb-b034-4895-a0bf-af6c8c0c79e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10598 | 2024.08.16 07:21:58.115859 [ 3 ] {b19e2adb-b034-4895-a0bf-af6c8c0c79e4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10599 | 2024.08.16 07:21:58.116168 [ 3 ] {b19e2adb-b034-4895-a0bf-af6c8c0c79e4} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10600 | 2024.08.16 07:21:58.116336 [ 3 ] {b19e2adb-b034-4895-a0bf-af6c8c0c79e4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00129 sec., 775.1937984496125 rows/sec., 52.23 KiB/sec. | ||
10601 | 2024.08.16 07:21:58.116666 [ 3 ] {b19e2adb-b034-4895-a0bf-af6c8c0c79e4} <Debug> DynamicQueryHandler: Done processing query | ||
10602 | 2024.08.16 07:21:58.116691 [ 3 ] {b19e2adb-b034-4895-a0bf-af6c8c0c79e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10603 | 2024.08.16 07:21:58.116707 [ 3 ] {} <Debug> HTTP-Session: 8f1b7b51-07b6-4f00-abb5-3f5a78509c53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10604 | 2024.08.16 07:21:58.116830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10605 | 2024.08.16 07:21:58.116876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10606 | 2024.08.16 07:21:58.116896 [ 3 ] {} <Debug> HTTP-Session: d4ef5b8e-f025-4b37-99f8-7c210fcdd973 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10607 | 2024.08.16 07:21:58.116913 [ 3 ] {} <Debug> HTTP-Session: d4ef5b8e-f025-4b37-99f8-7c210fcdd973 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10608 | 2024.08.16 07:21:58.116927 [ 3 ] {} <Debug> HTTP-Session: d4ef5b8e-f025-4b37-99f8-7c210fcdd973 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10609 | 2024.08.16 07:21:58.116957 [ 3 ] {} <Trace> HTTP-Session: d4ef5b8e-f025-4b37-99f8-7c210fcdd973 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10610 | 2024.08.16 07:21:58.117087 [ 3 ] {106f2697-b9d8-4ac9-ace8-995af5cad654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10611 | 2024.08.16 07:21:58.117133 [ 3 ] {106f2697-b9d8-4ac9-ace8-995af5cad654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10612 | 2024.08.16 07:21:58.117282 [ 3 ] {106f2697-b9d8-4ac9-ace8-995af5cad654} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10613 | 2024.08.16 07:21:58.117582 [ 3 ] {106f2697-b9d8-4ac9-ace8-995af5cad654} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10614 | 2024.08.16 07:21:58.117619 [ 3 ] {106f2697-b9d8-4ac9-ace8-995af5cad654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10615 | 2024.08.16 07:21:58.117979 [ 3 ] {106f2697-b9d8-4ac9-ace8-995af5cad654} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10616 | 2024.08.16 07:21:58.118299 [ 3 ] {106f2697-b9d8-4ac9-ace8-995af5cad654} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10617 | 2024.08.16 07:21:58.118454 [ 3 ] {106f2697-b9d8-4ac9-ace8-995af5cad654} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001416 sec., 57909.60451977402 rows/sec., 3.68 MiB/sec. | ||
10618 | 2024.08.16 07:21:58.118730 [ 3 ] {106f2697-b9d8-4ac9-ace8-995af5cad654} <Debug> DynamicQueryHandler: Done processing query | ||
10619 | 2024.08.16 07:21:58.118786 [ 3 ] {106f2697-b9d8-4ac9-ace8-995af5cad654} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10620 | 2024.08.16 07:21:58.118846 [ 3 ] {} <Debug> HTTP-Session: d4ef5b8e-f025-4b37-99f8-7c210fcdd973 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10621 | 2024.08.16 07:22:03.098421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10622 | 2024.08.16 07:22:03.098566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10623 | 2024.08.16 07:22:03.098595 [ 3 ] {} <Debug> HTTP-Session: fbbcf03a-098b-4eb4-87cf-3e9be1bb217a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10624 | 2024.08.16 07:22:03.098623 [ 3 ] {} <Debug> HTTP-Session: fbbcf03a-098b-4eb4-87cf-3e9be1bb217a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10625 | 2024.08.16 07:22:03.098641 [ 3 ] {} <Debug> HTTP-Session: fbbcf03a-098b-4eb4-87cf-3e9be1bb217a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10626 | 2024.08.16 07:22:03.098695 [ 3 ] {} <Trace> HTTP-Session: fbbcf03a-098b-4eb4-87cf-3e9be1bb217a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10627 | 2024.08.16 07:22:03.098911 [ 3 ] {30cbcb7c-0559-49c8-8c24-26847e0fc67c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10628 | 2024.08.16 07:22:03.098985 [ 3 ] {30cbcb7c-0559-49c8-8c24-26847e0fc67c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10629 | 2024.08.16 07:22:03.099186 [ 3 ] {30cbcb7c-0559-49c8-8c24-26847e0fc67c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10630 | 2024.08.16 07:22:03.099612 [ 3 ] {30cbcb7c-0559-49c8-8c24-26847e0fc67c} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10631 | 2024.08.16 07:22:03.099658 [ 3 ] {30cbcb7c-0559-49c8-8c24-26847e0fc67c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10632 | 2024.08.16 07:22:03.100051 [ 3 ] {30cbcb7c-0559-49c8-8c24-26847e0fc67c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10633 | 2024.08.16 07:22:03.100384 [ 3 ] {30cbcb7c-0559-49c8-8c24-26847e0fc67c} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10634 | 2024.08.16 07:22:03.100533 [ 3 ] {30cbcb7c-0559-49c8-8c24-26847e0fc67c} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001693 sec., 19492.025989367987 rows/sec., 1.54 MiB/sec. | ||
10635 | 2024.08.16 07:22:03.100543 [ 129 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
10636 | 2024.08.16 07:22:03.100606 [ 129 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10637 | 2024.08.16 07:22:03.100644 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10638 | 2024.08.16 07:22:03.100786 [ 3 ] {30cbcb7c-0559-49c8-8c24-26847e0fc67c} <Debug> DynamicQueryHandler: Done processing query | ||
10639 | 2024.08.16 07:22:03.100806 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::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 | ||
10640 | 2024.08.16 07:22:03.100821 [ 3 ] {30cbcb7c-0559-49c8-8c24-26847e0fc67c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10641 | 2024.08.16 07:22:03.100889 [ 3 ] {} <Debug> HTTP-Session: fbbcf03a-098b-4eb4-87cf-3e9be1bb217a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10642 | 2024.08.16 07:22:03.101026 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10643 | 2024.08.16 07:22:03.101088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10644 | 2024.08.16 07:22:03.101096 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 33 rows starting from the beginning of the part | ||
10645 | 2024.08.16 07:22:03.101165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10646 | 2024.08.16 07:22:03.101235 [ 3 ] {} <Debug> HTTP-Session: c834058f-0110-45a3-9ae4-5b08aec952a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10647 | 2024.08.16 07:22:03.101291 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part | ||
10648 | 2024.08.16 07:22:03.101312 [ 3 ] {} <Debug> HTTP-Session: c834058f-0110-45a3-9ae4-5b08aec952a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10649 | 2024.08.16 07:22:03.101387 [ 3 ] {} <Debug> HTTP-Session: c834058f-0110-45a3-9ae4-5b08aec952a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10650 | 2024.08.16 07:22:03.101561 [ 3 ] {} <Trace> HTTP-Session: c834058f-0110-45a3-9ae4-5b08aec952a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10651 | 2024.08.16 07:22:03.101632 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 33 rows starting from the beginning of the part | ||
10652 | 2024.08.16 07:22:03.101893 [ 3 ] {f3d41ed8-d18e-4469-87a3-1132561ff711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10653 | 2024.08.16 07:22:03.101915 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part | ||
10654 | 2024.08.16 07:22:03.102009 [ 3 ] {f3d41ed8-d18e-4469-87a3-1132561ff711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10655 | 2024.08.16 07:22:03.102189 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 33 rows starting from the beginning of the part | ||
10656 | 2024.08.16 07:22:03.102878 [ 3 ] {f3d41ed8-d18e-4469-87a3-1132561ff711} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10657 | 2024.08.16 07:22:03.103668 [ 3 ] {f3d41ed8-d18e-4469-87a3-1132561ff711} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10658 | 2024.08.16 07:22:03.103738 [ 3 ] {f3d41ed8-d18e-4469-87a3-1132561ff711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10659 | 2024.08.16 07:22:03.104655 [ 3 ] {f3d41ed8-d18e-4469-87a3-1132561ff711} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10660 | 2024.08.16 07:22:03.104706 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 4 columns (4 merged, 0 gathered) in 0.003976752 sec., 41491.14654371206 rows/sec., 3.28 MiB/sec. | ||
10661 | 2024.08.16 07:22:03.104995 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
10662 | 2024.08.16 07:22:03.105281 [ 3 ] {f3d41ed8-d18e-4469-87a3-1132561ff711} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10663 | 2024.08.16 07:22:03.105722 [ 3 ] {f3d41ed8-d18e-4469-87a3-1132561ff711} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003968 sec., 504.0322580645161 rows/sec., 41.10 KiB/sec. | ||
10664 | 2024.08.16 07:22:03.106014 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_30_7} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10665 | 2024.08.16 07:22:03.106051 [ 3 ] {f3d41ed8-d18e-4469-87a3-1132561ff711} <Debug> DynamicQueryHandler: Done processing query | ||
10666 | 2024.08.16 07:22:03.106096 [ 3 ] {f3d41ed8-d18e-4469-87a3-1132561ff711} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10667 | 2024.08.16 07:22:03.106136 [ 3 ] {} <Debug> HTTP-Session: c834058f-0110-45a3-9ae4-5b08aec952a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10668 | 2024.08.16 07:22:03.106181 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_30_7} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
10669 | 2024.08.16 07:22:03.106310 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
10670 | 2024.08.16 07:22:03.106345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10671 | 2024.08.16 07:22:03.106406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10672 | 2024.08.16 07:22:03.106425 [ 3 ] {} <Debug> HTTP-Session: 926f0ac8-c4f9-4b6d-be98-b2766a045c33 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10673 | 2024.08.16 07:22:03.106442 [ 3 ] {} <Debug> HTTP-Session: 926f0ac8-c4f9-4b6d-be98-b2766a045c33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10674 | 2024.08.16 07:22:03.106456 [ 3 ] {} <Debug> HTTP-Session: 926f0ac8-c4f9-4b6d-be98-b2766a045c33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10675 | 2024.08.16 07:22:03.106489 [ 3 ] {} <Trace> HTTP-Session: 926f0ac8-c4f9-4b6d-be98-b2766a045c33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10676 | 2024.08.16 07:22:03.106646 [ 3 ] {53561481-c042-4036-97b2-040e9e500251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10677 | 2024.08.16 07:22:03.106688 [ 3 ] {53561481-c042-4036-97b2-040e9e500251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10678 | 2024.08.16 07:22:03.106833 [ 3 ] {53561481-c042-4036-97b2-040e9e500251} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10679 | 2024.08.16 07:22:03.107257 [ 3 ] {53561481-c042-4036-97b2-040e9e500251} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10680 | 2024.08.16 07:22:03.107295 [ 3 ] {53561481-c042-4036-97b2-040e9e500251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10681 | 2024.08.16 07:22:03.107620 [ 3 ] {53561481-c042-4036-97b2-040e9e500251} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10682 | 2024.08.16 07:22:03.107925 [ 3 ] {53561481-c042-4036-97b2-040e9e500251} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10683 | 2024.08.16 07:22:03.108058 [ 3 ] {53561481-c042-4036-97b2-040e9e500251} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001483 sec., 105192.17801753203 rows/sec., 8.81 MiB/sec. | ||
10684 | 2024.08.16 07:22:03.108227 [ 3 ] {53561481-c042-4036-97b2-040e9e500251} <Debug> DynamicQueryHandler: Done processing query | ||
10685 | 2024.08.16 07:22:03.108252 [ 3 ] {53561481-c042-4036-97b2-040e9e500251} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10686 | 2024.08.16 07:22:03.108267 [ 3 ] {} <Debug> HTTP-Session: 926f0ac8-c4f9-4b6d-be98-b2766a045c33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10687 | 2024.08.16 07:22:03.108399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10688 | 2024.08.16 07:22:03.108448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10689 | 2024.08.16 07:22:03.108467 [ 3 ] {} <Debug> HTTP-Session: 96898185-a4aa-4779-9bfb-276572d1fac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10690 | 2024.08.16 07:22:03.108484 [ 3 ] {} <Debug> HTTP-Session: 96898185-a4aa-4779-9bfb-276572d1fac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10691 | 2024.08.16 07:22:03.108498 [ 3 ] {} <Debug> HTTP-Session: 96898185-a4aa-4779-9bfb-276572d1fac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10692 | 2024.08.16 07:22:03.108529 [ 3 ] {} <Trace> HTTP-Session: 96898185-a4aa-4779-9bfb-276572d1fac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10693 | 2024.08.16 07:22:03.108622 [ 3 ] {cc0e923e-e6c0-49ed-b51e-5d16bc14e377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10694 | 2024.08.16 07:22:03.108664 [ 3 ] {cc0e923e-e6c0-49ed-b51e-5d16bc14e377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10695 | 2024.08.16 07:22:03.108790 [ 3 ] {cc0e923e-e6c0-49ed-b51e-5d16bc14e377} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10696 | 2024.08.16 07:22:03.109061 [ 3 ] {cc0e923e-e6c0-49ed-b51e-5d16bc14e377} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10697 | 2024.08.16 07:22:03.109097 [ 3 ] {cc0e923e-e6c0-49ed-b51e-5d16bc14e377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10698 | 2024.08.16 07:22:03.109404 [ 3 ] {cc0e923e-e6c0-49ed-b51e-5d16bc14e377} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10699 | 2024.08.16 07:22:03.109706 [ 3 ] {cc0e923e-e6c0-49ed-b51e-5d16bc14e377} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10700 | 2024.08.16 07:22:03.109829 [ 3 ] {cc0e923e-e6c0-49ed-b51e-5d16bc14e377} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00123 sec., 1626.0162601626016 rows/sec., 113.54 KiB/sec. | ||
10701 | 2024.08.16 07:22:03.110108 [ 3 ] {cc0e923e-e6c0-49ed-b51e-5d16bc14e377} <Debug> DynamicQueryHandler: Done processing query | ||
10702 | 2024.08.16 07:22:03.110146 [ 3 ] {cc0e923e-e6c0-49ed-b51e-5d16bc14e377} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10703 | 2024.08.16 07:22:03.110171 [ 3 ] {} <Debug> HTTP-Session: 96898185-a4aa-4779-9bfb-276572d1fac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10704 | 2024.08.16 07:22:03.110306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10705 | 2024.08.16 07:22:03.110356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10706 | 2024.08.16 07:22:03.110374 [ 3 ] {} <Debug> HTTP-Session: 46e00667-d3ec-419f-af69-c1c01d610573 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10707 | 2024.08.16 07:22:03.110391 [ 3 ] {} <Debug> HTTP-Session: 46e00667-d3ec-419f-af69-c1c01d610573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10708 | 2024.08.16 07:22:03.110405 [ 3 ] {} <Debug> HTTP-Session: 46e00667-d3ec-419f-af69-c1c01d610573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10709 | 2024.08.16 07:22:03.110435 [ 3 ] {} <Trace> HTTP-Session: 46e00667-d3ec-419f-af69-c1c01d610573 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10710 | 2024.08.16 07:22:03.110567 [ 3 ] {5eba04b7-d74c-449b-bf2c-b01d368a483d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10711 | 2024.08.16 07:22:03.110610 [ 3 ] {5eba04b7-d74c-449b-bf2c-b01d368a483d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10712 | 2024.08.16 07:22:03.110755 [ 3 ] {5eba04b7-d74c-449b-bf2c-b01d368a483d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10713 | 2024.08.16 07:22:03.111116 [ 3 ] {5eba04b7-d74c-449b-bf2c-b01d368a483d} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10714 | 2024.08.16 07:22:03.111153 [ 3 ] {5eba04b7-d74c-449b-bf2c-b01d368a483d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10715 | 2024.08.16 07:22:03.111466 [ 3 ] {5eba04b7-d74c-449b-bf2c-b01d368a483d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10716 | 2024.08.16 07:22:03.111769 [ 3 ] {5eba04b7-d74c-449b-bf2c-b01d368a483d} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10717 | 2024.08.16 07:22:03.111898 [ 3 ] {5eba04b7-d74c-449b-bf2c-b01d368a483d} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001384 sec., 71531.79190751445 rows/sec., 5.59 MiB/sec. | ||
10718 | 2024.08.16 07:22:03.112140 [ 3 ] {5eba04b7-d74c-449b-bf2c-b01d368a483d} <Debug> DynamicQueryHandler: Done processing query | ||
10719 | 2024.08.16 07:22:03.112197 [ 3 ] {5eba04b7-d74c-449b-bf2c-b01d368a483d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10720 | 2024.08.16 07:22:03.112256 [ 3 ] {} <Debug> HTTP-Session: 46e00667-d3ec-419f-af69-c1c01d610573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10721 | 2024.08.16 07:22:03.112492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10722 | 2024.08.16 07:22:03.112545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10723 | 2024.08.16 07:22:03.112564 [ 3 ] {} <Debug> HTTP-Session: 45e2fba9-a82a-4432-bdf2-55de2740818b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10724 | 2024.08.16 07:22:03.112581 [ 3 ] {} <Debug> HTTP-Session: 45e2fba9-a82a-4432-bdf2-55de2740818b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10725 | 2024.08.16 07:22:03.112595 [ 3 ] {} <Debug> HTTP-Session: 45e2fba9-a82a-4432-bdf2-55de2740818b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10726 | 2024.08.16 07:22:03.112626 [ 3 ] {} <Trace> HTTP-Session: 45e2fba9-a82a-4432-bdf2-55de2740818b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10727 | 2024.08.16 07:22:03.112772 [ 3 ] {fab1c83e-7b25-4f48-8340-574641c221fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10728 | 2024.08.16 07:22:03.112821 [ 3 ] {fab1c83e-7b25-4f48-8340-574641c221fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10729 | 2024.08.16 07:22:03.112978 [ 3 ] {fab1c83e-7b25-4f48-8340-574641c221fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10730 | 2024.08.16 07:22:03.113394 [ 3 ] {fab1c83e-7b25-4f48-8340-574641c221fb} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10731 | 2024.08.16 07:22:03.113431 [ 3 ] {fab1c83e-7b25-4f48-8340-574641c221fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10732 | 2024.08.16 07:22:03.113836 [ 3 ] {fab1c83e-7b25-4f48-8340-574641c221fb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10733 | 2024.08.16 07:22:03.114192 [ 3 ] {fab1c83e-7b25-4f48-8340-574641c221fb} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10734 | 2024.08.16 07:22:03.114321 [ 3 ] {fab1c83e-7b25-4f48-8340-574641c221fb} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001612 sec., 99875.93052109181 rows/sec., 6.96 MiB/sec. | ||
10735 | 2024.08.16 07:22:03.114598 [ 3 ] {fab1c83e-7b25-4f48-8340-574641c221fb} <Debug> DynamicQueryHandler: Done processing query | ||
10736 | 2024.08.16 07:22:03.114657 [ 3 ] {fab1c83e-7b25-4f48-8340-574641c221fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10737 | 2024.08.16 07:22:03.114704 [ 3 ] {} <Debug> HTTP-Session: 45e2fba9-a82a-4432-bdf2-55de2740818b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10738 | 2024.08.16 07:22:03.114884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 53276, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10739 | 2024.08.16 07:22:03.114932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10740 | 2024.08.16 07:22:03.114951 [ 3 ] {} <Debug> HTTP-Session: 0ff013aa-6356-44cc-97e1-016053901741 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10741 | 2024.08.16 07:22:03.114969 [ 3 ] {} <Debug> HTTP-Session: 0ff013aa-6356-44cc-97e1-016053901741 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10742 | 2024.08.16 07:22:03.114983 [ 3 ] {} <Debug> HTTP-Session: 0ff013aa-6356-44cc-97e1-016053901741 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10743 | 2024.08.16 07:22:03.115019 [ 3 ] {} <Trace> HTTP-Session: 0ff013aa-6356-44cc-97e1-016053901741 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10744 | 2024.08.16 07:22:03.115400 [ 3 ] {ddc2fac8-8e82-4f88-a067-bc9bc9637a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10745 | 2024.08.16 07:22:03.115474 [ 3 ] {ddc2fac8-8e82-4f88-a067-bc9bc9637a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10746 | 2024.08.16 07:22:03.115895 [ 3 ] {ddc2fac8-8e82-4f88-a067-bc9bc9637a4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10747 | 2024.08.16 07:22:03.116636 [ 3 ] {ddc2fac8-8e82-4f88-a067-bc9bc9637a4b} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10748 | 2024.08.16 07:22:03.116674 [ 3 ] {ddc2fac8-8e82-4f88-a067-bc9bc9637a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10749 | 2024.08.16 07:22:03.117294 [ 3 ] {ddc2fac8-8e82-4f88-a067-bc9bc9637a4b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10750 | 2024.08.16 07:22:03.117694 [ 3 ] {ddc2fac8-8e82-4f88-a067-bc9bc9637a4b} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10751 | 2024.08.16 07:22:03.117867 [ 3 ] {ddc2fac8-8e82-4f88-a067-bc9bc9637a4b} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002745 sec., 12021.857923497268 rows/sec., 21.54 MiB/sec. | ||
10752 | 2024.08.16 07:22:03.118096 [ 3 ] {ddc2fac8-8e82-4f88-a067-bc9bc9637a4b} <Debug> DynamicQueryHandler: Done processing query | ||
10753 | 2024.08.16 07:22:03.118121 [ 3 ] {ddc2fac8-8e82-4f88-a067-bc9bc9637a4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10754 | 2024.08.16 07:22:03.118137 [ 3 ] {} <Debug> HTTP-Session: 0ff013aa-6356-44cc-97e1-016053901741 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10755 | 2024.08.16 07:22:03.118292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10756 | 2024.08.16 07:22:03.118362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10757 | 2024.08.16 07:22:03.118386 [ 3 ] {} <Debug> HTTP-Session: ee5a49f5-8cbb-414d-bf30-1bf0a18cb314 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10758 | 2024.08.16 07:22:03.118403 [ 3 ] {} <Debug> HTTP-Session: ee5a49f5-8cbb-414d-bf30-1bf0a18cb314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10759 | 2024.08.16 07:22:03.118417 [ 3 ] {} <Debug> HTTP-Session: ee5a49f5-8cbb-414d-bf30-1bf0a18cb314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10760 | 2024.08.16 07:22:03.118448 [ 3 ] {} <Trace> HTTP-Session: ee5a49f5-8cbb-414d-bf30-1bf0a18cb314 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10761 | 2024.08.16 07:22:03.118565 [ 3 ] {dec47671-a1ac-4eb9-9c6a-b6863ce793d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10762 | 2024.08.16 07:22:03.118609 [ 3 ] {dec47671-a1ac-4eb9-9c6a-b6863ce793d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10763 | 2024.08.16 07:22:03.118737 [ 3 ] {dec47671-a1ac-4eb9-9c6a-b6863ce793d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10764 | 2024.08.16 07:22:03.119042 [ 3 ] {dec47671-a1ac-4eb9-9c6a-b6863ce793d2} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10765 | 2024.08.16 07:22:03.119079 [ 3 ] {dec47671-a1ac-4eb9-9c6a-b6863ce793d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10766 | 2024.08.16 07:22:03.119436 [ 3 ] {dec47671-a1ac-4eb9-9c6a-b6863ce793d2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10767 | 2024.08.16 07:22:03.119751 [ 3 ] {dec47671-a1ac-4eb9-9c6a-b6863ce793d2} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10768 | 2024.08.16 07:22:03.119915 [ 3 ] {dec47671-a1ac-4eb9-9c6a-b6863ce793d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
10769 | 2024.08.16 07:22:03.120085 [ 3 ] {dec47671-a1ac-4eb9-9c6a-b6863ce793d2} <Debug> DynamicQueryHandler: Done processing query | ||
10770 | 2024.08.16 07:22:03.120110 [ 3 ] {dec47671-a1ac-4eb9-9c6a-b6863ce793d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10771 | 2024.08.16 07:22:03.120125 [ 3 ] {} <Debug> HTTP-Session: ee5a49f5-8cbb-414d-bf30-1bf0a18cb314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10772 | 2024.08.16 07:22:08.100926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 28349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10773 | 2024.08.16 07:22:08.101055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10774 | 2024.08.16 07:22:08.101080 [ 3 ] {} <Debug> HTTP-Session: 30edd61d-20fe-407f-9b3f-59cb89e912d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10775 | 2024.08.16 07:22:08.101106 [ 3 ] {} <Debug> HTTP-Session: 30edd61d-20fe-407f-9b3f-59cb89e912d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10776 | 2024.08.16 07:22:08.101121 [ 3 ] {} <Debug> HTTP-Session: 30edd61d-20fe-407f-9b3f-59cb89e912d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10777 | 2024.08.16 07:22:08.101172 [ 3 ] {} <Trace> HTTP-Session: 30edd61d-20fe-407f-9b3f-59cb89e912d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10778 | 2024.08.16 07:22:08.101401 [ 3 ] {719495dd-ec0b-40ca-baf7-de6f32366266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10779 | 2024.08.16 07:22:08.101467 [ 3 ] {719495dd-ec0b-40ca-baf7-de6f32366266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10780 | 2024.08.16 07:22:08.101659 [ 3 ] {719495dd-ec0b-40ca-baf7-de6f32366266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10781 | 2024.08.16 07:22:08.102220 [ 3 ] {719495dd-ec0b-40ca-baf7-de6f32366266} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10782 | 2024.08.16 07:22:08.102261 [ 3 ] {719495dd-ec0b-40ca-baf7-de6f32366266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10783 | 2024.08.16 07:22:08.102643 [ 3 ] {719495dd-ec0b-40ca-baf7-de6f32366266} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10784 | 2024.08.16 07:22:08.102982 [ 3 ] {719495dd-ec0b-40ca-baf7-de6f32366266} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10785 | 2024.08.16 07:22:08.103120 [ 3 ] {719495dd-ec0b-40ca-baf7-de6f32366266} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001819 sec., 103903.24354040681 rows/sec., 9.05 MiB/sec. | ||
10786 | 2024.08.16 07:22:08.103350 [ 3 ] {719495dd-ec0b-40ca-baf7-de6f32366266} <Debug> DynamicQueryHandler: Done processing query | ||
10787 | 2024.08.16 07:22:08.103379 [ 3 ] {719495dd-ec0b-40ca-baf7-de6f32366266} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10788 | 2024.08.16 07:22:08.103403 [ 3 ] {} <Debug> HTTP-Session: 30edd61d-20fe-407f-9b3f-59cb89e912d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10789 | 2024.08.16 07:22:08.103587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10790 | 2024.08.16 07:22:08.103636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10791 | 2024.08.16 07:22:08.103655 [ 3 ] {} <Debug> HTTP-Session: 93257fab-18f1-4bf5-84c9-2c562593b063 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10792 | 2024.08.16 07:22:08.103673 [ 3 ] {} <Debug> HTTP-Session: 93257fab-18f1-4bf5-84c9-2c562593b063 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10793 | 2024.08.16 07:22:08.103687 [ 3 ] {} <Debug> HTTP-Session: 93257fab-18f1-4bf5-84c9-2c562593b063 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10794 | 2024.08.16 07:22:08.103718 [ 3 ] {} <Trace> HTTP-Session: 93257fab-18f1-4bf5-84c9-2c562593b063 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10795 | 2024.08.16 07:22:08.103816 [ 3 ] {0966142c-6a62-4bea-8f4b-1329c1ff1d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10796 | 2024.08.16 07:22:08.103857 [ 3 ] {0966142c-6a62-4bea-8f4b-1329c1ff1d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10797 | 2024.08.16 07:22:08.103983 [ 3 ] {0966142c-6a62-4bea-8f4b-1329c1ff1d0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10798 | 2024.08.16 07:22:08.104274 [ 3 ] {0966142c-6a62-4bea-8f4b-1329c1ff1d0e} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10799 | 2024.08.16 07:22:08.104311 [ 3 ] {0966142c-6a62-4bea-8f4b-1329c1ff1d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10800 | 2024.08.16 07:22:08.104623 [ 3 ] {0966142c-6a62-4bea-8f4b-1329c1ff1d0e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10801 | 2024.08.16 07:22:08.104929 [ 3 ] {0966142c-6a62-4bea-8f4b-1329c1ff1d0e} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10802 | 2024.08.16 07:22:08.105069 [ 3 ] {0966142c-6a62-4bea-8f4b-1329c1ff1d0e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001276 sec., 10971.7868338558 rows/sec., 768.39 KiB/sec. | ||
10803 | 2024.08.16 07:22:08.105345 [ 3 ] {0966142c-6a62-4bea-8f4b-1329c1ff1d0e} <Debug> DynamicQueryHandler: Done processing query | ||
10804 | 2024.08.16 07:22:08.105415 [ 3 ] {0966142c-6a62-4bea-8f4b-1329c1ff1d0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10805 | 2024.08.16 07:22:08.105477 [ 3 ] {} <Debug> HTTP-Session: 93257fab-18f1-4bf5-84c9-2c562593b063 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10806 | 2024.08.16 07:22:08.105638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10807 | 2024.08.16 07:22:08.105689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10808 | 2024.08.16 07:22:08.105709 [ 3 ] {} <Debug> HTTP-Session: 0175cab3-4aea-4023-b728-159fb2e05420 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10809 | 2024.08.16 07:22:08.105726 [ 3 ] {} <Debug> HTTP-Session: 0175cab3-4aea-4023-b728-159fb2e05420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10810 | 2024.08.16 07:22:08.105741 [ 3 ] {} <Debug> HTTP-Session: 0175cab3-4aea-4023-b728-159fb2e05420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10811 | 2024.08.16 07:22:08.105773 [ 3 ] {} <Trace> HTTP-Session: 0175cab3-4aea-4023-b728-159fb2e05420 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10812 | 2024.08.16 07:22:08.105876 [ 3 ] {bd868098-6c50-4013-bc24-3917f64be8f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10813 | 2024.08.16 07:22:08.105920 [ 3 ] {bd868098-6c50-4013-bc24-3917f64be8f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10814 | 2024.08.16 07:22:08.106068 [ 3 ] {bd868098-6c50-4013-bc24-3917f64be8f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10815 | 2024.08.16 07:22:08.106370 [ 3 ] {bd868098-6c50-4013-bc24-3917f64be8f0} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10816 | 2024.08.16 07:22:08.106407 [ 3 ] {bd868098-6c50-4013-bc24-3917f64be8f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10817 | 2024.08.16 07:22:08.106713 [ 3 ] {bd868098-6c50-4013-bc24-3917f64be8f0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10818 | 2024.08.16 07:22:08.107014 [ 3 ] {bd868098-6c50-4013-bc24-3917f64be8f0} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10819 | 2024.08.16 07:22:08.107144 [ 3 ] {bd868098-6c50-4013-bc24-3917f64be8f0} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 274.16 KiB/sec. | ||
10820 | 2024.08.16 07:22:08.107356 [ 3 ] {bd868098-6c50-4013-bc24-3917f64be8f0} <Debug> DynamicQueryHandler: Done processing query | ||
10821 | 2024.08.16 07:22:08.107381 [ 3 ] {bd868098-6c50-4013-bc24-3917f64be8f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10822 | 2024.08.16 07:22:08.107396 [ 3 ] {} <Debug> HTTP-Session: 0175cab3-4aea-4023-b728-159fb2e05420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10823 | 2024.08.16 07:22:08.107591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 61783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10824 | 2024.08.16 07:22:08.107639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10825 | 2024.08.16 07:22:08.107659 [ 3 ] {} <Debug> HTTP-Session: d7c19083-185c-4e7e-96bc-ec9dba9a1d1a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10826 | 2024.08.16 07:22:08.107676 [ 3 ] {} <Debug> HTTP-Session: d7c19083-185c-4e7e-96bc-ec9dba9a1d1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10827 | 2024.08.16 07:22:08.107690 [ 3 ] {} <Debug> HTTP-Session: d7c19083-185c-4e7e-96bc-ec9dba9a1d1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10828 | 2024.08.16 07:22:08.107720 [ 3 ] {} <Trace> HTTP-Session: d7c19083-185c-4e7e-96bc-ec9dba9a1d1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10829 | 2024.08.16 07:22:08.107925 [ 3 ] {088e7d62-2350-47eb-b370-e036b01023c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10830 | 2024.08.16 07:22:08.107969 [ 3 ] {088e7d62-2350-47eb-b370-e036b01023c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10831 | 2024.08.16 07:22:08.108095 [ 3 ] {088e7d62-2350-47eb-b370-e036b01023c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10832 | 2024.08.16 07:22:08.108649 [ 3 ] {088e7d62-2350-47eb-b370-e036b01023c7} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10833 | 2024.08.16 07:22:08.108687 [ 3 ] {088e7d62-2350-47eb-b370-e036b01023c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10834 | 2024.08.16 07:22:08.109014 [ 3 ] {088e7d62-2350-47eb-b370-e036b01023c7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10835 | 2024.08.16 07:22:08.109324 [ 3 ] {088e7d62-2350-47eb-b370-e036b01023c7} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10836 | 2024.08.16 07:22:08.109452 [ 3 ] {088e7d62-2350-47eb-b370-e036b01023c7} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001631 sec., 234212.1397915389 rows/sec., 16.57 MiB/sec. | ||
10837 | 2024.08.16 07:22:08.109619 [ 3 ] {088e7d62-2350-47eb-b370-e036b01023c7} <Debug> DynamicQueryHandler: Done processing query | ||
10838 | 2024.08.16 07:22:08.109642 [ 3 ] {088e7d62-2350-47eb-b370-e036b01023c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10839 | 2024.08.16 07:22:08.109659 [ 3 ] {} <Debug> HTTP-Session: d7c19083-185c-4e7e-96bc-ec9dba9a1d1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10840 | 2024.08.16 07:22:08.109793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10841 | 2024.08.16 07:22:08.109840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10842 | 2024.08.16 07:22:08.109858 [ 3 ] {} <Debug> HTTP-Session: 6a210451-3bea-446d-be04-04d0947ee427 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10843 | 2024.08.16 07:22:08.109876 [ 3 ] {} <Debug> HTTP-Session: 6a210451-3bea-446d-be04-04d0947ee427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10844 | 2024.08.16 07:22:08.109889 [ 3 ] {} <Debug> HTTP-Session: 6a210451-3bea-446d-be04-04d0947ee427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10845 | 2024.08.16 07:22:08.109920 [ 3 ] {} <Trace> HTTP-Session: 6a210451-3bea-446d-be04-04d0947ee427 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10846 | 2024.08.16 07:22:08.110013 [ 3 ] {90085df6-1f17-4a4a-a676-e6b4a3998edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10847 | 2024.08.16 07:22:08.110058 [ 3 ] {90085df6-1f17-4a4a-a676-e6b4a3998edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10848 | 2024.08.16 07:22:08.110185 [ 3 ] {90085df6-1f17-4a4a-a676-e6b4a3998edf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10849 | 2024.08.16 07:22:08.110445 [ 3 ] {90085df6-1f17-4a4a-a676-e6b4a3998edf} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10850 | 2024.08.16 07:22:08.110482 [ 3 ] {90085df6-1f17-4a4a-a676-e6b4a3998edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10851 | 2024.08.16 07:22:08.110846 [ 3 ] {90085df6-1f17-4a4a-a676-e6b4a3998edf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10852 | 2024.08.16 07:22:08.111166 [ 3 ] {90085df6-1f17-4a4a-a676-e6b4a3998edf} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10853 | 2024.08.16 07:22:08.111293 [ 3 ] {90085df6-1f17-4a4a-a676-e6b4a3998edf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001304 sec., 4601.226993865031 rows/sec., 240.40 KiB/sec. | ||
10854 | 2024.08.16 07:22:08.111593 [ 3 ] {90085df6-1f17-4a4a-a676-e6b4a3998edf} <Debug> DynamicQueryHandler: Done processing query | ||
10855 | 2024.08.16 07:22:08.111648 [ 3 ] {90085df6-1f17-4a4a-a676-e6b4a3998edf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10856 | 2024.08.16 07:22:08.111680 [ 3 ] {} <Debug> HTTP-Session: 6a210451-3bea-446d-be04-04d0947ee427 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10857 | 2024.08.16 07:22:08.111947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10858 | 2024.08.16 07:22:08.111997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10859 | 2024.08.16 07:22:08.112015 [ 3 ] {} <Debug> HTTP-Session: 03bd0fe6-603d-46c5-80d4-812a7131c93e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10860 | 2024.08.16 07:22:08.112032 [ 3 ] {} <Debug> HTTP-Session: 03bd0fe6-603d-46c5-80d4-812a7131c93e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10861 | 2024.08.16 07:22:08.112046 [ 3 ] {} <Debug> HTTP-Session: 03bd0fe6-603d-46c5-80d4-812a7131c93e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10862 | 2024.08.16 07:22:08.112076 [ 3 ] {} <Trace> HTTP-Session: 03bd0fe6-603d-46c5-80d4-812a7131c93e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10863 | 2024.08.16 07:22:08.112282 [ 3 ] {8595f0aa-e43a-499a-8e06-dd673b065129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10864 | 2024.08.16 07:22:08.112332 [ 3 ] {8595f0aa-e43a-499a-8e06-dd673b065129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10865 | 2024.08.16 07:22:08.112494 [ 3 ] {8595f0aa-e43a-499a-8e06-dd673b065129} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10866 | 2024.08.16 07:22:08.112956 [ 3 ] {8595f0aa-e43a-499a-8e06-dd673b065129} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10867 | 2024.08.16 07:22:08.113020 [ 3 ] {8595f0aa-e43a-499a-8e06-dd673b065129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10868 | 2024.08.16 07:22:08.113408 [ 3 ] {8595f0aa-e43a-499a-8e06-dd673b065129} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10869 | 2024.08.16 07:22:08.113745 [ 3 ] {8595f0aa-e43a-499a-8e06-dd673b065129} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10870 | 2024.08.16 07:22:08.113880 [ 3 ] {8595f0aa-e43a-499a-8e06-dd673b065129} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001706 sec., 138921.45369284877 rows/sec., 9.31 MiB/sec. | ||
10871 | 2024.08.16 07:22:08.113937 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10872 | 2024.08.16 07:22:08.114050 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10873 | 2024.08.16 07:22:08.114096 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10874 | 2024.08.16 07:22:08.114141 [ 3 ] {8595f0aa-e43a-499a-8e06-dd673b065129} <Debug> DynamicQueryHandler: Done processing query | ||
10875 | 2024.08.16 07:22:08.114209 [ 3 ] {8595f0aa-e43a-499a-8e06-dd673b065129} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10876 | 2024.08.16 07:22:08.114297 [ 3 ] {} <Debug> HTTP-Session: 03bd0fe6-603d-46c5-80d4-812a7131c93e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10877 | 2024.08.16 07:22:08.114579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10878 | 2024.08.16 07:22:08.114632 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
10879 | 2024.08.16 07:22:08.114717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10880 | 2024.08.16 07:22:08.114836 [ 3 ] {} <Debug> HTTP-Session: a158e80d-51e6-46e0-8275-6f34233bedd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10881 | 2024.08.16 07:22:08.114897 [ 3 ] {} <Debug> HTTP-Session: a158e80d-51e6-46e0-8275-6f34233bedd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10882 | 2024.08.16 07:22:08.114974 [ 3 ] {} <Debug> HTTP-Session: a158e80d-51e6-46e0-8275-6f34233bedd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10883 | 2024.08.16 07:22:08.115126 [ 3 ] {} <Trace> HTTP-Session: a158e80d-51e6-46e0-8275-6f34233bedd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10884 | 2024.08.16 07:22:08.115328 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10885 | 2024.08.16 07:22:08.115364 [ 3 ] {56b50c0f-380c-43e8-b2b1-e20edbdfc352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10886 | 2024.08.16 07:22:08.115390 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 17217 rows starting from the beginning of the part | ||
10887 | 2024.08.16 07:22:08.115457 [ 3 ] {56b50c0f-380c-43e8-b2b1-e20edbdfc352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10888 | 2024.08.16 07:22:08.115694 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 922 rows starting from the beginning of the part | ||
10889 | 2024.08.16 07:22:08.116106 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 163 rows starting from the beginning of the part | ||
10890 | 2024.08.16 07:22:08.116526 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
10891 | 2024.08.16 07:22:08.116588 [ 3 ] {56b50c0f-380c-43e8-b2b1-e20edbdfc352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10892 | 2024.08.16 07:22:08.116847 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 161 rows starting from the beginning of the part | ||
10893 | 2024.08.16 07:22:08.117079 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 237 rows starting from the beginning of the part | ||
10894 | 2024.08.16 07:22:08.117867 [ 3 ] {56b50c0f-380c-43e8-b2b1-e20edbdfc352} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10895 | 2024.08.16 07:22:08.117936 [ 3 ] {56b50c0f-380c-43e8-b2b1-e20edbdfc352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10896 | 2024.08.16 07:22:08.118679 [ 3 ] {56b50c0f-380c-43e8-b2b1-e20edbdfc352} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10897 | 2024.08.16 07:22:08.119177 [ 3 ] {56b50c0f-380c-43e8-b2b1-e20edbdfc352} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10898 | 2024.08.16 07:22:08.119495 [ 3 ] {56b50c0f-380c-43e8-b2b1-e20edbdfc352} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004179 sec., 239.29169657812872 rows/sec., 16.12 KiB/sec. | ||
10899 | 2024.08.16 07:22:08.119885 [ 3 ] {56b50c0f-380c-43e8-b2b1-e20edbdfc352} <Debug> DynamicQueryHandler: Done processing query | ||
10900 | 2024.08.16 07:22:08.119937 [ 3 ] {56b50c0f-380c-43e8-b2b1-e20edbdfc352} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10901 | 2024.08.16 07:22:08.119995 [ 3 ] {} <Debug> HTTP-Session: a158e80d-51e6-46e0-8275-6f34233bedd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10902 | 2024.08.16 07:22:08.120237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10903 | 2024.08.16 07:22:08.120322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10904 | 2024.08.16 07:22:08.120348 [ 3 ] {} <Debug> HTTP-Session: 73256751-3f7d-4dcc-b304-dce4a2c2fa32 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10905 | 2024.08.16 07:22:08.120365 [ 3 ] {} <Debug> HTTP-Session: 73256751-3f7d-4dcc-b304-dce4a2c2fa32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10906 | 2024.08.16 07:22:08.120385 [ 3 ] {} <Debug> HTTP-Session: 73256751-3f7d-4dcc-b304-dce4a2c2fa32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10907 | 2024.08.16 07:22:08.120423 [ 3 ] {} <Trace> HTTP-Session: 73256751-3f7d-4dcc-b304-dce4a2c2fa32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10908 | 2024.08.16 07:22:08.120564 [ 3 ] {b8b2780d-e37d-4222-8bcd-74ca09e698cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10909 | 2024.08.16 07:22:08.120612 [ 3 ] {b8b2780d-e37d-4222-8bcd-74ca09e698cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10910 | 2024.08.16 07:22:08.120809 [ 3 ] {b8b2780d-e37d-4222-8bcd-74ca09e698cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10911 | 2024.08.16 07:22:08.121353 [ 3 ] {b8b2780d-e37d-4222-8bcd-74ca09e698cf} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10912 | 2024.08.16 07:22:08.121399 [ 3 ] {b8b2780d-e37d-4222-8bcd-74ca09e698cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10913 | 2024.08.16 07:22:08.121893 [ 3 ] {b8b2780d-e37d-4222-8bcd-74ca09e698cf} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10914 | 2024.08.16 07:22:08.122274 [ 3 ] {b8b2780d-e37d-4222-8bcd-74ca09e698cf} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10915 | 2024.08.16 07:22:08.122462 [ 3 ] {b8b2780d-e37d-4222-8bcd-74ca09e698cf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001947 sec., 42116.0760143811 rows/sec., 2.67 MiB/sec. | ||
10916 | 2024.08.16 07:22:08.122489 [ 122 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10917 | 2024.08.16 07:22:08.122621 [ 122 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10918 | 2024.08.16 07:22:08.122724 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10919 | 2024.08.16 07:22:08.122879 [ 3 ] {b8b2780d-e37d-4222-8bcd-74ca09e698cf} <Debug> DynamicQueryHandler: Done processing query | ||
10920 | 2024.08.16 07:22:08.122953 [ 3 ] {b8b2780d-e37d-4222-8bcd-74ca09e698cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10921 | 2024.08.16 07:22:08.123134 [ 3 ] {} <Debug> HTTP-Session: 73256751-3f7d-4dcc-b304-dce4a2c2fa32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10922 | 2024.08.16 07:22:08.123162 [ 194 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
10923 | 2024.08.16 07:22:08.123368 [ 194 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10924 | 2024.08.16 07:22:08.123413 [ 194 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3426 rows starting from the beginning of the part | ||
10925 | 2024.08.16 07:22:08.123710 [ 194 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
10926 | 2024.08.16 07:22:08.123829 [ 194 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
10927 | 2024.08.16 07:22:08.124046 [ 194 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
10928 | 2024.08.16 07:22:08.124375 [ 194 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
10929 | 2024.08.16 07:22:08.124482 [ 194 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
10930 | 2024.08.16 07:22:08.125317 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18937 rows, containing 5 columns (5 merged, 0 gathered) in 0.011115527 sec., 1703652.917221109 rows/sec., 114.93 MiB/sec. | ||
10931 | 2024.08.16 07:22:08.125621 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10932 | 2024.08.16 07:22:08.126556 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10933 | 2024.08.16 07:22:08.126973 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10934 | 2024.08.16 07:22:08.127283 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.20 MiB. | ||
10935 | 2024.08.16 07:22:08.128073 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3792 rows, containing 4 columns (4 merged, 0 gathered) in 0.00517492 sec., 732764.9509557635 rows/sec., 47.69 MiB/sec. | ||
10936 | 2024.08.16 07:22:08.128497 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10937 | 2024.08.16 07:22:08.129026 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_56_11} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10938 | 2024.08.16 07:22:08.129133 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_56_11} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10939 | 2024.08.16 07:22:08.129240 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
10940 | 2024.08.16 07:22:12.480474 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10941 | 2024.08.16 07:22:12.480538 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10942 | 2024.08.16 07:22:13.097044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10943 | 2024.08.16 07:22:13.097167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10944 | 2024.08.16 07:22:13.097194 [ 3 ] {} <Debug> HTTP-Session: 16581db4-994e-4b0e-a64b-9ef01fd58cae Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10945 | 2024.08.16 07:22:13.097220 [ 3 ] {} <Debug> HTTP-Session: 16581db4-994e-4b0e-a64b-9ef01fd58cae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10946 | 2024.08.16 07:22:13.097234 [ 3 ] {} <Debug> HTTP-Session: 16581db4-994e-4b0e-a64b-9ef01fd58cae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10947 | 2024.08.16 07:22:13.097288 [ 3 ] {} <Trace> HTTP-Session: 16581db4-994e-4b0e-a64b-9ef01fd58cae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10948 | 2024.08.16 07:22:13.097488 [ 3 ] {cd71e1ca-c146-42dc-b49a-beb7bd2b83b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10949 | 2024.08.16 07:22:13.097561 [ 3 ] {cd71e1ca-c146-42dc-b49a-beb7bd2b83b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10950 | 2024.08.16 07:22:13.097760 [ 3 ] {cd71e1ca-c146-42dc-b49a-beb7bd2b83b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10951 | 2024.08.16 07:22:13.098222 [ 3 ] {cd71e1ca-c146-42dc-b49a-beb7bd2b83b4} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10952 | 2024.08.16 07:22:13.098266 [ 3 ] {cd71e1ca-c146-42dc-b49a-beb7bd2b83b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10953 | 2024.08.16 07:22:13.098646 [ 3 ] {cd71e1ca-c146-42dc-b49a-beb7bd2b83b4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10954 | 2024.08.16 07:22:13.098983 [ 3 ] {cd71e1ca-c146-42dc-b49a-beb7bd2b83b4} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10955 | 2024.08.16 07:22:13.099149 [ 3 ] {cd71e1ca-c146-42dc-b49a-beb7bd2b83b4} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.00172 sec., 8139.53488372093 rows/sec., 659.75 KiB/sec. | ||
10956 | 2024.08.16 07:22:13.099360 [ 3 ] {cd71e1ca-c146-42dc-b49a-beb7bd2b83b4} <Debug> DynamicQueryHandler: Done processing query | ||
10957 | 2024.08.16 07:22:13.099386 [ 3 ] {cd71e1ca-c146-42dc-b49a-beb7bd2b83b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10958 | 2024.08.16 07:22:13.099401 [ 3 ] {} <Debug> HTTP-Session: 16581db4-994e-4b0e-a64b-9ef01fd58cae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10959 | 2024.08.16 07:22:13.099563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 14157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10960 | 2024.08.16 07:22:13.099612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10961 | 2024.08.16 07:22:13.099631 [ 3 ] {} <Debug> HTTP-Session: 874c2b7b-f16b-445d-9c1b-30b64f53c457 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10962 | 2024.08.16 07:22:13.099648 [ 3 ] {} <Debug> HTTP-Session: 874c2b7b-f16b-445d-9c1b-30b64f53c457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10963 | 2024.08.16 07:22:13.099661 [ 3 ] {} <Debug> HTTP-Session: 874c2b7b-f16b-445d-9c1b-30b64f53c457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10964 | 2024.08.16 07:22:13.099691 [ 3 ] {} <Trace> HTTP-Session: 874c2b7b-f16b-445d-9c1b-30b64f53c457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10965 | 2024.08.16 07:22:13.099814 [ 3 ] {8e3afaf6-912d-43c5-8b8e-07781c0fabf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10966 | 2024.08.16 07:22:13.099857 [ 3 ] {8e3afaf6-912d-43c5-8b8e-07781c0fabf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10967 | 2024.08.16 07:22:13.099984 [ 3 ] {8e3afaf6-912d-43c5-8b8e-07781c0fabf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10968 | 2024.08.16 07:22:13.100357 [ 3 ] {8e3afaf6-912d-43c5-8b8e-07781c0fabf7} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10969 | 2024.08.16 07:22:13.100393 [ 3 ] {8e3afaf6-912d-43c5-8b8e-07781c0fabf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10970 | 2024.08.16 07:22:13.100711 [ 3 ] {8e3afaf6-912d-43c5-8b8e-07781c0fabf7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10971 | 2024.08.16 07:22:13.101024 [ 3 ] {8e3afaf6-912d-43c5-8b8e-07781c0fabf7} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10972 | 2024.08.16 07:22:13.101148 [ 3 ] {8e3afaf6-912d-43c5-8b8e-07781c0fabf7} <Debug> executeQuery: Read 98 rows, 8.20 KiB in 0.001381 sec., 70963.07023895727 rows/sec., 5.80 MiB/sec. | ||
10973 | 2024.08.16 07:22:13.101358 [ 3 ] {8e3afaf6-912d-43c5-8b8e-07781c0fabf7} <Debug> DynamicQueryHandler: Done processing query | ||
10974 | 2024.08.16 07:22:13.101421 [ 3 ] {8e3afaf6-912d-43c5-8b8e-07781c0fabf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10975 | 2024.08.16 07:22:13.101481 [ 3 ] {} <Debug> HTTP-Session: 874c2b7b-f16b-445d-9c1b-30b64f53c457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10976 | 2024.08.16 07:22:13.101664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 13240, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10977 | 2024.08.16 07:22:13.101714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10978 | 2024.08.16 07:22:13.101734 [ 3 ] {} <Debug> HTTP-Session: 2a6fa6da-9f44-4e06-ab61-14a86a8a9ded Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10979 | 2024.08.16 07:22:13.101751 [ 3 ] {} <Debug> HTTP-Session: 2a6fa6da-9f44-4e06-ab61-14a86a8a9ded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10980 | 2024.08.16 07:22:13.101765 [ 3 ] {} <Debug> HTTP-Session: 2a6fa6da-9f44-4e06-ab61-14a86a8a9ded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10981 | 2024.08.16 07:22:13.101797 [ 3 ] {} <Trace> HTTP-Session: 2a6fa6da-9f44-4e06-ab61-14a86a8a9ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10982 | 2024.08.16 07:22:13.101915 [ 3 ] {aee78409-5913-4e5f-a64e-5174af8f1099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10983 | 2024.08.16 07:22:13.101959 [ 3 ] {aee78409-5913-4e5f-a64e-5174af8f1099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10984 | 2024.08.16 07:22:13.102106 [ 3 ] {aee78409-5913-4e5f-a64e-5174af8f1099} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10985 | 2024.08.16 07:22:13.102479 [ 3 ] {aee78409-5913-4e5f-a64e-5174af8f1099} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10986 | 2024.08.16 07:22:13.102516 [ 3 ] {aee78409-5913-4e5f-a64e-5174af8f1099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
10987 | 2024.08.16 07:22:13.102843 [ 3 ] {aee78409-5913-4e5f-a64e-5174af8f1099} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10988 | 2024.08.16 07:22:13.103188 [ 3 ] {aee78409-5913-4e5f-a64e-5174af8f1099} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10989 | 2024.08.16 07:22:13.103315 [ 3 ] {aee78409-5913-4e5f-a64e-5174af8f1099} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001441 sec., 54129.07702984039 rows/sec., 4.23 MiB/sec. | ||
10990 | 2024.08.16 07:22:13.103505 [ 3 ] {aee78409-5913-4e5f-a64e-5174af8f1099} <Debug> DynamicQueryHandler: Done processing query | ||
10991 | 2024.08.16 07:22:13.103547 [ 3 ] {aee78409-5913-4e5f-a64e-5174af8f1099} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10992 | 2024.08.16 07:22:13.103570 [ 3 ] {} <Debug> HTTP-Session: 2a6fa6da-9f44-4e06-ab61-14a86a8a9ded Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10993 | 2024.08.16 07:22:13.103789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10994 | 2024.08.16 07:22:13.103839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10995 | 2024.08.16 07:22:13.103859 [ 3 ] {} <Debug> HTTP-Session: 1bc83c83-c320-4c3b-acb3-466f0fe4d638 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
10996 | 2024.08.16 07:22:13.103875 [ 3 ] {} <Debug> HTTP-Session: 1bc83c83-c320-4c3b-acb3-466f0fe4d638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10997 | 2024.08.16 07:22:13.103888 [ 3 ] {} <Debug> HTTP-Session: 1bc83c83-c320-4c3b-acb3-466f0fe4d638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10998 | 2024.08.16 07:22:13.103919 [ 3 ] {} <Trace> HTTP-Session: 1bc83c83-c320-4c3b-acb3-466f0fe4d638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10999 | 2024.08.16 07:22:13.104065 [ 3 ] {525989f3-d9ae-4b95-80d8-6ba1b1e82cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11000 | 2024.08.16 07:22:13.104113 [ 3 ] {525989f3-d9ae-4b95-80d8-6ba1b1e82cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11001 | 2024.08.16 07:22:13.104257 [ 3 ] {525989f3-d9ae-4b95-80d8-6ba1b1e82cef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11002 | 2024.08.16 07:22:13.104628 [ 3 ] {525989f3-d9ae-4b95-80d8-6ba1b1e82cef} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11003 | 2024.08.16 07:22:13.104664 [ 3 ] {525989f3-d9ae-4b95-80d8-6ba1b1e82cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11004 | 2024.08.16 07:22:13.105049 [ 3 ] {525989f3-d9ae-4b95-80d8-6ba1b1e82cef} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11005 | 2024.08.16 07:22:13.105402 [ 3 ] {525989f3-d9ae-4b95-80d8-6ba1b1e82cef} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11006 | 2024.08.16 07:22:13.105533 [ 3 ] {525989f3-d9ae-4b95-80d8-6ba1b1e82cef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. | ||
11007 | 2024.08.16 07:22:13.105787 [ 3 ] {525989f3-d9ae-4b95-80d8-6ba1b1e82cef} <Debug> DynamicQueryHandler: Done processing query | ||
11008 | 2024.08.16 07:22:13.105844 [ 3 ] {525989f3-d9ae-4b95-80d8-6ba1b1e82cef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11009 | 2024.08.16 07:22:13.105899 [ 3 ] {} <Debug> HTTP-Session: 1bc83c83-c320-4c3b-acb3-466f0fe4d638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11010 | 2024.08.16 07:22:13.106085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 22992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11011 | 2024.08.16 07:22:13.106138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11012 | 2024.08.16 07:22:13.106159 [ 3 ] {} <Debug> HTTP-Session: 98443668-bb77-4e02-be56-50f79c36c793 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11013 | 2024.08.16 07:22:13.106177 [ 3 ] {} <Debug> HTTP-Session: 98443668-bb77-4e02-be56-50f79c36c793 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11014 | 2024.08.16 07:22:13.106192 [ 3 ] {} <Debug> HTTP-Session: 98443668-bb77-4e02-be56-50f79c36c793 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11015 | 2024.08.16 07:22:13.106226 [ 3 ] {} <Trace> HTTP-Session: 98443668-bb77-4e02-be56-50f79c36c793 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11016 | 2024.08.16 07:22:13.106424 [ 3 ] {da7db163-b8cc-4735-9223-d0a43f9b2000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11017 | 2024.08.16 07:22:13.106496 [ 3 ] {da7db163-b8cc-4735-9223-d0a43f9b2000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11018 | 2024.08.16 07:22:13.106915 [ 3 ] {da7db163-b8cc-4735-9223-d0a43f9b2000} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11019 | 2024.08.16 07:22:13.107532 [ 3 ] {da7db163-b8cc-4735-9223-d0a43f9b2000} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11020 | 2024.08.16 07:22:13.107570 [ 3 ] {da7db163-b8cc-4735-9223-d0a43f9b2000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11021 | 2024.08.16 07:22:13.108916 [ 3 ] {da7db163-b8cc-4735-9223-d0a43f9b2000} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11022 | 2024.08.16 07:22:13.109389 [ 3 ] {da7db163-b8cc-4735-9223-d0a43f9b2000} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11023 | 2024.08.16 07:22:13.109522 [ 117 ] {} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11024 | 2024.08.16 07:22:13.109540 [ 3 ] {da7db163-b8cc-4735-9223-d0a43f9b2000} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.003234 sec., 4329.0043290043295 rows/sec., 7.76 MiB/sec. | ||
11025 | 2024.08.16 07:22:13.109563 [ 117 ] {} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11026 | 2024.08.16 07:22:13.109602 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11027 | 2024.08.16 07:22:13.109767 [ 195 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::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 | ||
11028 | 2024.08.16 07:22:13.109873 [ 3 ] {da7db163-b8cc-4735-9223-d0a43f9b2000} <Debug> DynamicQueryHandler: Done processing query | ||
11029 | 2024.08.16 07:22:13.109903 [ 3 ] {da7db163-b8cc-4735-9223-d0a43f9b2000} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
11030 | 2024.08.16 07:22:13.109933 [ 3 ] {} <Debug> HTTP-Session: 98443668-bb77-4e02-be56-50f79c36c793 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11031 | 2024.08.16 07:22:13.110084 [ 195 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11032 | 2024.08.16 07:22:13.110096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11033 | 2024.08.16 07:22:13.110146 [ 195 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 788 rows starting from the beginning of the part | ||
11034 | 2024.08.16 07:22:13.110156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11035 | 2024.08.16 07:22:13.110189 [ 3 ] {} <Debug> HTTP-Session: 100eb16c-cde6-4e48-af45-a7fe8ceedf33 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11036 | 2024.08.16 07:22:13.110213 [ 3 ] {} <Debug> HTTP-Session: 100eb16c-cde6-4e48-af45-a7fe8ceedf33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11037 | 2024.08.16 07:22:13.110235 [ 3 ] {} <Debug> HTTP-Session: 100eb16c-cde6-4e48-af45-a7fe8ceedf33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11038 | 2024.08.16 07:22:13.110295 [ 3 ] {} <Trace> HTTP-Session: 100eb16c-cde6-4e48-af45-a7fe8ceedf33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11039 | 2024.08.16 07:22:13.110657 [ 3 ] {fc000573-dc89-4d9e-a2a7-f3d5ec71c0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11040 | 2024.08.16 07:22:13.110665 [ 195 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part | ||
11041 | 2024.08.16 07:22:13.110735 [ 3 ] {fc000573-dc89-4d9e-a2a7-f3d5ec71c0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11042 | 2024.08.16 07:22:13.111328 [ 195 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 33 rows starting from the beginning of the part | ||
11043 | 2024.08.16 07:22:13.111383 [ 3 ] {fc000573-dc89-4d9e-a2a7-f3d5ec71c0c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11044 | 2024.08.16 07:22:13.111835 [ 195 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part | ||
11045 | 2024.08.16 07:22:13.112397 [ 195 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 33 rows starting from the beginning of the part | ||
11046 | 2024.08.16 07:22:13.112407 [ 3 ] {fc000573-dc89-4d9e-a2a7-f3d5ec71c0c9} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11047 | 2024.08.16 07:22:13.112455 [ 3 ] {fc000573-dc89-4d9e-a2a7-f3d5ec71c0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11048 | 2024.08.16 07:22:13.112874 [ 195 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
11049 | 2024.08.16 07:22:13.113557 [ 3 ] {fc000573-dc89-4d9e-a2a7-f3d5ec71c0c9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11050 | 2024.08.16 07:22:13.114092 [ 3 ] {fc000573-dc89-4d9e-a2a7-f3d5ec71c0c9} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11051 | 2024.08.16 07:22:13.114236 [ 3 ] {fc000573-dc89-4d9e-a2a7-f3d5ec71c0c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00374 sec., 16042.780748663103 rows/sec., 1.08 MiB/sec. | ||
11052 | 2024.08.16 07:22:13.114395 [ 3 ] {fc000573-dc89-4d9e-a2a7-f3d5ec71c0c9} <Debug> DynamicQueryHandler: Done processing query | ||
11053 | 2024.08.16 07:22:13.114419 [ 3 ] {fc000573-dc89-4d9e-a2a7-f3d5ec71c0c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11054 | 2024.08.16 07:22:13.114435 [ 3 ] {} <Debug> HTTP-Session: 100eb16c-cde6-4e48-af45-a7fe8ceedf33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11055 | 2024.08.16 07:22:13.120385 [ 196 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 934 rows, containing 19 columns (19 merged, 0 gathered) in 0.010700697 sec., 87284.03392788339 rows/sec., 156.41 MiB/sec. | ||
11056 | 2024.08.16 07:22:13.121759 [ 190 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11057 | 2024.08.16 07:22:13.122481 [ 190 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11058 | 2024.08.16 07:22:13.122582 [ 190 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11059 | 2024.08.16 07:22:13.122744 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.72 MiB. | ||
11060 | 2024.08.16 07:22:17.427023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11061 | 2024.08.16 07:22:17.427221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11062 | 2024.08.16 07:22:17.427267 [ 3 ] {} <Debug> HTTP-Session: 24df93b8-5d27-4cbf-8620-783e871b74de Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11063 | 2024.08.16 07:22:17.427308 [ 3 ] {} <Debug> HTTP-Session: 24df93b8-5d27-4cbf-8620-783e871b74de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11064 | 2024.08.16 07:22:17.427336 [ 3 ] {} <Debug> HTTP-Session: 24df93b8-5d27-4cbf-8620-783e871b74de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11065 | 2024.08.16 07:22:17.427417 [ 3 ] {} <Trace> HTTP-Session: 24df93b8-5d27-4cbf-8620-783e871b74de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11066 | 2024.08.16 07:22:17.427634 [ 3 ] {561fcedd-5204-49d1-94c8-1f74c17d577f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11067 | 2024.08.16 07:22:17.427702 [ 3 ] {561fcedd-5204-49d1-94c8-1f74c17d577f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11068 | 2024.08.16 07:22:17.427900 [ 3 ] {561fcedd-5204-49d1-94c8-1f74c17d577f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11069 | 2024.08.16 07:22:17.428330 [ 3 ] {561fcedd-5204-49d1-94c8-1f74c17d577f} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11070 | 2024.08.16 07:22:17.428375 [ 3 ] {561fcedd-5204-49d1-94c8-1f74c17d577f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11071 | 2024.08.16 07:22:17.428747 [ 3 ] {561fcedd-5204-49d1-94c8-1f74c17d577f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11072 | 2024.08.16 07:22:17.429080 [ 3 ] {561fcedd-5204-49d1-94c8-1f74c17d577f} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11073 | 2024.08.16 07:22:17.429268 [ 3 ] {561fcedd-5204-49d1-94c8-1f74c17d577f} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001689 sec., 11249.259917110716 rows/sec., 911.81 KiB/sec. | ||
11074 | 2024.08.16 07:22:17.429469 [ 3 ] {561fcedd-5204-49d1-94c8-1f74c17d577f} <Debug> DynamicQueryHandler: Done processing query | ||
11075 | 2024.08.16 07:22:17.429495 [ 3 ] {561fcedd-5204-49d1-94c8-1f74c17d577f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11076 | 2024.08.16 07:22:17.429513 [ 3 ] {} <Debug> HTTP-Session: 24df93b8-5d27-4cbf-8620-783e871b74de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11077 | 2024.08.16 07:22:17.429783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11078 | 2024.08.16 07:22:17.429833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11079 | 2024.08.16 07:22:17.429852 [ 3 ] {} <Debug> HTTP-Session: 7de0cebd-a96c-4e31-889f-0520df627af4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11080 | 2024.08.16 07:22:17.429869 [ 3 ] {} <Debug> HTTP-Session: 7de0cebd-a96c-4e31-889f-0520df627af4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11081 | 2024.08.16 07:22:17.429882 [ 3 ] {} <Debug> HTTP-Session: 7de0cebd-a96c-4e31-889f-0520df627af4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11082 | 2024.08.16 07:22:17.429916 [ 3 ] {} <Trace> HTTP-Session: 7de0cebd-a96c-4e31-889f-0520df627af4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11083 | 2024.08.16 07:22:17.430009 [ 3 ] {3e8f5ad5-1ef9-4031-b44c-f0a5aa8f95a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11084 | 2024.08.16 07:22:17.430053 [ 3 ] {3e8f5ad5-1ef9-4031-b44c-f0a5aa8f95a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11085 | 2024.08.16 07:22:17.430181 [ 3 ] {3e8f5ad5-1ef9-4031-b44c-f0a5aa8f95a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11086 | 2024.08.16 07:22:17.430455 [ 3 ] {3e8f5ad5-1ef9-4031-b44c-f0a5aa8f95a3} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11087 | 2024.08.16 07:22:17.430493 [ 3 ] {3e8f5ad5-1ef9-4031-b44c-f0a5aa8f95a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11088 | 2024.08.16 07:22:17.430790 [ 3 ] {3e8f5ad5-1ef9-4031-b44c-f0a5aa8f95a3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11089 | 2024.08.16 07:22:17.431105 [ 3 ] {3e8f5ad5-1ef9-4031-b44c-f0a5aa8f95a3} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11090 | 2024.08.16 07:22:17.431266 [ 3 ] {3e8f5ad5-1ef9-4031-b44c-f0a5aa8f95a3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001274 sec., 1569.8587127158555 rows/sec., 128.01 KiB/sec. | ||
11091 | 2024.08.16 07:22:17.431422 [ 3 ] {3e8f5ad5-1ef9-4031-b44c-f0a5aa8f95a3} <Debug> DynamicQueryHandler: Done processing query | ||
11092 | 2024.08.16 07:22:17.431446 [ 3 ] {3e8f5ad5-1ef9-4031-b44c-f0a5aa8f95a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11093 | 2024.08.16 07:22:17.431462 [ 3 ] {} <Debug> HTTP-Session: 7de0cebd-a96c-4e31-889f-0520df627af4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11094 | 2024.08.16 07:22:17.431778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 202020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11095 | 2024.08.16 07:22:17.431826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11096 | 2024.08.16 07:22:17.431845 [ 3 ] {} <Debug> HTTP-Session: 18bb9239-2900-4cc8-8163-c0c9dcdae3f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11097 | 2024.08.16 07:22:17.431862 [ 3 ] {} <Debug> HTTP-Session: 18bb9239-2900-4cc8-8163-c0c9dcdae3f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11098 | 2024.08.16 07:22:17.431875 [ 3 ] {} <Debug> HTTP-Session: 18bb9239-2900-4cc8-8163-c0c9dcdae3f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11099 | 2024.08.16 07:22:17.431906 [ 3 ] {} <Trace> HTTP-Session: 18bb9239-2900-4cc8-8163-c0c9dcdae3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11100 | 2024.08.16 07:22:17.432393 [ 3 ] {336049ee-311b-46b6-9deb-c6ef030debd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11101 | 2024.08.16 07:22:17.432437 [ 3 ] {336049ee-311b-46b6-9deb-c6ef030debd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11102 | 2024.08.16 07:22:17.432563 [ 3 ] {336049ee-311b-46b6-9deb-c6ef030debd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11103 | 2024.08.16 07:22:17.433753 [ 3 ] {336049ee-311b-46b6-9deb-c6ef030debd5} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11104 | 2024.08.16 07:22:17.433791 [ 3 ] {336049ee-311b-46b6-9deb-c6ef030debd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11105 | 2024.08.16 07:22:17.434178 [ 3 ] {336049ee-311b-46b6-9deb-c6ef030debd5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11106 | 2024.08.16 07:22:17.434483 [ 3 ] {336049ee-311b-46b6-9deb-c6ef030debd5} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11107 | 2024.08.16 07:22:17.434640 [ 3 ] {336049ee-311b-46b6-9deb-c6ef030debd5} <Debug> executeQuery: Read 1387 rows, 118.16 KiB in 0.002572 sec., 539269.0513219284 rows/sec., 44.86 MiB/sec. | ||
11108 | 2024.08.16 07:22:17.434654 [ 115 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11109 | 2024.08.16 07:22:17.434777 [ 115 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11110 | 2024.08.16 07:22:17.434819 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11111 | 2024.08.16 07:22:17.434901 [ 3 ] {336049ee-311b-46b6-9deb-c6ef030debd5} <Debug> DynamicQueryHandler: Done processing query | ||
11112 | 2024.08.16 07:22:17.434943 [ 3 ] {336049ee-311b-46b6-9deb-c6ef030debd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
11113 | 2024.08.16 07:22:17.434968 [ 3 ] {} <Debug> HTTP-Session: 18bb9239-2900-4cc8-8163-c0c9dcdae3f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11114 | 2024.08.16 07:22:17.434994 [ 187 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
11115 | 2024.08.16 07:22:17.435129 [ 187 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11116 | 2024.08.16 07:22:17.435170 [ 187 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1436 rows starting from the beginning of the part | ||
11117 | 2024.08.16 07:22:17.435175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11118 | 2024.08.16 07:22:17.435253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11119 | 2024.08.16 07:22:17.435270 [ 187 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 189 rows starting from the beginning of the part | ||
11120 | 2024.08.16 07:22:17.435318 [ 3 ] {} <Debug> HTTP-Session: 33317243-098c-44c6-99af-1e094138c957 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11121 | 2024.08.16 07:22:17.435387 [ 3 ] {} <Debug> HTTP-Session: 33317243-098c-44c6-99af-1e094138c957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11122 | 2024.08.16 07:22:17.435450 [ 3 ] {} <Debug> HTTP-Session: 33317243-098c-44c6-99af-1e094138c957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11123 | 2024.08.16 07:22:17.435633 [ 3 ] {} <Trace> HTTP-Session: 33317243-098c-44c6-99af-1e094138c957 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11124 | 2024.08.16 07:22:17.435671 [ 187 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 156 rows starting from the beginning of the part | ||
11125 | 2024.08.16 07:22:17.435946 [ 187 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 189 rows starting from the beginning of the part | ||
11126 | 2024.08.16 07:22:17.435975 [ 3 ] {28d02b46-08f0-4d44-aff9-79ac3424bced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11127 | 2024.08.16 07:22:17.436160 [ 3 ] {28d02b46-08f0-4d44-aff9-79ac3424bced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11128 | 2024.08.16 07:22:17.436348 [ 187 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 98 rows starting from the beginning of the part | ||
11129 | 2024.08.16 07:22:17.436725 [ 187 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1387 rows starting from the beginning of the part | ||
11130 | 2024.08.16 07:22:17.437135 [ 3 ] {28d02b46-08f0-4d44-aff9-79ac3424bced} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11131 | 2024.08.16 07:22:17.437576 [ 3 ] {28d02b46-08f0-4d44-aff9-79ac3424bced} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11132 | 2024.08.16 07:22:17.437615 [ 3 ] {28d02b46-08f0-4d44-aff9-79ac3424bced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11133 | 2024.08.16 07:22:17.438021 [ 3 ] {28d02b46-08f0-4d44-aff9-79ac3424bced} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11134 | 2024.08.16 07:22:17.438431 [ 3 ] {28d02b46-08f0-4d44-aff9-79ac3424bced} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11135 | 2024.08.16 07:22:17.438597 [ 3 ] {28d02b46-08f0-4d44-aff9-79ac3424bced} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002719 sec., 735.5645457888929 rows/sec., 51.36 KiB/sec. | ||
11136 | 2024.08.16 07:22:17.438791 [ 3 ] {28d02b46-08f0-4d44-aff9-79ac3424bced} <Debug> DynamicQueryHandler: Done processing query | ||
11137 | 2024.08.16 07:22:17.438839 [ 3 ] {28d02b46-08f0-4d44-aff9-79ac3424bced} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11138 | 2024.08.16 07:22:17.438885 [ 3 ] {} <Debug> HTTP-Session: 33317243-098c-44c6-99af-1e094138c957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11139 | 2024.08.16 07:22:17.438989 [ 196 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3455 rows, containing 4 columns (4 merged, 0 gathered) in 0.004071434 sec., 848595.3597675905 rows/sec., 70.98 MiB/sec. | ||
11140 | 2024.08.16 07:22:17.439092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11141 | 2024.08.16 07:22:17.439149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11142 | 2024.08.16 07:22:17.439169 [ 3 ] {} <Debug> HTTP-Session: 9e497a6e-f717-49c2-b710-912e05140afe Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11143 | 2024.08.16 07:22:17.439191 [ 3 ] {} <Debug> HTTP-Session: 9e497a6e-f717-49c2-b710-912e05140afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11144 | 2024.08.16 07:22:17.439205 [ 3 ] {} <Debug> HTTP-Session: 9e497a6e-f717-49c2-b710-912e05140afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11145 | 2024.08.16 07:22:17.439245 [ 3 ] {} <Trace> HTTP-Session: 9e497a6e-f717-49c2-b710-912e05140afe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11146 | 2024.08.16 07:22:17.439273 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11147 | 2024.08.16 07:22:17.439432 [ 3 ] {8d298332-3f63-43a5-8465-e33ecbffffea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11148 | 2024.08.16 07:22:17.439500 [ 3 ] {8d298332-3f63-43a5-8465-e33ecbffffea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11149 | 2024.08.16 07:22:17.439747 [ 3 ] {8d298332-3f63-43a5-8465-e33ecbffffea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11150 | 2024.08.16 07:22:17.439850 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_61_12} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11151 | 2024.08.16 07:22:17.439944 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_61_12} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11152 | 2024.08.16 07:22:17.440023 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
11153 | 2024.08.16 07:22:17.440221 [ 3 ] {8d298332-3f63-43a5-8465-e33ecbffffea} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11154 | 2024.08.16 07:22:17.440259 [ 3 ] {8d298332-3f63-43a5-8465-e33ecbffffea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11155 | 2024.08.16 07:22:17.440578 [ 3 ] {8d298332-3f63-43a5-8465-e33ecbffffea} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11156 | 2024.08.16 07:22:17.440893 [ 3 ] {8d298332-3f63-43a5-8465-e33ecbffffea} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11157 | 2024.08.16 07:22:17.441054 [ 3 ] {8d298332-3f63-43a5-8465-e33ecbffffea} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001708 sec., 141686.1826697892 rows/sec., 9.60 MiB/sec. | ||
11158 | 2024.08.16 07:22:17.441223 [ 3 ] {8d298332-3f63-43a5-8465-e33ecbffffea} <Debug> DynamicQueryHandler: Done processing query | ||
11159 | 2024.08.16 07:22:17.441248 [ 3 ] {8d298332-3f63-43a5-8465-e33ecbffffea} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11160 | 2024.08.16 07:22:17.441264 [ 3 ] {} <Debug> HTTP-Session: 9e497a6e-f717-49c2-b710-912e05140afe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11161 | 2024.08.16 07:22:17.441408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11162 | 2024.08.16 07:22:17.441456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11163 | 2024.08.16 07:22:17.441474 [ 3 ] {} <Debug> HTTP-Session: 43cda532-8842-4cf7-accc-c2b00693b5d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11164 | 2024.08.16 07:22:17.441491 [ 3 ] {} <Debug> HTTP-Session: 43cda532-8842-4cf7-accc-c2b00693b5d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11165 | 2024.08.16 07:22:17.441505 [ 3 ] {} <Debug> HTTP-Session: 43cda532-8842-4cf7-accc-c2b00693b5d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11166 | 2024.08.16 07:22:17.441535 [ 3 ] {} <Trace> HTTP-Session: 43cda532-8842-4cf7-accc-c2b00693b5d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11167 | 2024.08.16 07:22:17.441629 [ 3 ] {5175c873-72ec-418b-8cea-2532e6f76c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11168 | 2024.08.16 07:22:17.441672 [ 3 ] {5175c873-72ec-418b-8cea-2532e6f76c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11169 | 2024.08.16 07:22:17.441799 [ 3 ] {5175c873-72ec-418b-8cea-2532e6f76c05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11170 | 2024.08.16 07:22:17.442102 [ 3 ] {5175c873-72ec-418b-8cea-2532e6f76c05} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11171 | 2024.08.16 07:22:17.442139 [ 3 ] {5175c873-72ec-418b-8cea-2532e6f76c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11172 | 2024.08.16 07:22:17.442443 [ 3 ] {5175c873-72ec-418b-8cea-2532e6f76c05} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11173 | 2024.08.16 07:22:17.442741 [ 3 ] {5175c873-72ec-418b-8cea-2532e6f76c05} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11174 | 2024.08.16 07:22:17.442896 [ 3 ] {5175c873-72ec-418b-8cea-2532e6f76c05} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001283 sec., 4676.539360872954 rows/sec., 276.30 KiB/sec. | ||
11175 | 2024.08.16 07:22:17.442902 [ 115 ] {} <Debug> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
11176 | 2024.08.16 07:22:17.442998 [ 115 ] {} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11177 | 2024.08.16 07:22:17.443057 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11178 | 2024.08.16 07:22:17.443212 [ 3 ] {5175c873-72ec-418b-8cea-2532e6f76c05} <Debug> DynamicQueryHandler: Done processing query | ||
11179 | 2024.08.16 07:22:17.443289 [ 3 ] {5175c873-72ec-418b-8cea-2532e6f76c05} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11180 | 2024.08.16 07:22:17.443325 [ 3 ] {} <Debug> HTTP-Session: 43cda532-8842-4cf7-accc-c2b00693b5d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11181 | 2024.08.16 07:22:17.443328 [ 187 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
11182 | 2024.08.16 07:22:17.443782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 140303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11183 | 2024.08.16 07:22:17.443853 [ 187 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11184 | 2024.08.16 07:22:17.443877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11185 | 2024.08.16 07:22:17.443893 [ 187 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 6 rows starting from the beginning of the part | ||
11186 | 2024.08.16 07:22:17.443902 [ 3 ] {} <Debug> HTTP-Session: cc02c48a-dcb9-4db1-8248-7efdc7c077e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11187 | 2024.08.16 07:22:17.443930 [ 3 ] {} <Debug> HTTP-Session: cc02c48a-dcb9-4db1-8248-7efdc7c077e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11188 | 2024.08.16 07:22:17.443955 [ 3 ] {} <Debug> HTTP-Session: cc02c48a-dcb9-4db1-8248-7efdc7c077e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11189 | 2024.08.16 07:22:17.444043 [ 187 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
11190 | 2024.08.16 07:22:17.444050 [ 3 ] {} <Trace> HTTP-Session: cc02c48a-dcb9-4db1-8248-7efdc7c077e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11191 | 2024.08.16 07:22:17.444144 [ 187 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
11192 | 2024.08.16 07:22:17.444440 [ 187 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
11193 | 2024.08.16 07:22:17.444569 [ 3 ] {94d140ab-934c-4b0f-a879-fa6ab9970344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11194 | 2024.08.16 07:22:17.444733 [ 3 ] {94d140ab-934c-4b0f-a879-fa6ab9970344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11195 | 2024.08.16 07:22:17.444754 [ 187 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
11196 | 2024.08.16 07:22:17.445266 [ 3 ] {94d140ab-934c-4b0f-a879-fa6ab9970344} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11197 | 2024.08.16 07:22:17.445990 [ 196 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002802825 sec., 10703.486660779748 rows/sec., 637.61 KiB/sec. | ||
11198 | 2024.08.16 07:22:17.446359 [ 196 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
11199 | 2024.08.16 07:22:17.446499 [ 3 ] {94d140ab-934c-4b0f-a879-fa6ab9970344} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11200 | 2024.08.16 07:22:17.446556 [ 3 ] {94d140ab-934c-4b0f-a879-fa6ab9970344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11201 | 2024.08.16 07:22:17.447355 [ 196 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_29_7} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11202 | 2024.08.16 07:22:17.447470 [ 3 ] {94d140ab-934c-4b0f-a879-fa6ab9970344} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11203 | 2024.08.16 07:22:17.447501 [ 196 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_29_7} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
11204 | 2024.08.16 07:22:17.447678 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
11205 | 2024.08.16 07:22:17.447950 [ 3 ] {94d140ab-934c-4b0f-a879-fa6ab9970344} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11206 | 2024.08.16 07:22:17.448122 [ 3 ] {94d140ab-934c-4b0f-a879-fa6ab9970344} <Debug> executeQuery: Read 859 rows, 63.66 KiB in 0.003881 sec., 221334.70754960063 rows/sec., 16.02 MiB/sec. | ||
11207 | 2024.08.16 07:22:17.448131 [ 115 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11208 | 2024.08.16 07:22:17.448231 [ 115 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11209 | 2024.08.16 07:22:17.448303 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11210 | 2024.08.16 07:22:17.448460 [ 3 ] {94d140ab-934c-4b0f-a879-fa6ab9970344} <Debug> DynamicQueryHandler: Done processing query | ||
11211 | 2024.08.16 07:22:17.448494 [ 188 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
11212 | 2024.08.16 07:22:17.448508 [ 3 ] {94d140ab-934c-4b0f-a879-fa6ab9970344} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
11213 | 2024.08.16 07:22:17.448576 [ 3 ] {} <Debug> HTTP-Session: cc02c48a-dcb9-4db1-8248-7efdc7c077e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11214 | 2024.08.16 07:22:17.448698 [ 188 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11215 | 2024.08.16 07:22:17.448734 [ 188 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 905 rows starting from the beginning of the part | ||
11216 | 2024.08.16 07:22:17.448799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11217 | 2024.08.16 07:22:17.448957 [ 188 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 382 rows starting from the beginning of the part | ||
11218 | 2024.08.16 07:22:17.448978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11219 | 2024.08.16 07:22:17.449078 [ 3 ] {} <Debug> HTTP-Session: 6e29a943-5d05-4d8f-9bf1-ddb75f1a0818 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11220 | 2024.08.16 07:22:17.449143 [ 3 ] {} <Debug> HTTP-Session: 6e29a943-5d05-4d8f-9bf1-ddb75f1a0818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11221 | 2024.08.16 07:22:17.449206 [ 3 ] {} <Debug> HTTP-Session: 6e29a943-5d05-4d8f-9bf1-ddb75f1a0818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11222 | 2024.08.16 07:22:17.449322 [ 188 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 99 rows starting from the beginning of the part | ||
11223 | 2024.08.16 07:22:17.449343 [ 3 ] {} <Trace> HTTP-Session: 6e29a943-5d05-4d8f-9bf1-ddb75f1a0818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11224 | 2024.08.16 07:22:17.449543 [ 188 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 382 rows starting from the beginning of the part | ||
11225 | 2024.08.16 07:22:17.449692 [ 3 ] {a6b24179-bb67-4d66-b525-30ef8ff7958f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11226 | 2024.08.16 07:22:17.449892 [ 188 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 78 rows starting from the beginning of the part | ||
11227 | 2024.08.16 07:22:17.449906 [ 3 ] {a6b24179-bb67-4d66-b525-30ef8ff7958f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11228 | 2024.08.16 07:22:17.450249 [ 188 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 859 rows starting from the beginning of the part | ||
11229 | 2024.08.16 07:22:17.450866 [ 3 ] {a6b24179-bb67-4d66-b525-30ef8ff7958f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11230 | 2024.08.16 07:22:17.451497 [ 3 ] {a6b24179-bb67-4d66-b525-30ef8ff7958f} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11231 | 2024.08.16 07:22:17.451550 [ 3 ] {a6b24179-bb67-4d66-b525-30ef8ff7958f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11232 | 2024.08.16 07:22:17.452593 [ 3 ] {a6b24179-bb67-4d66-b525-30ef8ff7958f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11233 | 2024.08.16 07:22:17.453042 [ 3 ] {a6b24179-bb67-4d66-b525-30ef8ff7958f} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11234 | 2024.08.16 07:22:17.453421 [ 3 ] {a6b24179-bb67-4d66-b525-30ef8ff7958f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003832 sec., 1565.7620041753653 rows/sec., 81.80 KiB/sec. | ||
11235 | 2024.08.16 07:22:17.453920 [ 188 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2705 rows, containing 4 columns (4 merged, 0 gathered) in 0.005505847 sec., 491295.8896242485 rows/sec., 35.57 MiB/sec. | ||
11236 | 2024.08.16 07:22:17.454174 [ 3 ] {a6b24179-bb67-4d66-b525-30ef8ff7958f} <Debug> DynamicQueryHandler: Done processing query | ||
11237 | 2024.08.16 07:22:17.454184 [ 188 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11238 | 2024.08.16 07:22:17.454220 [ 3 ] {a6b24179-bb67-4d66-b525-30ef8ff7958f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11239 | 2024.08.16 07:22:17.454282 [ 3 ] {} <Debug> HTTP-Session: 6e29a943-5d05-4d8f-9bf1-ddb75f1a0818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11240 | 2024.08.16 07:22:17.454568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 170319, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11241 | 2024.08.16 07:22:17.454636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11242 | 2024.08.16 07:22:17.454656 [ 3 ] {} <Debug> HTTP-Session: ef483f82-ccf7-4209-bfef-6cf399a5102f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11243 | 2024.08.16 07:22:17.454693 [ 3 ] {} <Debug> HTTP-Session: ef483f82-ccf7-4209-bfef-6cf399a5102f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11244 | 2024.08.16 07:22:17.454706 [ 188 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_61_12} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11245 | 2024.08.16 07:22:17.454720 [ 3 ] {} <Debug> HTTP-Session: ef483f82-ccf7-4209-bfef-6cf399a5102f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11246 | 2024.08.16 07:22:17.454802 [ 3 ] {} <Trace> HTTP-Session: ef483f82-ccf7-4209-bfef-6cf399a5102f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11247 | 2024.08.16 07:22:17.454850 [ 188 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_61_12} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11248 | 2024.08.16 07:22:17.455025 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
11249 | 2024.08.16 07:22:17.455333 [ 3 ] {a13f21ba-e916-41de-8eaf-9050303c1ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11250 | 2024.08.16 07:22:17.455390 [ 3 ] {a13f21ba-e916-41de-8eaf-9050303c1ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11251 | 2024.08.16 07:22:17.455564 [ 3 ] {a13f21ba-e916-41de-8eaf-9050303c1ca9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11252 | 2024.08.16 07:22:17.456522 [ 3 ] {a13f21ba-e916-41de-8eaf-9050303c1ca9} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11253 | 2024.08.16 07:22:17.456560 [ 3 ] {a13f21ba-e916-41de-8eaf-9050303c1ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11254 | 2024.08.16 07:22:17.457000 [ 3 ] {a13f21ba-e916-41de-8eaf-9050303c1ca9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11255 | 2024.08.16 07:22:17.457352 [ 3 ] {a13f21ba-e916-41de-8eaf-9050303c1ca9} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11256 | 2024.08.16 07:22:17.457519 [ 3 ] {a13f21ba-e916-41de-8eaf-9050303c1ca9} <Debug> executeQuery: Read 900 rows, 61.52 KiB in 0.002482 sec., 362610.79774375504 rows/sec., 24.21 MiB/sec. | ||
11257 | 2024.08.16 07:22:17.457714 [ 3 ] {a13f21ba-e916-41de-8eaf-9050303c1ca9} <Debug> DynamicQueryHandler: Done processing query | ||
11258 | 2024.08.16 07:22:17.457750 [ 3 ] {a13f21ba-e916-41de-8eaf-9050303c1ca9} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
11259 | 2024.08.16 07:22:17.457775 [ 3 ] {} <Debug> HTTP-Session: ef483f82-ccf7-4209-bfef-6cf399a5102f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11260 | 2024.08.16 07:22:17.457942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11261 | 2024.08.16 07:22:17.457990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11262 | 2024.08.16 07:22:17.458010 [ 3 ] {} <Debug> HTTP-Session: 2fda2989-854c-4657-bb5e-7be16bb884f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11263 | 2024.08.16 07:22:17.458026 [ 3 ] {} <Debug> HTTP-Session: 2fda2989-854c-4657-bb5e-7be16bb884f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11264 | 2024.08.16 07:22:17.458039 [ 3 ] {} <Debug> HTTP-Session: 2fda2989-854c-4657-bb5e-7be16bb884f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11265 | 2024.08.16 07:22:17.458070 [ 3 ] {} <Trace> HTTP-Session: 2fda2989-854c-4657-bb5e-7be16bb884f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11266 | 2024.08.16 07:22:17.458163 [ 3 ] {1c599589-b681-4d7c-ada3-847c8b6817f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11267 | 2024.08.16 07:22:17.458207 [ 3 ] {1c599589-b681-4d7c-ada3-847c8b6817f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11268 | 2024.08.16 07:22:17.458333 [ 3 ] {1c599589-b681-4d7c-ada3-847c8b6817f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11269 | 2024.08.16 07:22:17.458587 [ 3 ] {1c599589-b681-4d7c-ada3-847c8b6817f6} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11270 | 2024.08.16 07:22:17.458623 [ 3 ] {1c599589-b681-4d7c-ada3-847c8b6817f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11271 | 2024.08.16 07:22:17.458975 [ 3 ] {1c599589-b681-4d7c-ada3-847c8b6817f6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11272 | 2024.08.16 07:22:17.459303 [ 3 ] {1c599589-b681-4d7c-ada3-847c8b6817f6} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11273 | 2024.08.16 07:22:17.459463 [ 3 ] {1c599589-b681-4d7c-ada3-847c8b6817f6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001313 sec., 761.6146230007616 rows/sec., 51.32 KiB/sec. | ||
11274 | 2024.08.16 07:22:17.459631 [ 3 ] {1c599589-b681-4d7c-ada3-847c8b6817f6} <Debug> DynamicQueryHandler: Done processing query | ||
11275 | 2024.08.16 07:22:17.459656 [ 3 ] {1c599589-b681-4d7c-ada3-847c8b6817f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11276 | 2024.08.16 07:22:17.459672 [ 3 ] {} <Debug> HTTP-Session: 2fda2989-854c-4657-bb5e-7be16bb884f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11277 | 2024.08.16 07:22:17.459834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30387, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11278 | 2024.08.16 07:22:17.459883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11279 | 2024.08.16 07:22:17.459903 [ 3 ] {} <Debug> HTTP-Session: 12339b40-d47f-4d95-bae9-994b6e2806a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11280 | 2024.08.16 07:22:17.459920 [ 3 ] {} <Debug> HTTP-Session: 12339b40-d47f-4d95-bae9-994b6e2806a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11281 | 2024.08.16 07:22:17.459935 [ 3 ] {} <Debug> HTTP-Session: 12339b40-d47f-4d95-bae9-994b6e2806a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11282 | 2024.08.16 07:22:17.459966 [ 3 ] {} <Trace> HTTP-Session: 12339b40-d47f-4d95-bae9-994b6e2806a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11283 | 2024.08.16 07:22:17.460282 [ 3 ] {ea44d4a4-1670-406a-90a6-edbbdb655db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11284 | 2024.08.16 07:22:17.460345 [ 3 ] {ea44d4a4-1670-406a-90a6-edbbdb655db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11285 | 2024.08.16 07:22:17.460766 [ 3 ] {ea44d4a4-1670-406a-90a6-edbbdb655db1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11286 | 2024.08.16 07:22:17.461341 [ 3 ] {ea44d4a4-1670-406a-90a6-edbbdb655db1} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11287 | 2024.08.16 07:22:17.461379 [ 3 ] {ea44d4a4-1670-406a-90a6-edbbdb655db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11288 | 2024.08.16 07:22:17.461990 [ 3 ] {ea44d4a4-1670-406a-90a6-edbbdb655db1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11289 | 2024.08.16 07:22:17.462400 [ 3 ] {ea44d4a4-1670-406a-90a6-edbbdb655db1} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11290 | 2024.08.16 07:22:17.462625 [ 3 ] {ea44d4a4-1670-406a-90a6-edbbdb655db1} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.00257 sec., 7392.996108949417 rows/sec., 13.25 MiB/sec. | ||
11291 | 2024.08.16 07:22:17.463227 [ 3 ] {ea44d4a4-1670-406a-90a6-edbbdb655db1} <Debug> DynamicQueryHandler: Done processing query | ||
11292 | 2024.08.16 07:22:17.463253 [ 3 ] {ea44d4a4-1670-406a-90a6-edbbdb655db1} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11293 | 2024.08.16 07:22:17.463269 [ 3 ] {} <Debug> HTTP-Session: 12339b40-d47f-4d95-bae9-994b6e2806a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11294 | 2024.08.16 07:22:17.463416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 10928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11295 | 2024.08.16 07:22:17.463466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11296 | 2024.08.16 07:22:17.463486 [ 3 ] {} <Debug> HTTP-Session: a99bd2b2-e2c7-4eca-8a1c-d22eec06a22a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11297 | 2024.08.16 07:22:17.463503 [ 3 ] {} <Debug> HTTP-Session: a99bd2b2-e2c7-4eca-8a1c-d22eec06a22a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11298 | 2024.08.16 07:22:17.463516 [ 3 ] {} <Debug> HTTP-Session: a99bd2b2-e2c7-4eca-8a1c-d22eec06a22a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11299 | 2024.08.16 07:22:17.463547 [ 3 ] {} <Trace> HTTP-Session: a99bd2b2-e2c7-4eca-8a1c-d22eec06a22a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11300 | 2024.08.16 07:22:17.463684 [ 3 ] {64df0489-fc29-421f-9a19-5e8b9ca919fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11301 | 2024.08.16 07:22:17.463731 [ 3 ] {64df0489-fc29-421f-9a19-5e8b9ca919fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11302 | 2024.08.16 07:22:17.463880 [ 3 ] {64df0489-fc29-421f-9a19-5e8b9ca919fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11303 | 2024.08.16 07:22:17.464230 [ 3 ] {64df0489-fc29-421f-9a19-5e8b9ca919fd} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11304 | 2024.08.16 07:22:17.464272 [ 3 ] {64df0489-fc29-421f-9a19-5e8b9ca919fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11305 | 2024.08.16 07:22:17.464643 [ 3 ] {64df0489-fc29-421f-9a19-5e8b9ca919fd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11306 | 2024.08.16 07:22:17.464970 [ 3 ] {64df0489-fc29-421f-9a19-5e8b9ca919fd} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11307 | 2024.08.16 07:22:17.465108 [ 3 ] {64df0489-fc29-421f-9a19-5e8b9ca919fd} <Debug> executeQuery: Read 74 rows, 4.79 KiB in 0.001483 sec., 49898.85367498315 rows/sec., 3.15 MiB/sec. | ||
11308 | 2024.08.16 07:22:17.465284 [ 3 ] {64df0489-fc29-421f-9a19-5e8b9ca919fd} <Debug> DynamicQueryHandler: Done processing query | ||
11309 | 2024.08.16 07:22:17.465309 [ 3 ] {64df0489-fc29-421f-9a19-5e8b9ca919fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11310 | 2024.08.16 07:22:17.465324 [ 3 ] {} <Debug> HTTP-Session: a99bd2b2-e2c7-4eca-8a1c-d22eec06a22a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11311 | 2024.08.16 07:22:18.089765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11312 | 2024.08.16 07:22:18.089888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11313 | 2024.08.16 07:22:18.089917 [ 3 ] {} <Debug> HTTP-Session: 27b1e34c-c1da-4b4a-af2e-1e30ff749f41 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11314 | 2024.08.16 07:22:18.089946 [ 3 ] {} <Debug> HTTP-Session: 27b1e34c-c1da-4b4a-af2e-1e30ff749f41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11315 | 2024.08.16 07:22:18.089964 [ 3 ] {} <Debug> HTTP-Session: 27b1e34c-c1da-4b4a-af2e-1e30ff749f41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11316 | 2024.08.16 07:22:18.090021 [ 3 ] {} <Trace> HTTP-Session: 27b1e34c-c1da-4b4a-af2e-1e30ff749f41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11317 | 2024.08.16 07:22:18.090226 [ 3 ] {ed5669be-73d0-4d3f-ac5b-5874cd7b0a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11318 | 2024.08.16 07:22:18.090299 [ 3 ] {ed5669be-73d0-4d3f-ac5b-5874cd7b0a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11319 | 2024.08.16 07:22:18.090508 [ 3 ] {ed5669be-73d0-4d3f-ac5b-5874cd7b0a54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11320 | 2024.08.16 07:22:18.090960 [ 3 ] {ed5669be-73d0-4d3f-ac5b-5874cd7b0a54} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11321 | 2024.08.16 07:22:18.091000 [ 3 ] {ed5669be-73d0-4d3f-ac5b-5874cd7b0a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11322 | 2024.08.16 07:22:18.091377 [ 3 ] {ed5669be-73d0-4d3f-ac5b-5874cd7b0a54} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11323 | 2024.08.16 07:22:18.091726 [ 3 ] {ed5669be-73d0-4d3f-ac5b-5874cd7b0a54} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11324 | 2024.08.16 07:22:18.091866 [ 3 ] {ed5669be-73d0-4d3f-ac5b-5874cd7b0a54} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.00171 sec., 17543.85964912281 rows/sec., 1.32 MiB/sec. | ||
11325 | 2024.08.16 07:22:18.092148 [ 3 ] {ed5669be-73d0-4d3f-ac5b-5874cd7b0a54} <Debug> DynamicQueryHandler: Done processing query | ||
11326 | 2024.08.16 07:22:18.092215 [ 3 ] {ed5669be-73d0-4d3f-ac5b-5874cd7b0a54} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11327 | 2024.08.16 07:22:18.092287 [ 3 ] {} <Debug> HTTP-Session: 27b1e34c-c1da-4b4a-af2e-1e30ff749f41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11328 | 2024.08.16 07:22:18.092466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 6130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11329 | 2024.08.16 07:22:18.092520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11330 | 2024.08.16 07:22:18.092540 [ 3 ] {} <Debug> HTTP-Session: 3ba86364-b06d-462e-be37-501f3042d108 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11331 | 2024.08.16 07:22:18.092558 [ 3 ] {} <Debug> HTTP-Session: 3ba86364-b06d-462e-be37-501f3042d108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11332 | 2024.08.16 07:22:18.092572 [ 3 ] {} <Debug> HTTP-Session: 3ba86364-b06d-462e-be37-501f3042d108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11333 | 2024.08.16 07:22:18.092605 [ 3 ] {} <Trace> HTTP-Session: 3ba86364-b06d-462e-be37-501f3042d108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11334 | 2024.08.16 07:22:18.092719 [ 3 ] {13028fe7-4e54-4833-a8a8-5d13a117d38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11335 | 2024.08.16 07:22:18.092763 [ 3 ] {13028fe7-4e54-4833-a8a8-5d13a117d38b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11336 | 2024.08.16 07:22:18.092915 [ 3 ] {13028fe7-4e54-4833-a8a8-5d13a117d38b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11337 | 2024.08.16 07:22:18.093271 [ 3 ] {13028fe7-4e54-4833-a8a8-5d13a117d38b} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11338 | 2024.08.16 07:22:18.093308 [ 3 ] {13028fe7-4e54-4833-a8a8-5d13a117d38b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11339 | 2024.08.16 07:22:18.093617 [ 3 ] {13028fe7-4e54-4833-a8a8-5d13a117d38b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11340 | 2024.08.16 07:22:18.093918 [ 3 ] {13028fe7-4e54-4833-a8a8-5d13a117d38b} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11341 | 2024.08.16 07:22:18.094041 [ 3 ] {13028fe7-4e54-4833-a8a8-5d13a117d38b} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001359 sec., 26490.066225165563 rows/sec., 2.07 MiB/sec. | ||
11342 | 2024.08.16 07:22:18.094205 [ 3 ] {13028fe7-4e54-4833-a8a8-5d13a117d38b} <Debug> DynamicQueryHandler: Done processing query | ||
11343 | 2024.08.16 07:22:18.094231 [ 3 ] {13028fe7-4e54-4833-a8a8-5d13a117d38b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11344 | 2024.08.16 07:22:18.094247 [ 3 ] {} <Debug> HTTP-Session: 3ba86364-b06d-462e-be37-501f3042d108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11345 | 2024.08.16 07:22:18.094361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11346 | 2024.08.16 07:22:18.094410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11347 | 2024.08.16 07:22:18.094429 [ 3 ] {} <Debug> HTTP-Session: 741d0dac-da22-42e3-b963-861a47b0d049 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11348 | 2024.08.16 07:22:18.094445 [ 3 ] {} <Debug> HTTP-Session: 741d0dac-da22-42e3-b963-861a47b0d049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11349 | 2024.08.16 07:22:18.094459 [ 3 ] {} <Debug> HTTP-Session: 741d0dac-da22-42e3-b963-861a47b0d049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11350 | 2024.08.16 07:22:18.094490 [ 3 ] {} <Trace> HTTP-Session: 741d0dac-da22-42e3-b963-861a47b0d049 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11351 | 2024.08.16 07:22:18.094597 [ 3 ] {0c215c5d-27bb-4f3d-973f-d31dbab6a104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11352 | 2024.08.16 07:22:18.094644 [ 3 ] {0c215c5d-27bb-4f3d-973f-d31dbab6a104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11353 | 2024.08.16 07:22:18.094785 [ 3 ] {0c215c5d-27bb-4f3d-973f-d31dbab6a104} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11354 | 2024.08.16 07:22:18.095083 [ 3 ] {0c215c5d-27bb-4f3d-973f-d31dbab6a104} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11355 | 2024.08.16 07:22:18.095119 [ 3 ] {0c215c5d-27bb-4f3d-973f-d31dbab6a104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11356 | 2024.08.16 07:22:18.095494 [ 3 ] {0c215c5d-27bb-4f3d-973f-d31dbab6a104} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11357 | 2024.08.16 07:22:18.095828 [ 3 ] {0c215c5d-27bb-4f3d-973f-d31dbab6a104} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11358 | 2024.08.16 07:22:18.095953 [ 3 ] {0c215c5d-27bb-4f3d-973f-d31dbab6a104} <Debug> executeQuery: Read 22 rows, 1.57 KiB in 0.001387 sec., 15861.571737563087 rows/sec., 1.11 MiB/sec. | ||
11359 | 2024.08.16 07:22:18.096106 [ 3 ] {0c215c5d-27bb-4f3d-973f-d31dbab6a104} <Debug> DynamicQueryHandler: Done processing query | ||
11360 | 2024.08.16 07:22:18.096130 [ 3 ] {0c215c5d-27bb-4f3d-973f-d31dbab6a104} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11361 | 2024.08.16 07:22:18.096146 [ 3 ] {} <Debug> HTTP-Session: 741d0dac-da22-42e3-b963-861a47b0d049 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11362 | 2024.08.16 07:22:18.096298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11363 | 2024.08.16 07:22:18.096344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11364 | 2024.08.16 07:22:18.096364 [ 3 ] {} <Debug> HTTP-Session: 2e324377-1c19-4044-8994-39d528a7d35f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11365 | 2024.08.16 07:22:18.096380 [ 3 ] {} <Debug> HTTP-Session: 2e324377-1c19-4044-8994-39d528a7d35f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11366 | 2024.08.16 07:22:18.096393 [ 3 ] {} <Debug> HTTP-Session: 2e324377-1c19-4044-8994-39d528a7d35f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11367 | 2024.08.16 07:22:18.096424 [ 3 ] {} <Trace> HTTP-Session: 2e324377-1c19-4044-8994-39d528a7d35f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11368 | 2024.08.16 07:22:18.096521 [ 3 ] {3e436bbe-1ea1-4137-ac90-ab4b8e466569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11369 | 2024.08.16 07:22:18.096565 [ 3 ] {3e436bbe-1ea1-4137-ac90-ab4b8e466569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11370 | 2024.08.16 07:22:18.096691 [ 3 ] {3e436bbe-1ea1-4137-ac90-ab4b8e466569} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11371 | 2024.08.16 07:22:18.097004 [ 3 ] {3e436bbe-1ea1-4137-ac90-ab4b8e466569} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11372 | 2024.08.16 07:22:18.097040 [ 3 ] {3e436bbe-1ea1-4137-ac90-ab4b8e466569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11373 | 2024.08.16 07:22:18.097387 [ 3 ] {3e436bbe-1ea1-4137-ac90-ab4b8e466569} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11374 | 2024.08.16 07:22:18.097704 [ 3 ] {3e436bbe-1ea1-4137-ac90-ab4b8e466569} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11375 | 2024.08.16 07:22:18.097829 [ 3 ] {3e436bbe-1ea1-4137-ac90-ab4b8e466569} <Debug> executeQuery: Read 8 rows, 560.00 B in 0.001333 sec., 6001.500375093773 rows/sec., 410.26 KiB/sec. | ||
11376 | 2024.08.16 07:22:18.097990 [ 3 ] {3e436bbe-1ea1-4137-ac90-ab4b8e466569} <Debug> DynamicQueryHandler: Done processing query | ||
11377 | 2024.08.16 07:22:18.098013 [ 3 ] {3e436bbe-1ea1-4137-ac90-ab4b8e466569} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11378 | 2024.08.16 07:22:18.098029 [ 3 ] {} <Debug> HTTP-Session: 2e324377-1c19-4044-8994-39d528a7d35f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11379 | 2024.08.16 07:22:23.097524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11380 | 2024.08.16 07:22:23.097659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11381 | 2024.08.16 07:22:23.097685 [ 3 ] {} <Debug> HTTP-Session: e0544614-e617-4d67-b635-25b6fa496341 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11382 | 2024.08.16 07:22:23.097710 [ 3 ] {} <Debug> HTTP-Session: e0544614-e617-4d67-b635-25b6fa496341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11383 | 2024.08.16 07:22:23.097725 [ 3 ] {} <Debug> HTTP-Session: e0544614-e617-4d67-b635-25b6fa496341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11384 | 2024.08.16 07:22:23.097775 [ 3 ] {} <Trace> HTTP-Session: e0544614-e617-4d67-b635-25b6fa496341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11385 | 2024.08.16 07:22:23.097965 [ 3 ] {4fbb8afa-eb75-4d5a-9690-b7977ee943e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11386 | 2024.08.16 07:22:23.098032 [ 3 ] {4fbb8afa-eb75-4d5a-9690-b7977ee943e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11387 | 2024.08.16 07:22:23.098228 [ 3 ] {4fbb8afa-eb75-4d5a-9690-b7977ee943e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11388 | 2024.08.16 07:22:23.098631 [ 3 ] {4fbb8afa-eb75-4d5a-9690-b7977ee943e6} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11389 | 2024.08.16 07:22:23.098679 [ 3 ] {4fbb8afa-eb75-4d5a-9690-b7977ee943e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11390 | 2024.08.16 07:22:23.099061 [ 3 ] {4fbb8afa-eb75-4d5a-9690-b7977ee943e6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11391 | 2024.08.16 07:22:23.099391 [ 3 ] {4fbb8afa-eb75-4d5a-9690-b7977ee943e6} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11392 | 2024.08.16 07:22:23.099548 [ 3 ] {4fbb8afa-eb75-4d5a-9690-b7977ee943e6} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001643 sec., 8520.99817407182 rows/sec., 690.67 KiB/sec. | ||
11393 | 2024.08.16 07:22:23.099788 [ 3 ] {4fbb8afa-eb75-4d5a-9690-b7977ee943e6} <Debug> DynamicQueryHandler: Done processing query | ||
11394 | 2024.08.16 07:22:23.099816 [ 3 ] {4fbb8afa-eb75-4d5a-9690-b7977ee943e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11395 | 2024.08.16 07:22:23.099832 [ 3 ] {} <Debug> HTTP-Session: e0544614-e617-4d67-b635-25b6fa496341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11396 | 2024.08.16 07:22:23.100011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 14157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11397 | 2024.08.16 07:22:23.100064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11398 | 2024.08.16 07:22:23.100085 [ 3 ] {} <Debug> HTTP-Session: 14eb5bbf-8748-4e45-89dc-14c0c394e82f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11399 | 2024.08.16 07:22:23.100102 [ 3 ] {} <Debug> HTTP-Session: 14eb5bbf-8748-4e45-89dc-14c0c394e82f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11400 | 2024.08.16 07:22:23.100116 [ 3 ] {} <Debug> HTTP-Session: 14eb5bbf-8748-4e45-89dc-14c0c394e82f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11401 | 2024.08.16 07:22:23.100152 [ 3 ] {} <Trace> HTTP-Session: 14eb5bbf-8748-4e45-89dc-14c0c394e82f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11402 | 2024.08.16 07:22:23.100283 [ 3 ] {369e348a-63e6-4b4f-8089-f821bfb947c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11403 | 2024.08.16 07:22:23.100330 [ 3 ] {369e348a-63e6-4b4f-8089-f821bfb947c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11404 | 2024.08.16 07:22:23.100470 [ 3 ] {369e348a-63e6-4b4f-8089-f821bfb947c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11405 | 2024.08.16 07:22:23.100852 [ 3 ] {369e348a-63e6-4b4f-8089-f821bfb947c0} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11406 | 2024.08.16 07:22:23.100890 [ 3 ] {369e348a-63e6-4b4f-8089-f821bfb947c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11407 | 2024.08.16 07:22:23.101201 [ 3 ] {369e348a-63e6-4b4f-8089-f821bfb947c0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11408 | 2024.08.16 07:22:23.101508 [ 3 ] {369e348a-63e6-4b4f-8089-f821bfb947c0} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11409 | 2024.08.16 07:22:23.101658 [ 3 ] {369e348a-63e6-4b4f-8089-f821bfb947c0} <Debug> executeQuery: Read 98 rows, 8.20 KiB in 0.001429 sec., 68579.42617214836 rows/sec., 5.60 MiB/sec. | ||
11410 | 2024.08.16 07:22:23.101832 [ 3 ] {369e348a-63e6-4b4f-8089-f821bfb947c0} <Debug> DynamicQueryHandler: Done processing query | ||
11411 | 2024.08.16 07:22:23.101857 [ 3 ] {369e348a-63e6-4b4f-8089-f821bfb947c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11412 | 2024.08.16 07:22:23.101873 [ 3 ] {} <Debug> HTTP-Session: 14eb5bbf-8748-4e45-89dc-14c0c394e82f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11413 | 2024.08.16 07:22:23.102023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 13240, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11414 | 2024.08.16 07:22:23.102073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11415 | 2024.08.16 07:22:23.102093 [ 3 ] {} <Debug> HTTP-Session: eafb153c-5c5e-4456-af33-84e828288bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11416 | 2024.08.16 07:22:23.102109 [ 3 ] {} <Debug> HTTP-Session: eafb153c-5c5e-4456-af33-84e828288bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11417 | 2024.08.16 07:22:23.102123 [ 3 ] {} <Debug> HTTP-Session: eafb153c-5c5e-4456-af33-84e828288bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11418 | 2024.08.16 07:22:23.102155 [ 3 ] {} <Trace> HTTP-Session: eafb153c-5c5e-4456-af33-84e828288bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11419 | 2024.08.16 07:22:23.102278 [ 3 ] {539376c2-e12b-43b6-9c22-75232c9c8b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11420 | 2024.08.16 07:22:23.102321 [ 3 ] {539376c2-e12b-43b6-9c22-75232c9c8b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11421 | 2024.08.16 07:22:23.102450 [ 3 ] {539376c2-e12b-43b6-9c22-75232c9c8b42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11422 | 2024.08.16 07:22:23.102777 [ 3 ] {539376c2-e12b-43b6-9c22-75232c9c8b42} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11423 | 2024.08.16 07:22:23.102814 [ 3 ] {539376c2-e12b-43b6-9c22-75232c9c8b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11424 | 2024.08.16 07:22:23.103123 [ 3 ] {539376c2-e12b-43b6-9c22-75232c9c8b42} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11425 | 2024.08.16 07:22:23.103431 [ 3 ] {539376c2-e12b-43b6-9c22-75232c9c8b42} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11426 | 2024.08.16 07:22:23.103580 [ 3 ] {539376c2-e12b-43b6-9c22-75232c9c8b42} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001344 sec., 58035.71428571429 rows/sec., 4.53 MiB/sec. | ||
11427 | 2024.08.16 07:22:23.103838 [ 3 ] {539376c2-e12b-43b6-9c22-75232c9c8b42} <Debug> DynamicQueryHandler: Done processing query | ||
11428 | 2024.08.16 07:22:23.103905 [ 3 ] {539376c2-e12b-43b6-9c22-75232c9c8b42} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11429 | 2024.08.16 07:22:23.103967 [ 3 ] {} <Debug> HTTP-Session: eafb153c-5c5e-4456-af33-84e828288bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11430 | 2024.08.16 07:22:23.104194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11431 | 2024.08.16 07:22:23.104246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11432 | 2024.08.16 07:22:23.104272 [ 3 ] {} <Debug> HTTP-Session: e67ce36b-4537-4726-bb78-477e7f2669a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11433 | 2024.08.16 07:22:23.104289 [ 3 ] {} <Debug> HTTP-Session: e67ce36b-4537-4726-bb78-477e7f2669a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11434 | 2024.08.16 07:22:23.104303 [ 3 ] {} <Debug> HTTP-Session: e67ce36b-4537-4726-bb78-477e7f2669a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11435 | 2024.08.16 07:22:23.104336 [ 3 ] {} <Trace> HTTP-Session: e67ce36b-4537-4726-bb78-477e7f2669a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11436 | 2024.08.16 07:22:23.104486 [ 3 ] {aea98690-5ce6-434a-8e2c-c019d3abc4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11437 | 2024.08.16 07:22:23.104537 [ 3 ] {aea98690-5ce6-434a-8e2c-c019d3abc4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11438 | 2024.08.16 07:22:23.104708 [ 3 ] {aea98690-5ce6-434a-8e2c-c019d3abc4fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11439 | 2024.08.16 07:22:23.105181 [ 3 ] {aea98690-5ce6-434a-8e2c-c019d3abc4fe} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11440 | 2024.08.16 07:22:23.105219 [ 3 ] {aea98690-5ce6-434a-8e2c-c019d3abc4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11441 | 2024.08.16 07:22:23.105624 [ 3 ] {aea98690-5ce6-434a-8e2c-c019d3abc4fe} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11442 | 2024.08.16 07:22:23.105960 [ 3 ] {aea98690-5ce6-434a-8e2c-c019d3abc4fe} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11443 | 2024.08.16 07:22:23.106119 [ 3 ] {aea98690-5ce6-434a-8e2c-c019d3abc4fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001699 sec., 94173.04296645086 rows/sec., 6.56 MiB/sec. | ||
11444 | 2024.08.16 07:22:23.106306 [ 3 ] {aea98690-5ce6-434a-8e2c-c019d3abc4fe} <Debug> DynamicQueryHandler: Done processing query | ||
11445 | 2024.08.16 07:22:23.106331 [ 3 ] {aea98690-5ce6-434a-8e2c-c019d3abc4fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11446 | 2024.08.16 07:22:23.106350 [ 3 ] {} <Debug> HTTP-Session: e67ce36b-4537-4726-bb78-477e7f2669a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11447 | 2024.08.16 07:22:23.106507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11448 | 2024.08.16 07:22:23.106556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11449 | 2024.08.16 07:22:23.106575 [ 3 ] {} <Debug> HTTP-Session: 1ad05f30-7d5d-406e-af73-7f3c15630c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11450 | 2024.08.16 07:22:23.106592 [ 3 ] {} <Debug> HTTP-Session: 1ad05f30-7d5d-406e-af73-7f3c15630c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11451 | 2024.08.16 07:22:23.106605 [ 3 ] {} <Debug> HTTP-Session: 1ad05f30-7d5d-406e-af73-7f3c15630c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11452 | 2024.08.16 07:22:23.106636 [ 3 ] {} <Trace> HTTP-Session: 1ad05f30-7d5d-406e-af73-7f3c15630c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11453 | 2024.08.16 07:22:23.106835 [ 3 ] {81c19c52-2af6-4d74-8b6d-0a8005aae21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11454 | 2024.08.16 07:22:23.106900 [ 3 ] {81c19c52-2af6-4d74-8b6d-0a8005aae21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11455 | 2024.08.16 07:22:23.107328 [ 3 ] {81c19c52-2af6-4d74-8b6d-0a8005aae21c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11456 | 2024.08.16 07:22:23.107961 [ 3 ] {81c19c52-2af6-4d74-8b6d-0a8005aae21c} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11457 | 2024.08.16 07:22:23.107998 [ 3 ] {81c19c52-2af6-4d74-8b6d-0a8005aae21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11458 | 2024.08.16 07:22:23.108602 [ 3 ] {81c19c52-2af6-4d74-8b6d-0a8005aae21c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11459 | 2024.08.16 07:22:23.109010 [ 3 ] {81c19c52-2af6-4d74-8b6d-0a8005aae21c} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11460 | 2024.08.16 07:22:23.109195 [ 3 ] {81c19c52-2af6-4d74-8b6d-0a8005aae21c} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002482 sec., 5640.612409347301 rows/sec., 10.11 MiB/sec. | ||
11461 | 2024.08.16 07:22:23.109430 [ 3 ] {81c19c52-2af6-4d74-8b6d-0a8005aae21c} <Debug> DynamicQueryHandler: Done processing query | ||
11462 | 2024.08.16 07:22:23.109453 [ 3 ] {81c19c52-2af6-4d74-8b6d-0a8005aae21c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
11463 | 2024.08.16 07:22:23.109470 [ 3 ] {} <Debug> HTTP-Session: 1ad05f30-7d5d-406e-af73-7f3c15630c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11464 | 2024.08.16 07:22:23.109604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11465 | 2024.08.16 07:22:23.109652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11466 | 2024.08.16 07:22:23.109671 [ 3 ] {} <Debug> HTTP-Session: e83db83c-9ed3-4b20-8277-413fd1ac17ac Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11467 | 2024.08.16 07:22:23.109688 [ 3 ] {} <Debug> HTTP-Session: e83db83c-9ed3-4b20-8277-413fd1ac17ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11468 | 2024.08.16 07:22:23.109701 [ 3 ] {} <Debug> HTTP-Session: e83db83c-9ed3-4b20-8277-413fd1ac17ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11469 | 2024.08.16 07:22:23.109733 [ 3 ] {} <Trace> HTTP-Session: e83db83c-9ed3-4b20-8277-413fd1ac17ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11470 | 2024.08.16 07:22:23.109847 [ 3 ] {64ee1494-6d61-414f-aa43-ed94df425d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11471 | 2024.08.16 07:22:23.109891 [ 3 ] {64ee1494-6d61-414f-aa43-ed94df425d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11472 | 2024.08.16 07:22:23.110018 [ 3 ] {64ee1494-6d61-414f-aa43-ed94df425d04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11473 | 2024.08.16 07:22:23.110337 [ 3 ] {64ee1494-6d61-414f-aa43-ed94df425d04} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11474 | 2024.08.16 07:22:23.110375 [ 3 ] {64ee1494-6d61-414f-aa43-ed94df425d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11475 | 2024.08.16 07:22:23.110741 [ 3 ] {64ee1494-6d61-414f-aa43-ed94df425d04} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11476 | 2024.08.16 07:22:23.111060 [ 3 ] {64ee1494-6d61-414f-aa43-ed94df425d04} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11477 | 2024.08.16 07:22:23.111220 [ 3 ] {64ee1494-6d61-414f-aa43-ed94df425d04} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
11478 | 2024.08.16 07:22:23.111384 [ 3 ] {64ee1494-6d61-414f-aa43-ed94df425d04} <Debug> DynamicQueryHandler: Done processing query | ||
11479 | 2024.08.16 07:22:23.111408 [ 3 ] {64ee1494-6d61-414f-aa43-ed94df425d04} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11480 | 2024.08.16 07:22:23.111424 [ 3 ] {} <Debug> HTTP-Session: e83db83c-9ed3-4b20-8277-413fd1ac17ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11481 | 2024.08.16 07:22:27.480579 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11482 | 2024.08.16 07:22:27.480650 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11483 | 2024.08.16 07:22:28.105114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11484 | 2024.08.16 07:22:28.105232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11485 | 2024.08.16 07:22:28.105257 [ 3 ] {} <Debug> HTTP-Session: 9dcd4d4b-5bb9-45dc-8160-c0012917f562 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11486 | 2024.08.16 07:22:28.105282 [ 3 ] {} <Debug> HTTP-Session: 9dcd4d4b-5bb9-45dc-8160-c0012917f562 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11487 | 2024.08.16 07:22:28.105301 [ 3 ] {} <Debug> HTTP-Session: 9dcd4d4b-5bb9-45dc-8160-c0012917f562 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11488 | 2024.08.16 07:22:28.105353 [ 3 ] {} <Trace> HTTP-Session: 9dcd4d4b-5bb9-45dc-8160-c0012917f562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11489 | 2024.08.16 07:22:28.105550 [ 3 ] {06bbf2be-ed3a-4a08-9ae9-eae8fb991bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11490 | 2024.08.16 07:22:28.105619 [ 3 ] {06bbf2be-ed3a-4a08-9ae9-eae8fb991bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11491 | 2024.08.16 07:22:28.105814 [ 3 ] {06bbf2be-ed3a-4a08-9ae9-eae8fb991bf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11492 | 2024.08.16 07:22:28.106255 [ 3 ] {06bbf2be-ed3a-4a08-9ae9-eae8fb991bf9} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11493 | 2024.08.16 07:22:28.106298 [ 3 ] {06bbf2be-ed3a-4a08-9ae9-eae8fb991bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11494 | 2024.08.16 07:22:28.106666 [ 3 ] {06bbf2be-ed3a-4a08-9ae9-eae8fb991bf9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11495 | 2024.08.16 07:22:28.106997 [ 3 ] {06bbf2be-ed3a-4a08-9ae9-eae8fb991bf9} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11496 | 2024.08.16 07:22:28.107154 [ 3 ] {06bbf2be-ed3a-4a08-9ae9-eae8fb991bf9} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001662 sec., 11432.009626955474 rows/sec., 926.62 KiB/sec. | ||
11497 | 2024.08.16 07:22:28.107368 [ 3 ] {06bbf2be-ed3a-4a08-9ae9-eae8fb991bf9} <Debug> DynamicQueryHandler: Done processing query | ||
11498 | 2024.08.16 07:22:28.107395 [ 3 ] {06bbf2be-ed3a-4a08-9ae9-eae8fb991bf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11499 | 2024.08.16 07:22:28.107411 [ 3 ] {} <Debug> HTTP-Session: 9dcd4d4b-5bb9-45dc-8160-c0012917f562 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11500 | 2024.08.16 07:22:28.107567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11501 | 2024.08.16 07:22:28.107615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11502 | 2024.08.16 07:22:28.107635 [ 3 ] {} <Debug> HTTP-Session: 3268974a-1dc8-4d2d-959a-20cd6acd9db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11503 | 2024.08.16 07:22:28.107651 [ 3 ] {} <Debug> HTTP-Session: 3268974a-1dc8-4d2d-959a-20cd6acd9db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11504 | 2024.08.16 07:22:28.107665 [ 3 ] {} <Debug> HTTP-Session: 3268974a-1dc8-4d2d-959a-20cd6acd9db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11505 | 2024.08.16 07:22:28.107696 [ 3 ] {} <Trace> HTTP-Session: 3268974a-1dc8-4d2d-959a-20cd6acd9db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11506 | 2024.08.16 07:22:28.107790 [ 3 ] {8daa74bf-e381-4606-b563-bff2c0a87292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11507 | 2024.08.16 07:22:28.107833 [ 3 ] {8daa74bf-e381-4606-b563-bff2c0a87292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11508 | 2024.08.16 07:22:28.107961 [ 3 ] {8daa74bf-e381-4606-b563-bff2c0a87292} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11509 | 2024.08.16 07:22:28.108265 [ 3 ] {8daa74bf-e381-4606-b563-bff2c0a87292} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11510 | 2024.08.16 07:22:28.108303 [ 3 ] {8daa74bf-e381-4606-b563-bff2c0a87292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11511 | 2024.08.16 07:22:28.108602 [ 3 ] {8daa74bf-e381-4606-b563-bff2c0a87292} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11512 | 2024.08.16 07:22:28.108904 [ 3 ] {8daa74bf-e381-4606-b563-bff2c0a87292} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11513 | 2024.08.16 07:22:28.109066 [ 3 ] {8daa74bf-e381-4606-b563-bff2c0a87292} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001289 sec., 1551.5903801396432 rows/sec., 126.52 KiB/sec. | ||
11514 | 2024.08.16 07:22:28.109233 [ 3 ] {8daa74bf-e381-4606-b563-bff2c0a87292} <Debug> DynamicQueryHandler: Done processing query | ||
11515 | 2024.08.16 07:22:28.109258 [ 3 ] {8daa74bf-e381-4606-b563-bff2c0a87292} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11516 | 2024.08.16 07:22:28.109274 [ 3 ] {} <Debug> HTTP-Session: 3268974a-1dc8-4d2d-959a-20cd6acd9db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11517 | 2024.08.16 07:22:28.109449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 37046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11518 | 2024.08.16 07:22:28.109497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11519 | 2024.08.16 07:22:28.109517 [ 3 ] {} <Debug> HTTP-Session: 0798bfa5-0821-483f-9bdd-9eea1cd6b61b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11520 | 2024.08.16 07:22:28.109533 [ 3 ] {} <Debug> HTTP-Session: 0798bfa5-0821-483f-9bdd-9eea1cd6b61b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11521 | 2024.08.16 07:22:28.109547 [ 3 ] {} <Debug> HTTP-Session: 0798bfa5-0821-483f-9bdd-9eea1cd6b61b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11522 | 2024.08.16 07:22:28.109578 [ 3 ] {} <Trace> HTTP-Session: 0798bfa5-0821-483f-9bdd-9eea1cd6b61b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11523 | 2024.08.16 07:22:28.109744 [ 3 ] {8362d095-7dc7-40d0-a7b8-73b7c5554165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11524 | 2024.08.16 07:22:28.109786 [ 3 ] {8362d095-7dc7-40d0-a7b8-73b7c5554165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11525 | 2024.08.16 07:22:28.109910 [ 3 ] {8362d095-7dc7-40d0-a7b8-73b7c5554165} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11526 | 2024.08.16 07:22:28.110462 [ 3 ] {8362d095-7dc7-40d0-a7b8-73b7c5554165} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11527 | 2024.08.16 07:22:28.110500 [ 3 ] {8362d095-7dc7-40d0-a7b8-73b7c5554165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11528 | 2024.08.16 07:22:28.110830 [ 3 ] {8362d095-7dc7-40d0-a7b8-73b7c5554165} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11529 | 2024.08.16 07:22:28.111129 [ 3 ] {8362d095-7dc7-40d0-a7b8-73b7c5554165} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11530 | 2024.08.16 07:22:28.111283 [ 3 ] {8362d095-7dc7-40d0-a7b8-73b7c5554165} <Debug> executeQuery: Read 247 rows, 22.04 KiB in 0.001619 sec., 152563.3106856084 rows/sec., 13.29 MiB/sec. | ||
11531 | 2024.08.16 07:22:28.111450 [ 3 ] {8362d095-7dc7-40d0-a7b8-73b7c5554165} <Debug> DynamicQueryHandler: Done processing query | ||
11532 | 2024.08.16 07:22:28.111473 [ 3 ] {8362d095-7dc7-40d0-a7b8-73b7c5554165} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11533 | 2024.08.16 07:22:28.111489 [ 3 ] {} <Debug> HTTP-Session: 0798bfa5-0821-483f-9bdd-9eea1cd6b61b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11534 | 2024.08.16 07:22:28.111665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11535 | 2024.08.16 07:22:28.111713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11536 | 2024.08.16 07:22:28.111734 [ 3 ] {} <Debug> HTTP-Session: d3cabdd4-d711-4860-b586-8426c6b7214a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11537 | 2024.08.16 07:22:28.111750 [ 3 ] {} <Debug> HTTP-Session: d3cabdd4-d711-4860-b586-8426c6b7214a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11538 | 2024.08.16 07:22:28.111764 [ 3 ] {} <Debug> HTTP-Session: d3cabdd4-d711-4860-b586-8426c6b7214a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11539 | 2024.08.16 07:22:28.111794 [ 3 ] {} <Trace> HTTP-Session: d3cabdd4-d711-4860-b586-8426c6b7214a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11540 | 2024.08.16 07:22:28.111888 [ 3 ] {ca6c9f37-ea4b-41b4-ad9f-b0dc1121b730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11541 | 2024.08.16 07:22:28.111931 [ 3 ] {ca6c9f37-ea4b-41b4-ad9f-b0dc1121b730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11542 | 2024.08.16 07:22:28.112056 [ 3 ] {ca6c9f37-ea4b-41b4-ad9f-b0dc1121b730} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11543 | 2024.08.16 07:22:28.112327 [ 3 ] {ca6c9f37-ea4b-41b4-ad9f-b0dc1121b730} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11544 | 2024.08.16 07:22:28.112365 [ 3 ] {ca6c9f37-ea4b-41b4-ad9f-b0dc1121b730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11545 | 2024.08.16 07:22:28.112662 [ 3 ] {ca6c9f37-ea4b-41b4-ad9f-b0dc1121b730} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11546 | 2024.08.16 07:22:28.112958 [ 3 ] {ca6c9f37-ea4b-41b4-ad9f-b0dc1121b730} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11547 | 2024.08.16 07:22:28.113089 [ 3 ] {ca6c9f37-ea4b-41b4-ad9f-b0dc1121b730} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001224 sec., 1633.986928104575 rows/sec., 114.09 KiB/sec. | ||
11548 | 2024.08.16 07:22:28.113250 [ 3 ] {ca6c9f37-ea4b-41b4-ad9f-b0dc1121b730} <Debug> DynamicQueryHandler: Done processing query | ||
11549 | 2024.08.16 07:22:28.113274 [ 3 ] {ca6c9f37-ea4b-41b4-ad9f-b0dc1121b730} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11550 | 2024.08.16 07:22:28.113289 [ 3 ] {} <Debug> HTTP-Session: d3cabdd4-d711-4860-b586-8426c6b7214a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11551 | 2024.08.16 07:22:28.113402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11552 | 2024.08.16 07:22:28.113449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11553 | 2024.08.16 07:22:28.113467 [ 3 ] {} <Debug> HTTP-Session: 08fb51d2-91ec-4882-84e5-7376ac115f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11554 | 2024.08.16 07:22:28.113484 [ 3 ] {} <Debug> HTTP-Session: 08fb51d2-91ec-4882-84e5-7376ac115f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11555 | 2024.08.16 07:22:28.113497 [ 3 ] {} <Debug> HTTP-Session: 08fb51d2-91ec-4882-84e5-7376ac115f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11556 | 2024.08.16 07:22:28.113528 [ 3 ] {} <Trace> HTTP-Session: 08fb51d2-91ec-4882-84e5-7376ac115f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11557 | 2024.08.16 07:22:28.113624 [ 3 ] {b3c9b87b-743a-465a-bc3c-f692d5c523fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11558 | 2024.08.16 07:22:28.113666 [ 3 ] {b3c9b87b-743a-465a-bc3c-f692d5c523fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11559 | 2024.08.16 07:22:28.113790 [ 3 ] {b3c9b87b-743a-465a-bc3c-f692d5c523fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11560 | 2024.08.16 07:22:28.114069 [ 3 ] {b3c9b87b-743a-465a-bc3c-f692d5c523fe} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11561 | 2024.08.16 07:22:28.114105 [ 3 ] {b3c9b87b-743a-465a-bc3c-f692d5c523fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11562 | 2024.08.16 07:22:28.114416 [ 3 ] {b3c9b87b-743a-465a-bc3c-f692d5c523fe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11563 | 2024.08.16 07:22:28.114713 [ 3 ] {b3c9b87b-743a-465a-bc3c-f692d5c523fe} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11564 | 2024.08.16 07:22:28.114840 [ 3 ] {b3c9b87b-743a-465a-bc3c-f692d5c523fe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00124 sec., 11290.322580645161 rows/sec., 790.70 KiB/sec. | ||
11565 | 2024.08.16 07:22:28.114998 [ 3 ] {b3c9b87b-743a-465a-bc3c-f692d5c523fe} <Debug> DynamicQueryHandler: Done processing query | ||
11566 | 2024.08.16 07:22:28.115023 [ 3 ] {b3c9b87b-743a-465a-bc3c-f692d5c523fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11567 | 2024.08.16 07:22:28.115039 [ 3 ] {} <Debug> HTTP-Session: 08fb51d2-91ec-4882-84e5-7376ac115f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11568 | 2024.08.16 07:22:28.115156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11569 | 2024.08.16 07:22:28.115204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11570 | 2024.08.16 07:22:28.115224 [ 3 ] {} <Debug> HTTP-Session: d15579cb-a277-4d85-b98a-f6ae922aa280 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11571 | 2024.08.16 07:22:28.115240 [ 3 ] {} <Debug> HTTP-Session: d15579cb-a277-4d85-b98a-f6ae922aa280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11572 | 2024.08.16 07:22:28.115284 [ 3 ] {} <Debug> HTTP-Session: d15579cb-a277-4d85-b98a-f6ae922aa280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11573 | 2024.08.16 07:22:28.115315 [ 3 ] {} <Trace> HTTP-Session: d15579cb-a277-4d85-b98a-f6ae922aa280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11574 | 2024.08.16 07:22:28.115415 [ 3 ] {15a7baea-f740-430c-81a2-974dd7891c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11575 | 2024.08.16 07:22:28.115458 [ 3 ] {15a7baea-f740-430c-81a2-974dd7891c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11576 | 2024.08.16 07:22:28.115581 [ 3 ] {15a7baea-f740-430c-81a2-974dd7891c8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11577 | 2024.08.16 07:22:28.115909 [ 3 ] {15a7baea-f740-430c-81a2-974dd7891c8e} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11578 | 2024.08.16 07:22:28.115945 [ 3 ] {15a7baea-f740-430c-81a2-974dd7891c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11579 | 2024.08.16 07:22:28.116248 [ 3 ] {15a7baea-f740-430c-81a2-974dd7891c8e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11580 | 2024.08.16 07:22:28.116548 [ 3 ] {15a7baea-f740-430c-81a2-974dd7891c8e} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11581 | 2024.08.16 07:22:28.116675 [ 3 ] {15a7baea-f740-430c-81a2-974dd7891c8e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001285 sec., 4669.260700389105 rows/sec., 275.87 KiB/sec. | ||
11582 | 2024.08.16 07:22:28.116866 [ 3 ] {15a7baea-f740-430c-81a2-974dd7891c8e} <Debug> DynamicQueryHandler: Done processing query | ||
11583 | 2024.08.16 07:22:28.116891 [ 3 ] {15a7baea-f740-430c-81a2-974dd7891c8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11584 | 2024.08.16 07:22:28.116906 [ 3 ] {} <Debug> HTTP-Session: d15579cb-a277-4d85-b98a-f6ae922aa280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11585 | 2024.08.16 07:22:28.117089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 65347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11586 | 2024.08.16 07:22:28.117136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11587 | 2024.08.16 07:22:28.117156 [ 3 ] {} <Debug> HTTP-Session: b40e78a0-d975-40f9-831a-991b61330b16 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11588 | 2024.08.16 07:22:28.117172 [ 3 ] {} <Debug> HTTP-Session: b40e78a0-d975-40f9-831a-991b61330b16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11589 | 2024.08.16 07:22:28.117185 [ 3 ] {} <Debug> HTTP-Session: b40e78a0-d975-40f9-831a-991b61330b16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11590 | 2024.08.16 07:22:28.117217 [ 3 ] {} <Trace> HTTP-Session: b40e78a0-d975-40f9-831a-991b61330b16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11591 | 2024.08.16 07:22:28.117426 [ 3 ] {8008765e-f4c5-404f-b8eb-ea8a2560241e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11592 | 2024.08.16 07:22:28.117469 [ 3 ] {8008765e-f4c5-404f-b8eb-ea8a2560241e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11593 | 2024.08.16 07:22:28.117593 [ 3 ] {8008765e-f4c5-404f-b8eb-ea8a2560241e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11594 | 2024.08.16 07:22:28.118164 [ 3 ] {8008765e-f4c5-404f-b8eb-ea8a2560241e} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11595 | 2024.08.16 07:22:28.118200 [ 3 ] {8008765e-f4c5-404f-b8eb-ea8a2560241e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11596 | 2024.08.16 07:22:28.118519 [ 3 ] {8008765e-f4c5-404f-b8eb-ea8a2560241e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11597 | 2024.08.16 07:22:28.118814 [ 3 ] {8008765e-f4c5-404f-b8eb-ea8a2560241e} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11598 | 2024.08.16 07:22:28.118939 [ 3 ] {8008765e-f4c5-404f-b8eb-ea8a2560241e} <Debug> executeQuery: Read 403 rows, 29.37 KiB in 0.001618 sec., 249072.92954264523 rows/sec., 17.72 MiB/sec. | ||
11599 | 2024.08.16 07:22:28.119104 [ 3 ] {8008765e-f4c5-404f-b8eb-ea8a2560241e} <Debug> DynamicQueryHandler: Done processing query | ||
11600 | 2024.08.16 07:22:28.119129 [ 3 ] {8008765e-f4c5-404f-b8eb-ea8a2560241e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11601 | 2024.08.16 07:22:28.119144 [ 3 ] {} <Debug> HTTP-Session: b40e78a0-d975-40f9-831a-991b61330b16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11602 | 2024.08.16 07:22:28.119332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11603 | 2024.08.16 07:22:28.119380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11604 | 2024.08.16 07:22:28.119399 [ 3 ] {} <Debug> HTTP-Session: ccb5d06a-69fb-40f1-a65c-5c44d9a0ddf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11605 | 2024.08.16 07:22:28.119416 [ 3 ] {} <Debug> HTTP-Session: ccb5d06a-69fb-40f1-a65c-5c44d9a0ddf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11606 | 2024.08.16 07:22:28.119429 [ 3 ] {} <Debug> HTTP-Session: ccb5d06a-69fb-40f1-a65c-5c44d9a0ddf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11607 | 2024.08.16 07:22:28.119459 [ 3 ] {} <Trace> HTTP-Session: ccb5d06a-69fb-40f1-a65c-5c44d9a0ddf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11608 | 2024.08.16 07:22:28.119553 [ 3 ] {d280e767-b525-40a2-9896-9d7adae49fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11609 | 2024.08.16 07:22:28.119597 [ 3 ] {d280e767-b525-40a2-9896-9d7adae49fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11610 | 2024.08.16 07:22:28.119725 [ 3 ] {d280e767-b525-40a2-9896-9d7adae49fa8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11611 | 2024.08.16 07:22:28.119992 [ 3 ] {d280e767-b525-40a2-9896-9d7adae49fa8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11612 | 2024.08.16 07:22:28.120028 [ 3 ] {d280e767-b525-40a2-9896-9d7adae49fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11613 | 2024.08.16 07:22:28.120383 [ 3 ] {d280e767-b525-40a2-9896-9d7adae49fa8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11614 | 2024.08.16 07:22:28.120702 [ 3 ] {d280e767-b525-40a2-9896-9d7adae49fa8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11615 | 2024.08.16 07:22:28.120830 [ 3 ] {d280e767-b525-40a2-9896-9d7adae49fa8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0013 sec., 4615.384615384615 rows/sec., 241.14 KiB/sec. | ||
11616 | 2024.08.16 07:22:28.121033 [ 3 ] {d280e767-b525-40a2-9896-9d7adae49fa8} <Debug> DynamicQueryHandler: Done processing query | ||
11617 | 2024.08.16 07:22:28.121061 [ 3 ] {d280e767-b525-40a2-9896-9d7adae49fa8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11618 | 2024.08.16 07:22:28.121076 [ 3 ] {} <Debug> HTTP-Session: ccb5d06a-69fb-40f1-a65c-5c44d9a0ddf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11619 | 2024.08.16 07:22:28.121241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11620 | 2024.08.16 07:22:28.121290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11621 | 2024.08.16 07:22:28.121310 [ 3 ] {} <Debug> HTTP-Session: 809f448c-ca17-49b2-bdbe-fdec4ebd1b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11622 | 2024.08.16 07:22:28.121326 [ 3 ] {} <Debug> HTTP-Session: 809f448c-ca17-49b2-bdbe-fdec4ebd1b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11623 | 2024.08.16 07:22:28.121339 [ 3 ] {} <Debug> HTTP-Session: 809f448c-ca17-49b2-bdbe-fdec4ebd1b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11624 | 2024.08.16 07:22:28.121370 [ 3 ] {} <Trace> HTTP-Session: 809f448c-ca17-49b2-bdbe-fdec4ebd1b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11625 | 2024.08.16 07:22:28.121577 [ 3 ] {1d705fd8-1c7c-486b-b0dd-1ca1044c63b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11626 | 2024.08.16 07:22:28.121623 [ 3 ] {1d705fd8-1c7c-486b-b0dd-1ca1044c63b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11627 | 2024.08.16 07:22:28.121764 [ 3 ] {1d705fd8-1c7c-486b-b0dd-1ca1044c63b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11628 | 2024.08.16 07:22:28.122216 [ 3 ] {1d705fd8-1c7c-486b-b0dd-1ca1044c63b1} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11629 | 2024.08.16 07:22:28.122252 [ 3 ] {1d705fd8-1c7c-486b-b0dd-1ca1044c63b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11630 | 2024.08.16 07:22:28.122627 [ 3 ] {1d705fd8-1c7c-486b-b0dd-1ca1044c63b1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11631 | 2024.08.16 07:22:28.122956 [ 3 ] {1d705fd8-1c7c-486b-b0dd-1ca1044c63b1} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11632 | 2024.08.16 07:22:28.123083 [ 3 ] {1d705fd8-1c7c-486b-b0dd-1ca1044c63b1} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00162 sec., 146913.5802469136 rows/sec., 9.85 MiB/sec. | ||
11633 | 2024.08.16 07:22:28.123092 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11634 | 2024.08.16 07:22:28.123153 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11635 | 2024.08.16 07:22:28.123193 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11636 | 2024.08.16 07:22:28.123315 [ 3 ] {1d705fd8-1c7c-486b-b0dd-1ca1044c63b1} <Debug> DynamicQueryHandler: Done processing query | ||
11637 | 2024.08.16 07:22:28.123391 [ 3 ] {1d705fd8-1c7c-486b-b0dd-1ca1044c63b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11638 | 2024.08.16 07:22:28.123465 [ 3 ] {} <Debug> HTTP-Session: 809f448c-ca17-49b2-bdbe-fdec4ebd1b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11639 | 2024.08.16 07:22:28.123564 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
11640 | 2024.08.16 07:22:28.123776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11641 | 2024.08.16 07:22:28.123967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11642 | 2024.08.16 07:22:28.124071 [ 3 ] {} <Debug> HTTP-Session: be9d76a3-e1ac-4749-a08a-f56dcb8d11ad Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11643 | 2024.08.16 07:22:28.124142 [ 3 ] {} <Debug> HTTP-Session: be9d76a3-e1ac-4749-a08a-f56dcb8d11ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11644 | 2024.08.16 07:22:28.124208 [ 3 ] {} <Debug> HTTP-Session: be9d76a3-e1ac-4749-a08a-f56dcb8d11ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11645 | 2024.08.16 07:22:28.124243 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11646 | 2024.08.16 07:22:28.124348 [ 3 ] {} <Trace> HTTP-Session: be9d76a3-e1ac-4749-a08a-f56dcb8d11ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11647 | 2024.08.16 07:22:28.124373 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18937 rows starting from the beginning of the part | ||
11648 | 2024.08.16 07:22:28.124787 [ 3 ] {d9eb6e5a-6e7d-40ca-8c33-99c6c2d6e729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11649 | 2024.08.16 07:22:28.124791 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
11650 | 2024.08.16 07:22:28.124950 [ 3 ] {d9eb6e5a-6e7d-40ca-8c33-99c6c2d6e729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11651 | 2024.08.16 07:22:28.125145 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 900 rows starting from the beginning of the part | ||
11652 | 2024.08.16 07:22:28.125491 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 22 rows starting from the beginning of the part | ||
11653 | 2024.08.16 07:22:28.125866 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::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 | ||
11654 | 2024.08.16 07:22:28.126152 [ 3 ] {d9eb6e5a-6e7d-40ca-8c33-99c6c2d6e729} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11655 | 2024.08.16 07:22:28.126209 [ 186 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 238 rows starting from the beginning of the part | ||
11656 | 2024.08.16 07:22:28.126906 [ 3 ] {d9eb6e5a-6e7d-40ca-8c33-99c6c2d6e729} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11657 | 2024.08.16 07:22:28.126974 [ 3 ] {d9eb6e5a-6e7d-40ca-8c33-99c6c2d6e729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11658 | 2024.08.16 07:22:28.127584 [ 3 ] {d9eb6e5a-6e7d-40ca-8c33-99c6c2d6e729} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11659 | 2024.08.16 07:22:28.128013 [ 3 ] {d9eb6e5a-6e7d-40ca-8c33-99c6c2d6e729} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11660 | 2024.08.16 07:22:28.128320 [ 101 ] {} <Debug> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
11661 | 2024.08.16 07:22:28.128384 [ 3 ] {d9eb6e5a-6e7d-40ca-8c33-99c6c2d6e729} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003796 sec., 263.4351949420443 rows/sec., 17.75 KiB/sec. | ||
11662 | 2024.08.16 07:22:28.128420 [ 101 ] {} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11663 | 2024.08.16 07:22:28.128543 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11664 | 2024.08.16 07:22:28.129020 [ 3 ] {d9eb6e5a-6e7d-40ca-8c33-99c6c2d6e729} <Debug> DynamicQueryHandler: Done processing query | ||
11665 | 2024.08.16 07:22:28.129022 [ 198 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
11666 | 2024.08.16 07:22:28.129079 [ 3 ] {d9eb6e5a-6e7d-40ca-8c33-99c6c2d6e729} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11667 | 2024.08.16 07:22:28.129165 [ 3 ] {} <Debug> HTTP-Session: be9d76a3-e1ac-4749-a08a-f56dcb8d11ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11668 | 2024.08.16 07:22:28.129508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30386, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11669 | 2024.08.16 07:22:28.129580 [ 198 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11670 | 2024.08.16 07:22:28.129694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11671 | 2024.08.16 07:22:28.129715 [ 198 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
11672 | 2024.08.16 07:22:28.129778 [ 3 ] {} <Debug> HTTP-Session: aeec9a32-68bd-4808-8df3-3b1d021e6376 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11673 | 2024.08.16 07:22:28.129889 [ 3 ] {} <Debug> HTTP-Session: aeec9a32-68bd-4808-8df3-3b1d021e6376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11674 | 2024.08.16 07:22:28.130027 [ 3 ] {} <Debug> HTTP-Session: aeec9a32-68bd-4808-8df3-3b1d021e6376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11675 | 2024.08.16 07:22:28.130167 [ 198 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
11676 | 2024.08.16 07:22:28.130229 [ 3 ] {} <Trace> HTTP-Session: aeec9a32-68bd-4808-8df3-3b1d021e6376 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11677 | 2024.08.16 07:22:28.130481 [ 198 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
11678 | 2024.08.16 07:22:28.130871 [ 198 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
11679 | 2024.08.16 07:22:28.131023 [ 3 ] {86a06231-71b7-41f8-a6f2-19aa46207eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11680 | 2024.08.16 07:22:28.131431 [ 198 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
11681 | 2024.08.16 07:22:28.131757 [ 3 ] {86a06231-71b7-41f8-a6f2-19aa46207eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11682 | 2024.08.16 07:22:28.131873 [ 198 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
11683 | 2024.08.16 07:22:28.135191 [ 3 ] {86a06231-71b7-41f8-a6f2-19aa46207eb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11684 | 2024.08.16 07:22:28.136294 [ 198 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.007578645 sec., 3958.4912606409193 rows/sec., 266.73 KiB/sec. | ||
11685 | 2024.08.16 07:22:28.136597 [ 198 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
11686 | 2024.08.16 07:22:28.138109 [ 3 ] {86a06231-71b7-41f8-a6f2-19aa46207eb5} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11687 | 2024.08.16 07:22:28.138177 [ 198 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_30_6} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11688 | 2024.08.16 07:22:28.138184 [ 194 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20417 rows, containing 5 columns (5 merged, 0 gathered) in 0.014900625 sec., 1370210.9810830082 rows/sec., 92.44 MiB/sec. | ||
11689 | 2024.08.16 07:22:28.138210 [ 3 ] {86a06231-71b7-41f8-a6f2-19aa46207eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11690 | 2024.08.16 07:22:28.138386 [ 198 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_30_6} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
11691 | 2024.08.16 07:22:28.138591 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
11692 | 2024.08.16 07:22:28.138789 [ 194 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11693 | 2024.08.16 07:22:28.139979 [ 194 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11694 | 2024.08.16 07:22:28.140124 [ 3 ] {86a06231-71b7-41f8-a6f2-19aa46207eb5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11695 | 2024.08.16 07:22:28.140137 [ 194 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11696 | 2024.08.16 07:22:28.140292 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
11697 | 2024.08.16 07:22:28.140685 [ 3 ] {86a06231-71b7-41f8-a6f2-19aa46207eb5} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11698 | 2024.08.16 07:22:28.140847 [ 3 ] {86a06231-71b7-41f8-a6f2-19aa46207eb5} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.010342 sec., 1837.168826145813 rows/sec., 3.29 MiB/sec. | ||
11699 | 2024.08.16 07:22:28.141111 [ 3 ] {86a06231-71b7-41f8-a6f2-19aa46207eb5} <Debug> DynamicQueryHandler: Done processing query | ||
11700 | 2024.08.16 07:22:28.141136 [ 3 ] {86a06231-71b7-41f8-a6f2-19aa46207eb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11701 | 2024.08.16 07:22:28.141153 [ 3 ] {} <Debug> HTTP-Session: aeec9a32-68bd-4808-8df3-3b1d021e6376 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11702 | 2024.08.16 07:22:28.141301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11703 | 2024.08.16 07:22:28.141349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11704 | 2024.08.16 07:22:28.141369 [ 3 ] {} <Debug> HTTP-Session: cb2012e8-f9aa-449b-96b1-5a2aa7628314 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11705 | 2024.08.16 07:22:28.141385 [ 3 ] {} <Debug> HTTP-Session: cb2012e8-f9aa-449b-96b1-5a2aa7628314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11706 | 2024.08.16 07:22:28.141399 [ 3 ] {} <Debug> HTTP-Session: cb2012e8-f9aa-449b-96b1-5a2aa7628314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11707 | 2024.08.16 07:22:28.141433 [ 3 ] {} <Trace> HTTP-Session: cb2012e8-f9aa-449b-96b1-5a2aa7628314 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11708 | 2024.08.16 07:22:28.141568 [ 3 ] {d487f195-7414-40a9-996f-f7664d0c421e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11709 | 2024.08.16 07:22:28.141612 [ 3 ] {d487f195-7414-40a9-996f-f7664d0c421e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11710 | 2024.08.16 07:22:28.141742 [ 3 ] {d487f195-7414-40a9-996f-f7664d0c421e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11711 | 2024.08.16 07:22:28.142088 [ 3 ] {d487f195-7414-40a9-996f-f7664d0c421e} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11712 | 2024.08.16 07:22:28.142125 [ 3 ] {d487f195-7414-40a9-996f-f7664d0c421e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11713 | 2024.08.16 07:22:28.142489 [ 3 ] {d487f195-7414-40a9-996f-f7664d0c421e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11714 | 2024.08.16 07:22:28.142816 [ 3 ] {d487f195-7414-40a9-996f-f7664d0c421e} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11715 | 2024.08.16 07:22:28.142944 [ 101 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11716 | 2024.08.16 07:22:28.142948 [ 3 ] {d487f195-7414-40a9-996f-f7664d0c421e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001435 sec., 57142.85714285714 rows/sec., 3.63 MiB/sec. | ||
11717 | 2024.08.16 07:22:28.142980 [ 101 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11718 | 2024.08.16 07:22:28.143022 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11719 | 2024.08.16 07:22:28.143231 [ 3 ] {d487f195-7414-40a9-996f-f7664d0c421e} <Debug> DynamicQueryHandler: Done processing query | ||
11720 | 2024.08.16 07:22:28.143302 [ 3 ] {d487f195-7414-40a9-996f-f7664d0c421e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11721 | 2024.08.16 07:22:28.143322 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
11722 | 2024.08.16 07:22:28.143330 [ 3 ] {} <Debug> HTTP-Session: cb2012e8-f9aa-449b-96b1-5a2aa7628314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11723 | 2024.08.16 07:22:28.143926 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11724 | 2024.08.16 07:22:28.143987 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3792 rows starting from the beginning of the part | ||
11725 | 2024.08.16 07:22:28.144068 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
11726 | 2024.08.16 07:22:28.144294 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 74 rows starting from the beginning of the part | ||
11727 | 2024.08.16 07:22:28.144595 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
11728 | 2024.08.16 07:22:28.144803 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
11729 | 2024.08.16 07:22:28.144941 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
11730 | 2024.08.16 07:22:28.146963 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4076 rows, containing 4 columns (4 merged, 0 gathered) in 0.003850168 sec., 1058655.1028422655 rows/sec., 68.90 MiB/sec. | ||
11731 | 2024.08.16 07:22:28.147337 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11732 | 2024.08.16 07:22:28.147726 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_61_12} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11733 | 2024.08.16 07:22:28.147811 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_61_12} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11734 | 2024.08.16 07:22:28.147894 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
11735 | 2024.08.16 07:22:33.097866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11736 | 2024.08.16 07:22:33.098003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11737 | 2024.08.16 07:22:33.098030 [ 3 ] {} <Debug> HTTP-Session: d14d73e8-c5b7-4bcf-8242-4ccda3c79dc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11738 | 2024.08.16 07:22:33.098059 [ 3 ] {} <Debug> HTTP-Session: d14d73e8-c5b7-4bcf-8242-4ccda3c79dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11739 | 2024.08.16 07:22:33.098075 [ 3 ] {} <Debug> HTTP-Session: d14d73e8-c5b7-4bcf-8242-4ccda3c79dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11740 | 2024.08.16 07:22:33.098126 [ 3 ] {} <Trace> HTTP-Session: d14d73e8-c5b7-4bcf-8242-4ccda3c79dc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11741 | 2024.08.16 07:22:33.098320 [ 3 ] {69dc3724-a1fc-42cf-8814-9da61841adc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11742 | 2024.08.16 07:22:33.098388 [ 3 ] {69dc3724-a1fc-42cf-8814-9da61841adc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11743 | 2024.08.16 07:22:33.098588 [ 3 ] {69dc3724-a1fc-42cf-8814-9da61841adc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11744 | 2024.08.16 07:22:33.099043 [ 3 ] {69dc3724-a1fc-42cf-8814-9da61841adc9} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11745 | 2024.08.16 07:22:33.099087 [ 3 ] {69dc3724-a1fc-42cf-8814-9da61841adc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11746 | 2024.08.16 07:22:33.099461 [ 3 ] {69dc3724-a1fc-42cf-8814-9da61841adc9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11747 | 2024.08.16 07:22:33.099819 [ 3 ] {69dc3724-a1fc-42cf-8814-9da61841adc9} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11748 | 2024.08.16 07:22:33.100000 [ 3 ] {69dc3724-a1fc-42cf-8814-9da61841adc9} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.00173 sec., 8092.485549132948 rows/sec., 655.93 KiB/sec. | ||
11749 | 2024.08.16 07:22:33.100013 [ 98 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 6 parts from all_1_30_7 to all_35_35_0 | ||
11750 | 2024.08.16 07:22:33.100115 [ 98 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11751 | 2024.08.16 07:22:33.100170 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11752 | 2024.08.16 07:22:33.100308 [ 3 ] {69dc3724-a1fc-42cf-8814-9da61841adc9} <Debug> DynamicQueryHandler: Done processing query | ||
11753 | 2024.08.16 07:22:33.100357 [ 3 ] {69dc3724-a1fc-42cf-8814-9da61841adc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11754 | 2024.08.16 07:22:33.100361 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_35_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_7 to all_35_35_0 into Compact with storage Full | ||
11755 | 2024.08.16 07:22:33.100379 [ 3 ] {} <Debug> HTTP-Session: d14d73e8-c5b7-4bcf-8242-4ccda3c79dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11756 | 2024.08.16 07:22:33.100588 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_35_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11757 | 2024.08.16 07:22:33.100597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11758 | 2024.08.16 07:22:33.100650 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 33 rows starting from the beginning of the part | ||
11759 | 2024.08.16 07:22:33.100710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11760 | 2024.08.16 07:22:33.100785 [ 3 ] {} <Debug> HTTP-Session: d884f4de-e231-4c81-8ea7-64cc060984f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11761 | 2024.08.16 07:22:33.100848 [ 3 ] {} <Debug> HTTP-Session: d884f4de-e231-4c81-8ea7-64cc060984f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11762 | 2024.08.16 07:22:33.100891 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
11763 | 2024.08.16 07:22:33.100914 [ 3 ] {} <Debug> HTTP-Session: d884f4de-e231-4c81-8ea7-64cc060984f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11764 | 2024.08.16 07:22:33.101042 [ 3 ] {} <Trace> HTTP-Session: d884f4de-e231-4c81-8ea7-64cc060984f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11765 | 2024.08.16 07:22:33.101238 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 19 rows starting from the beginning of the part | ||
11766 | 2024.08.16 07:22:33.101379 [ 3 ] {6dc378ad-c024-4c46-b198-8865f66a958d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11767 | 2024.08.16 07:22:33.101531 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
11768 | 2024.08.16 07:22:33.101546 [ 3 ] {6dc378ad-c024-4c46-b198-8865f66a958d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11769 | 2024.08.16 07:22:33.101872 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 19 rows starting from the beginning of the part | ||
11770 | 2024.08.16 07:22:33.102403 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
11771 | 2024.08.16 07:22:33.102738 [ 3 ] {6dc378ad-c024-4c46-b198-8865f66a958d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11772 | 2024.08.16 07:22:33.103708 [ 3 ] {6dc378ad-c024-4c46-b198-8865f66a958d} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11773 | 2024.08.16 07:22:33.103770 [ 3 ] {6dc378ad-c024-4c46-b198-8865f66a958d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11774 | 2024.08.16 07:22:33.104708 [ 3 ] {6dc378ad-c024-4c46-b198-8865f66a958d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11775 | 2024.08.16 07:22:33.105345 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_35_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 113 rows, containing 4 columns (4 merged, 0 gathered) in 0.005087747 sec., 22210.223896746436 rows/sec., 1.76 MiB/sec. | ||
11776 | 2024.08.16 07:22:33.105477 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_35_8} <Trace> MergedBlockOutputStream: filled checksums all_1_35_8 (state Temporary) | ||
11777 | 2024.08.16 07:22:33.105567 [ 3 ] {6dc378ad-c024-4c46-b198-8865f66a958d} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11778 | 2024.08.16 07:22:33.105906 [ 3 ] {6dc378ad-c024-4c46-b198-8865f66a958d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004631 sec., 431.8721658389117 rows/sec., 35.22 KiB/sec. | ||
11779 | 2024.08.16 07:22:33.106453 [ 3 ] {6dc378ad-c024-4c46-b198-8865f66a958d} <Debug> DynamicQueryHandler: Done processing query | ||
11780 | 2024.08.16 07:22:33.106521 [ 3 ] {6dc378ad-c024-4c46-b198-8865f66a958d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11781 | 2024.08.16 07:22:33.106578 [ 3 ] {} <Debug> HTTP-Session: d884f4de-e231-4c81-8ea7-64cc060984f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11782 | 2024.08.16 07:22:33.106659 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_35_8} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_35_8 to all_1_35_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11783 | 2024.08.16 07:22:33.106739 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_35_8} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 6 parts: [all_1_30_7, all_35_35_0] -> all_1_35_8 | ||
11784 | 2024.08.16 07:22:33.106758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 14290, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11785 | 2024.08.16 07:22:33.106826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11786 | 2024.08.16 07:22:33.106841 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11787 | 2024.08.16 07:22:33.106855 [ 3 ] {} <Debug> HTTP-Session: c773c0a8-a86f-460d-bb1b-9c3672a10eb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11788 | 2024.08.16 07:22:33.106878 [ 3 ] {} <Debug> HTTP-Session: c773c0a8-a86f-460d-bb1b-9c3672a10eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11789 | 2024.08.16 07:22:33.106892 [ 3 ] {} <Debug> HTTP-Session: c773c0a8-a86f-460d-bb1b-9c3672a10eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11790 | 2024.08.16 07:22:33.106924 [ 3 ] {} <Trace> HTTP-Session: c773c0a8-a86f-460d-bb1b-9c3672a10eb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11791 | 2024.08.16 07:22:33.107054 [ 3 ] {d1f9303b-0819-4d3b-853c-bc86dbb4e1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11792 | 2024.08.16 07:22:33.107097 [ 3 ] {d1f9303b-0819-4d3b-853c-bc86dbb4e1e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11793 | 2024.08.16 07:22:33.107243 [ 3 ] {d1f9303b-0819-4d3b-853c-bc86dbb4e1e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11794 | 2024.08.16 07:22:33.107636 [ 3 ] {d1f9303b-0819-4d3b-853c-bc86dbb4e1e4} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11795 | 2024.08.16 07:22:33.107675 [ 3 ] {d1f9303b-0819-4d3b-853c-bc86dbb4e1e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11796 | 2024.08.16 07:22:33.108002 [ 3 ] {d1f9303b-0819-4d3b-853c-bc86dbb4e1e4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11797 | 2024.08.16 07:22:33.108324 [ 3 ] {d1f9303b-0819-4d3b-853c-bc86dbb4e1e4} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11798 | 2024.08.16 07:22:33.108491 [ 3 ] {d1f9303b-0819-4d3b-853c-bc86dbb4e1e4} <Debug> executeQuery: Read 99 rows, 8.27 KiB in 0.001476 sec., 67073.17073170732 rows/sec., 5.47 MiB/sec. | ||
11799 | 2024.08.16 07:22:33.108771 [ 3 ] {d1f9303b-0819-4d3b-853c-bc86dbb4e1e4} <Debug> DynamicQueryHandler: Done processing query | ||
11800 | 2024.08.16 07:22:33.108830 [ 3 ] {d1f9303b-0819-4d3b-853c-bc86dbb4e1e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11801 | 2024.08.16 07:22:33.108877 [ 3 ] {} <Debug> HTTP-Session: c773c0a8-a86f-460d-bb1b-9c3672a10eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11802 | 2024.08.16 07:22:33.109036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11803 | 2024.08.16 07:22:33.109087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11804 | 2024.08.16 07:22:33.109108 [ 3 ] {} <Debug> HTTP-Session: 251e0395-23df-4d88-9095-8a08e9c4db35 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11805 | 2024.08.16 07:22:33.109129 [ 3 ] {} <Debug> HTTP-Session: 251e0395-23df-4d88-9095-8a08e9c4db35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11806 | 2024.08.16 07:22:33.109143 [ 3 ] {} <Debug> HTTP-Session: 251e0395-23df-4d88-9095-8a08e9c4db35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11807 | 2024.08.16 07:22:33.109174 [ 3 ] {} <Trace> HTTP-Session: 251e0395-23df-4d88-9095-8a08e9c4db35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11808 | 2024.08.16 07:22:33.109275 [ 3 ] {c0b640b6-0808-4383-8f19-331ec3fdf705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11809 | 2024.08.16 07:22:33.109321 [ 3 ] {c0b640b6-0808-4383-8f19-331ec3fdf705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11810 | 2024.08.16 07:22:33.109463 [ 3 ] {c0b640b6-0808-4383-8f19-331ec3fdf705} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11811 | 2024.08.16 07:22:33.109748 [ 3 ] {c0b640b6-0808-4383-8f19-331ec3fdf705} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11812 | 2024.08.16 07:22:33.109785 [ 3 ] {c0b640b6-0808-4383-8f19-331ec3fdf705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11813 | 2024.08.16 07:22:33.110107 [ 3 ] {c0b640b6-0808-4383-8f19-331ec3fdf705} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11814 | 2024.08.16 07:22:33.110430 [ 3 ] {c0b640b6-0808-4383-8f19-331ec3fdf705} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11815 | 2024.08.16 07:22:33.110597 [ 3 ] {c0b640b6-0808-4383-8f19-331ec3fdf705} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001341 sec., 1491.4243102162566 rows/sec., 104.14 KiB/sec. | ||
11816 | 2024.08.16 07:22:33.110768 [ 3 ] {c0b640b6-0808-4383-8f19-331ec3fdf705} <Debug> DynamicQueryHandler: Done processing query | ||
11817 | 2024.08.16 07:22:33.110791 [ 3 ] {c0b640b6-0808-4383-8f19-331ec3fdf705} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11818 | 2024.08.16 07:22:33.110807 [ 3 ] {} <Debug> HTTP-Session: 251e0395-23df-4d88-9095-8a08e9c4db35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11819 | 2024.08.16 07:22:33.110936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 13581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11820 | 2024.08.16 07:22:33.110985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11821 | 2024.08.16 07:22:33.111004 [ 3 ] {} <Debug> HTTP-Session: 86228ecd-b69d-46cc-89ef-442d14dbdf61 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11822 | 2024.08.16 07:22:33.111028 [ 3 ] {} <Debug> HTTP-Session: 86228ecd-b69d-46cc-89ef-442d14dbdf61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11823 | 2024.08.16 07:22:33.111041 [ 3 ] {} <Debug> HTTP-Session: 86228ecd-b69d-46cc-89ef-442d14dbdf61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11824 | 2024.08.16 07:22:33.111072 [ 3 ] {} <Trace> HTTP-Session: 86228ecd-b69d-46cc-89ef-442d14dbdf61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11825 | 2024.08.16 07:22:33.111192 [ 3 ] {0cf5f801-f2ee-4b1c-ac93-2866497b4c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11826 | 2024.08.16 07:22:33.111235 [ 3 ] {0cf5f801-f2ee-4b1c-ac93-2866497b4c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11827 | 2024.08.16 07:22:33.111366 [ 3 ] {0cf5f801-f2ee-4b1c-ac93-2866497b4c6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11828 | 2024.08.16 07:22:33.111739 [ 3 ] {0cf5f801-f2ee-4b1c-ac93-2866497b4c6c} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11829 | 2024.08.16 07:22:33.111778 [ 3 ] {0cf5f801-f2ee-4b1c-ac93-2866497b4c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11830 | 2024.08.16 07:22:33.112107 [ 3 ] {0cf5f801-f2ee-4b1c-ac93-2866497b4c6c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11831 | 2024.08.16 07:22:33.112424 [ 3 ] {0cf5f801-f2ee-4b1c-ac93-2866497b4c6c} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11832 | 2024.08.16 07:22:33.112574 [ 3 ] {0cf5f801-f2ee-4b1c-ac93-2866497b4c6c} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001426 sec., 56100.98176718093 rows/sec., 4.38 MiB/sec. | ||
11833 | 2024.08.16 07:22:33.112756 [ 3 ] {0cf5f801-f2ee-4b1c-ac93-2866497b4c6c} <Debug> DynamicQueryHandler: Done processing query | ||
11834 | 2024.08.16 07:22:33.112785 [ 3 ] {0cf5f801-f2ee-4b1c-ac93-2866497b4c6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11835 | 2024.08.16 07:22:33.112801 [ 3 ] {} <Debug> HTTP-Session: 86228ecd-b69d-46cc-89ef-442d14dbdf61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11836 | 2024.08.16 07:22:33.112947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11837 | 2024.08.16 07:22:33.112996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11838 | 2024.08.16 07:22:33.113017 [ 3 ] {} <Debug> HTTP-Session: 9a0e3713-e809-4fae-a52c-4c7e47c0d8f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11839 | 2024.08.16 07:22:33.113033 [ 3 ] {} <Debug> HTTP-Session: 9a0e3713-e809-4fae-a52c-4c7e47c0d8f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11840 | 2024.08.16 07:22:33.113047 [ 3 ] {} <Debug> HTTP-Session: 9a0e3713-e809-4fae-a52c-4c7e47c0d8f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11841 | 2024.08.16 07:22:33.113078 [ 3 ] {} <Trace> HTTP-Session: 9a0e3713-e809-4fae-a52c-4c7e47c0d8f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11842 | 2024.08.16 07:22:33.113225 [ 3 ] {36f5c810-240b-4e41-a505-14b5af3dee23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11843 | 2024.08.16 07:22:33.113272 [ 3 ] {36f5c810-240b-4e41-a505-14b5af3dee23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11844 | 2024.08.16 07:22:33.113423 [ 3 ] {36f5c810-240b-4e41-a505-14b5af3dee23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11845 | 2024.08.16 07:22:33.113828 [ 3 ] {36f5c810-240b-4e41-a505-14b5af3dee23} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11846 | 2024.08.16 07:22:33.113864 [ 3 ] {36f5c810-240b-4e41-a505-14b5af3dee23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11847 | 2024.08.16 07:22:33.114271 [ 3 ] {36f5c810-240b-4e41-a505-14b5af3dee23} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11848 | 2024.08.16 07:22:33.114615 [ 3 ] {36f5c810-240b-4e41-a505-14b5af3dee23} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11849 | 2024.08.16 07:22:33.114770 [ 3 ] {36f5c810-240b-4e41-a505-14b5af3dee23} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001607 sec., 100186.6832607343 rows/sec., 6.98 MiB/sec. | ||
11850 | 2024.08.16 07:22:33.114950 [ 3 ] {36f5c810-240b-4e41-a505-14b5af3dee23} <Debug> DynamicQueryHandler: Done processing query | ||
11851 | 2024.08.16 07:22:33.114973 [ 3 ] {36f5c810-240b-4e41-a505-14b5af3dee23} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11852 | 2024.08.16 07:22:33.114988 [ 3 ] {} <Debug> HTTP-Session: 9a0e3713-e809-4fae-a52c-4c7e47c0d8f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11853 | 2024.08.16 07:22:33.115165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11854 | 2024.08.16 07:22:33.115214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11855 | 2024.08.16 07:22:33.115233 [ 3 ] {} <Debug> HTTP-Session: 7d2b272f-9c93-4ad5-a57d-3fb8c76910eb Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11856 | 2024.08.16 07:22:33.115249 [ 3 ] {} <Debug> HTTP-Session: 7d2b272f-9c93-4ad5-a57d-3fb8c76910eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11857 | 2024.08.16 07:22:33.115263 [ 3 ] {} <Debug> HTTP-Session: 7d2b272f-9c93-4ad5-a57d-3fb8c76910eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11858 | 2024.08.16 07:22:33.115295 [ 3 ] {} <Trace> HTTP-Session: 7d2b272f-9c93-4ad5-a57d-3fb8c76910eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11859 | 2024.08.16 07:22:33.115501 [ 3 ] {e3efa70e-8a8a-43b4-a7c1-1329bc12280e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11860 | 2024.08.16 07:22:33.115570 [ 3 ] {e3efa70e-8a8a-43b4-a7c1-1329bc12280e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11861 | 2024.08.16 07:22:33.116006 [ 3 ] {e3efa70e-8a8a-43b4-a7c1-1329bc12280e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11862 | 2024.08.16 07:22:33.116593 [ 3 ] {e3efa70e-8a8a-43b4-a7c1-1329bc12280e} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11863 | 2024.08.16 07:22:33.116629 [ 3 ] {e3efa70e-8a8a-43b4-a7c1-1329bc12280e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11864 | 2024.08.16 07:22:33.117261 [ 3 ] {e3efa70e-8a8a-43b4-a7c1-1329bc12280e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11865 | 2024.08.16 07:22:33.117686 [ 3 ] {e3efa70e-8a8a-43b4-a7c1-1329bc12280e} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11866 | 2024.08.16 07:22:33.117875 [ 3 ] {e3efa70e-8a8a-43b4-a7c1-1329bc12280e} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002499 sec., 5602.240896358544 rows/sec., 10.04 MiB/sec. | ||
11867 | 2024.08.16 07:22:33.118103 [ 3 ] {e3efa70e-8a8a-43b4-a7c1-1329bc12280e} <Debug> DynamicQueryHandler: Done processing query | ||
11868 | 2024.08.16 07:22:33.118127 [ 3 ] {e3efa70e-8a8a-43b4-a7c1-1329bc12280e} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
11869 | 2024.08.16 07:22:33.118142 [ 3 ] {} <Debug> HTTP-Session: 7d2b272f-9c93-4ad5-a57d-3fb8c76910eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11870 | 2024.08.16 07:22:33.118267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11871 | 2024.08.16 07:22:33.118317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11872 | 2024.08.16 07:22:33.118340 [ 3 ] {} <Debug> HTTP-Session: bee88f66-3aac-48f2-baa8-ce49697a34ea Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11873 | 2024.08.16 07:22:33.118357 [ 3 ] {} <Debug> HTTP-Session: bee88f66-3aac-48f2-baa8-ce49697a34ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11874 | 2024.08.16 07:22:33.118370 [ 3 ] {} <Debug> HTTP-Session: bee88f66-3aac-48f2-baa8-ce49697a34ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11875 | 2024.08.16 07:22:33.118400 [ 3 ] {} <Trace> HTTP-Session: bee88f66-3aac-48f2-baa8-ce49697a34ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11876 | 2024.08.16 07:22:33.118532 [ 3 ] {bc16b815-bf68-4793-967d-d46297930d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11877 | 2024.08.16 07:22:33.118577 [ 3 ] {bc16b815-bf68-4793-967d-d46297930d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11878 | 2024.08.16 07:22:33.118708 [ 3 ] {bc16b815-bf68-4793-967d-d46297930d0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11879 | 2024.08.16 07:22:33.119026 [ 3 ] {bc16b815-bf68-4793-967d-d46297930d0c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11880 | 2024.08.16 07:22:33.119064 [ 3 ] {bc16b815-bf68-4793-967d-d46297930d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11881 | 2024.08.16 07:22:33.119438 [ 3 ] {bc16b815-bf68-4793-967d-d46297930d0c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11882 | 2024.08.16 07:22:33.119761 [ 3 ] {bc16b815-bf68-4793-967d-d46297930d0c} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11883 | 2024.08.16 07:22:33.119921 [ 3 ] {bc16b815-bf68-4793-967d-d46297930d0c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
11884 | 2024.08.16 07:22:33.120091 [ 3 ] {bc16b815-bf68-4793-967d-d46297930d0c} <Debug> DynamicQueryHandler: Done processing query | ||
11885 | 2024.08.16 07:22:33.120114 [ 3 ] {bc16b815-bf68-4793-967d-d46297930d0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11886 | 2024.08.16 07:22:33.120130 [ 3 ] {} <Debug> HTTP-Session: bee88f66-3aac-48f2-baa8-ce49697a34ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11887 | 2024.08.16 07:22:38.101702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11888 | 2024.08.16 07:22:38.101841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11889 | 2024.08.16 07:22:38.101872 [ 3 ] {} <Debug> HTTP-Session: fa692c80-d9d3-4774-a929-8f046237ab74 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11890 | 2024.08.16 07:22:38.101898 [ 3 ] {} <Debug> HTTP-Session: fa692c80-d9d3-4774-a929-8f046237ab74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11891 | 2024.08.16 07:22:38.101917 [ 3 ] {} <Debug> HTTP-Session: fa692c80-d9d3-4774-a929-8f046237ab74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11892 | 2024.08.16 07:22:38.101974 [ 3 ] {} <Trace> HTTP-Session: fa692c80-d9d3-4774-a929-8f046237ab74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11893 | 2024.08.16 07:22:38.102174 [ 3 ] {81b16d11-d9b9-45ff-aca4-9dbca3fd62d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11894 | 2024.08.16 07:22:38.102240 [ 3 ] {81b16d11-d9b9-45ff-aca4-9dbca3fd62d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11895 | 2024.08.16 07:22:38.102435 [ 3 ] {81b16d11-d9b9-45ff-aca4-9dbca3fd62d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11896 | 2024.08.16 07:22:38.102896 [ 3 ] {81b16d11-d9b9-45ff-aca4-9dbca3fd62d5} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11897 | 2024.08.16 07:22:38.102940 [ 3 ] {81b16d11-d9b9-45ff-aca4-9dbca3fd62d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11898 | 2024.08.16 07:22:38.103315 [ 3 ] {81b16d11-d9b9-45ff-aca4-9dbca3fd62d5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
11899 | 2024.08.16 07:22:38.103655 [ 3 ] {81b16d11-d9b9-45ff-aca4-9dbca3fd62d5} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11900 | 2024.08.16 07:22:38.103824 [ 3 ] {81b16d11-d9b9-45ff-aca4-9dbca3fd62d5} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001704 sec., 11150.234741784037 rows/sec., 903.78 KiB/sec. | ||
11901 | 2024.08.16 07:22:38.104128 [ 3 ] {81b16d11-d9b9-45ff-aca4-9dbca3fd62d5} <Debug> DynamicQueryHandler: Done processing query | ||
11902 | 2024.08.16 07:22:38.104194 [ 3 ] {81b16d11-d9b9-45ff-aca4-9dbca3fd62d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11903 | 2024.08.16 07:22:38.104231 [ 3 ] {} <Debug> HTTP-Session: fa692c80-d9d3-4774-a929-8f046237ab74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11904 | 2024.08.16 07:22:38.104482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 36912, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11905 | 2024.08.16 07:22:38.104537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11906 | 2024.08.16 07:22:38.104556 [ 3 ] {} <Debug> HTTP-Session: c69cb8ef-0748-4512-84b3-3a7f299826d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11907 | 2024.08.16 07:22:38.104573 [ 3 ] {} <Debug> HTTP-Session: c69cb8ef-0748-4512-84b3-3a7f299826d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11908 | 2024.08.16 07:22:38.104587 [ 3 ] {} <Debug> HTTP-Session: c69cb8ef-0748-4512-84b3-3a7f299826d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11909 | 2024.08.16 07:22:38.104620 [ 3 ] {} <Trace> HTTP-Session: c69cb8ef-0748-4512-84b3-3a7f299826d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11910 | 2024.08.16 07:22:38.104803 [ 3 ] {78d81a9a-354e-4cb2-92a9-4cddfa715141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11911 | 2024.08.16 07:22:38.104850 [ 3 ] {78d81a9a-354e-4cb2-92a9-4cddfa715141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11912 | 2024.08.16 07:22:38.104994 [ 3 ] {78d81a9a-354e-4cb2-92a9-4cddfa715141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11913 | 2024.08.16 07:22:38.105489 [ 3 ] {78d81a9a-354e-4cb2-92a9-4cddfa715141} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11914 | 2024.08.16 07:22:38.105527 [ 3 ] {78d81a9a-354e-4cb2-92a9-4cddfa715141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11915 | 2024.08.16 07:22:38.105873 [ 3 ] {78d81a9a-354e-4cb2-92a9-4cddfa715141} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11916 | 2024.08.16 07:22:38.106201 [ 3 ] {78d81a9a-354e-4cb2-92a9-4cddfa715141} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11917 | 2024.08.16 07:22:38.106349 [ 3 ] {78d81a9a-354e-4cb2-92a9-4cddfa715141} <Debug> executeQuery: Read 246 rows, 21.97 KiB in 0.001632 sec., 150735.29411764705 rows/sec., 13.14 MiB/sec. | ||
11918 | 2024.08.16 07:22:38.106365 [ 92 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11919 | 2024.08.16 07:22:38.106474 [ 92 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11920 | 2024.08.16 07:22:38.106514 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11921 | 2024.08.16 07:22:38.106588 [ 3 ] {78d81a9a-354e-4cb2-92a9-4cddfa715141} <Debug> DynamicQueryHandler: Done processing query | ||
11922 | 2024.08.16 07:22:38.106654 [ 3 ] {78d81a9a-354e-4cb2-92a9-4cddfa715141} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11923 | 2024.08.16 07:22:38.106713 [ 3 ] {} <Debug> HTTP-Session: c69cb8ef-0748-4512-84b3-3a7f299826d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11924 | 2024.08.16 07:22:38.106882 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
11925 | 2024.08.16 07:22:38.107017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11926 | 2024.08.16 07:22:38.107189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11927 | 2024.08.16 07:22:38.107288 [ 3 ] {} <Debug> HTTP-Session: 99c805ba-4b88-4293-b6da-10f6d78ac305 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11928 | 2024.08.16 07:22:38.107373 [ 3 ] {} <Debug> HTTP-Session: 99c805ba-4b88-4293-b6da-10f6d78ac305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11929 | 2024.08.16 07:22:38.107434 [ 3 ] {} <Debug> HTTP-Session: 99c805ba-4b88-4293-b6da-10f6d78ac305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11930 | 2024.08.16 07:22:38.107577 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11931 | 2024.08.16 07:22:38.107585 [ 3 ] {} <Trace> HTTP-Session: 99c805ba-4b88-4293-b6da-10f6d78ac305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11932 | 2024.08.16 07:22:38.107721 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1436 rows starting from the beginning of the part | ||
11933 | 2024.08.16 07:22:38.108028 [ 3 ] {ac13ddc9-0803-494f-a8a7-9aca1998ddaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11934 | 2024.08.16 07:22:38.108104 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 30 rows starting from the beginning of the part | ||
11935 | 2024.08.16 07:22:38.108193 [ 3 ] {ac13ddc9-0803-494f-a8a7-9aca1998ddaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11936 | 2024.08.16 07:22:38.108525 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 98 rows starting from the beginning of the part | ||
11937 | 2024.08.16 07:22:38.108920 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 247 rows starting from the beginning of the part | ||
11938 | 2024.08.16 07:22:38.109341 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 99 rows starting from the beginning of the part | ||
11939 | 2024.08.16 07:22:38.109675 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 246 rows starting from the beginning of the part | ||
11940 | 2024.08.16 07:22:38.109778 [ 3 ] {ac13ddc9-0803-494f-a8a7-9aca1998ddaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11941 | 2024.08.16 07:22:38.110763 [ 3 ] {ac13ddc9-0803-494f-a8a7-9aca1998ddaf} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11942 | 2024.08.16 07:22:38.110826 [ 3 ] {ac13ddc9-0803-494f-a8a7-9aca1998ddaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11943 | 2024.08.16 07:22:38.111656 [ 3 ] {ac13ddc9-0803-494f-a8a7-9aca1998ddaf} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11944 | 2024.08.16 07:22:38.112383 [ 3 ] {ac13ddc9-0803-494f-a8a7-9aca1998ddaf} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11945 | 2024.08.16 07:22:38.112614 [ 92 ] {} <Debug> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11946 | 2024.08.16 07:22:38.112670 [ 3 ] {ac13ddc9-0803-494f-a8a7-9aca1998ddaf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004796 sec., 2919.099249374479 rows/sec., 204.43 KiB/sec. | ||
11947 | 2024.08.16 07:22:38.112735 [ 92 ] {} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11948 | 2024.08.16 07:22:38.112863 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11949 | 2024.08.16 07:22:38.113266 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2156 rows, containing 4 columns (4 merged, 0 gathered) in 0.006649253 sec., 324246.9492437722 rows/sec., 27.21 MiB/sec. | ||
11950 | 2024.08.16 07:22:38.113396 [ 3 ] {ac13ddc9-0803-494f-a8a7-9aca1998ddaf} <Debug> DynamicQueryHandler: Done processing query | ||
11951 | 2024.08.16 07:22:38.113461 [ 189 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::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 | ||
11952 | 2024.08.16 07:22:38.113469 [ 3 ] {ac13ddc9-0803-494f-a8a7-9aca1998ddaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11953 | 2024.08.16 07:22:38.113593 [ 3 ] {} <Debug> HTTP-Session: 99c805ba-4b88-4293-b6da-10f6d78ac305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11954 | 2024.08.16 07:22:38.113644 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11955 | 2024.08.16 07:22:38.113920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11956 | 2024.08.16 07:22:38.114083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11957 | 2024.08.16 07:22:38.114193 [ 3 ] {} <Debug> HTTP-Session: 5c025ac1-31b3-48a4-b8d0-c65e19029447 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11958 | 2024.08.16 07:22:38.114291 [ 3 ] {} <Debug> HTTP-Session: 5c025ac1-31b3-48a4-b8d0-c65e19029447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11959 | 2024.08.16 07:22:38.114359 [ 3 ] {} <Debug> HTTP-Session: 5c025ac1-31b3-48a4-b8d0-c65e19029447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11960 | 2024.08.16 07:22:38.114514 [ 3 ] {} <Trace> HTTP-Session: 5c025ac1-31b3-48a4-b8d0-c65e19029447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11961 | 2024.08.16 07:22:38.114689 [ 189 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11962 | 2024.08.16 07:22:38.114859 [ 189 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 242 rows starting from the beginning of the part | ||
11963 | 2024.08.16 07:22:38.114913 [ 3 ] {e3391dd8-638a-4407-b1af-daa5e180cfd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11964 | 2024.08.16 07:22:38.115101 [ 3 ] {e3391dd8-638a-4407-b1af-daa5e180cfd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11965 | 2024.08.16 07:22:38.115116 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_66_13} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11966 | 2024.08.16 07:22:38.115465 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_66_13} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11967 | 2024.08.16 07:22:38.115747 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
11968 | 2024.08.16 07:22:38.115853 [ 189 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
11969 | 2024.08.16 07:22:38.116331 [ 3 ] {e3391dd8-638a-4407-b1af-daa5e180cfd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11970 | 2024.08.16 07:22:38.116337 [ 189 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
11971 | 2024.08.16 07:22:38.116758 [ 189 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 242 rows starting from the beginning of the part | ||
11972 | 2024.08.16 07:22:38.117116 [ 189 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
11973 | 2024.08.16 07:22:38.117438 [ 189 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
11974 | 2024.08.16 07:22:38.117722 [ 3 ] {e3391dd8-638a-4407-b1af-daa5e180cfd9} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11975 | 2024.08.16 07:22:38.117815 [ 3 ] {e3391dd8-638a-4407-b1af-daa5e180cfd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11976 | 2024.08.16 07:22:38.118625 [ 3 ] {e3391dd8-638a-4407-b1af-daa5e180cfd9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11977 | 2024.08.16 07:22:38.119535 [ 3 ] {e3391dd8-638a-4407-b1af-daa5e180cfd9} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11978 | 2024.08.16 07:22:38.119889 [ 3 ] {e3391dd8-638a-4407-b1af-daa5e180cfd9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005077 sec., 1181.8002757533977 rows/sec., 69.82 KiB/sec. | ||
11979 | 2024.08.16 07:22:38.120670 [ 3 ] {e3391dd8-638a-4407-b1af-daa5e180cfd9} <Debug> DynamicQueryHandler: Done processing query | ||
11980 | 2024.08.16 07:22:38.120752 [ 189 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.007643217 sec., 70650.87907356287 rows/sec., 4.53 MiB/sec. | ||
11981 | 2024.08.16 07:22:38.120757 [ 3 ] {e3391dd8-638a-4407-b1af-daa5e180cfd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11982 | 2024.08.16 07:22:38.120843 [ 3 ] {} <Debug> HTTP-Session: 5c025ac1-31b3-48a4-b8d0-c65e19029447 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11983 | 2024.08.16 07:22:38.120973 [ 189 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11984 | 2024.08.16 07:22:38.121075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 65004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11985 | 2024.08.16 07:22:38.121176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11986 | 2024.08.16 07:22:38.121223 [ 3 ] {} <Debug> HTTP-Session: 44a3d61b-efdf-4635-be6b-8d06ad451567 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
11987 | 2024.08.16 07:22:38.121289 [ 3 ] {} <Debug> HTTP-Session: 44a3d61b-efdf-4635-be6b-8d06ad451567 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11988 | 2024.08.16 07:22:38.121350 [ 3 ] {} <Debug> HTTP-Session: 44a3d61b-efdf-4635-be6b-8d06ad451567 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11989 | 2024.08.16 07:22:38.121450 [ 3 ] {} <Trace> HTTP-Session: 44a3d61b-efdf-4635-be6b-8d06ad451567 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11990 | 2024.08.16 07:22:38.121754 [ 189 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_31_6} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11991 | 2024.08.16 07:22:38.121864 [ 189 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_31_6} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11992 | 2024.08.16 07:22:38.121907 [ 3 ] {a939d376-8a79-4cac-a787-ca667f84f828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11993 | 2024.08.16 07:22:38.122013 [ 3 ] {a939d376-8a79-4cac-a787-ca667f84f828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11994 | 2024.08.16 07:22:38.122016 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
11995 | 2024.08.16 07:22:38.122217 [ 3 ] {a939d376-8a79-4cac-a787-ca667f84f828} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11996 | 2024.08.16 07:22:38.122809 [ 3 ] {a939d376-8a79-4cac-a787-ca667f84f828} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11997 | 2024.08.16 07:22:38.122848 [ 3 ] {a939d376-8a79-4cac-a787-ca667f84f828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
11998 | 2024.08.16 07:22:38.123203 [ 3 ] {a939d376-8a79-4cac-a787-ca667f84f828} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11999 | 2024.08.16 07:22:38.123529 [ 3 ] {a939d376-8a79-4cac-a787-ca667f84f828} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12000 | 2024.08.16 07:22:38.123695 [ 3 ] {a939d376-8a79-4cac-a787-ca667f84f828} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.002065 sec., 194188.86198547215 rows/sec., 13.81 MiB/sec. | ||
12001 | 2024.08.16 07:22:38.123717 [ 92 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12002 | 2024.08.16 07:22:38.123818 [ 92 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12003 | 2024.08.16 07:22:38.123881 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12004 | 2024.08.16 07:22:38.123980 [ 3 ] {a939d376-8a79-4cac-a787-ca667f84f828} <Debug> DynamicQueryHandler: Done processing query | ||
12005 | 2024.08.16 07:22:38.124069 [ 3 ] {a939d376-8a79-4cac-a787-ca667f84f828} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12006 | 2024.08.16 07:22:38.124141 [ 3 ] {} <Debug> HTTP-Session: 44a3d61b-efdf-4635-be6b-8d06ad451567 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12007 | 2024.08.16 07:22:38.124280 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
12008 | 2024.08.16 07:22:38.124457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12009 | 2024.08.16 07:22:38.124645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12010 | 2024.08.16 07:22:38.124737 [ 3 ] {} <Debug> HTTP-Session: a9f6e8f6-0505-42b3-a4c9-016d42319fc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12011 | 2024.08.16 07:22:38.124819 [ 3 ] {} <Debug> HTTP-Session: a9f6e8f6-0505-42b3-a4c9-016d42319fc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12012 | 2024.08.16 07:22:38.124882 [ 3 ] {} <Debug> HTTP-Session: a9f6e8f6-0505-42b3-a4c9-016d42319fc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12013 | 2024.08.16 07:22:38.125030 [ 3 ] {} <Trace> HTTP-Session: a9f6e8f6-0505-42b3-a4c9-016d42319fc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12014 | 2024.08.16 07:22:38.125255 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12015 | 2024.08.16 07:22:38.125313 [ 3 ] {d0571f5c-5c37-4997-bf02-fbbbe35a82ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12016 | 2024.08.16 07:22:38.125329 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 905 rows starting from the beginning of the part | ||
12017 | 2024.08.16 07:22:38.125404 [ 3 ] {d0571f5c-5c37-4997-bf02-fbbbe35a82ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12018 | 2024.08.16 07:22:38.125706 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part | ||
12019 | 2024.08.16 07:22:38.126086 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 78 rows starting from the beginning of the part | ||
12020 | 2024.08.16 07:22:38.126160 [ 3 ] {d0571f5c-5c37-4997-bf02-fbbbe35a82ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12021 | 2024.08.16 07:22:38.126373 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 403 rows starting from the beginning of the part | ||
12022 | 2024.08.16 07:22:38.126627 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 80 rows starting from the beginning of the part | ||
12023 | 2024.08.16 07:22:38.126967 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 401 rows starting from the beginning of the part | ||
12024 | 2024.08.16 07:22:38.127584 [ 3 ] {d0571f5c-5c37-4997-bf02-fbbbe35a82ee} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12025 | 2024.08.16 07:22:38.127673 [ 3 ] {d0571f5c-5c37-4997-bf02-fbbbe35a82ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12026 | 2024.08.16 07:22:38.128534 [ 3 ] {d0571f5c-5c37-4997-bf02-fbbbe35a82ee} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12027 | 2024.08.16 07:22:38.129470 [ 3 ] {d0571f5c-5c37-4997-bf02-fbbbe35a82ee} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12028 | 2024.08.16 07:22:38.129671 [ 92 ] {} <Debug> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12029 | 2024.08.16 07:22:38.129710 [ 3 ] {d0571f5c-5c37-4997-bf02-fbbbe35a82ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004453 sec., 1347.406242982259 rows/sec., 70.40 KiB/sec. | ||
12030 | 2024.08.16 07:22:38.129730 [ 92 ] {} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12031 | 2024.08.16 07:22:38.129829 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12032 | 2024.08.16 07:22:38.130414 [ 3 ] {d0571f5c-5c37-4997-bf02-fbbbe35a82ee} <Debug> DynamicQueryHandler: Done processing query | ||
12033 | 2024.08.16 07:22:38.130495 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
12034 | 2024.08.16 07:22:38.130527 [ 3 ] {d0571f5c-5c37-4997-bf02-fbbbe35a82ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12035 | 2024.08.16 07:22:38.130631 [ 3 ] {} <Debug> HTTP-Session: a9f6e8f6-0505-42b3-a4c9-016d42319fc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12036 | 2024.08.16 07:22:38.131084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12037 | 2024.08.16 07:22:38.131297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12038 | 2024.08.16 07:22:38.131390 [ 3 ] {} <Debug> HTTP-Session: 88fc9be7-19e7-479f-8761-283cd7473455 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12039 | 2024.08.16 07:22:38.131486 [ 3 ] {} <Debug> HTTP-Session: 88fc9be7-19e7-479f-8761-283cd7473455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12040 | 2024.08.16 07:22:38.131566 [ 3 ] {} <Debug> HTTP-Session: 88fc9be7-19e7-479f-8761-283cd7473455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12041 | 2024.08.16 07:22:38.131570 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1903 rows, containing 4 columns (4 merged, 0 gathered) in 0.007565545 sec., 251535.0843858572 rows/sec., 18.26 MiB/sec. | ||
12042 | 2024.08.16 07:22:38.131584 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12043 | 2024.08.16 07:22:38.131648 [ 3 ] {} <Trace> HTTP-Session: 88fc9be7-19e7-479f-8761-283cd7473455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12044 | 2024.08.16 07:22:38.131675 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
12045 | 2024.08.16 07:22:38.131986 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12046 | 2024.08.16 07:22:38.132007 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
12047 | 2024.08.16 07:22:38.132274 [ 3 ] {ef29afad-03df-4b2a-b1b4-479e0bade429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12048 | 2024.08.16 07:22:38.132410 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
12049 | 2024.08.16 07:22:38.132555 [ 3 ] {ef29afad-03df-4b2a-b1b4-479e0bade429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12050 | 2024.08.16 07:22:38.133019 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
12051 | 2024.08.16 07:22:38.133707 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
12052 | 2024.08.16 07:22:38.134332 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
12053 | 2024.08.16 07:22:38.134589 [ 3 ] {ef29afad-03df-4b2a-b1b4-479e0bade429} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12054 | 2024.08.16 07:22:38.135180 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_66_13} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12055 | 2024.08.16 07:22:38.135372 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_66_13} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12056 | 2024.08.16 07:22:38.135513 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
12057 | 2024.08.16 07:22:38.136118 [ 3 ] {ef29afad-03df-4b2a-b1b4-479e0bade429} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12058 | 2024.08.16 07:22:38.136194 [ 3 ] {ef29afad-03df-4b2a-b1b4-479e0bade429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12059 | 2024.08.16 07:22:38.137403 [ 3 ] {ef29afad-03df-4b2a-b1b4-479e0bade429} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12060 | 2024.08.16 07:22:38.137413 [ 191 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.007402121 sec., 25127.93292625181 rows/sec., 1.28 MiB/sec. | ||
12061 | 2024.08.16 07:22:38.137628 [ 197 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12062 | 2024.08.16 07:22:38.138228 [ 3 ] {ef29afad-03df-4b2a-b1b4-479e0bade429} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12063 | 2024.08.16 07:22:38.138544 [ 3 ] {ef29afad-03df-4b2a-b1b4-479e0bade429} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006649 sec., 35644.457813204994 rows/sec., 2.39 MiB/sec. | ||
12064 | 2024.08.16 07:22:38.138659 [ 197 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_31_6} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12065 | 2024.08.16 07:22:38.138866 [ 197 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_31_6} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12066 | 2024.08.16 07:22:38.138982 [ 3 ] {ef29afad-03df-4b2a-b1b4-479e0bade429} <Debug> DynamicQueryHandler: Done processing query | ||
12067 | 2024.08.16 07:22:38.139035 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12068 | 2024.08.16 07:22:38.139044 [ 3 ] {ef29afad-03df-4b2a-b1b4-479e0bade429} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12069 | 2024.08.16 07:22:38.139099 [ 3 ] {} <Debug> HTTP-Session: 88fc9be7-19e7-479f-8761-283cd7473455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12070 | 2024.08.16 07:22:38.139233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12071 | 2024.08.16 07:22:38.139284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12072 | 2024.08.16 07:22:38.139304 [ 3 ] {} <Debug> HTTP-Session: e4f5ca9f-5755-48ad-88bf-10ff050ab5fd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12073 | 2024.08.16 07:22:38.139321 [ 3 ] {} <Debug> HTTP-Session: e4f5ca9f-5755-48ad-88bf-10ff050ab5fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12074 | 2024.08.16 07:22:38.139335 [ 3 ] {} <Debug> HTTP-Session: e4f5ca9f-5755-48ad-88bf-10ff050ab5fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12075 | 2024.08.16 07:22:38.139366 [ 3 ] {} <Trace> HTTP-Session: e4f5ca9f-5755-48ad-88bf-10ff050ab5fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12076 | 2024.08.16 07:22:38.139466 [ 3 ] {33dfe3f2-b82e-4e42-b276-a6f51632ed1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12077 | 2024.08.16 07:22:38.139514 [ 3 ] {33dfe3f2-b82e-4e42-b276-a6f51632ed1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12078 | 2024.08.16 07:22:38.139672 [ 3 ] {33dfe3f2-b82e-4e42-b276-a6f51632ed1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12079 | 2024.08.16 07:22:38.139933 [ 3 ] {33dfe3f2-b82e-4e42-b276-a6f51632ed1a} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12080 | 2024.08.16 07:22:38.139970 [ 3 ] {33dfe3f2-b82e-4e42-b276-a6f51632ed1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12081 | 2024.08.16 07:22:38.140345 [ 3 ] {33dfe3f2-b82e-4e42-b276-a6f51632ed1a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12082 | 2024.08.16 07:22:38.140689 [ 3 ] {33dfe3f2-b82e-4e42-b276-a6f51632ed1a} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12083 | 2024.08.16 07:22:38.140860 [ 3 ] {33dfe3f2-b82e-4e42-b276-a6f51632ed1a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
12084 | 2024.08.16 07:22:38.141020 [ 3 ] {33dfe3f2-b82e-4e42-b276-a6f51632ed1a} <Debug> DynamicQueryHandler: Done processing query | ||
12085 | 2024.08.16 07:22:38.141044 [ 3 ] {33dfe3f2-b82e-4e42-b276-a6f51632ed1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12086 | 2024.08.16 07:22:38.141059 [ 3 ] {} <Debug> HTTP-Session: e4f5ca9f-5755-48ad-88bf-10ff050ab5fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12087 | 2024.08.16 07:22:38.141222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12088 | 2024.08.16 07:22:38.141269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12089 | 2024.08.16 07:22:38.141289 [ 3 ] {} <Debug> HTTP-Session: b6cf2f07-4ea4-4929-aa0b-d24529b63687 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12090 | 2024.08.16 07:22:38.141305 [ 3 ] {} <Debug> HTTP-Session: b6cf2f07-4ea4-4929-aa0b-d24529b63687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12091 | 2024.08.16 07:22:38.141319 [ 3 ] {} <Debug> HTTP-Session: b6cf2f07-4ea4-4929-aa0b-d24529b63687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12092 | 2024.08.16 07:22:38.141350 [ 3 ] {} <Trace> HTTP-Session: b6cf2f07-4ea4-4929-aa0b-d24529b63687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12093 | 2024.08.16 07:22:38.141634 [ 3 ] {8c8f247a-92ab-4e92-9817-6cdc4c511d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12094 | 2024.08.16 07:22:38.141697 [ 3 ] {8c8f247a-92ab-4e92-9817-6cdc4c511d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12095 | 2024.08.16 07:22:38.142139 [ 3 ] {8c8f247a-92ab-4e92-9817-6cdc4c511d04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12096 | 2024.08.16 07:22:38.142771 [ 3 ] {8c8f247a-92ab-4e92-9817-6cdc4c511d04} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12097 | 2024.08.16 07:22:38.142808 [ 3 ] {8c8f247a-92ab-4e92-9817-6cdc4c511d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12098 | 2024.08.16 07:22:38.143453 [ 3 ] {8c8f247a-92ab-4e92-9817-6cdc4c511d04} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12099 | 2024.08.16 07:22:38.143879 [ 3 ] {8c8f247a-92ab-4e92-9817-6cdc4c511d04} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12100 | 2024.08.16 07:22:38.144072 [ 92 ] {} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
12101 | 2024.08.16 07:22:38.144093 [ 3 ] {8c8f247a-92ab-4e92-9817-6cdc4c511d04} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002658 sec., 7148.231753197892 rows/sec., 12.81 MiB/sec. | ||
12102 | 2024.08.16 07:22:38.144129 [ 92 ] {} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12103 | 2024.08.16 07:22:38.144200 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12104 | 2024.08.16 07:22:38.144878 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::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 | ||
12105 | 2024.08.16 07:22:38.144945 [ 3 ] {8c8f247a-92ab-4e92-9817-6cdc4c511d04} <Debug> DynamicQueryHandler: Done processing query | ||
12106 | 2024.08.16 07:22:38.145026 [ 3 ] {8c8f247a-92ab-4e92-9817-6cdc4c511d04} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
12107 | 2024.08.16 07:22:38.145082 [ 3 ] {} <Debug> HTTP-Session: b6cf2f07-4ea4-4929-aa0b-d24529b63687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12108 | 2024.08.16 07:22:38.145330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12109 | 2024.08.16 07:22:38.145459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12110 | 2024.08.16 07:22:38.145519 [ 3 ] {} <Debug> HTTP-Session: e6b86558-c2de-487e-a447-5e0dcc5949e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12111 | 2024.08.16 07:22:38.145577 [ 3 ] {} <Debug> HTTP-Session: e6b86558-c2de-487e-a447-5e0dcc5949e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12112 | 2024.08.16 07:22:38.145621 [ 3 ] {} <Debug> HTTP-Session: e6b86558-c2de-487e-a447-5e0dcc5949e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12113 | 2024.08.16 07:22:38.145717 [ 3 ] {} <Trace> HTTP-Session: e6b86558-c2de-487e-a447-5e0dcc5949e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12114 | 2024.08.16 07:22:38.145823 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12115 | 2024.08.16 07:22:38.145999 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 934 rows starting from the beginning of the part | ||
12116 | 2024.08.16 07:22:38.146008 [ 3 ] {613dcfe0-6458-41a1-8845-ac4a1cbc6b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12117 | 2024.08.16 07:22:38.146153 [ 3 ] {613dcfe0-6458-41a1-8845-ac4a1cbc6b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12118 | 2024.08.16 07:22:38.146791 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 19 rows starting from the beginning of the part | ||
12119 | 2024.08.16 07:22:38.147092 [ 3 ] {613dcfe0-6458-41a1-8845-ac4a1cbc6b30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12120 | 2024.08.16 07:22:38.147679 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
12121 | 2024.08.16 07:22:38.148743 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 19 rows starting from the beginning of the part | ||
12122 | 2024.08.16 07:22:38.148768 [ 3 ] {613dcfe0-6458-41a1-8845-ac4a1cbc6b30} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12123 | 2024.08.16 07:22:38.148838 [ 3 ] {613dcfe0-6458-41a1-8845-ac4a1cbc6b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12124 | 2024.08.16 07:22:38.149309 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
12125 | 2024.08.16 07:22:38.149949 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 19 rows starting from the beginning of the part | ||
12126 | 2024.08.16 07:22:38.150451 [ 3 ] {613dcfe0-6458-41a1-8845-ac4a1cbc6b30} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12127 | 2024.08.16 07:22:38.151483 [ 3 ] {613dcfe0-6458-41a1-8845-ac4a1cbc6b30} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12128 | 2024.08.16 07:22:38.151953 [ 3 ] {613dcfe0-6458-41a1-8845-ac4a1cbc6b30} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006059 sec., 13533.586400396105 rows/sec., 880.18 KiB/sec. | ||
12129 | 2024.08.16 07:22:38.152248 [ 3 ] {613dcfe0-6458-41a1-8845-ac4a1cbc6b30} <Debug> DynamicQueryHandler: Done processing query | ||
12130 | 2024.08.16 07:22:38.152275 [ 3 ] {613dcfe0-6458-41a1-8845-ac4a1cbc6b30} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12131 | 2024.08.16 07:22:38.152292 [ 3 ] {} <Debug> HTTP-Session: e6b86558-c2de-487e-a447-5e0dcc5949e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12132 | 2024.08.16 07:22:38.155651 [ 197 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1019 rows, containing 19 columns (19 merged, 0 gathered) in 0.01128056 sec., 90332.39484564596 rows/sec., 161.87 MiB/sec. | ||
12133 | 2024.08.16 07:22:38.157252 [ 193 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
12134 | 2024.08.16 07:22:38.157851 [ 193 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12135 | 2024.08.16 07:22:38.157938 [ 193 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
12136 | 2024.08.16 07:22:38.158086 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.20 MiB. | ||
12137 | 2024.08.16 07:22:42.480890 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12138 | 2024.08.16 07:22:42.480953 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12139 | 2024.08.16 07:22:43.001379 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000984233 sec. | ||
12140 | 2024.08.16 07:22:43.097800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12141 | 2024.08.16 07:22:43.097914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12142 | 2024.08.16 07:22:43.097939 [ 3 ] {} <Debug> HTTP-Session: e9b0d99f-125b-4f28-8351-d35c5d77e299 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12143 | 2024.08.16 07:22:43.097963 [ 3 ] {} <Debug> HTTP-Session: e9b0d99f-125b-4f28-8351-d35c5d77e299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12144 | 2024.08.16 07:22:43.097978 [ 3 ] {} <Debug> HTTP-Session: e9b0d99f-125b-4f28-8351-d35c5d77e299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12145 | 2024.08.16 07:22:43.098028 [ 3 ] {} <Trace> HTTP-Session: e9b0d99f-125b-4f28-8351-d35c5d77e299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12146 | 2024.08.16 07:22:43.098216 [ 3 ] {6b2f11d9-edaf-4a97-9141-12fb2dff831a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12147 | 2024.08.16 07:22:43.098282 [ 3 ] {6b2f11d9-edaf-4a97-9141-12fb2dff831a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12148 | 2024.08.16 07:22:43.098479 [ 3 ] {6b2f11d9-edaf-4a97-9141-12fb2dff831a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12149 | 2024.08.16 07:22:43.098852 [ 3 ] {6b2f11d9-edaf-4a97-9141-12fb2dff831a} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12150 | 2024.08.16 07:22:43.098893 [ 3 ] {6b2f11d9-edaf-4a97-9141-12fb2dff831a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12151 | 2024.08.16 07:22:43.099258 [ 3 ] {6b2f11d9-edaf-4a97-9141-12fb2dff831a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12152 | 2024.08.16 07:22:43.099588 [ 3 ] {6b2f11d9-edaf-4a97-9141-12fb2dff831a} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12153 | 2024.08.16 07:22:43.099751 [ 3 ] {6b2f11d9-edaf-4a97-9141-12fb2dff831a} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001591 sec., 8799.497171590196 rows/sec., 713.24 KiB/sec. | ||
12154 | 2024.08.16 07:22:43.100031 [ 3 ] {6b2f11d9-edaf-4a97-9141-12fb2dff831a} <Debug> DynamicQueryHandler: Done processing query | ||
12155 | 2024.08.16 07:22:43.100091 [ 3 ] {6b2f11d9-edaf-4a97-9141-12fb2dff831a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12156 | 2024.08.16 07:22:43.100136 [ 3 ] {} <Debug> HTTP-Session: e9b0d99f-125b-4f28-8351-d35c5d77e299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12157 | 2024.08.16 07:22:43.100320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 14157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12158 | 2024.08.16 07:22:43.100373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12159 | 2024.08.16 07:22:43.100393 [ 3 ] {} <Debug> HTTP-Session: 0ce50baa-4089-428b-9e19-20f934254b5f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12160 | 2024.08.16 07:22:43.100412 [ 3 ] {} <Debug> HTTP-Session: 0ce50baa-4089-428b-9e19-20f934254b5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12161 | 2024.08.16 07:22:43.100426 [ 3 ] {} <Debug> HTTP-Session: 0ce50baa-4089-428b-9e19-20f934254b5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12162 | 2024.08.16 07:22:43.100460 [ 3 ] {} <Trace> HTTP-Session: 0ce50baa-4089-428b-9e19-20f934254b5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12163 | 2024.08.16 07:22:43.100588 [ 3 ] {43e041fe-96da-4f97-8add-b7071195460a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12164 | 2024.08.16 07:22:43.100635 [ 3 ] {43e041fe-96da-4f97-8add-b7071195460a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12165 | 2024.08.16 07:22:43.100776 [ 3 ] {43e041fe-96da-4f97-8add-b7071195460a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12166 | 2024.08.16 07:22:43.101179 [ 3 ] {43e041fe-96da-4f97-8add-b7071195460a} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12167 | 2024.08.16 07:22:43.101224 [ 3 ] {43e041fe-96da-4f97-8add-b7071195460a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12168 | 2024.08.16 07:22:43.101599 [ 3 ] {43e041fe-96da-4f97-8add-b7071195460a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12169 | 2024.08.16 07:22:43.101953 [ 3 ] {43e041fe-96da-4f97-8add-b7071195460a} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12170 | 2024.08.16 07:22:43.102204 [ 3 ] {43e041fe-96da-4f97-8add-b7071195460a} <Debug> executeQuery: Read 98 rows, 8.20 KiB in 0.001658 sec., 59107.358262967435 rows/sec., 4.83 MiB/sec. | ||
12171 | 2024.08.16 07:22:43.102462 [ 3 ] {43e041fe-96da-4f97-8add-b7071195460a} <Debug> DynamicQueryHandler: Done processing query | ||
12172 | 2024.08.16 07:22:43.102527 [ 3 ] {43e041fe-96da-4f97-8add-b7071195460a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12173 | 2024.08.16 07:22:43.102590 [ 3 ] {} <Debug> HTTP-Session: 0ce50baa-4089-428b-9e19-20f934254b5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12174 | 2024.08.16 07:22:43.102816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 13240, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12175 | 2024.08.16 07:22:43.102871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12176 | 2024.08.16 07:22:43.102893 [ 3 ] {} <Debug> HTTP-Session: b0b9707c-6f7b-40eb-9d41-974e8a6d90e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12177 | 2024.08.16 07:22:43.102909 [ 3 ] {} <Debug> HTTP-Session: b0b9707c-6f7b-40eb-9d41-974e8a6d90e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12178 | 2024.08.16 07:22:43.102923 [ 3 ] {} <Debug> HTTP-Session: b0b9707c-6f7b-40eb-9d41-974e8a6d90e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12179 | 2024.08.16 07:22:43.102955 [ 3 ] {} <Trace> HTTP-Session: b0b9707c-6f7b-40eb-9d41-974e8a6d90e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12180 | 2024.08.16 07:22:43.103085 [ 3 ] {ebcf4f55-3fbc-4a23-a7bb-57b4a3fc1d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12181 | 2024.08.16 07:22:43.103132 [ 3 ] {ebcf4f55-3fbc-4a23-a7bb-57b4a3fc1d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12182 | 2024.08.16 07:22:43.103273 [ 3 ] {ebcf4f55-3fbc-4a23-a7bb-57b4a3fc1d09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12183 | 2024.08.16 07:22:43.103590 [ 3 ] {ebcf4f55-3fbc-4a23-a7bb-57b4a3fc1d09} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12184 | 2024.08.16 07:22:43.103627 [ 3 ] {ebcf4f55-3fbc-4a23-a7bb-57b4a3fc1d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12185 | 2024.08.16 07:22:43.103952 [ 3 ] {ebcf4f55-3fbc-4a23-a7bb-57b4a3fc1d09} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12186 | 2024.08.16 07:22:43.104282 [ 3 ] {ebcf4f55-3fbc-4a23-a7bb-57b4a3fc1d09} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12187 | 2024.08.16 07:22:43.104439 [ 3 ] {ebcf4f55-3fbc-4a23-a7bb-57b4a3fc1d09} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001389 sec., 56155.50755939525 rows/sec., 4.38 MiB/sec. | ||
12188 | 2024.08.16 07:22:43.104598 [ 3 ] {ebcf4f55-3fbc-4a23-a7bb-57b4a3fc1d09} <Debug> DynamicQueryHandler: Done processing query | ||
12189 | 2024.08.16 07:22:43.104622 [ 3 ] {ebcf4f55-3fbc-4a23-a7bb-57b4a3fc1d09} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12190 | 2024.08.16 07:22:43.104638 [ 3 ] {} <Debug> HTTP-Session: b0b9707c-6f7b-40eb-9d41-974e8a6d90e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12191 | 2024.08.16 07:22:43.104846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12192 | 2024.08.16 07:22:43.104897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12193 | 2024.08.16 07:22:43.104917 [ 3 ] {} <Debug> HTTP-Session: 8149e8dc-91d8-4fcd-a4f5-1e8361025143 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12194 | 2024.08.16 07:22:43.104933 [ 3 ] {} <Debug> HTTP-Session: 8149e8dc-91d8-4fcd-a4f5-1e8361025143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12195 | 2024.08.16 07:22:43.104946 [ 3 ] {} <Debug> HTTP-Session: 8149e8dc-91d8-4fcd-a4f5-1e8361025143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12196 | 2024.08.16 07:22:43.104977 [ 3 ] {} <Trace> HTTP-Session: 8149e8dc-91d8-4fcd-a4f5-1e8361025143 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12197 | 2024.08.16 07:22:43.105122 [ 3 ] {f602c02f-a198-4938-b070-2e947c8e9576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12198 | 2024.08.16 07:22:43.105171 [ 3 ] {f602c02f-a198-4938-b070-2e947c8e9576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12199 | 2024.08.16 07:22:43.105320 [ 3 ] {f602c02f-a198-4938-b070-2e947c8e9576} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12200 | 2024.08.16 07:22:43.105665 [ 3 ] {f602c02f-a198-4938-b070-2e947c8e9576} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12201 | 2024.08.16 07:22:43.105701 [ 3 ] {f602c02f-a198-4938-b070-2e947c8e9576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12202 | 2024.08.16 07:22:43.106112 [ 3 ] {f602c02f-a198-4938-b070-2e947c8e9576} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12203 | 2024.08.16 07:22:43.106474 [ 3 ] {f602c02f-a198-4938-b070-2e947c8e9576} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12204 | 2024.08.16 07:22:43.106623 [ 3 ] {f602c02f-a198-4938-b070-2e947c8e9576} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
12205 | 2024.08.16 07:22:43.106785 [ 3 ] {f602c02f-a198-4938-b070-2e947c8e9576} <Debug> DynamicQueryHandler: Done processing query | ||
12206 | 2024.08.16 07:22:43.106808 [ 3 ] {f602c02f-a198-4938-b070-2e947c8e9576} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12207 | 2024.08.16 07:22:43.106823 [ 3 ] {} <Debug> HTTP-Session: 8149e8dc-91d8-4fcd-a4f5-1e8361025143 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12208 | 2024.08.16 07:22:43.106995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23001, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12209 | 2024.08.16 07:22:43.107043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12210 | 2024.08.16 07:22:43.107062 [ 3 ] {} <Debug> HTTP-Session: bd01f236-af9e-4037-91c2-a001709689b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12211 | 2024.08.16 07:22:43.107080 [ 3 ] {} <Debug> HTTP-Session: bd01f236-af9e-4037-91c2-a001709689b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12212 | 2024.08.16 07:22:43.107093 [ 3 ] {} <Debug> HTTP-Session: bd01f236-af9e-4037-91c2-a001709689b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12213 | 2024.08.16 07:22:43.107124 [ 3 ] {} <Trace> HTTP-Session: bd01f236-af9e-4037-91c2-a001709689b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12214 | 2024.08.16 07:22:43.107320 [ 3 ] {03a76253-6e22-4b97-b0af-2f3bf6ec4345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12215 | 2024.08.16 07:22:43.107385 [ 3 ] {03a76253-6e22-4b97-b0af-2f3bf6ec4345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12216 | 2024.08.16 07:22:43.107799 [ 3 ] {03a76253-6e22-4b97-b0af-2f3bf6ec4345} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12217 | 2024.08.16 07:22:43.108286 [ 3 ] {03a76253-6e22-4b97-b0af-2f3bf6ec4345} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12218 | 2024.08.16 07:22:43.108323 [ 3 ] {03a76253-6e22-4b97-b0af-2f3bf6ec4345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12219 | 2024.08.16 07:22:43.108923 [ 3 ] {03a76253-6e22-4b97-b0af-2f3bf6ec4345} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12220 | 2024.08.16 07:22:43.109346 [ 3 ] {03a76253-6e22-4b97-b0af-2f3bf6ec4345} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12221 | 2024.08.16 07:22:43.109527 [ 3 ] {03a76253-6e22-4b97-b0af-2f3bf6ec4345} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002324 sec., 6024.096385542169 rows/sec., 10.79 MiB/sec. | ||
12222 | 2024.08.16 07:22:43.109729 [ 3 ] {03a76253-6e22-4b97-b0af-2f3bf6ec4345} <Debug> DynamicQueryHandler: Done processing query | ||
12223 | 2024.08.16 07:22:43.109753 [ 3 ] {03a76253-6e22-4b97-b0af-2f3bf6ec4345} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
12224 | 2024.08.16 07:22:43.109768 [ 3 ] {} <Debug> HTTP-Session: bd01f236-af9e-4037-91c2-a001709689b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12225 | 2024.08.16 07:22:43.109903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12226 | 2024.08.16 07:22:43.109951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12227 | 2024.08.16 07:22:43.109975 [ 3 ] {} <Debug> HTTP-Session: f41042a1-d129-4bb8-a052-aebf1fbce57e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12228 | 2024.08.16 07:22:43.109991 [ 3 ] {} <Debug> HTTP-Session: f41042a1-d129-4bb8-a052-aebf1fbce57e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12229 | 2024.08.16 07:22:43.110005 [ 3 ] {} <Debug> HTTP-Session: f41042a1-d129-4bb8-a052-aebf1fbce57e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12230 | 2024.08.16 07:22:43.110036 [ 3 ] {} <Trace> HTTP-Session: f41042a1-d129-4bb8-a052-aebf1fbce57e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12231 | 2024.08.16 07:22:43.110155 [ 3 ] {8a3d2d38-33aa-4863-a650-8ef644306d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12232 | 2024.08.16 07:22:43.110200 [ 3 ] {8a3d2d38-33aa-4863-a650-8ef644306d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12233 | 2024.08.16 07:22:43.110334 [ 3 ] {8a3d2d38-33aa-4863-a650-8ef644306d2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12234 | 2024.08.16 07:22:43.110598 [ 3 ] {8a3d2d38-33aa-4863-a650-8ef644306d2d} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12235 | 2024.08.16 07:22:43.110636 [ 3 ] {8a3d2d38-33aa-4863-a650-8ef644306d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12236 | 2024.08.16 07:22:43.111008 [ 3 ] {8a3d2d38-33aa-4863-a650-8ef644306d2d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12237 | 2024.08.16 07:22:43.111335 [ 3 ] {8a3d2d38-33aa-4863-a650-8ef644306d2d} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12238 | 2024.08.16 07:22:43.111492 [ 3 ] {8a3d2d38-33aa-4863-a650-8ef644306d2d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
12239 | 2024.08.16 07:22:43.111644 [ 3 ] {8a3d2d38-33aa-4863-a650-8ef644306d2d} <Debug> DynamicQueryHandler: Done processing query | ||
12240 | 2024.08.16 07:22:43.111668 [ 3 ] {8a3d2d38-33aa-4863-a650-8ef644306d2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12241 | 2024.08.16 07:22:43.111684 [ 3 ] {} <Debug> HTTP-Session: f41042a1-d129-4bb8-a052-aebf1fbce57e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12242 | 2024.08.16 07:22:44.578041 [ 83 ] {} <Debug> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
12243 | 2024.08.16 07:22:44.578128 [ 83 ] {} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12244 | 2024.08.16 07:22:44.578166 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
12245 | 2024.08.16 07:22:44.578385 [ 198 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
12246 | 2024.08.16 07:22:44.578647 [ 198 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12247 | 2024.08.16 07:22:44.578706 [ 198 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 16 rows starting from the beginning of the part | ||
12248 | 2024.08.16 07:22:44.578820 [ 198 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
12249 | 2024.08.16 07:22:44.579093 [ 198 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
12250 | 2024.08.16 07:22:44.579337 [ 198 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
12251 | 2024.08.16 07:22:44.579662 [ 198 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
12252 | 2024.08.16 07:22:44.580715 [ 198 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.002448516 sec., 9801.855491244492 rows/sec., 799.27 KiB/sec. | ||
12253 | 2024.08.16 07:22:44.580885 [ 197 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
12254 | 2024.08.16 07:22:44.581309 [ 197 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_28_6} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12255 | 2024.08.16 07:22:44.581398 [ 197 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_28_6} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
12256 | 2024.08.16 07:22:44.581496 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12257 | 2024.08.16 07:22:46.071991 [ 82 ] {} <Debug> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
12258 | 2024.08.16 07:22:46.072069 [ 82 ] {} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12259 | 2024.08.16 07:22:46.072092 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12260 | 2024.08.16 07:22:46.072284 [ 200 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
12261 | 2024.08.16 07:22:46.073129 [ 200 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12262 | 2024.08.16 07:22:46.073264 [ 200 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 16 rows starting from the beginning of the part | ||
12263 | 2024.08.16 07:22:46.073424 [ 200 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
12264 | 2024.08.16 07:22:46.073504 [ 200 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
12265 | 2024.08.16 07:22:46.073739 [ 200 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
12266 | 2024.08.16 07:22:46.073943 [ 200 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
12267 | 2024.08.16 07:22:46.074979 [ 194 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.002828076 sec., 8486.33487926067 rows/sec., 592.55 KiB/sec. | ||
12268 | 2024.08.16 07:22:46.075167 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
12269 | 2024.08.16 07:22:46.075576 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_28_6} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12270 | 2024.08.16 07:22:46.075664 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_28_6} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
12271 | 2024.08.16 07:22:46.075762 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12272 | 2024.08.16 07:22:47.502150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12273 | 2024.08.16 07:22:47.502333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12274 | 2024.08.16 07:22:47.502388 [ 3 ] {} <Debug> HTTP-Session: 67c50d68-b254-4769-92c3-acfed8640421 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12275 | 2024.08.16 07:22:47.502430 [ 3 ] {} <Debug> HTTP-Session: 67c50d68-b254-4769-92c3-acfed8640421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12276 | 2024.08.16 07:22:47.502502 [ 3 ] {} <Debug> HTTP-Session: 67c50d68-b254-4769-92c3-acfed8640421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12277 | 2024.08.16 07:22:47.502583 [ 3 ] {} <Trace> HTTP-Session: 67c50d68-b254-4769-92c3-acfed8640421 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12278 | 2024.08.16 07:22:47.502868 [ 3 ] {ecee80fd-2932-443a-a930-4f474c3ac3f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12279 | 2024.08.16 07:22:47.502974 [ 3 ] {ecee80fd-2932-443a-a930-4f474c3ac3f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12280 | 2024.08.16 07:22:47.503305 [ 3 ] {ecee80fd-2932-443a-a930-4f474c3ac3f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12281 | 2024.08.16 07:22:47.503742 [ 3 ] {ecee80fd-2932-443a-a930-4f474c3ac3f9} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12282 | 2024.08.16 07:22:47.503781 [ 3 ] {ecee80fd-2932-443a-a930-4f474c3ac3f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12283 | 2024.08.16 07:22:47.504147 [ 3 ] {ecee80fd-2932-443a-a930-4f474c3ac3f9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12284 | 2024.08.16 07:22:47.504489 [ 3 ] {ecee80fd-2932-443a-a930-4f474c3ac3f9} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12285 | 2024.08.16 07:22:47.504636 [ 3 ] {ecee80fd-2932-443a-a930-4f474c3ac3f9} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001864 sec., 10193.1330472103 rows/sec., 826.20 KiB/sec. | ||
12286 | 2024.08.16 07:22:47.504997 [ 3 ] {ecee80fd-2932-443a-a930-4f474c3ac3f9} <Debug> DynamicQueryHandler: Done processing query | ||
12287 | 2024.08.16 07:22:47.505036 [ 3 ] {ecee80fd-2932-443a-a930-4f474c3ac3f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12288 | 2024.08.16 07:22:47.505053 [ 3 ] {} <Debug> HTTP-Session: 67c50d68-b254-4769-92c3-acfed8640421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12289 | 2024.08.16 07:22:47.505243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12290 | 2024.08.16 07:22:47.505293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12291 | 2024.08.16 07:22:47.505312 [ 3 ] {} <Debug> HTTP-Session: 9426aa1b-02ca-4fc5-a668-4c4a9dbf63e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12292 | 2024.08.16 07:22:47.505328 [ 3 ] {} <Debug> HTTP-Session: 9426aa1b-02ca-4fc5-a668-4c4a9dbf63e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12293 | 2024.08.16 07:22:47.505342 [ 3 ] {} <Debug> HTTP-Session: 9426aa1b-02ca-4fc5-a668-4c4a9dbf63e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12294 | 2024.08.16 07:22:47.505373 [ 3 ] {} <Trace> HTTP-Session: 9426aa1b-02ca-4fc5-a668-4c4a9dbf63e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12295 | 2024.08.16 07:22:47.505474 [ 3 ] {ce57339c-b4cd-4483-ab6c-5080cb750603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12296 | 2024.08.16 07:22:47.505520 [ 3 ] {ce57339c-b4cd-4483-ab6c-5080cb750603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12297 | 2024.08.16 07:22:47.505668 [ 3 ] {ce57339c-b4cd-4483-ab6c-5080cb750603} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12298 | 2024.08.16 07:22:47.506010 [ 3 ] {ce57339c-b4cd-4483-ab6c-5080cb750603} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12299 | 2024.08.16 07:22:47.506046 [ 3 ] {ce57339c-b4cd-4483-ab6c-5080cb750603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12300 | 2024.08.16 07:22:47.506344 [ 3 ] {ce57339c-b4cd-4483-ab6c-5080cb750603} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12301 | 2024.08.16 07:22:47.506645 [ 3 ] {ce57339c-b4cd-4483-ab6c-5080cb750603} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12302 | 2024.08.16 07:22:47.506774 [ 3 ] {ce57339c-b4cd-4483-ab6c-5080cb750603} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001328 sec., 1506.0240963855422 rows/sec., 122.81 KiB/sec. | ||
12303 | 2024.08.16 07:22:47.506939 [ 3 ] {ce57339c-b4cd-4483-ab6c-5080cb750603} <Debug> DynamicQueryHandler: Done processing query | ||
12304 | 2024.08.16 07:22:47.506964 [ 3 ] {ce57339c-b4cd-4483-ab6c-5080cb750603} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12305 | 2024.08.16 07:22:47.506980 [ 3 ] {} <Debug> HTTP-Session: 9426aa1b-02ca-4fc5-a668-4c4a9dbf63e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12306 | 2024.08.16 07:22:47.507306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 202020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12307 | 2024.08.16 07:22:47.507356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12308 | 2024.08.16 07:22:47.507375 [ 3 ] {} <Debug> HTTP-Session: 1a1d1a80-96c2-455a-93a9-b64c72eefb25 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12309 | 2024.08.16 07:22:47.507391 [ 3 ] {} <Debug> HTTP-Session: 1a1d1a80-96c2-455a-93a9-b64c72eefb25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12310 | 2024.08.16 07:22:47.507405 [ 3 ] {} <Debug> HTTP-Session: 1a1d1a80-96c2-455a-93a9-b64c72eefb25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12311 | 2024.08.16 07:22:47.507435 [ 3 ] {} <Trace> HTTP-Session: 1a1d1a80-96c2-455a-93a9-b64c72eefb25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12312 | 2024.08.16 07:22:47.507918 [ 3 ] {64463ba3-d1de-432f-a169-1f4f9346e9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12313 | 2024.08.16 07:22:47.507963 [ 3 ] {64463ba3-d1de-432f-a169-1f4f9346e9d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12314 | 2024.08.16 07:22:47.508085 [ 3 ] {64463ba3-d1de-432f-a169-1f4f9346e9d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12315 | 2024.08.16 07:22:47.509246 [ 3 ] {64463ba3-d1de-432f-a169-1f4f9346e9d6} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12316 | 2024.08.16 07:22:47.509284 [ 3 ] {64463ba3-d1de-432f-a169-1f4f9346e9d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12317 | 2024.08.16 07:22:47.509675 [ 3 ] {64463ba3-d1de-432f-a169-1f4f9346e9d6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12318 | 2024.08.16 07:22:47.509984 [ 3 ] {64463ba3-d1de-432f-a169-1f4f9346e9d6} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12319 | 2024.08.16 07:22:47.510113 [ 3 ] {64463ba3-d1de-432f-a169-1f4f9346e9d6} <Debug> executeQuery: Read 1387 rows, 118.16 KiB in 0.002523 sec., 549742.3701942132 rows/sec., 45.73 MiB/sec. | ||
12320 | 2024.08.16 07:22:47.510265 [ 3 ] {64463ba3-d1de-432f-a169-1f4f9346e9d6} <Debug> DynamicQueryHandler: Done processing query | ||
12321 | 2024.08.16 07:22:47.510288 [ 3 ] {64463ba3-d1de-432f-a169-1f4f9346e9d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
12322 | 2024.08.16 07:22:47.510304 [ 3 ] {} <Debug> HTTP-Session: 1a1d1a80-96c2-455a-93a9-b64c72eefb25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12323 | 2024.08.16 07:22:47.510529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12324 | 2024.08.16 07:22:47.510576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12325 | 2024.08.16 07:22:47.510596 [ 3 ] {} <Debug> HTTP-Session: 73f84ef3-ebe5-4b1a-8237-0fdd876fddff Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12326 | 2024.08.16 07:22:47.510613 [ 3 ] {} <Debug> HTTP-Session: 73f84ef3-ebe5-4b1a-8237-0fdd876fddff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12327 | 2024.08.16 07:22:47.510626 [ 3 ] {} <Debug> HTTP-Session: 73f84ef3-ebe5-4b1a-8237-0fdd876fddff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12328 | 2024.08.16 07:22:47.510656 [ 3 ] {} <Trace> HTTP-Session: 73f84ef3-ebe5-4b1a-8237-0fdd876fddff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12329 | 2024.08.16 07:22:47.510751 [ 3 ] {abaeb671-7131-49fe-ad5a-0ad6ce1a6d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12330 | 2024.08.16 07:22:47.510793 [ 3 ] {abaeb671-7131-49fe-ad5a-0ad6ce1a6d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12331 | 2024.08.16 07:22:47.510917 [ 3 ] {abaeb671-7131-49fe-ad5a-0ad6ce1a6d1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12332 | 2024.08.16 07:22:47.511212 [ 3 ] {abaeb671-7131-49fe-ad5a-0ad6ce1a6d1b} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12333 | 2024.08.16 07:22:47.511248 [ 3 ] {abaeb671-7131-49fe-ad5a-0ad6ce1a6d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12334 | 2024.08.16 07:22:47.511542 [ 3 ] {abaeb671-7131-49fe-ad5a-0ad6ce1a6d1b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12335 | 2024.08.16 07:22:47.511852 [ 3 ] {abaeb671-7131-49fe-ad5a-0ad6ce1a6d1b} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12336 | 2024.08.16 07:22:47.511982 [ 3 ] {abaeb671-7131-49fe-ad5a-0ad6ce1a6d1b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001253 sec., 1596.1691939345571 rows/sec., 111.45 KiB/sec. | ||
12337 | 2024.08.16 07:22:47.512246 [ 3 ] {abaeb671-7131-49fe-ad5a-0ad6ce1a6d1b} <Debug> DynamicQueryHandler: Done processing query | ||
12338 | 2024.08.16 07:22:47.512293 [ 3 ] {abaeb671-7131-49fe-ad5a-0ad6ce1a6d1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12339 | 2024.08.16 07:22:47.512319 [ 3 ] {} <Debug> HTTP-Session: 73f84ef3-ebe5-4b1a-8237-0fdd876fddff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12340 | 2024.08.16 07:22:47.512524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12341 | 2024.08.16 07:22:47.512573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12342 | 2024.08.16 07:22:47.512593 [ 3 ] {} <Debug> HTTP-Session: 4c3fd404-91ea-4ec3-a69e-aad0620b5fe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12343 | 2024.08.16 07:22:47.512609 [ 3 ] {} <Debug> HTTP-Session: 4c3fd404-91ea-4ec3-a69e-aad0620b5fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12344 | 2024.08.16 07:22:47.512623 [ 3 ] {} <Debug> HTTP-Session: 4c3fd404-91ea-4ec3-a69e-aad0620b5fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12345 | 2024.08.16 07:22:47.512653 [ 3 ] {} <Trace> HTTP-Session: 4c3fd404-91ea-4ec3-a69e-aad0620b5fe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12346 | 2024.08.16 07:22:47.512818 [ 3 ] {0856ae61-46d5-4714-80f9-4256b98f8c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12347 | 2024.08.16 07:22:47.512861 [ 3 ] {0856ae61-46d5-4714-80f9-4256b98f8c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12348 | 2024.08.16 07:22:47.513002 [ 3 ] {0856ae61-46d5-4714-80f9-4256b98f8c79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12349 | 2024.08.16 07:22:47.513399 [ 3 ] {0856ae61-46d5-4714-80f9-4256b98f8c79} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12350 | 2024.08.16 07:22:47.513436 [ 3 ] {0856ae61-46d5-4714-80f9-4256b98f8c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12351 | 2024.08.16 07:22:47.513748 [ 3 ] {0856ae61-46d5-4714-80f9-4256b98f8c79} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12352 | 2024.08.16 07:22:47.514048 [ 3 ] {0856ae61-46d5-4714-80f9-4256b98f8c79} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12353 | 2024.08.16 07:22:47.514193 [ 3 ] {0856ae61-46d5-4714-80f9-4256b98f8c79} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001462 sec., 165526.6757865937 rows/sec., 11.21 MiB/sec. | ||
12354 | 2024.08.16 07:22:47.514349 [ 3 ] {0856ae61-46d5-4714-80f9-4256b98f8c79} <Debug> DynamicQueryHandler: Done processing query | ||
12355 | 2024.08.16 07:22:47.514373 [ 3 ] {0856ae61-46d5-4714-80f9-4256b98f8c79} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12356 | 2024.08.16 07:22:47.514388 [ 3 ] {} <Debug> HTTP-Session: 4c3fd404-91ea-4ec3-a69e-aad0620b5fe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12357 | 2024.08.16 07:22:47.514510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12358 | 2024.08.16 07:22:47.514555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12359 | 2024.08.16 07:22:47.514574 [ 3 ] {} <Debug> HTTP-Session: 302a93ad-ec35-458a-a040-bc6e8567f11c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12360 | 2024.08.16 07:22:47.514590 [ 3 ] {} <Debug> HTTP-Session: 302a93ad-ec35-458a-a040-bc6e8567f11c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12361 | 2024.08.16 07:22:47.514603 [ 3 ] {} <Debug> HTTP-Session: 302a93ad-ec35-458a-a040-bc6e8567f11c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12362 | 2024.08.16 07:22:47.514633 [ 3 ] {} <Trace> HTTP-Session: 302a93ad-ec35-458a-a040-bc6e8567f11c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12363 | 2024.08.16 07:22:47.514729 [ 3 ] {cd90ea95-5fef-4291-9105-55e7e4243377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12364 | 2024.08.16 07:22:47.514772 [ 3 ] {cd90ea95-5fef-4291-9105-55e7e4243377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12365 | 2024.08.16 07:22:47.514895 [ 3 ] {cd90ea95-5fef-4291-9105-55e7e4243377} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12366 | 2024.08.16 07:22:47.515164 [ 3 ] {cd90ea95-5fef-4291-9105-55e7e4243377} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12367 | 2024.08.16 07:22:47.515201 [ 3 ] {cd90ea95-5fef-4291-9105-55e7e4243377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12368 | 2024.08.16 07:22:47.515499 [ 3 ] {cd90ea95-5fef-4291-9105-55e7e4243377} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12369 | 2024.08.16 07:22:47.515799 [ 3 ] {cd90ea95-5fef-4291-9105-55e7e4243377} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12370 | 2024.08.16 07:22:47.515948 [ 3 ] {cd90ea95-5fef-4291-9105-55e7e4243377} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001236 sec., 4854.368932038836 rows/sec., 286.81 KiB/sec. | ||
12371 | 2024.08.16 07:22:47.516246 [ 3 ] {cd90ea95-5fef-4291-9105-55e7e4243377} <Debug> DynamicQueryHandler: Done processing query | ||
12372 | 2024.08.16 07:22:47.516293 [ 3 ] {cd90ea95-5fef-4291-9105-55e7e4243377} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12373 | 2024.08.16 07:22:47.516312 [ 3 ] {} <Debug> HTTP-Session: 302a93ad-ec35-458a-a040-bc6e8567f11c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12374 | 2024.08.16 07:22:47.516569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 140303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12375 | 2024.08.16 07:22:47.516619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12376 | 2024.08.16 07:22:47.516639 [ 3 ] {} <Debug> HTTP-Session: 9d61a864-0d0d-41a6-8217-9918274aa19f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12377 | 2024.08.16 07:22:47.516655 [ 3 ] {} <Debug> HTTP-Session: 9d61a864-0d0d-41a6-8217-9918274aa19f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12378 | 2024.08.16 07:22:47.516669 [ 3 ] {} <Debug> HTTP-Session: 9d61a864-0d0d-41a6-8217-9918274aa19f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12379 | 2024.08.16 07:22:47.516699 [ 3 ] {} <Trace> HTTP-Session: 9d61a864-0d0d-41a6-8217-9918274aa19f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12380 | 2024.08.16 07:22:47.517005 [ 3 ] {fbf7987c-1cf2-458b-8885-b104b5c478e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12381 | 2024.08.16 07:22:47.517050 [ 3 ] {fbf7987c-1cf2-458b-8885-b104b5c478e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12382 | 2024.08.16 07:22:47.517195 [ 3 ] {fbf7987c-1cf2-458b-8885-b104b5c478e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12383 | 2024.08.16 07:22:47.518019 [ 3 ] {fbf7987c-1cf2-458b-8885-b104b5c478e1} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12384 | 2024.08.16 07:22:47.518057 [ 3 ] {fbf7987c-1cf2-458b-8885-b104b5c478e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12385 | 2024.08.16 07:22:47.518403 [ 3 ] {fbf7987c-1cf2-458b-8885-b104b5c478e1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12386 | 2024.08.16 07:22:47.518722 [ 3 ] {fbf7987c-1cf2-458b-8885-b104b5c478e1} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12387 | 2024.08.16 07:22:47.518873 [ 3 ] {fbf7987c-1cf2-458b-8885-b104b5c478e1} <Debug> executeQuery: Read 859 rows, 63.66 KiB in 0.00205 sec., 419024.3902439024 rows/sec., 30.32 MiB/sec. | ||
12388 | 2024.08.16 07:22:47.519033 [ 3 ] {fbf7987c-1cf2-458b-8885-b104b5c478e1} <Debug> DynamicQueryHandler: Done processing query | ||
12389 | 2024.08.16 07:22:47.519058 [ 3 ] {fbf7987c-1cf2-458b-8885-b104b5c478e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
12390 | 2024.08.16 07:22:47.519073 [ 3 ] {} <Debug> HTTP-Session: 9d61a864-0d0d-41a6-8217-9918274aa19f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12391 | 2024.08.16 07:22:47.519260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12392 | 2024.08.16 07:22:47.519306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12393 | 2024.08.16 07:22:47.519327 [ 3 ] {} <Debug> HTTP-Session: 5b66d5e5-35a1-4952-8ddd-049dec2b377f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12394 | 2024.08.16 07:22:47.519344 [ 3 ] {} <Debug> HTTP-Session: 5b66d5e5-35a1-4952-8ddd-049dec2b377f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12395 | 2024.08.16 07:22:47.519358 [ 3 ] {} <Debug> HTTP-Session: 5b66d5e5-35a1-4952-8ddd-049dec2b377f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12396 | 2024.08.16 07:22:47.519389 [ 3 ] {} <Trace> HTTP-Session: 5b66d5e5-35a1-4952-8ddd-049dec2b377f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12397 | 2024.08.16 07:22:47.519483 [ 3 ] {0253901f-c203-43b8-9ddb-f0331fe5122f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12398 | 2024.08.16 07:22:47.519527 [ 3 ] {0253901f-c203-43b8-9ddb-f0331fe5122f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12399 | 2024.08.16 07:22:47.519657 [ 3 ] {0253901f-c203-43b8-9ddb-f0331fe5122f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12400 | 2024.08.16 07:22:47.519946 [ 3 ] {0253901f-c203-43b8-9ddb-f0331fe5122f} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12401 | 2024.08.16 07:22:47.519983 [ 3 ] {0253901f-c203-43b8-9ddb-f0331fe5122f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12402 | 2024.08.16 07:22:47.520341 [ 3 ] {0253901f-c203-43b8-9ddb-f0331fe5122f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12403 | 2024.08.16 07:22:47.520655 [ 3 ] {0253901f-c203-43b8-9ddb-f0331fe5122f} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12404 | 2024.08.16 07:22:47.520799 [ 3 ] {0253901f-c203-43b8-9ddb-f0331fe5122f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001334 sec., 4497.751124437781 rows/sec., 234.99 KiB/sec. | ||
12405 | 2024.08.16 07:22:47.521335 [ 3 ] {0253901f-c203-43b8-9ddb-f0331fe5122f} <Debug> DynamicQueryHandler: Done processing query | ||
12406 | 2024.08.16 07:22:47.521414 [ 3 ] {0253901f-c203-43b8-9ddb-f0331fe5122f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12407 | 2024.08.16 07:22:47.521493 [ 3 ] {} <Debug> HTTP-Session: 5b66d5e5-35a1-4952-8ddd-049dec2b377f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12408 | 2024.08.16 07:22:47.521828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 170329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12409 | 2024.08.16 07:22:47.521881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12410 | 2024.08.16 07:22:47.521903 [ 3 ] {} <Debug> HTTP-Session: 15d1e8c1-6adc-44e8-b7fb-8961c25fe17f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12411 | 2024.08.16 07:22:47.521919 [ 3 ] {} <Debug> HTTP-Session: 15d1e8c1-6adc-44e8-b7fb-8961c25fe17f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12412 | 2024.08.16 07:22:47.521933 [ 3 ] {} <Debug> HTTP-Session: 15d1e8c1-6adc-44e8-b7fb-8961c25fe17f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12413 | 2024.08.16 07:22:47.521967 [ 3 ] {} <Trace> HTTP-Session: 15d1e8c1-6adc-44e8-b7fb-8961c25fe17f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12414 | 2024.08.16 07:22:47.522378 [ 3 ] {912a6e05-e8e8-4e3f-93c4-bce009227082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12415 | 2024.08.16 07:22:47.522427 [ 3 ] {912a6e05-e8e8-4e3f-93c4-bce009227082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12416 | 2024.08.16 07:22:47.522593 [ 3 ] {912a6e05-e8e8-4e3f-93c4-bce009227082} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12417 | 2024.08.16 07:22:47.523498 [ 3 ] {912a6e05-e8e8-4e3f-93c4-bce009227082} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12418 | 2024.08.16 07:22:47.523535 [ 3 ] {912a6e05-e8e8-4e3f-93c4-bce009227082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12419 | 2024.08.16 07:22:47.523963 [ 3 ] {912a6e05-e8e8-4e3f-93c4-bce009227082} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12420 | 2024.08.16 07:22:47.524302 [ 3 ] {912a6e05-e8e8-4e3f-93c4-bce009227082} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12421 | 2024.08.16 07:22:47.524465 [ 3 ] {912a6e05-e8e8-4e3f-93c4-bce009227082} <Debug> executeQuery: Read 900 rows, 61.52 KiB in 0.002335 sec., 385438.97216274095 rows/sec., 25.73 MiB/sec. | ||
12422 | 2024.08.16 07:22:47.524741 [ 3 ] {912a6e05-e8e8-4e3f-93c4-bce009227082} <Debug> DynamicQueryHandler: Done processing query | ||
12423 | 2024.08.16 07:22:47.524804 [ 3 ] {912a6e05-e8e8-4e3f-93c4-bce009227082} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
12424 | 2024.08.16 07:22:47.524865 [ 3 ] {} <Debug> HTTP-Session: 15d1e8c1-6adc-44e8-b7fb-8961c25fe17f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12425 | 2024.08.16 07:22:47.525102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12426 | 2024.08.16 07:22:47.525155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12427 | 2024.08.16 07:22:47.525174 [ 3 ] {} <Debug> HTTP-Session: 377f48bd-8021-4f12-bdba-1157f5f4bb62 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12428 | 2024.08.16 07:22:47.525191 [ 3 ] {} <Debug> HTTP-Session: 377f48bd-8021-4f12-bdba-1157f5f4bb62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12429 | 2024.08.16 07:22:47.525205 [ 3 ] {} <Debug> HTTP-Session: 377f48bd-8021-4f12-bdba-1157f5f4bb62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12430 | 2024.08.16 07:22:47.525238 [ 3 ] {} <Trace> HTTP-Session: 377f48bd-8021-4f12-bdba-1157f5f4bb62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12431 | 2024.08.16 07:22:47.525335 [ 3 ] {798cf95d-68da-4255-ac35-335a72ff5004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12432 | 2024.08.16 07:22:47.525381 [ 3 ] {798cf95d-68da-4255-ac35-335a72ff5004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12433 | 2024.08.16 07:22:47.525527 [ 3 ] {798cf95d-68da-4255-ac35-335a72ff5004} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12434 | 2024.08.16 07:22:47.525849 [ 3 ] {798cf95d-68da-4255-ac35-335a72ff5004} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12435 | 2024.08.16 07:22:47.525886 [ 3 ] {798cf95d-68da-4255-ac35-335a72ff5004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12436 | 2024.08.16 07:22:47.526238 [ 3 ] {798cf95d-68da-4255-ac35-335a72ff5004} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12437 | 2024.08.16 07:22:47.526555 [ 3 ] {798cf95d-68da-4255-ac35-335a72ff5004} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12438 | 2024.08.16 07:22:47.526709 [ 3 ] {798cf95d-68da-4255-ac35-335a72ff5004} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec. | ||
12439 | 2024.08.16 07:22:47.526879 [ 3 ] {798cf95d-68da-4255-ac35-335a72ff5004} <Debug> DynamicQueryHandler: Done processing query | ||
12440 | 2024.08.16 07:22:47.526904 [ 3 ] {798cf95d-68da-4255-ac35-335a72ff5004} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12441 | 2024.08.16 07:22:47.526919 [ 3 ] {} <Debug> HTTP-Session: 377f48bd-8021-4f12-bdba-1157f5f4bb62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12442 | 2024.08.16 07:22:47.527072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12443 | 2024.08.16 07:22:47.527121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12444 | 2024.08.16 07:22:47.527141 [ 3 ] {} <Debug> HTTP-Session: 3ba234b5-edb1-46c5-977d-6dc4ed198193 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12445 | 2024.08.16 07:22:47.527158 [ 3 ] {} <Debug> HTTP-Session: 3ba234b5-edb1-46c5-977d-6dc4ed198193 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12446 | 2024.08.16 07:22:47.527172 [ 3 ] {} <Debug> HTTP-Session: 3ba234b5-edb1-46c5-977d-6dc4ed198193 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12447 | 2024.08.16 07:22:47.527202 [ 3 ] {} <Trace> HTTP-Session: 3ba234b5-edb1-46c5-977d-6dc4ed198193 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12448 | 2024.08.16 07:22:47.527472 [ 3 ] {a41348b8-5753-4944-a3a2-7ec7555fdbe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12449 | 2024.08.16 07:22:47.527535 [ 3 ] {a41348b8-5753-4944-a3a2-7ec7555fdbe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12450 | 2024.08.16 07:22:47.527950 [ 3 ] {a41348b8-5753-4944-a3a2-7ec7555fdbe6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12451 | 2024.08.16 07:22:47.528578 [ 3 ] {a41348b8-5753-4944-a3a2-7ec7555fdbe6} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12452 | 2024.08.16 07:22:47.528615 [ 3 ] {a41348b8-5753-4944-a3a2-7ec7555fdbe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12453 | 2024.08.16 07:22:47.529225 [ 3 ] {a41348b8-5753-4944-a3a2-7ec7555fdbe6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12454 | 2024.08.16 07:22:47.529629 [ 3 ] {a41348b8-5753-4944-a3a2-7ec7555fdbe6} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12455 | 2024.08.16 07:22:47.529817 [ 3 ] {a41348b8-5753-4944-a3a2-7ec7555fdbe6} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002538 sec., 7486.209613869189 rows/sec., 13.41 MiB/sec. | ||
12456 | 2024.08.16 07:22:47.530038 [ 3 ] {a41348b8-5753-4944-a3a2-7ec7555fdbe6} <Debug> DynamicQueryHandler: Done processing query | ||
12457 | 2024.08.16 07:22:47.530063 [ 3 ] {a41348b8-5753-4944-a3a2-7ec7555fdbe6} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
12458 | 2024.08.16 07:22:47.530079 [ 3 ] {} <Debug> HTTP-Session: 3ba234b5-edb1-46c5-977d-6dc4ed198193 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12459 | 2024.08.16 07:22:47.530200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 10928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12460 | 2024.08.16 07:22:47.530250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12461 | 2024.08.16 07:22:47.530269 [ 3 ] {} <Debug> HTTP-Session: e02b99a7-2dce-4a53-affc-7c81ff7b680f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12462 | 2024.08.16 07:22:47.530285 [ 3 ] {} <Debug> HTTP-Session: e02b99a7-2dce-4a53-affc-7c81ff7b680f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12463 | 2024.08.16 07:22:47.530299 [ 3 ] {} <Debug> HTTP-Session: e02b99a7-2dce-4a53-affc-7c81ff7b680f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12464 | 2024.08.16 07:22:47.530330 [ 3 ] {} <Trace> HTTP-Session: e02b99a7-2dce-4a53-affc-7c81ff7b680f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12465 | 2024.08.16 07:22:47.530443 [ 3 ] {8eb4ac20-53b9-4338-b231-6229462a3aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12466 | 2024.08.16 07:22:47.530487 [ 3 ] {8eb4ac20-53b9-4338-b231-6229462a3aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12467 | 2024.08.16 07:22:47.530617 [ 3 ] {8eb4ac20-53b9-4338-b231-6229462a3aa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12468 | 2024.08.16 07:22:47.530931 [ 3 ] {8eb4ac20-53b9-4338-b231-6229462a3aa4} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12469 | 2024.08.16 07:22:47.530968 [ 3 ] {8eb4ac20-53b9-4338-b231-6229462a3aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12470 | 2024.08.16 07:22:47.531324 [ 3 ] {8eb4ac20-53b9-4338-b231-6229462a3aa4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12471 | 2024.08.16 07:22:47.531644 [ 3 ] {8eb4ac20-53b9-4338-b231-6229462a3aa4} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12472 | 2024.08.16 07:22:47.531801 [ 3 ] {8eb4ac20-53b9-4338-b231-6229462a3aa4} <Debug> executeQuery: Read 74 rows, 4.79 KiB in 0.001387 sec., 53352.559480894015 rows/sec., 3.37 MiB/sec. | ||
12473 | 2024.08.16 07:22:47.531967 [ 3 ] {8eb4ac20-53b9-4338-b231-6229462a3aa4} <Debug> DynamicQueryHandler: Done processing query | ||
12474 | 2024.08.16 07:22:47.531990 [ 3 ] {8eb4ac20-53b9-4338-b231-6229462a3aa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12475 | 2024.08.16 07:22:47.532006 [ 3 ] {} <Debug> HTTP-Session: e02b99a7-2dce-4a53-affc-7c81ff7b680f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12476 | 2024.08.16 07:22:48.088588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12477 | 2024.08.16 07:22:48.088712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12478 | 2024.08.16 07:22:48.088737 [ 3 ] {} <Debug> HTTP-Session: 302feba4-1d7c-47dc-bad8-43b4bb7e8082 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12479 | 2024.08.16 07:22:48.088761 [ 3 ] {} <Debug> HTTP-Session: 302feba4-1d7c-47dc-bad8-43b4bb7e8082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12480 | 2024.08.16 07:22:48.088776 [ 3 ] {} <Debug> HTTP-Session: 302feba4-1d7c-47dc-bad8-43b4bb7e8082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12481 | 2024.08.16 07:22:48.088828 [ 3 ] {} <Trace> HTTP-Session: 302feba4-1d7c-47dc-bad8-43b4bb7e8082 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12482 | 2024.08.16 07:22:48.089014 [ 3 ] {cf67fed6-f521-47f7-bada-8ab58b6b8ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12483 | 2024.08.16 07:22:48.089084 [ 3 ] {cf67fed6-f521-47f7-bada-8ab58b6b8ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12484 | 2024.08.16 07:22:48.089282 [ 3 ] {cf67fed6-f521-47f7-bada-8ab58b6b8ca2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12485 | 2024.08.16 07:22:48.089737 [ 3 ] {cf67fed6-f521-47f7-bada-8ab58b6b8ca2} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12486 | 2024.08.16 07:22:48.089782 [ 3 ] {cf67fed6-f521-47f7-bada-8ab58b6b8ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12487 | 2024.08.16 07:22:48.090154 [ 3 ] {cf67fed6-f521-47f7-bada-8ab58b6b8ca2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12488 | 2024.08.16 07:22:48.090485 [ 3 ] {cf67fed6-f521-47f7-bada-8ab58b6b8ca2} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12489 | 2024.08.16 07:22:48.090655 [ 3 ] {cf67fed6-f521-47f7-bada-8ab58b6b8ca2} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.00169 sec., 2366.8639053254437 rows/sec., 199.36 KiB/sec. | ||
12490 | 2024.08.16 07:22:48.090854 [ 3 ] {cf67fed6-f521-47f7-bada-8ab58b6b8ca2} <Debug> DynamicQueryHandler: Done processing query | ||
12491 | 2024.08.16 07:22:48.090880 [ 3 ] {cf67fed6-f521-47f7-bada-8ab58b6b8ca2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12492 | 2024.08.16 07:22:48.090897 [ 3 ] {} <Debug> HTTP-Session: 302feba4-1d7c-47dc-bad8-43b4bb7e8082 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12493 | 2024.08.16 07:22:48.091028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1402, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12494 | 2024.08.16 07:22:48.091079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12495 | 2024.08.16 07:22:48.091099 [ 3 ] {} <Debug> HTTP-Session: 6d4fac8c-512c-4bd7-8cec-c8b170640584 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12496 | 2024.08.16 07:22:48.091116 [ 3 ] {} <Debug> HTTP-Session: 6d4fac8c-512c-4bd7-8cec-c8b170640584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12497 | 2024.08.16 07:22:48.091130 [ 3 ] {} <Debug> HTTP-Session: 6d4fac8c-512c-4bd7-8cec-c8b170640584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12498 | 2024.08.16 07:22:48.091161 [ 3 ] {} <Trace> HTTP-Session: 6d4fac8c-512c-4bd7-8cec-c8b170640584 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12499 | 2024.08.16 07:22:48.091262 [ 3 ] {6989715e-8d71-4f5c-a6e0-cd4c0f82ac4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12500 | 2024.08.16 07:22:48.091306 [ 3 ] {6989715e-8d71-4f5c-a6e0-cd4c0f82ac4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12501 | 2024.08.16 07:22:48.091435 [ 3 ] {6989715e-8d71-4f5c-a6e0-cd4c0f82ac4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12502 | 2024.08.16 07:22:48.091740 [ 3 ] {6989715e-8d71-4f5c-a6e0-cd4c0f82ac4b} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12503 | 2024.08.16 07:22:48.091777 [ 3 ] {6989715e-8d71-4f5c-a6e0-cd4c0f82ac4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12504 | 2024.08.16 07:22:48.092087 [ 3 ] {6989715e-8d71-4f5c-a6e0-cd4c0f82ac4b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12505 | 2024.08.16 07:22:48.092392 [ 3 ] {6989715e-8d71-4f5c-a6e0-cd4c0f82ac4b} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12506 | 2024.08.16 07:22:48.092546 [ 3 ] {6989715e-8d71-4f5c-a6e0-cd4c0f82ac4b} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001305 sec., 6130.268199233717 rows/sec., 492.40 KiB/sec. | ||
12507 | 2024.08.16 07:22:48.092786 [ 3 ] {6989715e-8d71-4f5c-a6e0-cd4c0f82ac4b} <Debug> DynamicQueryHandler: Done processing query | ||
12508 | 2024.08.16 07:22:48.092841 [ 3 ] {6989715e-8d71-4f5c-a6e0-cd4c0f82ac4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12509 | 2024.08.16 07:22:48.092899 [ 3 ] {} <Debug> HTTP-Session: 6d4fac8c-512c-4bd7-8cec-c8b170640584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12510 | 2024.08.16 07:22:48.093078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 456, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12511 | 2024.08.16 07:22:48.093132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12512 | 2024.08.16 07:22:48.093151 [ 3 ] {} <Debug> HTTP-Session: 9d0144cf-acb0-4e4e-a93f-c2eab6e36967 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12513 | 2024.08.16 07:22:48.093168 [ 3 ] {} <Debug> HTTP-Session: 9d0144cf-acb0-4e4e-a93f-c2eab6e36967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12514 | 2024.08.16 07:22:48.093182 [ 3 ] {} <Debug> HTTP-Session: 9d0144cf-acb0-4e4e-a93f-c2eab6e36967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12515 | 2024.08.16 07:22:48.093216 [ 3 ] {} <Trace> HTTP-Session: 9d0144cf-acb0-4e4e-a93f-c2eab6e36967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12516 | 2024.08.16 07:22:48.093315 [ 3 ] {8b2bd939-c76f-4ad2-bb44-fa8d69579a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12517 | 2024.08.16 07:22:48.093365 [ 3 ] {8b2bd939-c76f-4ad2-bb44-fa8d69579a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12518 | 2024.08.16 07:22:48.093533 [ 3 ] {8b2bd939-c76f-4ad2-bb44-fa8d69579a7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12519 | 2024.08.16 07:22:48.093829 [ 3 ] {8b2bd939-c76f-4ad2-bb44-fa8d69579a7b} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12520 | 2024.08.16 07:22:48.093867 [ 3 ] {8b2bd939-c76f-4ad2-bb44-fa8d69579a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12521 | 2024.08.16 07:22:48.094245 [ 3 ] {8b2bd939-c76f-4ad2-bb44-fa8d69579a7b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12522 | 2024.08.16 07:22:48.094590 [ 3 ] {8b2bd939-c76f-4ad2-bb44-fa8d69579a7b} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12523 | 2024.08.16 07:22:48.094744 [ 3 ] {8b2bd939-c76f-4ad2-bb44-fa8d69579a7b} <Debug> executeQuery: Read 2 rows, 156.00 B in 0.001449 sec., 1380.2622498274673 rows/sec., 105.14 KiB/sec. | ||
12524 | 2024.08.16 07:22:48.094755 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 5 parts from all_1_61_12 to all_65_65_0 | ||
12525 | 2024.08.16 07:22:48.094857 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12526 | 2024.08.16 07:22:48.094900 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12527 | 2024.08.16 07:22:48.094983 [ 3 ] {8b2bd939-c76f-4ad2-bb44-fa8d69579a7b} <Debug> DynamicQueryHandler: Done processing query | ||
12528 | 2024.08.16 07:22:48.095040 [ 3 ] {8b2bd939-c76f-4ad2-bb44-fa8d69579a7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12529 | 2024.08.16 07:22:48.095086 [ 3 ] {} <Debug> HTTP-Session: 9d0144cf-acb0-4e4e-a93f-c2eab6e36967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12530 | 2024.08.16 07:22:48.095117 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_12 to all_65_65_0 into Compact with storage Full | ||
12531 | 2024.08.16 07:22:48.095226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12532 | 2024.08.16 07:22:48.095346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12533 | 2024.08.16 07:22:48.095406 [ 3 ] {} <Debug> HTTP-Session: a47077e9-6be7-4063-b5e0-6f5a34aaaa5d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12534 | 2024.08.16 07:22:48.095454 [ 3 ] {} <Debug> HTTP-Session: a47077e9-6be7-4063-b5e0-6f5a34aaaa5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12535 | 2024.08.16 07:22:48.095494 [ 3 ] {} <Debug> HTTP-Session: a47077e9-6be7-4063-b5e0-6f5a34aaaa5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12536 | 2024.08.16 07:22:48.095502 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12537 | 2024.08.16 07:22:48.095557 [ 3 ] {} <Trace> HTTP-Session: a47077e9-6be7-4063-b5e0-6f5a34aaaa5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12538 | 2024.08.16 07:22:48.095588 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 20417 rows starting from the beginning of the part | ||
12539 | 2024.08.16 07:22:48.095828 [ 3 ] {53a1659c-df67-4aa9-85b7-4dd554cdf438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12540 | 2024.08.16 07:22:48.095874 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 161 rows starting from the beginning of the part | ||
12541 | 2024.08.16 07:22:48.095983 [ 3 ] {53a1659c-df67-4aa9-85b7-4dd554cdf438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12542 | 2024.08.16 07:22:48.096213 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part | ||
12543 | 2024.08.16 07:22:48.096610 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
12544 | 2024.08.16 07:22:48.096977 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 900 rows starting from the beginning of the part | ||
12545 | 2024.08.16 07:22:48.097208 [ 3 ] {53a1659c-df67-4aa9-85b7-4dd554cdf438} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12546 | 2024.08.16 07:22:48.098034 [ 3 ] {53a1659c-df67-4aa9-85b7-4dd554cdf438} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12547 | 2024.08.16 07:22:48.098102 [ 3 ] {53a1659c-df67-4aa9-85b7-4dd554cdf438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12548 | 2024.08.16 07:22:48.098664 [ 3 ] {53a1659c-df67-4aa9-85b7-4dd554cdf438} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12549 | 2024.08.16 07:22:48.099161 [ 3 ] {53a1659c-df67-4aa9-85b7-4dd554cdf438} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12550 | 2024.08.16 07:22:48.099510 [ 80 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12551 | 2024.08.16 07:22:48.099638 [ 3 ] {53a1659c-df67-4aa9-85b7-4dd554cdf438} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.003918 sec., 510.4645227156713 rows/sec., 32.15 KiB/sec. | ||
12552 | 2024.08.16 07:22:48.099658 [ 80 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12553 | 2024.08.16 07:22:48.099816 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12554 | 2024.08.16 07:22:48.100539 [ 3 ] {53a1659c-df67-4aa9-85b7-4dd554cdf438} <Debug> DynamicQueryHandler: Done processing query | ||
12555 | 2024.08.16 07:22:48.100640 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
12556 | 2024.08.16 07:22:48.100703 [ 3 ] {53a1659c-df67-4aa9-85b7-4dd554cdf438} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12557 | 2024.08.16 07:22:48.100873 [ 3 ] {} <Debug> HTTP-Session: a47077e9-6be7-4063-b5e0-6f5a34aaaa5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12558 | 2024.08.16 07:22:48.101980 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12559 | 2024.08.16 07:22:48.102167 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4076 rows starting from the beginning of the part | ||
12560 | 2024.08.16 07:22:48.102561 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
12561 | 2024.08.16 07:22:48.102787 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
12562 | 2024.08.16 07:22:48.103089 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
12563 | 2024.08.16 07:22:48.103337 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 74 rows starting from the beginning of the part | ||
12564 | 2024.08.16 07:22:48.103511 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 2 rows starting from the beginning of the part | ||
12565 | 2024.08.16 07:22:48.105940 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4354 rows, containing 4 columns (4 merged, 0 gathered) in 0.005929657 sec., 734275.1865748727 rows/sec., 47.79 MiB/sec. | ||
12566 | 2024.08.16 07:22:48.106392 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21875 rows, containing 5 columns (5 merged, 0 gathered) in 0.011410324 sec., 1917123.4751966728 rows/sec., 129.33 MiB/sec. | ||
12567 | 2024.08.16 07:22:48.106455 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12568 | 2024.08.16 07:22:48.106870 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
12569 | 2024.08.16 07:22:48.107027 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_66_13} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12570 | 2024.08.16 07:22:48.107169 [ 199 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_66_13} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12571 | 2024.08.16 07:22:48.107431 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
12572 | 2024.08.16 07:22:48.107661 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_65_13} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12573 | 2024.08.16 07:22:48.107751 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_65_13} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 5 parts: [all_1_61_12, all_65_65_0] -> all_1_65_13 | ||
12574 | 2024.08.16 07:22:48.107844 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
12575 | 2024.08.16 07:22:53.097302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12576 | 2024.08.16 07:22:53.097431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12577 | 2024.08.16 07:22:53.097462 [ 3 ] {} <Debug> HTTP-Session: d9cf5d5d-1ddd-4738-b1d6-b0106be2cba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12578 | 2024.08.16 07:22:53.097490 [ 3 ] {} <Debug> HTTP-Session: d9cf5d5d-1ddd-4738-b1d6-b0106be2cba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12579 | 2024.08.16 07:22:53.097505 [ 3 ] {} <Debug> HTTP-Session: d9cf5d5d-1ddd-4738-b1d6-b0106be2cba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12580 | 2024.08.16 07:22:53.097555 [ 3 ] {} <Trace> HTTP-Session: d9cf5d5d-1ddd-4738-b1d6-b0106be2cba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12581 | 2024.08.16 07:22:53.097742 [ 3 ] {6f5346fe-fccc-4666-88d6-e6618f7bcf4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12582 | 2024.08.16 07:22:53.097817 [ 3 ] {6f5346fe-fccc-4666-88d6-e6618f7bcf4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12583 | 2024.08.16 07:22:53.098018 [ 3 ] {6f5346fe-fccc-4666-88d6-e6618f7bcf4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12584 | 2024.08.16 07:22:53.098461 [ 3 ] {6f5346fe-fccc-4666-88d6-e6618f7bcf4b} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12585 | 2024.08.16 07:22:53.098501 [ 3 ] {6f5346fe-fccc-4666-88d6-e6618f7bcf4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12586 | 2024.08.16 07:22:53.098885 [ 3 ] {6f5346fe-fccc-4666-88d6-e6618f7bcf4b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
12587 | 2024.08.16 07:22:53.099242 [ 3 ] {6f5346fe-fccc-4666-88d6-e6618f7bcf4b} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12588 | 2024.08.16 07:22:53.099389 [ 3 ] {6f5346fe-fccc-4666-88d6-e6618f7bcf4b} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001706 sec., 8206.3305978898 rows/sec., 665.16 KiB/sec. | ||
12589 | 2024.08.16 07:22:53.099594 [ 3 ] {6f5346fe-fccc-4666-88d6-e6618f7bcf4b} <Debug> DynamicQueryHandler: Done processing query | ||
12590 | 2024.08.16 07:22:53.099620 [ 3 ] {6f5346fe-fccc-4666-88d6-e6618f7bcf4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12591 | 2024.08.16 07:22:53.099638 [ 3 ] {} <Debug> HTTP-Session: d9cf5d5d-1ddd-4738-b1d6-b0106be2cba1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12592 | 2024.08.16 07:22:53.099783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12593 | 2024.08.16 07:22:53.099836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12594 | 2024.08.16 07:22:53.099859 [ 3 ] {} <Debug> HTTP-Session: 1d68790c-6f13-4967-bedf-468c461d9484 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12595 | 2024.08.16 07:22:53.099876 [ 3 ] {} <Debug> HTTP-Session: 1d68790c-6f13-4967-bedf-468c461d9484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12596 | 2024.08.16 07:22:53.099890 [ 3 ] {} <Debug> HTTP-Session: 1d68790c-6f13-4967-bedf-468c461d9484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12597 | 2024.08.16 07:22:53.099922 [ 3 ] {} <Trace> HTTP-Session: 1d68790c-6f13-4967-bedf-468c461d9484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12598 | 2024.08.16 07:22:53.100024 [ 3 ] {aacadb9b-944d-4541-80c5-ffd49db3fd65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12599 | 2024.08.16 07:22:53.100068 [ 3 ] {aacadb9b-944d-4541-80c5-ffd49db3fd65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12600 | 2024.08.16 07:22:53.100198 [ 3 ] {aacadb9b-944d-4541-80c5-ffd49db3fd65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12601 | 2024.08.16 07:22:53.100515 [ 3 ] {aacadb9b-944d-4541-80c5-ffd49db3fd65} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12602 | 2024.08.16 07:22:53.100555 [ 3 ] {aacadb9b-944d-4541-80c5-ffd49db3fd65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12603 | 2024.08.16 07:22:53.100870 [ 3 ] {aacadb9b-944d-4541-80c5-ffd49db3fd65} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12604 | 2024.08.16 07:22:53.101211 [ 3 ] {aacadb9b-944d-4541-80c5-ffd49db3fd65} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12605 | 2024.08.16 07:22:53.101356 [ 3 ] {aacadb9b-944d-4541-80c5-ffd49db3fd65} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 361.08 KiB/sec. | ||
12606 | 2024.08.16 07:22:53.101538 [ 3 ] {aacadb9b-944d-4541-80c5-ffd49db3fd65} <Debug> DynamicQueryHandler: Done processing query | ||
12607 | 2024.08.16 07:22:53.101562 [ 3 ] {aacadb9b-944d-4541-80c5-ffd49db3fd65} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12608 | 2024.08.16 07:22:53.101580 [ 3 ] {} <Debug> HTTP-Session: 1d68790c-6f13-4967-bedf-468c461d9484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12609 | 2024.08.16 07:22:53.101741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 14558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12610 | 2024.08.16 07:22:53.101794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12611 | 2024.08.16 07:22:53.101814 [ 3 ] {} <Debug> HTTP-Session: 27660abc-cd75-4868-8467-de35bf0babc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12612 | 2024.08.16 07:22:53.101831 [ 3 ] {} <Debug> HTTP-Session: 27660abc-cd75-4868-8467-de35bf0babc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12613 | 2024.08.16 07:22:53.101847 [ 3 ] {} <Debug> HTTP-Session: 27660abc-cd75-4868-8467-de35bf0babc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12614 | 2024.08.16 07:22:53.101880 [ 3 ] {} <Trace> HTTP-Session: 27660abc-cd75-4868-8467-de35bf0babc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12615 | 2024.08.16 07:22:53.102005 [ 3 ] {d94f0c64-a579-402c-86cb-f25d3df91f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12616 | 2024.08.16 07:22:53.102049 [ 3 ] {d94f0c64-a579-402c-86cb-f25d3df91f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12617 | 2024.08.16 07:22:53.102182 [ 3 ] {d94f0c64-a579-402c-86cb-f25d3df91f2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12618 | 2024.08.16 07:22:53.102568 [ 3 ] {d94f0c64-a579-402c-86cb-f25d3df91f2d} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12619 | 2024.08.16 07:22:53.102607 [ 3 ] {d94f0c64-a579-402c-86cb-f25d3df91f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12620 | 2024.08.16 07:22:53.102944 [ 3 ] {d94f0c64-a579-402c-86cb-f25d3df91f2d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12621 | 2024.08.16 07:22:53.103274 [ 3 ] {d94f0c64-a579-402c-86cb-f25d3df91f2d} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12622 | 2024.08.16 07:22:53.103419 [ 3 ] {d94f0c64-a579-402c-86cb-f25d3df91f2d} <Debug> executeQuery: Read 101 rows, 8.42 KiB in 0.001458 sec., 69272.97668038409 rows/sec., 5.64 MiB/sec. | ||
12623 | 2024.08.16 07:22:53.103601 [ 3 ] {d94f0c64-a579-402c-86cb-f25d3df91f2d} <Debug> DynamicQueryHandler: Done processing query | ||
12624 | 2024.08.16 07:22:53.103626 [ 3 ] {d94f0c64-a579-402c-86cb-f25d3df91f2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12625 | 2024.08.16 07:22:53.103642 [ 3 ] {} <Debug> HTTP-Session: 27660abc-cd75-4868-8467-de35bf0babc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12626 | 2024.08.16 07:22:53.103790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12627 | 2024.08.16 07:22:53.103840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12628 | 2024.08.16 07:22:53.103861 [ 3 ] {} <Debug> HTTP-Session: cee125ee-8027-4601-bf9c-9e49e50edb78 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12629 | 2024.08.16 07:22:53.103877 [ 3 ] {} <Debug> HTTP-Session: cee125ee-8027-4601-bf9c-9e49e50edb78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12630 | 2024.08.16 07:22:53.103890 [ 3 ] {} <Debug> HTTP-Session: cee125ee-8027-4601-bf9c-9e49e50edb78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12631 | 2024.08.16 07:22:53.103921 [ 3 ] {} <Trace> HTTP-Session: cee125ee-8027-4601-bf9c-9e49e50edb78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12632 | 2024.08.16 07:22:53.104017 [ 3 ] {72e20bad-6e7d-4abf-ac99-24e1fd8cfd2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12633 | 2024.08.16 07:22:53.104060 [ 3 ] {72e20bad-6e7d-4abf-ac99-24e1fd8cfd2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12634 | 2024.08.16 07:22:53.104191 [ 3 ] {72e20bad-6e7d-4abf-ac99-24e1fd8cfd2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12635 | 2024.08.16 07:22:53.104478 [ 3 ] {72e20bad-6e7d-4abf-ac99-24e1fd8cfd2b} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12636 | 2024.08.16 07:22:53.104515 [ 3 ] {72e20bad-6e7d-4abf-ac99-24e1fd8cfd2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12637 | 2024.08.16 07:22:53.104819 [ 3 ] {72e20bad-6e7d-4abf-ac99-24e1fd8cfd2b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12638 | 2024.08.16 07:22:53.105139 [ 3 ] {72e20bad-6e7d-4abf-ac99-24e1fd8cfd2b} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12639 | 2024.08.16 07:22:53.105298 [ 3 ] {72e20bad-6e7d-4abf-ac99-24e1fd8cfd2b} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 322.51 KiB/sec. | ||
12640 | 2024.08.16 07:22:53.105623 [ 3 ] {72e20bad-6e7d-4abf-ac99-24e1fd8cfd2b} <Debug> DynamicQueryHandler: Done processing query | ||
12641 | 2024.08.16 07:22:53.105657 [ 3 ] {72e20bad-6e7d-4abf-ac99-24e1fd8cfd2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12642 | 2024.08.16 07:22:53.105673 [ 3 ] {} <Debug> HTTP-Session: cee125ee-8027-4601-bf9c-9e49e50edb78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12643 | 2024.08.16 07:22:53.105819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 14267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12644 | 2024.08.16 07:22:53.105870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12645 | 2024.08.16 07:22:53.105890 [ 3 ] {} <Debug> HTTP-Session: 1f896e73-6f8e-4ac5-9a00-7307c0414318 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12646 | 2024.08.16 07:22:53.105907 [ 3 ] {} <Debug> HTTP-Session: 1f896e73-6f8e-4ac5-9a00-7307c0414318 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12647 | 2024.08.16 07:22:53.105921 [ 3 ] {} <Debug> HTTP-Session: 1f896e73-6f8e-4ac5-9a00-7307c0414318 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12648 | 2024.08.16 07:22:53.105951 [ 3 ] {} <Trace> HTTP-Session: 1f896e73-6f8e-4ac5-9a00-7307c0414318 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12649 | 2024.08.16 07:22:53.106074 [ 3 ] {2947f787-b49e-439b-80ee-431ecbd8a2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12650 | 2024.08.16 07:22:53.106118 [ 3 ] {2947f787-b49e-439b-80ee-431ecbd8a2d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12651 | 2024.08.16 07:22:53.106269 [ 3 ] {2947f787-b49e-439b-80ee-431ecbd8a2d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12652 | 2024.08.16 07:22:53.106624 [ 3 ] {2947f787-b49e-439b-80ee-431ecbd8a2d3} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12653 | 2024.08.16 07:22:53.106660 [ 3 ] {2947f787-b49e-439b-80ee-431ecbd8a2d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12654 | 2024.08.16 07:22:53.106998 [ 3 ] {2947f787-b49e-439b-80ee-431ecbd8a2d3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12655 | 2024.08.16 07:22:53.107309 [ 3 ] {2947f787-b49e-439b-80ee-431ecbd8a2d3} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12656 | 2024.08.16 07:22:53.107462 [ 3 ] {2947f787-b49e-439b-80ee-431ecbd8a2d3} <Debug> executeQuery: Read 84 rows, 6.73 KiB in 0.001428 sec., 58823.529411764706 rows/sec., 4.60 MiB/sec. | ||
12657 | 2024.08.16 07:22:53.107640 [ 3 ] {2947f787-b49e-439b-80ee-431ecbd8a2d3} <Debug> DynamicQueryHandler: Done processing query | ||
12658 | 2024.08.16 07:22:53.107663 [ 3 ] {2947f787-b49e-439b-80ee-431ecbd8a2d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12659 | 2024.08.16 07:22:53.107678 [ 3 ] {} <Debug> HTTP-Session: 1f896e73-6f8e-4ac5-9a00-7307c0414318 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12660 | 2024.08.16 07:22:53.107876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 31150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12661 | 2024.08.16 07:22:53.107927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12662 | 2024.08.16 07:22:53.107947 [ 3 ] {} <Debug> HTTP-Session: c46c2c31-9749-4f1d-b8df-8c872545751b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12663 | 2024.08.16 07:22:53.107963 [ 3 ] {} <Debug> HTTP-Session: c46c2c31-9749-4f1d-b8df-8c872545751b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12664 | 2024.08.16 07:22:53.107976 [ 3 ] {} <Debug> HTTP-Session: c46c2c31-9749-4f1d-b8df-8c872545751b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12665 | 2024.08.16 07:22:53.108006 [ 3 ] {} <Trace> HTTP-Session: c46c2c31-9749-4f1d-b8df-8c872545751b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12666 | 2024.08.16 07:22:53.108164 [ 3 ] {5c5abce8-8e0a-4288-92b4-582718ca4b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12667 | 2024.08.16 07:22:53.108211 [ 3 ] {5c5abce8-8e0a-4288-92b4-582718ca4b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12668 | 2024.08.16 07:22:53.108360 [ 3 ] {5c5abce8-8e0a-4288-92b4-582718ca4b9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12669 | 2024.08.16 07:22:53.108773 [ 3 ] {5c5abce8-8e0a-4288-92b4-582718ca4b9c} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12670 | 2024.08.16 07:22:53.108809 [ 3 ] {5c5abce8-8e0a-4288-92b4-582718ca4b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12671 | 2024.08.16 07:22:53.109215 [ 3 ] {5c5abce8-8e0a-4288-92b4-582718ca4b9c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12672 | 2024.08.16 07:22:53.109561 [ 3 ] {5c5abce8-8e0a-4288-92b4-582718ca4b9c} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12673 | 2024.08.16 07:22:53.109723 [ 3 ] {5c5abce8-8e0a-4288-92b4-582718ca4b9c} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001626 sec., 100246.0024600246 rows/sec., 6.98 MiB/sec. | ||
12674 | 2024.08.16 07:22:53.110008 [ 3 ] {5c5abce8-8e0a-4288-92b4-582718ca4b9c} <Debug> DynamicQueryHandler: Done processing query | ||
12675 | 2024.08.16 07:22:53.110071 [ 3 ] {5c5abce8-8e0a-4288-92b4-582718ca4b9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12676 | 2024.08.16 07:22:53.110121 [ 3 ] {} <Debug> HTTP-Session: c46c2c31-9749-4f1d-b8df-8c872545751b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12677 | 2024.08.16 07:22:53.110324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12678 | 2024.08.16 07:22:53.110377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12679 | 2024.08.16 07:22:53.110397 [ 3 ] {} <Debug> HTTP-Session: 8a24ec3d-cbc9-412e-943b-2176562f1ad3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12680 | 2024.08.16 07:22:53.110413 [ 3 ] {} <Debug> HTTP-Session: 8a24ec3d-cbc9-412e-943b-2176562f1ad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12681 | 2024.08.16 07:22:53.110427 [ 3 ] {} <Debug> HTTP-Session: 8a24ec3d-cbc9-412e-943b-2176562f1ad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12682 | 2024.08.16 07:22:53.110464 [ 3 ] {} <Trace> HTTP-Session: 8a24ec3d-cbc9-412e-943b-2176562f1ad3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12683 | 2024.08.16 07:22:53.110674 [ 3 ] {37e5dc9b-53e5-4098-a8de-963937648ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12684 | 2024.08.16 07:22:53.110750 [ 3 ] {37e5dc9b-53e5-4098-a8de-963937648ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12685 | 2024.08.16 07:22:53.111180 [ 3 ] {37e5dc9b-53e5-4098-a8de-963937648ae9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12686 | 2024.08.16 07:22:53.111777 [ 3 ] {37e5dc9b-53e5-4098-a8de-963937648ae9} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12687 | 2024.08.16 07:22:53.111814 [ 3 ] {37e5dc9b-53e5-4098-a8de-963937648ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12688 | 2024.08.16 07:22:53.112419 [ 3 ] {37e5dc9b-53e5-4098-a8de-963937648ae9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
12689 | 2024.08.16 07:22:53.112830 [ 3 ] {37e5dc9b-53e5-4098-a8de-963937648ae9} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12690 | 2024.08.16 07:22:53.113013 [ 3 ] {37e5dc9b-53e5-4098-a8de-963937648ae9} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002461 sec., 5688.7444128403085 rows/sec., 10.19 MiB/sec. | ||
12691 | 2024.08.16 07:22:53.113324 [ 3 ] {37e5dc9b-53e5-4098-a8de-963937648ae9} <Debug> DynamicQueryHandler: Done processing query | ||
12692 | 2024.08.16 07:22:53.113351 [ 3 ] {37e5dc9b-53e5-4098-a8de-963937648ae9} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
12693 | 2024.08.16 07:22:53.113367 [ 3 ] {} <Debug> HTTP-Session: 8a24ec3d-cbc9-412e-943b-2176562f1ad3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12694 | 2024.08.16 07:22:53.113494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12695 | 2024.08.16 07:22:53.113543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12696 | 2024.08.16 07:22:53.113561 [ 3 ] {} <Debug> HTTP-Session: f6e5a180-d0fa-429a-a36d-3ef5c1ff151f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12697 | 2024.08.16 07:22:53.113577 [ 3 ] {} <Debug> HTTP-Session: f6e5a180-d0fa-429a-a36d-3ef5c1ff151f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12698 | 2024.08.16 07:22:53.113591 [ 3 ] {} <Debug> HTTP-Session: f6e5a180-d0fa-429a-a36d-3ef5c1ff151f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12699 | 2024.08.16 07:22:53.113621 [ 3 ] {} <Trace> HTTP-Session: f6e5a180-d0fa-429a-a36d-3ef5c1ff151f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12700 | 2024.08.16 07:22:53.113740 [ 3 ] {326d2f31-7223-473f-89a5-bd930d168706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12701 | 2024.08.16 07:22:53.113785 [ 3 ] {326d2f31-7223-473f-89a5-bd930d168706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12702 | 2024.08.16 07:22:53.113913 [ 3 ] {326d2f31-7223-473f-89a5-bd930d168706} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12703 | 2024.08.16 07:22:53.114205 [ 3 ] {326d2f31-7223-473f-89a5-bd930d168706} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12704 | 2024.08.16 07:22:53.114242 [ 3 ] {326d2f31-7223-473f-89a5-bd930d168706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12705 | 2024.08.16 07:22:53.114604 [ 3 ] {326d2f31-7223-473f-89a5-bd930d168706} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12706 | 2024.08.16 07:22:53.114924 [ 3 ] {326d2f31-7223-473f-89a5-bd930d168706} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12707 | 2024.08.16 07:22:53.115088 [ 3 ] {326d2f31-7223-473f-89a5-bd930d168706} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
12708 | 2024.08.16 07:22:53.115350 [ 3 ] {326d2f31-7223-473f-89a5-bd930d168706} <Debug> DynamicQueryHandler: Done processing query | ||
12709 | 2024.08.16 07:22:53.115416 [ 3 ] {326d2f31-7223-473f-89a5-bd930d168706} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12710 | 2024.08.16 07:22:53.115465 [ 3 ] {} <Debug> HTTP-Session: f6e5a180-d0fa-429a-a36d-3ef5c1ff151f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12711 | 2024.08.16 07:22:57.481206 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12712 | 2024.08.16 07:22:57.481280 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12713 | 2024.08.16 07:22:58.101523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12714 | 2024.08.16 07:22:58.101667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12715 | 2024.08.16 07:22:58.101711 [ 3 ] {} <Debug> HTTP-Session: 64a1fcf0-afd0-42f2-ad1a-586a696bf216 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12716 | 2024.08.16 07:22:58.101753 [ 3 ] {} <Debug> HTTP-Session: 64a1fcf0-afd0-42f2-ad1a-586a696bf216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12717 | 2024.08.16 07:22:58.101782 [ 3 ] {} <Debug> HTTP-Session: 64a1fcf0-afd0-42f2-ad1a-586a696bf216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12718 | 2024.08.16 07:22:58.101860 [ 3 ] {} <Trace> HTTP-Session: 64a1fcf0-afd0-42f2-ad1a-586a696bf216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12719 | 2024.08.16 07:22:58.102165 [ 3 ] {c40ab4ac-903e-4c9f-9219-70008b823368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12720 | 2024.08.16 07:22:58.102272 [ 3 ] {c40ab4ac-903e-4c9f-9219-70008b823368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12721 | 2024.08.16 07:22:58.102598 [ 3 ] {c40ab4ac-903e-4c9f-9219-70008b823368} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12722 | 2024.08.16 07:22:58.103069 [ 3 ] {c40ab4ac-903e-4c9f-9219-70008b823368} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12723 | 2024.08.16 07:22:58.103109 [ 3 ] {c40ab4ac-903e-4c9f-9219-70008b823368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12724 | 2024.08.16 07:22:58.103476 [ 3 ] {c40ab4ac-903e-4c9f-9219-70008b823368} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
12725 | 2024.08.16 07:22:58.103814 [ 3 ] {c40ab4ac-903e-4c9f-9219-70008b823368} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12726 | 2024.08.16 07:22:58.103953 [ 65 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 6 parts from all_1_35_8 to all_40_40_0 | ||
12727 | 2024.08.16 07:22:58.103965 [ 3 ] {c40ab4ac-903e-4c9f-9219-70008b823368} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001897 sec., 10015.814443858724 rows/sec., 811.83 KiB/sec. | ||
12728 | 2024.08.16 07:22:58.104002 [ 65 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12729 | 2024.08.16 07:22:58.104044 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12730 | 2024.08.16 07:22:58.104158 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_40_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_8 to all_40_40_0 into Compact with storage Full | ||
12731 | 2024.08.16 07:22:58.104209 [ 3 ] {c40ab4ac-903e-4c9f-9219-70008b823368} <Debug> DynamicQueryHandler: Done processing query | ||
12732 | 2024.08.16 07:22:58.104245 [ 3 ] {c40ab4ac-903e-4c9f-9219-70008b823368} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12733 | 2024.08.16 07:22:58.104275 [ 3 ] {} <Debug> HTTP-Session: 64a1fcf0-afd0-42f2-ad1a-586a696bf216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12734 | 2024.08.16 07:22:58.104303 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_40_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12735 | 2024.08.16 07:22:58.104336 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_40_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_8, total 33 rows starting from the beginning of the part | ||
12736 | 2024.08.16 07:22:58.104399 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_40_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 19 rows starting from the beginning of the part | ||
12737 | 2024.08.16 07:22:58.104597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 36912, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12738 | 2024.08.16 07:22:58.104648 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_40_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
12739 | 2024.08.16 07:22:58.104766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12740 | 2024.08.16 07:22:58.104911 [ 3 ] {} <Debug> HTTP-Session: db1146b0-1683-4183-ae4d-08191f7006ae Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12741 | 2024.08.16 07:22:58.105025 [ 3 ] {} <Debug> HTTP-Session: db1146b0-1683-4183-ae4d-08191f7006ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12742 | 2024.08.16 07:22:58.105116 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_40_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 19 rows starting from the beginning of the part | ||
12743 | 2024.08.16 07:22:58.105117 [ 3 ] {} <Debug> HTTP-Session: db1146b0-1683-4183-ae4d-08191f7006ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12744 | 2024.08.16 07:22:58.105267 [ 3 ] {} <Trace> HTTP-Session: db1146b0-1683-4183-ae4d-08191f7006ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12745 | 2024.08.16 07:22:58.105468 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_40_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
12746 | 2024.08.16 07:22:58.105695 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_40_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 19 rows starting from the beginning of the part | ||
12747 | 2024.08.16 07:22:58.105705 [ 3 ] {bdf23659-2c58-46c6-ba7a-bfb3f75cc6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12748 | 2024.08.16 07:22:58.105851 [ 3 ] {bdf23659-2c58-46c6-ba7a-bfb3f75cc6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12749 | 2024.08.16 07:22:58.106277 [ 3 ] {bdf23659-2c58-46c6-ba7a-bfb3f75cc6b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12750 | 2024.08.16 07:22:58.107003 [ 3 ] {bdf23659-2c58-46c6-ba7a-bfb3f75cc6b1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12751 | 2024.08.16 07:22:58.107048 [ 3 ] {bdf23659-2c58-46c6-ba7a-bfb3f75cc6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12752 | 2024.08.16 07:22:58.107353 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_40_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 118 rows, containing 4 columns (4 merged, 0 gathered) in 0.003239325 sec., 36427.34211602726 rows/sec., 2.88 MiB/sec. | ||
12753 | 2024.08.16 07:22:58.107472 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_40_9} <Trace> MergedBlockOutputStream: filled checksums all_1_40_9 (state Temporary) | ||
12754 | 2024.08.16 07:22:58.107574 [ 3 ] {bdf23659-2c58-46c6-ba7a-bfb3f75cc6b1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12755 | 2024.08.16 07:22:58.107905 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_40_9} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_40_9 to all_1_40_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12756 | 2024.08.16 07:22:58.108000 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_40_9} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 6 parts: [all_1_35_8, all_40_40_0] -> all_1_40_9 | ||
12757 | 2024.08.16 07:22:58.108026 [ 3 ] {bdf23659-2c58-46c6-ba7a-bfb3f75cc6b1} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12758 | 2024.08.16 07:22:58.108090 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12759 | 2024.08.16 07:22:58.108187 [ 3 ] {bdf23659-2c58-46c6-ba7a-bfb3f75cc6b1} <Debug> executeQuery: Read 246 rows, 21.97 KiB in 0.002679 sec., 91825.30795072789 rows/sec., 8.01 MiB/sec. | ||
12760 | 2024.08.16 07:22:58.108187 [ 65 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12761 | 2024.08.16 07:22:58.108261 [ 65 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12762 | 2024.08.16 07:22:58.108296 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12763 | 2024.08.16 07:22:58.108432 [ 3 ] {bdf23659-2c58-46c6-ba7a-bfb3f75cc6b1} <Debug> DynamicQueryHandler: Done processing query | ||
12764 | 2024.08.16 07:22:58.108483 [ 3 ] {bdf23659-2c58-46c6-ba7a-bfb3f75cc6b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
12765 | 2024.08.16 07:22:58.108496 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
12766 | 2024.08.16 07:22:58.108522 [ 3 ] {} <Debug> HTTP-Session: db1146b0-1683-4183-ae4d-08191f7006ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12767 | 2024.08.16 07:22:58.108827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12768 | 2024.08.16 07:22:58.108999 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12769 | 2024.08.16 07:22:58.109011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12770 | 2024.08.16 07:22:58.109112 [ 3 ] {} <Debug> HTTP-Session: fff7b3cf-941c-41e5-ac88-ec2a29e1202b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12771 | 2024.08.16 07:22:58.109121 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1436 rows starting from the beginning of the part | ||
12772 | 2024.08.16 07:22:58.109190 [ 3 ] {} <Debug> HTTP-Session: fff7b3cf-941c-41e5-ac88-ec2a29e1202b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12773 | 2024.08.16 07:22:58.109271 [ 3 ] {} <Debug> HTTP-Session: fff7b3cf-941c-41e5-ac88-ec2a29e1202b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12774 | 2024.08.16 07:22:58.109428 [ 3 ] {} <Trace> HTTP-Session: fff7b3cf-941c-41e5-ac88-ec2a29e1202b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12775 | 2024.08.16 07:22:58.109525 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 98 rows starting from the beginning of the part | ||
12776 | 2024.08.16 07:22:58.109912 [ 3 ] {d390e8a5-a4a7-4dc9-be80-15ff02879b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12777 | 2024.08.16 07:22:58.110051 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1387 rows starting from the beginning of the part | ||
12778 | 2024.08.16 07:22:58.110144 [ 3 ] {d390e8a5-a4a7-4dc9-be80-15ff02879b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12779 | 2024.08.16 07:22:58.110743 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 4 rows starting from the beginning of the part | ||
12780 | 2024.08.16 07:22:58.111239 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 101 rows starting from the beginning of the part | ||
12781 | 2024.08.16 07:22:58.111469 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 246 rows starting from the beginning of the part | ||
12782 | 2024.08.16 07:22:58.111527 [ 3 ] {d390e8a5-a4a7-4dc9-be80-15ff02879b72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12783 | 2024.08.16 07:22:58.112184 [ 3 ] {d390e8a5-a4a7-4dc9-be80-15ff02879b72} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12784 | 2024.08.16 07:22:58.112224 [ 3 ] {d390e8a5-a4a7-4dc9-be80-15ff02879b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12785 | 2024.08.16 07:22:58.112638 [ 3 ] {d390e8a5-a4a7-4dc9-be80-15ff02879b72} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12786 | 2024.08.16 07:22:58.113099 [ 3 ] {d390e8a5-a4a7-4dc9-be80-15ff02879b72} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12787 | 2024.08.16 07:22:58.113236 [ 3 ] {d390e8a5-a4a7-4dc9-be80-15ff02879b72} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003559 sec., 3933.6892385501546 rows/sec., 275.49 KiB/sec. | ||
12788 | 2024.08.16 07:22:58.113445 [ 3 ] {d390e8a5-a4a7-4dc9-be80-15ff02879b72} <Debug> DynamicQueryHandler: Done processing query | ||
12789 | 2024.08.16 07:22:58.113494 [ 3 ] {d390e8a5-a4a7-4dc9-be80-15ff02879b72} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12790 | 2024.08.16 07:22:58.113514 [ 3 ] {} <Debug> HTTP-Session: fff7b3cf-941c-41e5-ac88-ec2a29e1202b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12791 | 2024.08.16 07:22:58.113556 [ 193 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3272 rows, containing 4 columns (4 merged, 0 gathered) in 0.00518306 sec., 631287.3090413772 rows/sec., 52.67 MiB/sec. | ||
12792 | 2024.08.16 07:22:58.113676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12793 | 2024.08.16 07:22:58.113736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12794 | 2024.08.16 07:22:58.113757 [ 3 ] {} <Debug> HTTP-Session: e18e0e4f-acda-4f47-98f4-70c09734f801 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12795 | 2024.08.16 07:22:58.113790 [ 3 ] {} <Debug> HTTP-Session: e18e0e4f-acda-4f47-98f4-70c09734f801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12796 | 2024.08.16 07:22:58.113807 [ 3 ] {} <Debug> HTTP-Session: e18e0e4f-acda-4f47-98f4-70c09734f801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12797 | 2024.08.16 07:22:58.113846 [ 3 ] {} <Trace> HTTP-Session: e18e0e4f-acda-4f47-98f4-70c09734f801 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12798 | 2024.08.16 07:22:58.113902 [ 193 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12799 | 2024.08.16 07:22:58.114045 [ 3 ] {1dda14a4-e2f7-4615-a913-131813e13530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12800 | 2024.08.16 07:22:58.114109 [ 3 ] {1dda14a4-e2f7-4615-a913-131813e13530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12801 | 2024.08.16 07:22:58.114782 [ 3 ] {1dda14a4-e2f7-4615-a913-131813e13530} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12802 | 2024.08.16 07:22:58.115055 [ 193 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_71_14} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12803 | 2024.08.16 07:22:58.115299 [ 193 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_71_14} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12804 | 2024.08.16 07:22:58.115361 [ 3 ] {1dda14a4-e2f7-4615-a913-131813e13530} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12805 | 2024.08.16 07:22:58.115442 [ 3 ] {1dda14a4-e2f7-4615-a913-131813e13530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12806 | 2024.08.16 07:22:58.115459 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
12807 | 2024.08.16 07:22:58.115804 [ 3 ] {1dda14a4-e2f7-4615-a913-131813e13530} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12808 | 2024.08.16 07:22:58.116122 [ 3 ] {1dda14a4-e2f7-4615-a913-131813e13530} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12809 | 2024.08.16 07:22:58.116246 [ 65 ] {} <Debug> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
12810 | 2024.08.16 07:22:58.116253 [ 3 ] {1dda14a4-e2f7-4615-a913-131813e13530} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002305 sec., 2603.036876355748 rows/sec., 153.79 KiB/sec. | ||
12811 | 2024.08.16 07:22:58.116293 [ 65 ] {} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12812 | 2024.08.16 07:22:58.116340 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12813 | 2024.08.16 07:22:58.116436 [ 191 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
12814 | 2024.08.16 07:22:58.116473 [ 3 ] {1dda14a4-e2f7-4615-a913-131813e13530} <Debug> DynamicQueryHandler: Done processing query | ||
12815 | 2024.08.16 07:22:58.116507 [ 3 ] {1dda14a4-e2f7-4615-a913-131813e13530} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12816 | 2024.08.16 07:22:58.116532 [ 3 ] {} <Debug> HTTP-Session: e18e0e4f-acda-4f47-98f4-70c09734f801 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12817 | 2024.08.16 07:22:58.116573 [ 191 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12818 | 2024.08.16 07:22:58.116602 [ 191 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 6 rows starting from the beginning of the part | ||
12819 | 2024.08.16 07:22:58.116662 [ 191 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
12820 | 2024.08.16 07:22:58.116780 [ 191 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
12821 | 2024.08.16 07:22:58.116834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 65004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12822 | 2024.08.16 07:22:58.117067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12823 | 2024.08.16 07:22:58.117097 [ 191 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
12824 | 2024.08.16 07:22:58.117122 [ 3 ] {} <Debug> HTTP-Session: 5bc7b1b8-206b-4918-adc4-1d76f3480540 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12825 | 2024.08.16 07:22:58.117159 [ 3 ] {} <Debug> HTTP-Session: 5bc7b1b8-206b-4918-adc4-1d76f3480540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12826 | 2024.08.16 07:22:58.117213 [ 3 ] {} <Debug> HTTP-Session: 5bc7b1b8-206b-4918-adc4-1d76f3480540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12827 | 2024.08.16 07:22:58.117223 [ 191 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
12828 | 2024.08.16 07:22:58.117350 [ 3 ] {} <Trace> HTTP-Session: 5bc7b1b8-206b-4918-adc4-1d76f3480540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12829 | 2024.08.16 07:22:58.117761 [ 3 ] {fca47141-2c58-4beb-b76e-59429e5ddcb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12830 | 2024.08.16 07:22:58.117815 [ 3 ] {fca47141-2c58-4beb-b76e-59429e5ddcb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12831 | 2024.08.16 07:22:58.118071 [ 3 ] {fca47141-2c58-4beb-b76e-59429e5ddcb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12832 | 2024.08.16 07:22:58.118660 [ 191 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002258662 sec., 13282.199815643067 rows/sec., 791.22 KiB/sec. | ||
12833 | 2024.08.16 07:22:58.118777 [ 191 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
12834 | 2024.08.16 07:22:58.118890 [ 3 ] {fca47141-2c58-4beb-b76e-59429e5ddcb7} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12835 | 2024.08.16 07:22:58.118941 [ 3 ] {fca47141-2c58-4beb-b76e-59429e5ddcb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12836 | 2024.08.16 07:22:58.119200 [ 191 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_33_8} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12837 | 2024.08.16 07:22:58.119305 [ 191 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_33_8} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
12838 | 2024.08.16 07:22:58.119371 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12839 | 2024.08.16 07:22:58.119393 [ 3 ] {fca47141-2c58-4beb-b76e-59429e5ddcb7} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12840 | 2024.08.16 07:22:58.119704 [ 3 ] {fca47141-2c58-4beb-b76e-59429e5ddcb7} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12841 | 2024.08.16 07:22:58.119831 [ 3 ] {fca47141-2c58-4beb-b76e-59429e5ddcb7} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.002214 sec., 181120.1445347787 rows/sec., 12.88 MiB/sec. | ||
12842 | 2024.08.16 07:22:58.119836 [ 65 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12843 | 2024.08.16 07:22:58.119902 [ 65 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12844 | 2024.08.16 07:22:58.119937 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12845 | 2024.08.16 07:22:58.120030 [ 195 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
12846 | 2024.08.16 07:22:58.120044 [ 3 ] {fca47141-2c58-4beb-b76e-59429e5ddcb7} <Debug> DynamicQueryHandler: Done processing query | ||
12847 | 2024.08.16 07:22:58.120075 [ 3 ] {fca47141-2c58-4beb-b76e-59429e5ddcb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12848 | 2024.08.16 07:22:58.120100 [ 3 ] {} <Debug> HTTP-Session: 5bc7b1b8-206b-4918-adc4-1d76f3480540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12849 | 2024.08.16 07:22:58.120155 [ 195 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12850 | 2024.08.16 07:22:58.120180 [ 195 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 905 rows starting from the beginning of the part | ||
12851 | 2024.08.16 07:22:58.120242 [ 195 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 78 rows starting from the beginning of the part | ||
12852 | 2024.08.16 07:22:58.120288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12853 | 2024.08.16 07:22:58.120461 [ 195 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 859 rows starting from the beginning of the part | ||
12854 | 2024.08.16 07:22:58.120463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12855 | 2024.08.16 07:22:58.120570 [ 3 ] {} <Debug> HTTP-Session: c975d572-4aea-4db1-95ac-fb6e401b18d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12856 | 2024.08.16 07:22:58.120648 [ 3 ] {} <Debug> HTTP-Session: c975d572-4aea-4db1-95ac-fb6e401b18d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12857 | 2024.08.16 07:22:58.120686 [ 195 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part | ||
12858 | 2024.08.16 07:22:58.120721 [ 3 ] {} <Debug> HTTP-Session: c975d572-4aea-4db1-95ac-fb6e401b18d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12859 | 2024.08.16 07:22:58.120822 [ 3 ] {} <Trace> HTTP-Session: c975d572-4aea-4db1-95ac-fb6e401b18d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12860 | 2024.08.16 07:22:58.120963 [ 195 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 84 rows starting from the beginning of the part | ||
12861 | 2024.08.16 07:22:58.121181 [ 3 ] {7e7eec62-1513-4678-8960-11b9e903df02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12862 | 2024.08.16 07:22:58.121261 [ 195 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 401 rows starting from the beginning of the part | ||
12863 | 2024.08.16 07:22:58.121332 [ 3 ] {7e7eec62-1513-4678-8960-11b9e903df02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12864 | 2024.08.16 07:22:58.122012 [ 3 ] {7e7eec62-1513-4678-8960-11b9e903df02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12865 | 2024.08.16 07:22:58.122476 [ 3 ] {7e7eec62-1513-4678-8960-11b9e903df02} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12866 | 2024.08.16 07:22:58.122520 [ 3 ] {7e7eec62-1513-4678-8960-11b9e903df02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12867 | 2024.08.16 07:22:58.123035 [ 3 ] {7e7eec62-1513-4678-8960-11b9e903df02} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12868 | 2024.08.16 07:22:58.123446 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2335 rows, containing 4 columns (4 merged, 0 gathered) in 0.00344824 sec., 677157.0424332413 rows/sec., 49.23 MiB/sec. | ||
12869 | 2024.08.16 07:22:58.123504 [ 3 ] {7e7eec62-1513-4678-8960-11b9e903df02} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12870 | 2024.08.16 07:22:58.123717 [ 3 ] {7e7eec62-1513-4678-8960-11b9e903df02} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002675 sec., 2242.9906542056074 rows/sec., 117.19 KiB/sec. | ||
12871 | 2024.08.16 07:22:58.123748 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12872 | 2024.08.16 07:22:58.124434 [ 3 ] {7e7eec62-1513-4678-8960-11b9e903df02} <Debug> DynamicQueryHandler: Done processing query | ||
12873 | 2024.08.16 07:22:58.124542 [ 3 ] {7e7eec62-1513-4678-8960-11b9e903df02} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12874 | 2024.08.16 07:22:58.124600 [ 3 ] {} <Debug> HTTP-Session: c975d572-4aea-4db1-95ac-fb6e401b18d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12875 | 2024.08.16 07:22:58.124835 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_71_14} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12876 | 2024.08.16 07:22:58.124863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12877 | 2024.08.16 07:22:58.124963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12878 | 2024.08.16 07:22:58.125000 [ 3 ] {} <Debug> HTTP-Session: d8ce44b8-34be-4570-8daa-95f1c4c330d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12879 | 2024.08.16 07:22:58.125005 [ 192 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_71_14} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12880 | 2024.08.16 07:22:58.125029 [ 3 ] {} <Debug> HTTP-Session: d8ce44b8-34be-4570-8daa-95f1c4c330d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12881 | 2024.08.16 07:22:58.125059 [ 3 ] {} <Debug> HTTP-Session: d8ce44b8-34be-4570-8daa-95f1c4c330d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12882 | 2024.08.16 07:22:58.125137 [ 3 ] {} <Trace> HTTP-Session: d8ce44b8-34be-4570-8daa-95f1c4c330d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12883 | 2024.08.16 07:22:58.125170 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
12884 | 2024.08.16 07:22:58.125371 [ 3 ] {a846acf1-59d3-4935-8851-9f489c8fb674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12885 | 2024.08.16 07:22:58.125425 [ 3 ] {a846acf1-59d3-4935-8851-9f489c8fb674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12886 | 2024.08.16 07:22:58.125594 [ 3 ] {a846acf1-59d3-4935-8851-9f489c8fb674} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12887 | 2024.08.16 07:22:58.126041 [ 3 ] {a846acf1-59d3-4935-8851-9f489c8fb674} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12888 | 2024.08.16 07:22:58.126080 [ 3 ] {a846acf1-59d3-4935-8851-9f489c8fb674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12889 | 2024.08.16 07:22:58.126473 [ 3 ] {a846acf1-59d3-4935-8851-9f489c8fb674} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12890 | 2024.08.16 07:22:58.126816 [ 3 ] {a846acf1-59d3-4935-8851-9f489c8fb674} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12891 | 2024.08.16 07:22:58.126949 [ 3 ] {a846acf1-59d3-4935-8851-9f489c8fb674} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001693 sec., 139988.18665091554 rows/sec., 9.38 MiB/sec. | ||
12892 | 2024.08.16 07:22:58.127119 [ 3 ] {a846acf1-59d3-4935-8851-9f489c8fb674} <Debug> DynamicQueryHandler: Done processing query | ||
12893 | 2024.08.16 07:22:58.127144 [ 3 ] {a846acf1-59d3-4935-8851-9f489c8fb674} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12894 | 2024.08.16 07:22:58.127160 [ 3 ] {} <Debug> HTTP-Session: d8ce44b8-34be-4570-8daa-95f1c4c330d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12895 | 2024.08.16 07:22:58.127296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12896 | 2024.08.16 07:22:58.127345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12897 | 2024.08.16 07:22:58.127365 [ 3 ] {} <Debug> HTTP-Session: 86f8b2fd-2913-4dcc-8730-8e131ee3a07a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12898 | 2024.08.16 07:22:58.127382 [ 3 ] {} <Debug> HTTP-Session: 86f8b2fd-2913-4dcc-8730-8e131ee3a07a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12899 | 2024.08.16 07:22:58.127397 [ 3 ] {} <Debug> HTTP-Session: 86f8b2fd-2913-4dcc-8730-8e131ee3a07a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12900 | 2024.08.16 07:22:58.127428 [ 3 ] {} <Trace> HTTP-Session: 86f8b2fd-2913-4dcc-8730-8e131ee3a07a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12901 | 2024.08.16 07:22:58.127521 [ 3 ] {75a19e84-37e5-4cf8-847a-d723416bf9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12902 | 2024.08.16 07:22:58.127567 [ 3 ] {75a19e84-37e5-4cf8-847a-d723416bf9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12903 | 2024.08.16 07:22:58.127696 [ 3 ] {75a19e84-37e5-4cf8-847a-d723416bf9c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12904 | 2024.08.16 07:22:58.127963 [ 3 ] {75a19e84-37e5-4cf8-847a-d723416bf9c9} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12905 | 2024.08.16 07:22:58.128001 [ 3 ] {75a19e84-37e5-4cf8-847a-d723416bf9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12906 | 2024.08.16 07:22:58.128352 [ 3 ] {75a19e84-37e5-4cf8-847a-d723416bf9c9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12907 | 2024.08.16 07:22:58.128676 [ 3 ] {75a19e84-37e5-4cf8-847a-d723416bf9c9} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12908 | 2024.08.16 07:22:58.128801 [ 3 ] {75a19e84-37e5-4cf8-847a-d723416bf9c9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001301 sec., 768.6395080707148 rows/sec., 51.79 KiB/sec. | ||
12909 | 2024.08.16 07:22:58.129103 [ 3 ] {75a19e84-37e5-4cf8-847a-d723416bf9c9} <Debug> DynamicQueryHandler: Done processing query | ||
12910 | 2024.08.16 07:22:58.129134 [ 3 ] {75a19e84-37e5-4cf8-847a-d723416bf9c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12911 | 2024.08.16 07:22:58.129151 [ 3 ] {} <Debug> HTTP-Session: 86f8b2fd-2913-4dcc-8730-8e131ee3a07a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12912 | 2024.08.16 07:22:58.129298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12913 | 2024.08.16 07:22:58.129347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12914 | 2024.08.16 07:22:58.129367 [ 3 ] {} <Debug> HTTP-Session: 2875651c-a19e-4bbd-bc56-74f40b05d235 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12915 | 2024.08.16 07:22:58.129385 [ 3 ] {} <Debug> HTTP-Session: 2875651c-a19e-4bbd-bc56-74f40b05d235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12916 | 2024.08.16 07:22:58.129399 [ 3 ] {} <Debug> HTTP-Session: 2875651c-a19e-4bbd-bc56-74f40b05d235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12917 | 2024.08.16 07:22:58.129429 [ 3 ] {} <Trace> HTTP-Session: 2875651c-a19e-4bbd-bc56-74f40b05d235 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12918 | 2024.08.16 07:22:58.129669 [ 3 ] {9bf8198b-8d0c-46a5-8599-570106f58f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12919 | 2024.08.16 07:22:58.129740 [ 3 ] {9bf8198b-8d0c-46a5-8599-570106f58f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12920 | 2024.08.16 07:22:58.130159 [ 3 ] {9bf8198b-8d0c-46a5-8599-570106f58f20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12921 | 2024.08.16 07:22:58.130770 [ 3 ] {9bf8198b-8d0c-46a5-8599-570106f58f20} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12922 | 2024.08.16 07:22:58.130807 [ 3 ] {9bf8198b-8d0c-46a5-8599-570106f58f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12923 | 2024.08.16 07:22:58.131401 [ 3 ] {9bf8198b-8d0c-46a5-8599-570106f58f20} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
12924 | 2024.08.16 07:22:58.131809 [ 3 ] {9bf8198b-8d0c-46a5-8599-570106f58f20} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12925 | 2024.08.16 07:22:58.131960 [ 3 ] {9bf8198b-8d0c-46a5-8599-570106f58f20} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002455 sec., 7739.3075356415475 rows/sec., 13.87 MiB/sec. | ||
12926 | 2024.08.16 07:22:58.132176 [ 3 ] {9bf8198b-8d0c-46a5-8599-570106f58f20} <Debug> DynamicQueryHandler: Done processing query | ||
12927 | 2024.08.16 07:22:58.132201 [ 3 ] {9bf8198b-8d0c-46a5-8599-570106f58f20} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
12928 | 2024.08.16 07:22:58.132218 [ 3 ] {} <Debug> HTTP-Session: 2875651c-a19e-4bbd-bc56-74f40b05d235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12929 | 2024.08.16 07:22:58.132622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12930 | 2024.08.16 07:22:58.132670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12931 | 2024.08.16 07:22:58.132690 [ 3 ] {} <Debug> HTTP-Session: b040bf74-8577-489a-aa2a-ab6b3c11f801 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12932 | 2024.08.16 07:22:58.132707 [ 3 ] {} <Debug> HTTP-Session: b040bf74-8577-489a-aa2a-ab6b3c11f801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12933 | 2024.08.16 07:22:58.132721 [ 3 ] {} <Debug> HTTP-Session: b040bf74-8577-489a-aa2a-ab6b3c11f801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12934 | 2024.08.16 07:22:58.132752 [ 3 ] {} <Trace> HTTP-Session: b040bf74-8577-489a-aa2a-ab6b3c11f801 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12935 | 2024.08.16 07:22:58.132885 [ 3 ] {d1c7e75c-3987-4da8-a87d-f58dc59a12ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12936 | 2024.08.16 07:22:58.132929 [ 3 ] {d1c7e75c-3987-4da8-a87d-f58dc59a12ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12937 | 2024.08.16 07:22:58.133059 [ 3 ] {d1c7e75c-3987-4da8-a87d-f58dc59a12ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12938 | 2024.08.16 07:22:58.133371 [ 3 ] {d1c7e75c-3987-4da8-a87d-f58dc59a12ab} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12939 | 2024.08.16 07:22:58.133409 [ 3 ] {d1c7e75c-3987-4da8-a87d-f58dc59a12ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12940 | 2024.08.16 07:22:58.133769 [ 3 ] {d1c7e75c-3987-4da8-a87d-f58dc59a12ab} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12941 | 2024.08.16 07:22:58.134092 [ 3 ] {d1c7e75c-3987-4da8-a87d-f58dc59a12ab} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12942 | 2024.08.16 07:22:58.134216 [ 3 ] {d1c7e75c-3987-4da8-a87d-f58dc59a12ab} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001388 sec., 59077.8097982709 rows/sec., 3.75 MiB/sec. | ||
12943 | 2024.08.16 07:22:58.134370 [ 3 ] {d1c7e75c-3987-4da8-a87d-f58dc59a12ab} <Debug> DynamicQueryHandler: Done processing query | ||
12944 | 2024.08.16 07:22:58.134395 [ 3 ] {d1c7e75c-3987-4da8-a87d-f58dc59a12ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12945 | 2024.08.16 07:22:58.134410 [ 3 ] {} <Debug> HTTP-Session: b040bf74-8577-489a-aa2a-ab6b3c11f801 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12946 | 2024.08.16 07:23:03.097227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12947 | 2024.08.16 07:23:03.097433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12948 | 2024.08.16 07:23:03.097480 [ 3 ] {} <Debug> HTTP-Session: 518b11bb-95b8-41e9-a7ac-af3b41503c97 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12949 | 2024.08.16 07:23:03.097522 [ 3 ] {} <Debug> HTTP-Session: 518b11bb-95b8-41e9-a7ac-af3b41503c97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12950 | 2024.08.16 07:23:03.097551 [ 3 ] {} <Debug> HTTP-Session: 518b11bb-95b8-41e9-a7ac-af3b41503c97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12951 | 2024.08.16 07:23:03.097630 [ 3 ] {} <Trace> HTTP-Session: 518b11bb-95b8-41e9-a7ac-af3b41503c97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12952 | 2024.08.16 07:23:03.097882 [ 3 ] {6735d951-fa06-4bb9-b5d7-43c3a56cf21f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12953 | 2024.08.16 07:23:03.097948 [ 3 ] {6735d951-fa06-4bb9-b5d7-43c3a56cf21f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12954 | 2024.08.16 07:23:03.098146 [ 3 ] {6735d951-fa06-4bb9-b5d7-43c3a56cf21f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12955 | 2024.08.16 07:23:03.098563 [ 3 ] {6735d951-fa06-4bb9-b5d7-43c3a56cf21f} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12956 | 2024.08.16 07:23:03.098607 [ 3 ] {6735d951-fa06-4bb9-b5d7-43c3a56cf21f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12957 | 2024.08.16 07:23:03.098986 [ 3 ] {6735d951-fa06-4bb9-b5d7-43c3a56cf21f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
12958 | 2024.08.16 07:23:03.099322 [ 3 ] {6735d951-fa06-4bb9-b5d7-43c3a56cf21f} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12959 | 2024.08.16 07:23:03.099486 [ 3 ] {6735d951-fa06-4bb9-b5d7-43c3a56cf21f} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001662 sec., 8423.58604091456 rows/sec., 682.77 KiB/sec. | ||
12960 | 2024.08.16 07:23:03.099810 [ 3 ] {6735d951-fa06-4bb9-b5d7-43c3a56cf21f} <Debug> DynamicQueryHandler: Done processing query | ||
12961 | 2024.08.16 07:23:03.099874 [ 3 ] {6735d951-fa06-4bb9-b5d7-43c3a56cf21f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12962 | 2024.08.16 07:23:03.099924 [ 3 ] {} <Debug> HTTP-Session: 518b11bb-95b8-41e9-a7ac-af3b41503c97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12963 | 2024.08.16 07:23:03.100116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12964 | 2024.08.16 07:23:03.100171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12965 | 2024.08.16 07:23:03.100191 [ 3 ] {} <Debug> HTTP-Session: 9d745f8d-3bfa-416f-b2e0-06852d631a06 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12966 | 2024.08.16 07:23:03.100210 [ 3 ] {} <Debug> HTTP-Session: 9d745f8d-3bfa-416f-b2e0-06852d631a06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12967 | 2024.08.16 07:23:03.100224 [ 3 ] {} <Debug> HTTP-Session: 9d745f8d-3bfa-416f-b2e0-06852d631a06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12968 | 2024.08.16 07:23:03.100260 [ 3 ] {} <Trace> HTTP-Session: 9d745f8d-3bfa-416f-b2e0-06852d631a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12969 | 2024.08.16 07:23:03.100365 [ 3 ] {bb9f0cb3-4f7b-4197-96e8-de1a95500790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12970 | 2024.08.16 07:23:03.100414 [ 3 ] {bb9f0cb3-4f7b-4197-96e8-de1a95500790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12971 | 2024.08.16 07:23:03.100567 [ 3 ] {bb9f0cb3-4f7b-4197-96e8-de1a95500790} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12972 | 2024.08.16 07:23:03.100853 [ 3 ] {bb9f0cb3-4f7b-4197-96e8-de1a95500790} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12973 | 2024.08.16 07:23:03.100891 [ 3 ] {bb9f0cb3-4f7b-4197-96e8-de1a95500790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12974 | 2024.08.16 07:23:03.101191 [ 3 ] {bb9f0cb3-4f7b-4197-96e8-de1a95500790} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12975 | 2024.08.16 07:23:03.101489 [ 3 ] {bb9f0cb3-4f7b-4197-96e8-de1a95500790} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12976 | 2024.08.16 07:23:03.101658 [ 3 ] {bb9f0cb3-4f7b-4197-96e8-de1a95500790} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001314 sec., 1522.0700152207 rows/sec., 124.11 KiB/sec. | ||
12977 | 2024.08.16 07:23:03.101824 [ 3 ] {bb9f0cb3-4f7b-4197-96e8-de1a95500790} <Debug> DynamicQueryHandler: Done processing query | ||
12978 | 2024.08.16 07:23:03.101848 [ 3 ] {bb9f0cb3-4f7b-4197-96e8-de1a95500790} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12979 | 2024.08.16 07:23:03.101865 [ 3 ] {} <Debug> HTTP-Session: 9d745f8d-3bfa-416f-b2e0-06852d631a06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12980 | 2024.08.16 07:23:03.102006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 14291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12981 | 2024.08.16 07:23:03.102054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12982 | 2024.08.16 07:23:03.102073 [ 3 ] {} <Debug> HTTP-Session: 6dacb0d4-53cb-4f00-85bf-f9d268b8536e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
12983 | 2024.08.16 07:23:03.102090 [ 3 ] {} <Debug> HTTP-Session: 6dacb0d4-53cb-4f00-85bf-f9d268b8536e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12984 | 2024.08.16 07:23:03.102104 [ 3 ] {} <Debug> HTTP-Session: 6dacb0d4-53cb-4f00-85bf-f9d268b8536e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12985 | 2024.08.16 07:23:03.102136 [ 3 ] {} <Trace> HTTP-Session: 6dacb0d4-53cb-4f00-85bf-f9d268b8536e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12986 | 2024.08.16 07:23:03.102256 [ 3 ] {d3f3f745-5b8f-4f4a-9066-80e71c4f79a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12987 | 2024.08.16 07:23:03.102299 [ 3 ] {d3f3f745-5b8f-4f4a-9066-80e71c4f79a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12988 | 2024.08.16 07:23:03.102427 [ 3 ] {d3f3f745-5b8f-4f4a-9066-80e71c4f79a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12989 | 2024.08.16 07:23:03.102767 [ 3 ] {d3f3f745-5b8f-4f4a-9066-80e71c4f79a8} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12990 | 2024.08.16 07:23:03.102804 [ 3 ] {d3f3f745-5b8f-4f4a-9066-80e71c4f79a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
12991 | 2024.08.16 07:23:03.103168 [ 3 ] {d3f3f745-5b8f-4f4a-9066-80e71c4f79a8} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12992 | 2024.08.16 07:23:03.103469 [ 3 ] {d3f3f745-5b8f-4f4a-9066-80e71c4f79a8} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12993 | 2024.08.16 07:23:03.103609 [ 3 ] {d3f3f745-5b8f-4f4a-9066-80e71c4f79a8} <Debug> executeQuery: Read 99 rows, 8.27 KiB in 0.001398 sec., 70815.45064377683 rows/sec., 5.78 MiB/sec. | ||
12994 | 2024.08.16 07:23:03.103804 [ 3 ] {d3f3f745-5b8f-4f4a-9066-80e71c4f79a8} <Debug> DynamicQueryHandler: Done processing query | ||
12995 | 2024.08.16 07:23:03.103829 [ 3 ] {d3f3f745-5b8f-4f4a-9066-80e71c4f79a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12996 | 2024.08.16 07:23:03.103844 [ 3 ] {} <Debug> HTTP-Session: 6dacb0d4-53cb-4f00-85bf-f9d268b8536e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12997 | 2024.08.16 07:23:03.103968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12998 | 2024.08.16 07:23:03.104018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12999 | 2024.08.16 07:23:03.104036 [ 3 ] {} <Debug> HTTP-Session: f62d7292-eb91-44e7-ab80-6983740cf277 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13000 | 2024.08.16 07:23:03.104053 [ 3 ] {} <Debug> HTTP-Session: f62d7292-eb91-44e7-ab80-6983740cf277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13001 | 2024.08.16 07:23:03.104067 [ 3 ] {} <Debug> HTTP-Session: f62d7292-eb91-44e7-ab80-6983740cf277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13002 | 2024.08.16 07:23:03.104123 [ 3 ] {} <Trace> HTTP-Session: f62d7292-eb91-44e7-ab80-6983740cf277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13003 | 2024.08.16 07:23:03.104215 [ 3 ] {02598135-dd52-4daf-a3a9-d8e7fbccb57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13004 | 2024.08.16 07:23:03.104258 [ 3 ] {02598135-dd52-4daf-a3a9-d8e7fbccb57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13005 | 2024.08.16 07:23:03.104395 [ 3 ] {02598135-dd52-4daf-a3a9-d8e7fbccb57d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13006 | 2024.08.16 07:23:03.104650 [ 3 ] {02598135-dd52-4daf-a3a9-d8e7fbccb57d} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13007 | 2024.08.16 07:23:03.104686 [ 3 ] {02598135-dd52-4daf-a3a9-d8e7fbccb57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13008 | 2024.08.16 07:23:03.104982 [ 3 ] {02598135-dd52-4daf-a3a9-d8e7fbccb57d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13009 | 2024.08.16 07:23:03.105290 [ 3 ] {02598135-dd52-4daf-a3a9-d8e7fbccb57d} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13010 | 2024.08.16 07:23:03.105450 [ 3 ] {02598135-dd52-4daf-a3a9-d8e7fbccb57d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001253 sec., 1596.1691939345571 rows/sec., 111.45 KiB/sec. | ||
13011 | 2024.08.16 07:23:03.105606 [ 3 ] {02598135-dd52-4daf-a3a9-d8e7fbccb57d} <Debug> DynamicQueryHandler: Done processing query | ||
13012 | 2024.08.16 07:23:03.105630 [ 3 ] {02598135-dd52-4daf-a3a9-d8e7fbccb57d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13013 | 2024.08.16 07:23:03.105645 [ 3 ] {} <Debug> HTTP-Session: f62d7292-eb91-44e7-ab80-6983740cf277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13014 | 2024.08.16 07:23:03.105767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 13583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13015 | 2024.08.16 07:23:03.105814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13016 | 2024.08.16 07:23:03.105832 [ 3 ] {} <Debug> HTTP-Session: 84c73ede-a6b8-44f3-af93-50e811d63f7e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13017 | 2024.08.16 07:23:03.105848 [ 3 ] {} <Debug> HTTP-Session: 84c73ede-a6b8-44f3-af93-50e811d63f7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13018 | 2024.08.16 07:23:03.105861 [ 3 ] {} <Debug> HTTP-Session: 84c73ede-a6b8-44f3-af93-50e811d63f7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13019 | 2024.08.16 07:23:03.105893 [ 3 ] {} <Trace> HTTP-Session: 84c73ede-a6b8-44f3-af93-50e811d63f7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13020 | 2024.08.16 07:23:03.106011 [ 3 ] {ae3b6502-b012-4599-8600-3fb48e2ea899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13021 | 2024.08.16 07:23:03.106055 [ 3 ] {ae3b6502-b012-4599-8600-3fb48e2ea899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13022 | 2024.08.16 07:23:03.106183 [ 3 ] {ae3b6502-b012-4599-8600-3fb48e2ea899} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13023 | 2024.08.16 07:23:03.106511 [ 3 ] {ae3b6502-b012-4599-8600-3fb48e2ea899} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13024 | 2024.08.16 07:23:03.106548 [ 3 ] {ae3b6502-b012-4599-8600-3fb48e2ea899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13025 | 2024.08.16 07:23:03.106863 [ 3 ] {ae3b6502-b012-4599-8600-3fb48e2ea899} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13026 | 2024.08.16 07:23:03.107179 [ 3 ] {ae3b6502-b012-4599-8600-3fb48e2ea899} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13027 | 2024.08.16 07:23:03.107335 [ 3 ] {ae3b6502-b012-4599-8600-3fb48e2ea899} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001364 sec., 58651.02639296188 rows/sec., 4.58 MiB/sec. | ||
13028 | 2024.08.16 07:23:03.107504 [ 3 ] {ae3b6502-b012-4599-8600-3fb48e2ea899} <Debug> DynamicQueryHandler: Done processing query | ||
13029 | 2024.08.16 07:23:03.107528 [ 3 ] {ae3b6502-b012-4599-8600-3fb48e2ea899} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13030 | 2024.08.16 07:23:03.107543 [ 3 ] {} <Debug> HTTP-Session: 84c73ede-a6b8-44f3-af93-50e811d63f7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13031 | 2024.08.16 07:23:03.107698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13032 | 2024.08.16 07:23:03.107754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13033 | 2024.08.16 07:23:03.107776 [ 3 ] {} <Debug> HTTP-Session: 8403a13b-5c03-4c9c-91a1-d94be87a00bf Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13034 | 2024.08.16 07:23:03.107794 [ 3 ] {} <Debug> HTTP-Session: 8403a13b-5c03-4c9c-91a1-d94be87a00bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13035 | 2024.08.16 07:23:03.107809 [ 3 ] {} <Debug> HTTP-Session: 8403a13b-5c03-4c9c-91a1-d94be87a00bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13036 | 2024.08.16 07:23:03.107845 [ 3 ] {} <Trace> HTTP-Session: 8403a13b-5c03-4c9c-91a1-d94be87a00bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13037 | 2024.08.16 07:23:03.108012 [ 3 ] {8fc3bc8c-3cb7-44d7-94f2-86155cfc7880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13038 | 2024.08.16 07:23:03.108067 [ 3 ] {8fc3bc8c-3cb7-44d7-94f2-86155cfc7880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13039 | 2024.08.16 07:23:03.108234 [ 3 ] {8fc3bc8c-3cb7-44d7-94f2-86155cfc7880} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13040 | 2024.08.16 07:23:03.108643 [ 3 ] {8fc3bc8c-3cb7-44d7-94f2-86155cfc7880} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13041 | 2024.08.16 07:23:03.108681 [ 3 ] {8fc3bc8c-3cb7-44d7-94f2-86155cfc7880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13042 | 2024.08.16 07:23:03.109080 [ 3 ] {8fc3bc8c-3cb7-44d7-94f2-86155cfc7880} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13043 | 2024.08.16 07:23:03.109414 [ 3 ] {8fc3bc8c-3cb7-44d7-94f2-86155cfc7880} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13044 | 2024.08.16 07:23:03.109581 [ 3 ] {8fc3bc8c-3cb7-44d7-94f2-86155cfc7880} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001637 sec., 98350.64141722664 rows/sec., 6.85 MiB/sec. | ||
13045 | 2024.08.16 07:23:03.109844 [ 3 ] {8fc3bc8c-3cb7-44d7-94f2-86155cfc7880} <Debug> DynamicQueryHandler: Done processing query | ||
13046 | 2024.08.16 07:23:03.109905 [ 3 ] {8fc3bc8c-3cb7-44d7-94f2-86155cfc7880} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13047 | 2024.08.16 07:23:03.109953 [ 3 ] {} <Debug> HTTP-Session: 8403a13b-5c03-4c9c-91a1-d94be87a00bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13048 | 2024.08.16 07:23:03.110146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13049 | 2024.08.16 07:23:03.110197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13050 | 2024.08.16 07:23:03.110215 [ 3 ] {} <Debug> HTTP-Session: 6870bd64-bee3-4de9-850a-e60b53ee2f9d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13051 | 2024.08.16 07:23:03.110232 [ 3 ] {} <Debug> HTTP-Session: 6870bd64-bee3-4de9-850a-e60b53ee2f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13052 | 2024.08.16 07:23:03.110246 [ 3 ] {} <Debug> HTTP-Session: 6870bd64-bee3-4de9-850a-e60b53ee2f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13053 | 2024.08.16 07:23:03.110277 [ 3 ] {} <Trace> HTTP-Session: 6870bd64-bee3-4de9-850a-e60b53ee2f9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13054 | 2024.08.16 07:23:03.110478 [ 3 ] {4b00fd85-aeac-43e3-a115-8fb00d4c9054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13055 | 2024.08.16 07:23:03.110549 [ 3 ] {4b00fd85-aeac-43e3-a115-8fb00d4c9054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13056 | 2024.08.16 07:23:03.110977 [ 3 ] {4b00fd85-aeac-43e3-a115-8fb00d4c9054} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13057 | 2024.08.16 07:23:03.111574 [ 3 ] {4b00fd85-aeac-43e3-a115-8fb00d4c9054} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13058 | 2024.08.16 07:23:03.111610 [ 3 ] {4b00fd85-aeac-43e3-a115-8fb00d4c9054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13059 | 2024.08.16 07:23:03.112208 [ 3 ] {4b00fd85-aeac-43e3-a115-8fb00d4c9054} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
13060 | 2024.08.16 07:23:03.112608 [ 3 ] {4b00fd85-aeac-43e3-a115-8fb00d4c9054} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13061 | 2024.08.16 07:23:03.112795 [ 54 ] {} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
13062 | 2024.08.16 07:23:03.112807 [ 3 ] {4b00fd85-aeac-43e3-a115-8fb00d4c9054} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002444 sec., 5728.3142389525365 rows/sec., 10.26 MiB/sec. | ||
13063 | 2024.08.16 07:23:03.112888 [ 54 ] {} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13064 | 2024.08.16 07:23:03.112971 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13065 | 2024.08.16 07:23:03.113438 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::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 | ||
13066 | 2024.08.16 07:23:03.113533 [ 3 ] {4b00fd85-aeac-43e3-a115-8fb00d4c9054} <Debug> DynamicQueryHandler: Done processing query | ||
13067 | 2024.08.16 07:23:03.113611 [ 3 ] {4b00fd85-aeac-43e3-a115-8fb00d4c9054} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
13068 | 2024.08.16 07:23:03.113699 [ 3 ] {} <Debug> HTTP-Session: 6870bd64-bee3-4de9-850a-e60b53ee2f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13069 | 2024.08.16 07:23:03.114009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13070 | 2024.08.16 07:23:03.114177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13071 | 2024.08.16 07:23:03.114298 [ 3 ] {} <Debug> HTTP-Session: 772e0751-cc4c-4d68-b1cb-bd0b1f6b3f43 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13072 | 2024.08.16 07:23:03.114385 [ 3 ] {} <Debug> HTTP-Session: 772e0751-cc4c-4d68-b1cb-bd0b1f6b3f43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13073 | 2024.08.16 07:23:03.114444 [ 3 ] {} <Debug> HTTP-Session: 772e0751-cc4c-4d68-b1cb-bd0b1f6b3f43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13074 | 2024.08.16 07:23:03.114574 [ 3 ] {} <Trace> HTTP-Session: 772e0751-cc4c-4d68-b1cb-bd0b1f6b3f43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13075 | 2024.08.16 07:23:03.114889 [ 3 ] {abc131ea-11a0-4587-991e-2979c369c18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13076 | 2024.08.16 07:23:03.114920 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13077 | 2024.08.16 07:23:03.114993 [ 3 ] {abc131ea-11a0-4587-991e-2979c369c18b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13078 | 2024.08.16 07:23:03.115090 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1019 rows starting from the beginning of the part | ||
13079 | 2024.08.16 07:23:03.115837 [ 3 ] {abc131ea-11a0-4587-991e-2979c369c18b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13080 | 2024.08.16 07:23:03.115990 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
13081 | 2024.08.16 07:23:03.116511 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 19 rows starting from the beginning of the part | ||
13082 | 2024.08.16 07:23:03.117081 [ 3 ] {abc131ea-11a0-4587-991e-2979c369c18b} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13083 | 2024.08.16 07:23:03.117171 [ 3 ] {abc131ea-11a0-4587-991e-2979c369c18b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13084 | 2024.08.16 07:23:03.117176 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
13085 | 2024.08.16 07:23:03.117836 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 19 rows starting from the beginning of the part | ||
13086 | 2024.08.16 07:23:03.118457 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
13087 | 2024.08.16 07:23:03.118525 [ 3 ] {abc131ea-11a0-4587-991e-2979c369c18b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13088 | 2024.08.16 07:23:03.119570 [ 3 ] {abc131ea-11a0-4587-991e-2979c369c18b} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13089 | 2024.08.16 07:23:03.119943 [ 3 ] {abc131ea-11a0-4587-991e-2979c369c18b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005186 sec., 11569.610489780178 rows/sec., 798.42 KiB/sec. | ||
13090 | 2024.08.16 07:23:03.120653 [ 3 ] {abc131ea-11a0-4587-991e-2979c369c18b} <Debug> DynamicQueryHandler: Done processing query | ||
13091 | 2024.08.16 07:23:03.120765 [ 3 ] {abc131ea-11a0-4587-991e-2979c369c18b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13092 | 2024.08.16 07:23:03.120897 [ 3 ] {} <Debug> HTTP-Session: 772e0751-cc4c-4d68-b1cb-bd0b1f6b3f43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13093 | 2024.08.16 07:23:03.125395 [ 190 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1099 rows, containing 19 columns (19 merged, 0 gathered) in 0.012282174 sec., 89479.2729691014 rows/sec., 160.34 MiB/sec. | ||
13094 | 2024.08.16 07:23:03.126601 [ 190 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
13095 | 2024.08.16 07:23:03.127251 [ 190 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13096 | 2024.08.16 07:23:03.127338 [ 190 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
13097 | 2024.08.16 07:23:03.127501 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.50 MiB. | ||
13098 | 2024.08.16 07:23:08.101360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13099 | 2024.08.16 07:23:08.101501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13100 | 2024.08.16 07:23:08.101528 [ 3 ] {} <Debug> HTTP-Session: 859334d5-6bfc-484d-b097-ec5f74b157a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13101 | 2024.08.16 07:23:08.101552 [ 3 ] {} <Debug> HTTP-Session: 859334d5-6bfc-484d-b097-ec5f74b157a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13102 | 2024.08.16 07:23:08.101567 [ 3 ] {} <Debug> HTTP-Session: 859334d5-6bfc-484d-b097-ec5f74b157a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13103 | 2024.08.16 07:23:08.101617 [ 3 ] {} <Trace> HTTP-Session: 859334d5-6bfc-484d-b097-ec5f74b157a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13104 | 2024.08.16 07:23:08.101813 [ 3 ] {197f3fda-ff44-4a69-8e30-a976ba997037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13105 | 2024.08.16 07:23:08.101882 [ 3 ] {197f3fda-ff44-4a69-8e30-a976ba997037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13106 | 2024.08.16 07:23:08.102077 [ 3 ] {197f3fda-ff44-4a69-8e30-a976ba997037} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13107 | 2024.08.16 07:23:08.102495 [ 3 ] {197f3fda-ff44-4a69-8e30-a976ba997037} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13108 | 2024.08.16 07:23:08.102541 [ 3 ] {197f3fda-ff44-4a69-8e30-a976ba997037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13109 | 2024.08.16 07:23:08.102919 [ 3 ] {197f3fda-ff44-4a69-8e30-a976ba997037} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
13110 | 2024.08.16 07:23:08.103264 [ 3 ] {197f3fda-ff44-4a69-8e30-a976ba997037} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13111 | 2024.08.16 07:23:08.103436 [ 3 ] {197f3fda-ff44-4a69-8e30-a976ba997037} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001679 sec., 11316.259678379989 rows/sec., 917.24 KiB/sec. | ||
13112 | 2024.08.16 07:23:08.103761 [ 3 ] {197f3fda-ff44-4a69-8e30-a976ba997037} <Debug> DynamicQueryHandler: Done processing query | ||
13113 | 2024.08.16 07:23:08.103826 [ 3 ] {197f3fda-ff44-4a69-8e30-a976ba997037} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13114 | 2024.08.16 07:23:08.103892 [ 3 ] {} <Debug> HTTP-Session: 859334d5-6bfc-484d-b097-ec5f74b157a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13115 | 2024.08.16 07:23:08.104109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 36912, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13116 | 2024.08.16 07:23:08.104167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13117 | 2024.08.16 07:23:08.104187 [ 3 ] {} <Debug> HTTP-Session: 9e82fd2d-79bc-482e-8491-d02b0a9ee9d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13118 | 2024.08.16 07:23:08.104206 [ 3 ] {} <Debug> HTTP-Session: 9e82fd2d-79bc-482e-8491-d02b0a9ee9d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13119 | 2024.08.16 07:23:08.104221 [ 3 ] {} <Debug> HTTP-Session: 9e82fd2d-79bc-482e-8491-d02b0a9ee9d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13120 | 2024.08.16 07:23:08.104258 [ 3 ] {} <Trace> HTTP-Session: 9e82fd2d-79bc-482e-8491-d02b0a9ee9d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13121 | 2024.08.16 07:23:08.104446 [ 3 ] {49a27b7a-3f96-4004-b6fd-2ce3da628bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13122 | 2024.08.16 07:23:08.104496 [ 3 ] {49a27b7a-3f96-4004-b6fd-2ce3da628bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13123 | 2024.08.16 07:23:08.104641 [ 3 ] {49a27b7a-3f96-4004-b6fd-2ce3da628bab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13124 | 2024.08.16 07:23:08.105148 [ 3 ] {49a27b7a-3f96-4004-b6fd-2ce3da628bab} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13125 | 2024.08.16 07:23:08.105187 [ 3 ] {49a27b7a-3f96-4004-b6fd-2ce3da628bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13126 | 2024.08.16 07:23:08.105530 [ 3 ] {49a27b7a-3f96-4004-b6fd-2ce3da628bab} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13127 | 2024.08.16 07:23:08.105844 [ 3 ] {49a27b7a-3f96-4004-b6fd-2ce3da628bab} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13128 | 2024.08.16 07:23:08.105992 [ 3 ] {49a27b7a-3f96-4004-b6fd-2ce3da628bab} <Debug> executeQuery: Read 246 rows, 21.97 KiB in 0.001638 sec., 150183.1501831502 rows/sec., 13.10 MiB/sec. | ||
13129 | 2024.08.16 07:23:08.106255 [ 3 ] {49a27b7a-3f96-4004-b6fd-2ce3da628bab} <Debug> DynamicQueryHandler: Done processing query | ||
13130 | 2024.08.16 07:23:08.106314 [ 3 ] {49a27b7a-3f96-4004-b6fd-2ce3da628bab} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
13131 | 2024.08.16 07:23:08.106379 [ 3 ] {} <Debug> HTTP-Session: 9e82fd2d-79bc-482e-8491-d02b0a9ee9d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13132 | 2024.08.16 07:23:08.106593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13133 | 2024.08.16 07:23:08.106648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13134 | 2024.08.16 07:23:08.106667 [ 3 ] {} <Debug> HTTP-Session: a13e0900-e7b2-4943-967b-887d18124934 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13135 | 2024.08.16 07:23:08.106684 [ 3 ] {} <Debug> HTTP-Session: a13e0900-e7b2-4943-967b-887d18124934 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13136 | 2024.08.16 07:23:08.106698 [ 3 ] {} <Debug> HTTP-Session: a13e0900-e7b2-4943-967b-887d18124934 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13137 | 2024.08.16 07:23:08.106732 [ 3 ] {} <Trace> HTTP-Session: a13e0900-e7b2-4943-967b-887d18124934 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13138 | 2024.08.16 07:23:08.106841 [ 3 ] {3d6b622b-f7ad-45c2-8351-157a0712107b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13139 | 2024.08.16 07:23:08.106886 [ 3 ] {3d6b622b-f7ad-45c2-8351-157a0712107b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13140 | 2024.08.16 07:23:08.107034 [ 3 ] {3d6b622b-f7ad-45c2-8351-157a0712107b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13141 | 2024.08.16 07:23:08.107311 [ 3 ] {3d6b622b-f7ad-45c2-8351-157a0712107b} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13142 | 2024.08.16 07:23:08.107349 [ 3 ] {3d6b622b-f7ad-45c2-8351-157a0712107b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13143 | 2024.08.16 07:23:08.107674 [ 3 ] {3d6b622b-f7ad-45c2-8351-157a0712107b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13144 | 2024.08.16 07:23:08.107995 [ 3 ] {3d6b622b-f7ad-45c2-8351-157a0712107b} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13145 | 2024.08.16 07:23:08.108148 [ 3 ] {3d6b622b-f7ad-45c2-8351-157a0712107b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001334 sec., 10494.752623688157 rows/sec., 734.98 KiB/sec. | ||
13146 | 2024.08.16 07:23:08.108413 [ 3 ] {3d6b622b-f7ad-45c2-8351-157a0712107b} <Debug> DynamicQueryHandler: Done processing query | ||
13147 | 2024.08.16 07:23:08.108456 [ 3 ] {3d6b622b-f7ad-45c2-8351-157a0712107b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13148 | 2024.08.16 07:23:08.108479 [ 3 ] {} <Debug> HTTP-Session: a13e0900-e7b2-4943-967b-887d18124934 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13149 | 2024.08.16 07:23:08.108597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13150 | 2024.08.16 07:23:08.108645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13151 | 2024.08.16 07:23:08.108663 [ 3 ] {} <Debug> HTTP-Session: ba2fb05e-1c4b-4003-9392-ed0b5da0185b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13152 | 2024.08.16 07:23:08.108680 [ 3 ] {} <Debug> HTTP-Session: ba2fb05e-1c4b-4003-9392-ed0b5da0185b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13153 | 2024.08.16 07:23:08.108694 [ 3 ] {} <Debug> HTTP-Session: ba2fb05e-1c4b-4003-9392-ed0b5da0185b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13154 | 2024.08.16 07:23:08.108724 [ 3 ] {} <Trace> HTTP-Session: ba2fb05e-1c4b-4003-9392-ed0b5da0185b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13155 | 2024.08.16 07:23:08.108824 [ 3 ] {e168295e-7ba9-40b2-a9e2-e75213833f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13156 | 2024.08.16 07:23:08.108869 [ 3 ] {e168295e-7ba9-40b2-a9e2-e75213833f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13157 | 2024.08.16 07:23:08.109021 [ 3 ] {e168295e-7ba9-40b2-a9e2-e75213833f1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13158 | 2024.08.16 07:23:08.109303 [ 3 ] {e168295e-7ba9-40b2-a9e2-e75213833f1a} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13159 | 2024.08.16 07:23:08.109340 [ 3 ] {e168295e-7ba9-40b2-a9e2-e75213833f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13160 | 2024.08.16 07:23:08.109653 [ 3 ] {e168295e-7ba9-40b2-a9e2-e75213833f1a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13161 | 2024.08.16 07:23:08.109964 [ 3 ] {e168295e-7ba9-40b2-a9e2-e75213833f1a} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13162 | 2024.08.16 07:23:08.110116 [ 3 ] {e168295e-7ba9-40b2-a9e2-e75213833f1a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 269.78 KiB/sec. | ||
13163 | 2024.08.16 07:23:08.110282 [ 3 ] {e168295e-7ba9-40b2-a9e2-e75213833f1a} <Debug> DynamicQueryHandler: Done processing query | ||
13164 | 2024.08.16 07:23:08.110307 [ 3 ] {e168295e-7ba9-40b2-a9e2-e75213833f1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13165 | 2024.08.16 07:23:08.110323 [ 3 ] {} <Debug> HTTP-Session: ba2fb05e-1c4b-4003-9392-ed0b5da0185b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13166 | 2024.08.16 07:23:08.110511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 65004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13167 | 2024.08.16 07:23:08.110560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13168 | 2024.08.16 07:23:08.110579 [ 3 ] {} <Debug> HTTP-Session: ef96b02a-5c2c-4805-8058-c139a491bc53 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13169 | 2024.08.16 07:23:08.110595 [ 3 ] {} <Debug> HTTP-Session: ef96b02a-5c2c-4805-8058-c139a491bc53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13170 | 2024.08.16 07:23:08.110609 [ 3 ] {} <Debug> HTTP-Session: ef96b02a-5c2c-4805-8058-c139a491bc53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13171 | 2024.08.16 07:23:08.110639 [ 3 ] {} <Trace> HTTP-Session: ef96b02a-5c2c-4805-8058-c139a491bc53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13172 | 2024.08.16 07:23:08.110846 [ 3 ] {e7d515c3-822a-4e98-bfe3-7249e3257db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13173 | 2024.08.16 07:23:08.110890 [ 3 ] {e7d515c3-822a-4e98-bfe3-7249e3257db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13174 | 2024.08.16 07:23:08.111016 [ 3 ] {e7d515c3-822a-4e98-bfe3-7249e3257db0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13175 | 2024.08.16 07:23:08.111520 [ 3 ] {e7d515c3-822a-4e98-bfe3-7249e3257db0} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13176 | 2024.08.16 07:23:08.111557 [ 3 ] {e7d515c3-822a-4e98-bfe3-7249e3257db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13177 | 2024.08.16 07:23:08.111882 [ 3 ] {e7d515c3-822a-4e98-bfe3-7249e3257db0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13178 | 2024.08.16 07:23:08.112187 [ 3 ] {e7d515c3-822a-4e98-bfe3-7249e3257db0} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13179 | 2024.08.16 07:23:08.112337 [ 3 ] {e7d515c3-822a-4e98-bfe3-7249e3257db0} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001605 sec., 249844.2367601246 rows/sec., 17.77 MiB/sec. | ||
13180 | 2024.08.16 07:23:08.112518 [ 3 ] {e7d515c3-822a-4e98-bfe3-7249e3257db0} <Debug> DynamicQueryHandler: Done processing query | ||
13181 | 2024.08.16 07:23:08.112555 [ 3 ] {e7d515c3-822a-4e98-bfe3-7249e3257db0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13182 | 2024.08.16 07:23:08.112586 [ 3 ] {} <Debug> HTTP-Session: ef96b02a-5c2c-4805-8058-c139a491bc53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13183 | 2024.08.16 07:23:08.112776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13184 | 2024.08.16 07:23:08.112823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13185 | 2024.08.16 07:23:08.112842 [ 3 ] {} <Debug> HTTP-Session: 64336fdb-e6db-4cd2-981c-25c1be5e859d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13186 | 2024.08.16 07:23:08.112859 [ 3 ] {} <Debug> HTTP-Session: 64336fdb-e6db-4cd2-981c-25c1be5e859d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13187 | 2024.08.16 07:23:08.112873 [ 3 ] {} <Debug> HTTP-Session: 64336fdb-e6db-4cd2-981c-25c1be5e859d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13188 | 2024.08.16 07:23:08.112904 [ 3 ] {} <Trace> HTTP-Session: 64336fdb-e6db-4cd2-981c-25c1be5e859d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13189 | 2024.08.16 07:23:08.112997 [ 3 ] {1d58ec1e-04ad-47a6-869d-c3a0b176d5a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13190 | 2024.08.16 07:23:08.113042 [ 3 ] {1d58ec1e-04ad-47a6-869d-c3a0b176d5a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13191 | 2024.08.16 07:23:08.113169 [ 3 ] {1d58ec1e-04ad-47a6-869d-c3a0b176d5a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13192 | 2024.08.16 07:23:08.113429 [ 3 ] {1d58ec1e-04ad-47a6-869d-c3a0b176d5a8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13193 | 2024.08.16 07:23:08.113465 [ 3 ] {1d58ec1e-04ad-47a6-869d-c3a0b176d5a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13194 | 2024.08.16 07:23:08.113827 [ 3 ] {1d58ec1e-04ad-47a6-869d-c3a0b176d5a8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13195 | 2024.08.16 07:23:08.114157 [ 3 ] {1d58ec1e-04ad-47a6-869d-c3a0b176d5a8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13196 | 2024.08.16 07:23:08.114316 [ 3 ] {1d58ec1e-04ad-47a6-869d-c3a0b176d5a8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. | ||
13197 | 2024.08.16 07:23:08.114659 [ 3 ] {1d58ec1e-04ad-47a6-869d-c3a0b176d5a8} <Debug> DynamicQueryHandler: Done processing query | ||
13198 | 2024.08.16 07:23:08.114685 [ 3 ] {1d58ec1e-04ad-47a6-869d-c3a0b176d5a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13199 | 2024.08.16 07:23:08.114702 [ 3 ] {} <Debug> HTTP-Session: 64336fdb-e6db-4cd2-981c-25c1be5e859d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13200 | 2024.08.16 07:23:08.114842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13201 | 2024.08.16 07:23:08.114892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13202 | 2024.08.16 07:23:08.114911 [ 3 ] {} <Debug> HTTP-Session: f60d0b13-9460-4d1e-a418-6fda7b2ee8f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13203 | 2024.08.16 07:23:08.114927 [ 3 ] {} <Debug> HTTP-Session: f60d0b13-9460-4d1e-a418-6fda7b2ee8f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13204 | 2024.08.16 07:23:08.114941 [ 3 ] {} <Debug> HTTP-Session: f60d0b13-9460-4d1e-a418-6fda7b2ee8f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13205 | 2024.08.16 07:23:08.114971 [ 3 ] {} <Trace> HTTP-Session: f60d0b13-9460-4d1e-a418-6fda7b2ee8f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13206 | 2024.08.16 07:23:08.115147 [ 3 ] {8fb705b7-670a-4918-9f06-f054bcf7ddb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13207 | 2024.08.16 07:23:08.115196 [ 3 ] {8fb705b7-670a-4918-9f06-f054bcf7ddb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13208 | 2024.08.16 07:23:08.115364 [ 3 ] {8fb705b7-670a-4918-9f06-f054bcf7ddb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13209 | 2024.08.16 07:23:08.115790 [ 3 ] {8fb705b7-670a-4918-9f06-f054bcf7ddb3} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13210 | 2024.08.16 07:23:08.115826 [ 3 ] {8fb705b7-670a-4918-9f06-f054bcf7ddb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13211 | 2024.08.16 07:23:08.116213 [ 3 ] {8fb705b7-670a-4918-9f06-f054bcf7ddb3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13212 | 2024.08.16 07:23:08.116538 [ 3 ] {8fb705b7-670a-4918-9f06-f054bcf7ddb3} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13213 | 2024.08.16 07:23:08.116698 [ 3 ] {8fb705b7-670a-4918-9f06-f054bcf7ddb3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001625 sec., 145846.15384615384 rows/sec., 9.78 MiB/sec. | ||
13214 | 2024.08.16 07:23:08.116701 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
13215 | 2024.08.16 07:23:08.116824 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13216 | 2024.08.16 07:23:08.116868 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13217 | 2024.08.16 07:23:08.116967 [ 3 ] {8fb705b7-670a-4918-9f06-f054bcf7ddb3} <Debug> DynamicQueryHandler: Done processing query | ||
13218 | 2024.08.16 07:23:08.117038 [ 3 ] {8fb705b7-670a-4918-9f06-f054bcf7ddb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13219 | 2024.08.16 07:23:08.117136 [ 3 ] {} <Debug> HTTP-Session: f60d0b13-9460-4d1e-a418-6fda7b2ee8f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13220 | 2024.08.16 07:23:08.117453 [ 192 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
13221 | 2024.08.16 07:23:08.117505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13222 | 2024.08.16 07:23:08.117691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13223 | 2024.08.16 07:23:08.117749 [ 3 ] {} <Debug> HTTP-Session: 2a7975e0-17b8-407d-9d3e-6d2d80c9d896 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13224 | 2024.08.16 07:23:08.117845 [ 3 ] {} <Debug> HTTP-Session: 2a7975e0-17b8-407d-9d3e-6d2d80c9d896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13225 | 2024.08.16 07:23:08.117919 [ 3 ] {} <Debug> HTTP-Session: 2a7975e0-17b8-407d-9d3e-6d2d80c9d896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13226 | 2024.08.16 07:23:08.118088 [ 3 ] {} <Trace> HTTP-Session: 2a7975e0-17b8-407d-9d3e-6d2d80c9d896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13227 | 2024.08.16 07:23:08.118374 [ 192 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13228 | 2024.08.16 07:23:08.118387 [ 3 ] {40a7f668-58d3-4f08-8b01-c365c2b248c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13229 | 2024.08.16 07:23:08.118457 [ 192 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_65_13, total 21875 rows starting from the beginning of the part | ||
13230 | 2024.08.16 07:23:08.118481 [ 3 ] {40a7f668-58d3-4f08-8b01-c365c2b248c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13231 | 2024.08.16 07:23:08.118841 [ 192 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 2 rows starting from the beginning of the part | ||
13232 | 2024.08.16 07:23:08.119184 [ 192 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 163 rows starting from the beginning of the part | ||
13233 | 2024.08.16 07:23:08.119530 [ 192 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
13234 | 2024.08.16 07:23:08.119590 [ 3 ] {40a7f668-58d3-4f08-8b01-c365c2b248c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13235 | 2024.08.16 07:23:08.119949 [ 192 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 161 rows starting from the beginning of the part | ||
13236 | 2024.08.16 07:23:08.120116 [ 192 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
13237 | 2024.08.16 07:23:08.120921 [ 3 ] {40a7f668-58d3-4f08-8b01-c365c2b248c7} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13238 | 2024.08.16 07:23:08.120973 [ 3 ] {40a7f668-58d3-4f08-8b01-c365c2b248c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13239 | 2024.08.16 07:23:08.121707 [ 3 ] {40a7f668-58d3-4f08-8b01-c365c2b248c7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13240 | 2024.08.16 07:23:08.122200 [ 3 ] {40a7f668-58d3-4f08-8b01-c365c2b248c7} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13241 | 2024.08.16 07:23:08.122491 [ 3 ] {40a7f668-58d3-4f08-8b01-c365c2b248c7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004186 sec., 238.89154323936935 rows/sec., 16.10 KiB/sec. | ||
13242 | 2024.08.16 07:23:08.123011 [ 3 ] {40a7f668-58d3-4f08-8b01-c365c2b248c7} <Debug> DynamicQueryHandler: Done processing query | ||
13243 | 2024.08.16 07:23:08.123086 [ 3 ] {40a7f668-58d3-4f08-8b01-c365c2b248c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13244 | 2024.08.16 07:23:08.123163 [ 3 ] {} <Debug> HTTP-Session: 2a7975e0-17b8-407d-9d3e-6d2d80c9d896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13245 | 2024.08.16 07:23:08.123446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13246 | 2024.08.16 07:23:08.123549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13247 | 2024.08.16 07:23:08.123625 [ 3 ] {} <Debug> HTTP-Session: 4a75422a-00f6-43b9-b721-b4ce0f2f32b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13248 | 2024.08.16 07:23:08.123683 [ 3 ] {} <Debug> HTTP-Session: 4a75422a-00f6-43b9-b721-b4ce0f2f32b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13249 | 2024.08.16 07:23:08.123711 [ 3 ] {} <Debug> HTTP-Session: 4a75422a-00f6-43b9-b721-b4ce0f2f32b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13250 | 2024.08.16 07:23:08.123808 [ 3 ] {} <Trace> HTTP-Session: 4a75422a-00f6-43b9-b721-b4ce0f2f32b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13251 | 2024.08.16 07:23:08.124655 [ 3 ] {0be436f0-d399-42ba-b5ef-85bb683065e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13252 | 2024.08.16 07:23:08.124738 [ 3 ] {0be436f0-d399-42ba-b5ef-85bb683065e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13253 | 2024.08.16 07:23:08.125517 [ 3 ] {0be436f0-d399-42ba-b5ef-85bb683065e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13254 | 2024.08.16 07:23:08.126184 [ 3 ] {0be436f0-d399-42ba-b5ef-85bb683065e4} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13255 | 2024.08.16 07:23:08.126222 [ 3 ] {0be436f0-d399-42ba-b5ef-85bb683065e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13256 | 2024.08.16 07:23:08.127328 [ 3 ] {0be436f0-d399-42ba-b5ef-85bb683065e4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
13257 | 2024.08.16 07:23:08.127832 [ 3 ] {0be436f0-d399-42ba-b5ef-85bb683065e4} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13258 | 2024.08.16 07:23:08.128105 [ 3 ] {0be436f0-d399-42ba-b5ef-85bb683065e4} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.00413 sec., 4600.48426150121 rows/sec., 8.24 MiB/sec. | ||
13259 | 2024.08.16 07:23:08.128410 [ 3 ] {0be436f0-d399-42ba-b5ef-85bb683065e4} <Debug> DynamicQueryHandler: Done processing query | ||
13260 | 2024.08.16 07:23:08.128436 [ 3 ] {0be436f0-d399-42ba-b5ef-85bb683065e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
13261 | 2024.08.16 07:23:08.128451 [ 3 ] {} <Debug> HTTP-Session: 4a75422a-00f6-43b9-b721-b4ce0f2f32b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13262 | 2024.08.16 07:23:08.128658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13263 | 2024.08.16 07:23:08.128761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13264 | 2024.08.16 07:23:08.128789 [ 3 ] {} <Debug> HTTP-Session: 1e4ed1e6-ab8c-4aa1-8734-6ff61c705917 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13265 | 2024.08.16 07:23:08.128806 [ 3 ] {} <Debug> HTTP-Session: 1e4ed1e6-ab8c-4aa1-8734-6ff61c705917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13266 | 2024.08.16 07:23:08.128820 [ 3 ] {} <Debug> HTTP-Session: 1e4ed1e6-ab8c-4aa1-8734-6ff61c705917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13267 | 2024.08.16 07:23:08.128857 [ 3 ] {} <Trace> HTTP-Session: 1e4ed1e6-ab8c-4aa1-8734-6ff61c705917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13268 | 2024.08.16 07:23:08.128997 [ 3 ] {ba1c7aee-07ef-4a20-a449-3b0a616c4fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13269 | 2024.08.16 07:23:08.129063 [ 3 ] {ba1c7aee-07ef-4a20-a449-3b0a616c4fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13270 | 2024.08.16 07:23:08.129238 [ 3 ] {ba1c7aee-07ef-4a20-a449-3b0a616c4fbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13271 | 2024.08.16 07:23:08.129983 [ 3 ] {ba1c7aee-07ef-4a20-a449-3b0a616c4fbf} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13272 | 2024.08.16 07:23:08.130038 [ 3 ] {ba1c7aee-07ef-4a20-a449-3b0a616c4fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
13273 | 2024.08.16 07:23:08.130077 [ 190 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22675 rows, containing 5 columns (5 merged, 0 gathered) in 0.013068452 sec., 1735094.5620797323 rows/sec., 117.09 MiB/sec. | ||
13274 | 2024.08.16 07:23:08.130495 [ 3 ] {ba1c7aee-07ef-4a20-a449-3b0a616c4fbf} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13275 | 2024.08.16 07:23:08.130621 [ 190 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
13276 | 2024.08.16 07:23:08.131294 [ 3 ] {ba1c7aee-07ef-4a20-a449-3b0a616c4fbf} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13277 | 2024.08.16 07:23:08.131703 [ 3 ] {ba1c7aee-07ef-4a20-a449-3b0a616c4fbf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002752 sec., 29796.511627906977 rows/sec., 1.89 MiB/sec. | ||
13278 | 2024.08.16 07:23:08.131877 [ 190 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_70_14} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13279 | 2024.08.16 07:23:08.132035 [ 190 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_70_14} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
13280 | 2024.08.16 07:23:08.132053 [ 3 ] {ba1c7aee-07ef-4a20-a449-3b0a616c4fbf} <Debug> DynamicQueryHandler: Done processing query | ||
13281 | 2024.08.16 07:23:08.132090 [ 3 ] {ba1c7aee-07ef-4a20-a449-3b0a616c4fbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13282 | 2024.08.16 07:23:08.132144 [ 3 ] {} <Debug> HTTP-Session: 1e4ed1e6-ab8c-4aa1-8734-6ff61c705917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13283 | 2024.08.16 07:23:08.132212 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
13284 | 2024.08.16 07:23:12.481317 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13285 | 2024.08.16 07:23:12.481389 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13286 | 2024.08.16 07:23:13.097670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13287 | 2024.08.16 07:23:13.097852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13288 | 2024.08.16 07:23:13.097898 [ 3 ] {} <Debug> HTTP-Session: f78f5187-2456-4755-9309-57aeb8cadfe5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13289 | 2024.08.16 07:23:13.097942 [ 3 ] {} <Debug> HTTP-Session: f78f5187-2456-4755-9309-57aeb8cadfe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13290 | 2024.08.16 07:23:13.097971 [ 3 ] {} <Debug> HTTP-Session: f78f5187-2456-4755-9309-57aeb8cadfe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13291 | 2024.08.16 07:23:13.098055 [ 3 ] {} <Trace> HTTP-Session: f78f5187-2456-4755-9309-57aeb8cadfe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13292 | 2024.08.16 07:23:13.098258 [ 3 ] {ef7f7a5c-92bb-4375-a3c6-3628a420276b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13293 | 2024.08.16 07:23:13.098325 [ 3 ] {ef7f7a5c-92bb-4375-a3c6-3628a420276b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13294 | 2024.08.16 07:23:13.098531 [ 3 ] {ef7f7a5c-92bb-4375-a3c6-3628a420276b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13295 | 2024.08.16 07:23:13.098976 [ 3 ] {ef7f7a5c-92bb-4375-a3c6-3628a420276b} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13296 | 2024.08.16 07:23:13.099025 [ 3 ] {ef7f7a5c-92bb-4375-a3c6-3628a420276b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13297 | 2024.08.16 07:23:13.099409 [ 3 ] {ef7f7a5c-92bb-4375-a3c6-3628a420276b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
13298 | 2024.08.16 07:23:13.099789 [ 3 ] {ef7f7a5c-92bb-4375-a3c6-3628a420276b} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13299 | 2024.08.16 07:23:13.099969 [ 3 ] {ef7f7a5c-92bb-4375-a3c6-3628a420276b} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001767 sec., 7923.03338992643 rows/sec., 642.20 KiB/sec. | ||
13300 | 2024.08.16 07:23:13.100190 [ 3 ] {ef7f7a5c-92bb-4375-a3c6-3628a420276b} <Debug> DynamicQueryHandler: Done processing query | ||
13301 | 2024.08.16 07:23:13.100218 [ 3 ] {ef7f7a5c-92bb-4375-a3c6-3628a420276b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13302 | 2024.08.16 07:23:13.100235 [ 3 ] {} <Debug> HTTP-Session: f78f5187-2456-4755-9309-57aeb8cadfe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13303 | 2024.08.16 07:23:13.100416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 14157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13304 | 2024.08.16 07:23:13.100470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13305 | 2024.08.16 07:23:13.100490 [ 3 ] {} <Debug> HTTP-Session: f8837cd3-254c-4c20-9ee0-add6961e27d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13306 | 2024.08.16 07:23:13.100508 [ 3 ] {} <Debug> HTTP-Session: f8837cd3-254c-4c20-9ee0-add6961e27d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13307 | 2024.08.16 07:23:13.100523 [ 3 ] {} <Debug> HTTP-Session: f8837cd3-254c-4c20-9ee0-add6961e27d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13308 | 2024.08.16 07:23:13.100557 [ 3 ] {} <Trace> HTTP-Session: f8837cd3-254c-4c20-9ee0-add6961e27d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13309 | 2024.08.16 07:23:13.100690 [ 3 ] {7034c6c0-c168-467f-a724-29d2235c1da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13310 | 2024.08.16 07:23:13.100737 [ 3 ] {7034c6c0-c168-467f-a724-29d2235c1da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13311 | 2024.08.16 07:23:13.100874 [ 3 ] {7034c6c0-c168-467f-a724-29d2235c1da4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13312 | 2024.08.16 07:23:13.101240 [ 3 ] {7034c6c0-c168-467f-a724-29d2235c1da4} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13313 | 2024.08.16 07:23:13.101278 [ 3 ] {7034c6c0-c168-467f-a724-29d2235c1da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13314 | 2024.08.16 07:23:13.101604 [ 3 ] {7034c6c0-c168-467f-a724-29d2235c1da4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13315 | 2024.08.16 07:23:13.101918 [ 3 ] {7034c6c0-c168-467f-a724-29d2235c1da4} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13316 | 2024.08.16 07:23:13.102072 [ 3 ] {7034c6c0-c168-467f-a724-29d2235c1da4} <Debug> executeQuery: Read 98 rows, 8.20 KiB in 0.00143 sec., 68531.46853146853 rows/sec., 5.60 MiB/sec. | ||
13317 | 2024.08.16 07:23:13.102236 [ 3 ] {7034c6c0-c168-467f-a724-29d2235c1da4} <Debug> DynamicQueryHandler: Done processing query | ||
13318 | 2024.08.16 07:23:13.102261 [ 3 ] {7034c6c0-c168-467f-a724-29d2235c1da4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13319 | 2024.08.16 07:23:13.102276 [ 3 ] {} <Debug> HTTP-Session: f8837cd3-254c-4c20-9ee0-add6961e27d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13320 | 2024.08.16 07:23:13.102431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 13240, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13321 | 2024.08.16 07:23:13.102497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13322 | 2024.08.16 07:23:13.102518 [ 3 ] {} <Debug> HTTP-Session: 8524ee86-89aa-4ffa-add2-90931cf2f91a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13323 | 2024.08.16 07:23:13.102535 [ 3 ] {} <Debug> HTTP-Session: 8524ee86-89aa-4ffa-add2-90931cf2f91a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13324 | 2024.08.16 07:23:13.102549 [ 3 ] {} <Debug> HTTP-Session: 8524ee86-89aa-4ffa-add2-90931cf2f91a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13325 | 2024.08.16 07:23:13.102584 [ 3 ] {} <Trace> HTTP-Session: 8524ee86-89aa-4ffa-add2-90931cf2f91a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13326 | 2024.08.16 07:23:13.102707 [ 3 ] {b46e93b6-63c1-4513-af5f-16e68dbc7fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13327 | 2024.08.16 07:23:13.102753 [ 3 ] {b46e93b6-63c1-4513-af5f-16e68dbc7fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13328 | 2024.08.16 07:23:13.102880 [ 3 ] {b46e93b6-63c1-4513-af5f-16e68dbc7fd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13329 | 2024.08.16 07:23:13.103234 [ 3 ] {b46e93b6-63c1-4513-af5f-16e68dbc7fd3} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13330 | 2024.08.16 07:23:13.103273 [ 3 ] {b46e93b6-63c1-4513-af5f-16e68dbc7fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13331 | 2024.08.16 07:23:13.103593 [ 3 ] {b46e93b6-63c1-4513-af5f-16e68dbc7fd3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13332 | 2024.08.16 07:23:13.103895 [ 3 ] {b46e93b6-63c1-4513-af5f-16e68dbc7fd3} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13333 | 2024.08.16 07:23:13.104042 [ 3 ] {b46e93b6-63c1-4513-af5f-16e68dbc7fd3} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001378 sec., 56603.773584905655 rows/sec., 4.42 MiB/sec. | ||
13334 | 2024.08.16 07:23:13.104215 [ 3 ] {b46e93b6-63c1-4513-af5f-16e68dbc7fd3} <Debug> DynamicQueryHandler: Done processing query | ||
13335 | 2024.08.16 07:23:13.104240 [ 3 ] {b46e93b6-63c1-4513-af5f-16e68dbc7fd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13336 | 2024.08.16 07:23:13.104255 [ 3 ] {} <Debug> HTTP-Session: 8524ee86-89aa-4ffa-add2-90931cf2f91a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13337 | 2024.08.16 07:23:13.104450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13338 | 2024.08.16 07:23:13.104500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13339 | 2024.08.16 07:23:13.104519 [ 3 ] {} <Debug> HTTP-Session: 256f014e-cfd4-4bb9-ae34-695b13a82b7a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13340 | 2024.08.16 07:23:13.104536 [ 3 ] {} <Debug> HTTP-Session: 256f014e-cfd4-4bb9-ae34-695b13a82b7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13341 | 2024.08.16 07:23:13.104550 [ 3 ] {} <Debug> HTTP-Session: 256f014e-cfd4-4bb9-ae34-695b13a82b7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13342 | 2024.08.16 07:23:13.104582 [ 3 ] {} <Trace> HTTP-Session: 256f014e-cfd4-4bb9-ae34-695b13a82b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13343 | 2024.08.16 07:23:13.104729 [ 3 ] {8bd73442-1cc4-449f-b474-53ac08d348f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13344 | 2024.08.16 07:23:13.104777 [ 3 ] {8bd73442-1cc4-449f-b474-53ac08d348f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13345 | 2024.08.16 07:23:13.104926 [ 3 ] {8bd73442-1cc4-449f-b474-53ac08d348f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13346 | 2024.08.16 07:23:13.105311 [ 3 ] {8bd73442-1cc4-449f-b474-53ac08d348f5} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13347 | 2024.08.16 07:23:13.105349 [ 3 ] {8bd73442-1cc4-449f-b474-53ac08d348f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13348 | 2024.08.16 07:23:13.105750 [ 3 ] {8bd73442-1cc4-449f-b474-53ac08d348f5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13349 | 2024.08.16 07:23:13.106087 [ 3 ] {8bd73442-1cc4-449f-b474-53ac08d348f5} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13350 | 2024.08.16 07:23:13.106248 [ 3 ] {8bd73442-1cc4-449f-b474-53ac08d348f5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. | ||
13351 | 2024.08.16 07:23:13.106516 [ 3 ] {8bd73442-1cc4-449f-b474-53ac08d348f5} <Debug> DynamicQueryHandler: Done processing query | ||
13352 | 2024.08.16 07:23:13.106568 [ 3 ] {8bd73442-1cc4-449f-b474-53ac08d348f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13353 | 2024.08.16 07:23:13.106624 [ 3 ] {} <Debug> HTTP-Session: 256f014e-cfd4-4bb9-ae34-695b13a82b7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13354 | 2024.08.16 07:23:13.106818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13355 | 2024.08.16 07:23:13.106870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13356 | 2024.08.16 07:23:13.106889 [ 3 ] {} <Debug> HTTP-Session: d3e0beb1-394a-4304-97ac-c4f895467912 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13357 | 2024.08.16 07:23:13.106907 [ 3 ] {} <Debug> HTTP-Session: d3e0beb1-394a-4304-97ac-c4f895467912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13358 | 2024.08.16 07:23:13.106922 [ 3 ] {} <Debug> HTTP-Session: d3e0beb1-394a-4304-97ac-c4f895467912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13359 | 2024.08.16 07:23:13.106959 [ 3 ] {} <Trace> HTTP-Session: d3e0beb1-394a-4304-97ac-c4f895467912 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13360 | 2024.08.16 07:23:13.107163 [ 3 ] {2f264a87-0102-4bb0-b884-d0f9bb641554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13361 | 2024.08.16 07:23:13.107237 [ 3 ] {2f264a87-0102-4bb0-b884-d0f9bb641554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13362 | 2024.08.16 07:23:13.107670 [ 3 ] {2f264a87-0102-4bb0-b884-d0f9bb641554} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13363 | 2024.08.16 07:23:13.108268 [ 3 ] {2f264a87-0102-4bb0-b884-d0f9bb641554} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13364 | 2024.08.16 07:23:13.108306 [ 3 ] {2f264a87-0102-4bb0-b884-d0f9bb641554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13365 | 2024.08.16 07:23:13.108920 [ 3 ] {2f264a87-0102-4bb0-b884-d0f9bb641554} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
13366 | 2024.08.16 07:23:13.109326 [ 3 ] {2f264a87-0102-4bb0-b884-d0f9bb641554} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13367 | 2024.08.16 07:23:13.109536 [ 3 ] {2f264a87-0102-4bb0-b884-d0f9bb641554} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002492 sec., 5617.9775280898875 rows/sec., 10.07 MiB/sec. | ||
13368 | 2024.08.16 07:23:13.109889 [ 3 ] {2f264a87-0102-4bb0-b884-d0f9bb641554} <Debug> DynamicQueryHandler: Done processing query | ||
13369 | 2024.08.16 07:23:13.109914 [ 3 ] {2f264a87-0102-4bb0-b884-d0f9bb641554} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
13370 | 2024.08.16 07:23:13.109930 [ 3 ] {} <Debug> HTTP-Session: d3e0beb1-394a-4304-97ac-c4f895467912 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13371 | 2024.08.16 07:23:13.110083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13372 | 2024.08.16 07:23:13.110133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13373 | 2024.08.16 07:23:13.110152 [ 3 ] {} <Debug> HTTP-Session: ac9a9fa3-b168-4aaf-b4c6-bb8305f9b5e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13374 | 2024.08.16 07:23:13.110169 [ 3 ] {} <Debug> HTTP-Session: ac9a9fa3-b168-4aaf-b4c6-bb8305f9b5e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13375 | 2024.08.16 07:23:13.110183 [ 3 ] {} <Debug> HTTP-Session: ac9a9fa3-b168-4aaf-b4c6-bb8305f9b5e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13376 | 2024.08.16 07:23:13.110213 [ 3 ] {} <Trace> HTTP-Session: ac9a9fa3-b168-4aaf-b4c6-bb8305f9b5e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13377 | 2024.08.16 07:23:13.110332 [ 3 ] {dc96e5d8-9e2f-42dd-8812-873caeabb66e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13378 | 2024.08.16 07:23:13.110377 [ 3 ] {dc96e5d8-9e2f-42dd-8812-873caeabb66e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13379 | 2024.08.16 07:23:13.110504 [ 3 ] {dc96e5d8-9e2f-42dd-8812-873caeabb66e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13380 | 2024.08.16 07:23:13.110813 [ 3 ] {dc96e5d8-9e2f-42dd-8812-873caeabb66e} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13381 | 2024.08.16 07:23:13.110851 [ 3 ] {dc96e5d8-9e2f-42dd-8812-873caeabb66e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13382 | 2024.08.16 07:23:13.111220 [ 3 ] {dc96e5d8-9e2f-42dd-8812-873caeabb66e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13383 | 2024.08.16 07:23:13.111537 [ 3 ] {dc96e5d8-9e2f-42dd-8812-873caeabb66e} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13384 | 2024.08.16 07:23:13.111696 [ 3 ] {dc96e5d8-9e2f-42dd-8812-873caeabb66e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
13385 | 2024.08.16 07:23:13.111707 [ 42 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13386 | 2024.08.16 07:23:13.111833 [ 42 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13387 | 2024.08.16 07:23:13.111871 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13388 | 2024.08.16 07:23:13.111958 [ 3 ] {dc96e5d8-9e2f-42dd-8812-873caeabb66e} <Debug> DynamicQueryHandler: Done processing query | ||
13389 | 2024.08.16 07:23:13.112025 [ 3 ] {dc96e5d8-9e2f-42dd-8812-873caeabb66e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13390 | 2024.08.16 07:23:13.112072 [ 3 ] {} <Debug> HTTP-Session: ac9a9fa3-b168-4aaf-b4c6-bb8305f9b5e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13391 | 2024.08.16 07:23:13.112101 [ 197 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
13392 | 2024.08.16 07:23:13.112281 [ 197 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13393 | 2024.08.16 07:23:13.112318 [ 197 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4354 rows starting from the beginning of the part | ||
13394 | 2024.08.16 07:23:13.112388 [ 197 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
13395 | 2024.08.16 07:23:13.112565 [ 197 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
13396 | 2024.08.16 07:23:13.112727 [ 197 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
13397 | 2024.08.16 07:23:13.112966 [ 197 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
13398 | 2024.08.16 07:23:13.113166 [ 197 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
13399 | 2024.08.16 07:23:13.115113 [ 198 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4698 rows, containing 4 columns (4 merged, 0 gathered) in 0.003137693 sec., 1497278.4144274152 rows/sec., 97.50 MiB/sec. | ||
13400 | 2024.08.16 07:23:13.115527 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13401 | 2024.08.16 07:23:13.116033 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_71_14} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13402 | 2024.08.16 07:23:13.116131 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_71_14} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13403 | 2024.08.16 07:23:13.116236 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
13404 | 2024.08.16 07:23:17.174581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13405 | 2024.08.16 07:23:17.174783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13406 | 2024.08.16 07:23:17.174832 [ 3 ] {} <Debug> HTTP-Session: 1fb52908-11ef-4c81-b4bf-7f81271e18b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13407 | 2024.08.16 07:23:17.174874 [ 3 ] {} <Debug> HTTP-Session: 1fb52908-11ef-4c81-b4bf-7f81271e18b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13408 | 2024.08.16 07:23:17.174903 [ 3 ] {} <Debug> HTTP-Session: 1fb52908-11ef-4c81-b4bf-7f81271e18b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13409 | 2024.08.16 07:23:17.174984 [ 3 ] {} <Trace> HTTP-Session: 1fb52908-11ef-4c81-b4bf-7f81271e18b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13410 | 2024.08.16 07:23:17.175255 [ 3 ] {8547da48-08b2-4f27-9108-652e85c4c96b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13411 | 2024.08.16 07:23:17.175325 [ 3 ] {8547da48-08b2-4f27-9108-652e85c4c96b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13412 | 2024.08.16 07:23:17.175530 [ 3 ] {8547da48-08b2-4f27-9108-652e85c4c96b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13413 | 2024.08.16 07:23:17.175961 [ 3 ] {8547da48-08b2-4f27-9108-652e85c4c96b} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13414 | 2024.08.16 07:23:17.176009 [ 3 ] {8547da48-08b2-4f27-9108-652e85c4c96b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13415 | 2024.08.16 07:23:17.176392 [ 3 ] {8547da48-08b2-4f27-9108-652e85c4c96b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
13416 | 2024.08.16 07:23:17.176722 [ 3 ] {8547da48-08b2-4f27-9108-652e85c4c96b} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13417 | 2024.08.16 07:23:17.176917 [ 3 ] {8547da48-08b2-4f27-9108-652e85c4c96b} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001713 sec., 11091.652072387626 rows/sec., 899.03 KiB/sec. | ||
13418 | 2024.08.16 07:23:17.177130 [ 3 ] {8547da48-08b2-4f27-9108-652e85c4c96b} <Debug> DynamicQueryHandler: Done processing query | ||
13419 | 2024.08.16 07:23:17.177158 [ 3 ] {8547da48-08b2-4f27-9108-652e85c4c96b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13420 | 2024.08.16 07:23:17.177175 [ 3 ] {} <Debug> HTTP-Session: 1fb52908-11ef-4c81-b4bf-7f81271e18b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13421 | 2024.08.16 07:23:17.177448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13422 | 2024.08.16 07:23:17.177501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13423 | 2024.08.16 07:23:17.177520 [ 3 ] {} <Debug> HTTP-Session: 9e2c3c2a-3668-48a2-86a2-c36b52dbb3f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13424 | 2024.08.16 07:23:17.177539 [ 3 ] {} <Debug> HTTP-Session: 9e2c3c2a-3668-48a2-86a2-c36b52dbb3f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13425 | 2024.08.16 07:23:17.177555 [ 3 ] {} <Debug> HTTP-Session: 9e2c3c2a-3668-48a2-86a2-c36b52dbb3f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13426 | 2024.08.16 07:23:17.177591 [ 3 ] {} <Trace> HTTP-Session: 9e2c3c2a-3668-48a2-86a2-c36b52dbb3f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13427 | 2024.08.16 07:23:17.177696 [ 3 ] {4e0d613e-7755-4e5b-b15f-460fe321450f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13428 | 2024.08.16 07:23:17.177743 [ 3 ] {4e0d613e-7755-4e5b-b15f-460fe321450f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13429 | 2024.08.16 07:23:17.177877 [ 3 ] {4e0d613e-7755-4e5b-b15f-460fe321450f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13430 | 2024.08.16 07:23:17.178171 [ 3 ] {4e0d613e-7755-4e5b-b15f-460fe321450f} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13431 | 2024.08.16 07:23:17.178210 [ 3 ] {4e0d613e-7755-4e5b-b15f-460fe321450f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13432 | 2024.08.16 07:23:17.178512 [ 3 ] {4e0d613e-7755-4e5b-b15f-460fe321450f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13433 | 2024.08.16 07:23:17.178819 [ 3 ] {4e0d613e-7755-4e5b-b15f-460fe321450f} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13434 | 2024.08.16 07:23:17.178979 [ 3 ] {4e0d613e-7755-4e5b-b15f-460fe321450f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001304 sec., 1533.7423312883436 rows/sec., 125.07 KiB/sec. | ||
13435 | 2024.08.16 07:23:17.179150 [ 3 ] {4e0d613e-7755-4e5b-b15f-460fe321450f} <Debug> DynamicQueryHandler: Done processing query | ||
13436 | 2024.08.16 07:23:17.179175 [ 3 ] {4e0d613e-7755-4e5b-b15f-460fe321450f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13437 | 2024.08.16 07:23:17.179191 [ 3 ] {} <Debug> HTTP-Session: 9e2c3c2a-3668-48a2-86a2-c36b52dbb3f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13438 | 2024.08.16 07:23:17.179619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 202020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13439 | 2024.08.16 07:23:17.179668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13440 | 2024.08.16 07:23:17.179688 [ 3 ] {} <Debug> HTTP-Session: 16e5adc8-87dd-4b95-9725-be6cb0c11fd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13441 | 2024.08.16 07:23:17.179705 [ 3 ] {} <Debug> HTTP-Session: 16e5adc8-87dd-4b95-9725-be6cb0c11fd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13442 | 2024.08.16 07:23:17.179719 [ 3 ] {} <Debug> HTTP-Session: 16e5adc8-87dd-4b95-9725-be6cb0c11fd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13443 | 2024.08.16 07:23:17.179751 [ 3 ] {} <Trace> HTTP-Session: 16e5adc8-87dd-4b95-9725-be6cb0c11fd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13444 | 2024.08.16 07:23:17.180293 [ 3 ] {6d2e6757-fdcc-4821-851f-a8b3d5e08538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13445 | 2024.08.16 07:23:17.180341 [ 3 ] {6d2e6757-fdcc-4821-851f-a8b3d5e08538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13446 | 2024.08.16 07:23:17.180469 [ 3 ] {6d2e6757-fdcc-4821-851f-a8b3d5e08538} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13447 | 2024.08.16 07:23:17.181684 [ 3 ] {6d2e6757-fdcc-4821-851f-a8b3d5e08538} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13448 | 2024.08.16 07:23:17.181723 [ 3 ] {6d2e6757-fdcc-4821-851f-a8b3d5e08538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13449 | 2024.08.16 07:23:17.182125 [ 3 ] {6d2e6757-fdcc-4821-851f-a8b3d5e08538} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13450 | 2024.08.16 07:23:17.182443 [ 3 ] {6d2e6757-fdcc-4821-851f-a8b3d5e08538} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13451 | 2024.08.16 07:23:17.182616 [ 3 ] {6d2e6757-fdcc-4821-851f-a8b3d5e08538} <Debug> executeQuery: Read 1387 rows, 118.16 KiB in 0.002649 sec., 523593.8089845225 rows/sec., 43.56 MiB/sec. | ||
13452 | 2024.08.16 07:23:17.182782 [ 3 ] {6d2e6757-fdcc-4821-851f-a8b3d5e08538} <Debug> DynamicQueryHandler: Done processing query | ||
13453 | 2024.08.16 07:23:17.182808 [ 3 ] {6d2e6757-fdcc-4821-851f-a8b3d5e08538} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
13454 | 2024.08.16 07:23:17.182824 [ 3 ] {} <Debug> HTTP-Session: 16e5adc8-87dd-4b95-9725-be6cb0c11fd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13455 | 2024.08.16 07:23:17.183063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13456 | 2024.08.16 07:23:17.183111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13457 | 2024.08.16 07:23:17.183130 [ 3 ] {} <Debug> HTTP-Session: ebe2161f-c224-4be3-b18a-1dfeb2738c53 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13458 | 2024.08.16 07:23:17.183148 [ 3 ] {} <Debug> HTTP-Session: ebe2161f-c224-4be3-b18a-1dfeb2738c53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13459 | 2024.08.16 07:23:17.183162 [ 3 ] {} <Debug> HTTP-Session: ebe2161f-c224-4be3-b18a-1dfeb2738c53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13460 | 2024.08.16 07:23:17.183194 [ 3 ] {} <Trace> HTTP-Session: ebe2161f-c224-4be3-b18a-1dfeb2738c53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13461 | 2024.08.16 07:23:17.183289 [ 3 ] {0396171a-f0d4-4fe4-9a9c-de659a85e674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13462 | 2024.08.16 07:23:17.183332 [ 3 ] {0396171a-f0d4-4fe4-9a9c-de659a85e674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13463 | 2024.08.16 07:23:17.183460 [ 3 ] {0396171a-f0d4-4fe4-9a9c-de659a85e674} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13464 | 2024.08.16 07:23:17.183725 [ 3 ] {0396171a-f0d4-4fe4-9a9c-de659a85e674} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13465 | 2024.08.16 07:23:17.183762 [ 3 ] {0396171a-f0d4-4fe4-9a9c-de659a85e674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13466 | 2024.08.16 07:23:17.184058 [ 3 ] {0396171a-f0d4-4fe4-9a9c-de659a85e674} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13467 | 2024.08.16 07:23:17.184360 [ 3 ] {0396171a-f0d4-4fe4-9a9c-de659a85e674} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13468 | 2024.08.16 07:23:17.184524 [ 3 ] {0396171a-f0d4-4fe4-9a9c-de659a85e674} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001251 sec., 1598.721023181455 rows/sec., 111.63 KiB/sec. | ||
13469 | 2024.08.16 07:23:17.184688 [ 3 ] {0396171a-f0d4-4fe4-9a9c-de659a85e674} <Debug> DynamicQueryHandler: Done processing query | ||
13470 | 2024.08.16 07:23:17.184713 [ 3 ] {0396171a-f0d4-4fe4-9a9c-de659a85e674} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13471 | 2024.08.16 07:23:17.184729 [ 3 ] {} <Debug> HTTP-Session: ebe2161f-c224-4be3-b18a-1dfeb2738c53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13472 | 2024.08.16 07:23:17.184895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13473 | 2024.08.16 07:23:17.184943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13474 | 2024.08.16 07:23:17.184962 [ 3 ] {} <Debug> HTTP-Session: 4bdbbf90-b0cf-4d45-9b7b-b3710bebc7ad Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13475 | 2024.08.16 07:23:17.184978 [ 3 ] {} <Debug> HTTP-Session: 4bdbbf90-b0cf-4d45-9b7b-b3710bebc7ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13476 | 2024.08.16 07:23:17.184992 [ 3 ] {} <Debug> HTTP-Session: 4bdbbf90-b0cf-4d45-9b7b-b3710bebc7ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13477 | 2024.08.16 07:23:17.185023 [ 3 ] {} <Trace> HTTP-Session: 4bdbbf90-b0cf-4d45-9b7b-b3710bebc7ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13478 | 2024.08.16 07:23:17.185193 [ 3 ] {779ec814-88b5-4aad-aa07-0c7e0cca1fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13479 | 2024.08.16 07:23:17.185236 [ 3 ] {779ec814-88b5-4aad-aa07-0c7e0cca1fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13480 | 2024.08.16 07:23:17.185363 [ 3 ] {779ec814-88b5-4aad-aa07-0c7e0cca1fa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13481 | 2024.08.16 07:23:17.185776 [ 3 ] {779ec814-88b5-4aad-aa07-0c7e0cca1fa0} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13482 | 2024.08.16 07:23:17.185815 [ 3 ] {779ec814-88b5-4aad-aa07-0c7e0cca1fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13483 | 2024.08.16 07:23:17.186139 [ 3 ] {779ec814-88b5-4aad-aa07-0c7e0cca1fa0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
13484 | 2024.08.16 07:23:17.186435 [ 3 ] {779ec814-88b5-4aad-aa07-0c7e0cca1fa0} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13485 | 2024.08.16 07:23:17.186590 [ 3 ] {779ec814-88b5-4aad-aa07-0c7e0cca1fa0} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001483 sec., 163182.7376938638 rows/sec., 11.06 MiB/sec. | ||
13486 | 2024.08.16 07:23:17.186751 [ 3 ] {779ec814-88b5-4aad-aa07-0c7e0cca1fa0} <Debug> DynamicQueryHandler: Done processing query | ||
13487 | 2024.08.16 07:23:17.186776 [ 3 ] {779ec814-88b5-4aad-aa07-0c7e0cca1fa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13488 | 2024.08.16 07:23:17.186791 [ 3 ] {} <Debug> HTTP-Session: 4bdbbf90-b0cf-4d45-9b7b-b3710bebc7ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13489 | 2024.08.16 07:23:17.186959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13490 | 2024.08.16 07:23:17.187005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13491 | 2024.08.16 07:23:17.187024 [ 3 ] {} <Debug> HTTP-Session: 35fcf388-a2f0-4c07-997f-9c7e3c52f660 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13492 | 2024.08.16 07:23:17.187041 [ 3 ] {} <Debug> HTTP-Session: 35fcf388-a2f0-4c07-997f-9c7e3c52f660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13493 | 2024.08.16 07:23:17.187055 [ 3 ] {} <Debug> HTTP-Session: 35fcf388-a2f0-4c07-997f-9c7e3c52f660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13494 | 2024.08.16 07:23:17.187086 [ 3 ] {} <Trace> HTTP-Session: 35fcf388-a2f0-4c07-997f-9c7e3c52f660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13495 | 2024.08.16 07:23:17.187181 [ 3 ] {5beb8c5f-8b84-4fd0-876e-a9ca72c01b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13496 | 2024.08.16 07:23:17.187223 [ 3 ] {5beb8c5f-8b84-4fd0-876e-a9ca72c01b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13497 | 2024.08.16 07:23:17.187349 [ 3 ] {5beb8c5f-8b84-4fd0-876e-a9ca72c01b94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13498 | 2024.08.16 07:23:17.187613 [ 3 ] {5beb8c5f-8b84-4fd0-876e-a9ca72c01b94} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13499 | 2024.08.16 07:23:17.187651 [ 3 ] {5beb8c5f-8b84-4fd0-876e-a9ca72c01b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13500 | 2024.08.16 07:23:17.187959 [ 3 ] {5beb8c5f-8b84-4fd0-876e-a9ca72c01b94} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
13501 | 2024.08.16 07:23:17.188270 [ 3 ] {5beb8c5f-8b84-4fd0-876e-a9ca72c01b94} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13502 | 2024.08.16 07:23:17.188422 [ 3 ] {5beb8c5f-8b84-4fd0-876e-a9ca72c01b94} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001266 sec., 4739.336492890995 rows/sec., 280.01 KiB/sec. | ||
13503 | 2024.08.16 07:23:17.188585 [ 3 ] {5beb8c5f-8b84-4fd0-876e-a9ca72c01b94} <Debug> DynamicQueryHandler: Done processing query | ||
13504 | 2024.08.16 07:23:17.188609 [ 3 ] {5beb8c5f-8b84-4fd0-876e-a9ca72c01b94} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13505 | 2024.08.16 07:23:17.188624 [ 3 ] {} <Debug> HTTP-Session: 35fcf388-a2f0-4c07-997f-9c7e3c52f660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13506 | 2024.08.16 07:23:17.188841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 140303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13507 | 2024.08.16 07:23:17.188889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13508 | 2024.08.16 07:23:17.188909 [ 3 ] {} <Debug> HTTP-Session: 90a0835d-6dde-460f-af79-f968d795fc01 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13509 | 2024.08.16 07:23:17.188926 [ 3 ] {} <Debug> HTTP-Session: 90a0835d-6dde-460f-af79-f968d795fc01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13510 | 2024.08.16 07:23:17.188939 [ 3 ] {} <Debug> HTTP-Session: 90a0835d-6dde-460f-af79-f968d795fc01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13511 | 2024.08.16 07:23:17.188970 [ 3 ] {} <Trace> HTTP-Session: 90a0835d-6dde-460f-af79-f968d795fc01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13512 | 2024.08.16 07:23:17.189280 [ 3 ] {f327a391-aac6-4b0f-844a-ba85360a7ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13513 | 2024.08.16 07:23:17.189324 [ 3 ] {f327a391-aac6-4b0f-844a-ba85360a7ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13514 | 2024.08.16 07:23:17.189452 [ 3 ] {f327a391-aac6-4b0f-844a-ba85360a7ef2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13515 | 2024.08.16 07:23:17.190288 [ 3 ] {f327a391-aac6-4b0f-844a-ba85360a7ef2} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13516 | 2024.08.16 07:23:17.190327 [ 3 ] {f327a391-aac6-4b0f-844a-ba85360a7ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13517 | 2024.08.16 07:23:17.190674 [ 3 ] {f327a391-aac6-4b0f-844a-ba85360a7ef2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13518 | 2024.08.16 07:23:17.190974 [ 3 ] {f327a391-aac6-4b0f-844a-ba85360a7ef2} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13519 | 2024.08.16 07:23:17.191126 [ 3 ] {f327a391-aac6-4b0f-844a-ba85360a7ef2} <Debug> executeQuery: Read 859 rows, 63.66 KiB in 0.002031 sec., 422944.36238306254 rows/sec., 30.61 MiB/sec. | ||
13520 | 2024.08.16 07:23:17.191293 [ 3 ] {f327a391-aac6-4b0f-844a-ba85360a7ef2} <Debug> DynamicQueryHandler: Done processing query | ||
13521 | 2024.08.16 07:23:17.191318 [ 3 ] {f327a391-aac6-4b0f-844a-ba85360a7ef2} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
13522 | 2024.08.16 07:23:17.191334 [ 3 ] {} <Debug> HTTP-Session: 90a0835d-6dde-460f-af79-f968d795fc01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13523 | 2024.08.16 07:23:17.191650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13524 | 2024.08.16 07:23:17.191697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13525 | 2024.08.16 07:23:17.191716 [ 3 ] {} <Debug> HTTP-Session: cfb127b8-cd32-4317-96f1-3489277d73a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13526 | 2024.08.16 07:23:17.191733 [ 3 ] {} <Debug> HTTP-Session: cfb127b8-cd32-4317-96f1-3489277d73a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13527 | 2024.08.16 07:23:17.191748 [ 3 ] {} <Debug> HTTP-Session: cfb127b8-cd32-4317-96f1-3489277d73a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13528 | 2024.08.16 07:23:17.191778 [ 3 ] {} <Trace> HTTP-Session: cfb127b8-cd32-4317-96f1-3489277d73a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13529 | 2024.08.16 07:23:17.191875 [ 3 ] {49786621-108e-4c63-8028-82dad0f89ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13530 | 2024.08.16 07:23:17.191919 [ 3 ] {49786621-108e-4c63-8028-82dad0f89ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13531 | 2024.08.16 07:23:17.192048 [ 3 ] {49786621-108e-4c63-8028-82dad0f89ed8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13532 | 2024.08.16 07:23:17.192338 [ 3 ] {49786621-108e-4c63-8028-82dad0f89ed8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13533 | 2024.08.16 07:23:17.192377 [ 3 ] {49786621-108e-4c63-8028-82dad0f89ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13534 | 2024.08.16 07:23:17.192737 [ 3 ] {49786621-108e-4c63-8028-82dad0f89ed8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
13535 | 2024.08.16 07:23:17.193064 [ 3 ] {49786621-108e-4c63-8028-82dad0f89ed8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13536 | 2024.08.16 07:23:17.193234 [ 3 ] {49786621-108e-4c63-8028-82dad0f89ed8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001378 sec., 4354.136429608127 rows/sec., 227.49 KiB/sec. | ||
13537 | 2024.08.16 07:23:17.193416 [ 3 ] {49786621-108e-4c63-8028-82dad0f89ed8} <Debug> DynamicQueryHandler: Done processing query | ||
13538 | 2024.08.16 07:23:17.193440 [ 3 ] {49786621-108e-4c63-8028-82dad0f89ed8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13539 | 2024.08.16 07:23:17.193456 [ 3 ] {} <Debug> HTTP-Session: cfb127b8-cd32-4317-96f1-3489277d73a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13540 | 2024.08.16 07:23:17.193785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 172238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13541 | 2024.08.16 07:23:17.193834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13542 | 2024.08.16 07:23:17.193854 [ 3 ] {} <Debug> HTTP-Session: a2225cd0-e5f0-4e1a-85fb-9f48ba47b347 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13543 | 2024.08.16 07:23:17.193870 [ 3 ] {} <Debug> HTTP-Session: a2225cd0-e5f0-4e1a-85fb-9f48ba47b347 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13544 | 2024.08.16 07:23:17.193884 [ 3 ] {} <Debug> HTTP-Session: a2225cd0-e5f0-4e1a-85fb-9f48ba47b347 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13545 | 2024.08.16 07:23:17.193914 [ 3 ] {} <Trace> HTTP-Session: a2225cd0-e5f0-4e1a-85fb-9f48ba47b347 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13546 | 2024.08.16 07:23:17.194334 [ 3 ] {d95eac9c-96de-4a84-8317-74cf734e48be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13547 | 2024.08.16 07:23:17.194381 [ 3 ] {d95eac9c-96de-4a84-8317-74cf734e48be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13548 | 2024.08.16 07:23:17.194525 [ 3 ] {d95eac9c-96de-4a84-8317-74cf734e48be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13549 | 2024.08.16 07:23:17.195358 [ 3 ] {d95eac9c-96de-4a84-8317-74cf734e48be} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13550 | 2024.08.16 07:23:17.195396 [ 3 ] {d95eac9c-96de-4a84-8317-74cf734e48be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13551 | 2024.08.16 07:23:17.195833 [ 3 ] {d95eac9c-96de-4a84-8317-74cf734e48be} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13552 | 2024.08.16 07:23:17.196177 [ 3 ] {d95eac9c-96de-4a84-8317-74cf734e48be} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13553 | 2024.08.16 07:23:17.196344 [ 3 ] {d95eac9c-96de-4a84-8317-74cf734e48be} <Debug> executeQuery: Read 910 rows, 62.23 KiB in 0.002272 sec., 400528.1690140845 rows/sec., 26.75 MiB/sec. | ||
13554 | 2024.08.16 07:23:17.196645 [ 3 ] {d95eac9c-96de-4a84-8317-74cf734e48be} <Debug> DynamicQueryHandler: Done processing query | ||
13555 | 2024.08.16 07:23:17.196706 [ 3 ] {d95eac9c-96de-4a84-8317-74cf734e48be} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
13556 | 2024.08.16 07:23:17.196766 [ 3 ] {} <Debug> HTTP-Session: a2225cd0-e5f0-4e1a-85fb-9f48ba47b347 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13557 | 2024.08.16 07:23:17.197139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13558 | 2024.08.16 07:23:17.197192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13559 | 2024.08.16 07:23:17.197211 [ 3 ] {} <Debug> HTTP-Session: a505b91c-27dd-48a8-82b7-194284e57ea9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13560 | 2024.08.16 07:23:17.197228 [ 3 ] {} <Debug> HTTP-Session: a505b91c-27dd-48a8-82b7-194284e57ea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13561 | 2024.08.16 07:23:17.197242 [ 3 ] {} <Debug> HTTP-Session: a505b91c-27dd-48a8-82b7-194284e57ea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13562 | 2024.08.16 07:23:17.197274 [ 3 ] {} <Trace> HTTP-Session: a505b91c-27dd-48a8-82b7-194284e57ea9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13563 | 2024.08.16 07:23:17.197370 [ 3 ] {340bd081-f91c-45e2-8e2c-2f713c128c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13564 | 2024.08.16 07:23:17.197418 [ 3 ] {340bd081-f91c-45e2-8e2c-2f713c128c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13565 | 2024.08.16 07:23:17.197570 [ 3 ] {340bd081-f91c-45e2-8e2c-2f713c128c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13566 | 2024.08.16 07:23:17.197819 [ 3 ] {340bd081-f91c-45e2-8e2c-2f713c128c7a} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13567 | 2024.08.16 07:23:17.197856 [ 3 ] {340bd081-f91c-45e2-8e2c-2f713c128c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13568 | 2024.08.16 07:23:17.198200 [ 3 ] {340bd081-f91c-45e2-8e2c-2f713c128c7a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
13569 | 2024.08.16 07:23:17.198519 [ 3 ] {340bd081-f91c-45e2-8e2c-2f713c128c7a} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13570 | 2024.08.16 07:23:17.198674 [ 3 ] {340bd081-f91c-45e2-8e2c-2f713c128c7a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00132 sec., 757.5757575757576 rows/sec., 51.05 KiB/sec. | ||
13571 | 2024.08.16 07:23:17.198675 [ 40 ] {} <Debug> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
13572 | 2024.08.16 07:23:17.198796 [ 40 ] {} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13573 | 2024.08.16 07:23:17.198835 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13574 | 2024.08.16 07:23:17.198917 [ 3 ] {340bd081-f91c-45e2-8e2c-2f713c128c7a} <Debug> DynamicQueryHandler: Done processing query | ||
13575 | 2024.08.16 07:23:17.198979 [ 3 ] {340bd081-f91c-45e2-8e2c-2f713c128c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13576 | 2024.08.16 07:23:17.199027 [ 3 ] {} <Debug> HTTP-Session: a505b91c-27dd-48a8-82b7-194284e57ea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13577 | 2024.08.16 07:23:17.199067 [ 197 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
13578 | 2024.08.16 07:23:17.199224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13579 | 2024.08.16 07:23:17.199336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13580 | 2024.08.16 07:23:17.199365 [ 197 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13581 | 2024.08.16 07:23:17.199379 [ 3 ] {} <Debug> HTTP-Session: 8559a11b-68f1-4da7-8464-1dd1201d4dd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13582 | 2024.08.16 07:23:17.199434 [ 3 ] {} <Debug> HTTP-Session: 8559a11b-68f1-4da7-8464-1dd1201d4dd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13583 | 2024.08.16 07:23:17.199439 [ 197 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
13584 | 2024.08.16 07:23:17.199454 [ 3 ] {} <Debug> HTTP-Session: 8559a11b-68f1-4da7-8464-1dd1201d4dd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13585 | 2024.08.16 07:23:17.199530 [ 3 ] {} <Trace> HTTP-Session: 8559a11b-68f1-4da7-8464-1dd1201d4dd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13586 | 2024.08.16 07:23:17.199613 [ 197 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
13587 | 2024.08.16 07:23:17.199852 [ 197 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
13588 | 2024.08.16 07:23:17.200223 [ 3 ] {77a7459b-c325-4d8d-b005-40fb503fedd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13589 | 2024.08.16 07:23:17.200311 [ 197 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
13590 | 2024.08.16 07:23:17.200585 [ 3 ] {77a7459b-c325-4d8d-b005-40fb503fedd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13591 | 2024.08.16 07:23:17.200677 [ 197 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
13592 | 2024.08.16 07:23:17.201054 [ 197 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
13593 | 2024.08.16 07:23:17.202983 [ 3 ] {77a7459b-c325-4d8d-b005-40fb503fedd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13594 | 2024.08.16 07:23:17.204334 [ 197 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.005401925 sec., 6479.1717767277405 rows/sec., 436.58 KiB/sec. | ||
13595 | 2024.08.16 07:23:17.204585 [ 197 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
13596 | 2024.08.16 07:23:17.204633 [ 3 ] {77a7459b-c325-4d8d-b005-40fb503fedd7} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13597 | 2024.08.16 07:23:17.204702 [ 3 ] {77a7459b-c325-4d8d-b005-40fb503fedd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13598 | 2024.08.16 07:23:17.205575 [ 197 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_35_7} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13599 | 2024.08.16 07:23:17.205812 [ 197 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_35_7} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
13600 | 2024.08.16 07:23:17.205992 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13601 | 2024.08.16 07:23:17.206290 [ 3 ] {77a7459b-c325-4d8d-b005-40fb503fedd7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
13602 | 2024.08.16 07:23:17.206727 [ 3 ] {77a7459b-c325-4d8d-b005-40fb503fedd7} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13603 | 2024.08.16 07:23:17.206925 [ 3 ] {77a7459b-c325-4d8d-b005-40fb503fedd7} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.007191 sec., 2642.1916284244194 rows/sec., 4.73 MiB/sec. | ||
13604 | 2024.08.16 07:23:17.207177 [ 3 ] {77a7459b-c325-4d8d-b005-40fb503fedd7} <Debug> DynamicQueryHandler: Done processing query | ||
13605 | 2024.08.16 07:23:17.207202 [ 3 ] {77a7459b-c325-4d8d-b005-40fb503fedd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
13606 | 2024.08.16 07:23:17.207219 [ 3 ] {} <Debug> HTTP-Session: 8559a11b-68f1-4da7-8464-1dd1201d4dd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13607 | 2024.08.16 07:23:17.207366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13608 | 2024.08.16 07:23:17.207416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13609 | 2024.08.16 07:23:17.207435 [ 3 ] {} <Debug> HTTP-Session: f56ef571-c5aa-42cf-a2ce-abea973e7c96 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13610 | 2024.08.16 07:23:17.207452 [ 3 ] {} <Debug> HTTP-Session: f56ef571-c5aa-42cf-a2ce-abea973e7c96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13611 | 2024.08.16 07:23:17.207466 [ 3 ] {} <Debug> HTTP-Session: f56ef571-c5aa-42cf-a2ce-abea973e7c96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13612 | 2024.08.16 07:23:17.207497 [ 3 ] {} <Trace> HTTP-Session: f56ef571-c5aa-42cf-a2ce-abea973e7c96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13613 | 2024.08.16 07:23:17.207617 [ 3 ] {314bb059-d736-48d8-9f4a-dcfd822ce469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13614 | 2024.08.16 07:23:17.207660 [ 3 ] {314bb059-d736-48d8-9f4a-dcfd822ce469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13615 | 2024.08.16 07:23:17.207790 [ 3 ] {314bb059-d736-48d8-9f4a-dcfd822ce469} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13616 | 2024.08.16 07:23:17.208098 [ 3 ] {314bb059-d736-48d8-9f4a-dcfd822ce469} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13617 | 2024.08.16 07:23:17.208136 [ 3 ] {314bb059-d736-48d8-9f4a-dcfd822ce469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13618 | 2024.08.16 07:23:17.208508 [ 3 ] {314bb059-d736-48d8-9f4a-dcfd822ce469} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13619 | 2024.08.16 07:23:17.208833 [ 3 ] {314bb059-d736-48d8-9f4a-dcfd822ce469} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13620 | 2024.08.16 07:23:17.208986 [ 3 ] {314bb059-d736-48d8-9f4a-dcfd822ce469} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.001404 sec., 54131.05413105413 rows/sec., 3.43 MiB/sec. | ||
13621 | 2024.08.16 07:23:17.209159 [ 3 ] {314bb059-d736-48d8-9f4a-dcfd822ce469} <Debug> DynamicQueryHandler: Done processing query | ||
13622 | 2024.08.16 07:23:17.209183 [ 3 ] {314bb059-d736-48d8-9f4a-dcfd822ce469} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13623 | 2024.08.16 07:23:17.209199 [ 3 ] {} <Debug> HTTP-Session: f56ef571-c5aa-42cf-a2ce-abea973e7c96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13624 | 2024.08.16 07:23:18.089060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13625 | 2024.08.16 07:23:18.089152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13626 | 2024.08.16 07:23:18.089175 [ 3 ] {} <Debug> HTTP-Session: afe4ddac-f7c0-4a22-8cd1-a101ab355a47 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13627 | 2024.08.16 07:23:18.089197 [ 3 ] {} <Debug> HTTP-Session: afe4ddac-f7c0-4a22-8cd1-a101ab355a47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13628 | 2024.08.16 07:23:18.089212 [ 3 ] {} <Debug> HTTP-Session: afe4ddac-f7c0-4a22-8cd1-a101ab355a47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13629 | 2024.08.16 07:23:18.089255 [ 3 ] {} <Trace> HTTP-Session: afe4ddac-f7c0-4a22-8cd1-a101ab355a47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13630 | 2024.08.16 07:23:18.089423 [ 3 ] {4282f11e-4785-464c-9dac-3d76cfb9f016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13631 | 2024.08.16 07:23:18.089482 [ 3 ] {4282f11e-4785-464c-9dac-3d76cfb9f016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13632 | 2024.08.16 07:23:18.089657 [ 3 ] {4282f11e-4785-464c-9dac-3d76cfb9f016} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13633 | 2024.08.16 07:23:18.090094 [ 3 ] {4282f11e-4785-464c-9dac-3d76cfb9f016} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13634 | 2024.08.16 07:23:18.090137 [ 3 ] {4282f11e-4785-464c-9dac-3d76cfb9f016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13635 | 2024.08.16 07:23:18.090489 [ 3 ] {4282f11e-4785-464c-9dac-3d76cfb9f016} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13636 | 2024.08.16 07:23:18.090814 [ 3 ] {4282f11e-4785-464c-9dac-3d76cfb9f016} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13637 | 2024.08.16 07:23:18.090989 [ 3 ] {4282f11e-4785-464c-9dac-3d76cfb9f016} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001616 sec., 18564.356435643564 rows/sec., 1.45 MiB/sec. | ||
13638 | 2024.08.16 07:23:18.091000 [ 38 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13639 | 2024.08.16 07:23:18.091105 [ 38 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13640 | 2024.08.16 07:23:18.091162 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13641 | 2024.08.16 07:23:18.091313 [ 3 ] {4282f11e-4785-464c-9dac-3d76cfb9f016} <Debug> DynamicQueryHandler: Done processing query | ||
13642 | 2024.08.16 07:23:18.091407 [ 3 ] {4282f11e-4785-464c-9dac-3d76cfb9f016} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13643 | 2024.08.16 07:23:18.091466 [ 3 ] {} <Debug> HTTP-Session: afe4ddac-f7c0-4a22-8cd1-a101ab355a47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13644 | 2024.08.16 07:23:18.091501 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
13645 | 2024.08.16 07:23:18.091746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 6140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13646 | 2024.08.16 07:23:18.091940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13647 | 2024.08.16 07:23:18.092052 [ 3 ] {} <Debug> HTTP-Session: 3b77bcc7-b117-4a2a-9c9c-6175dbe69052 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13648 | 2024.08.16 07:23:18.092127 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13649 | 2024.08.16 07:23:18.092135 [ 3 ] {} <Debug> HTTP-Session: 3b77bcc7-b117-4a2a-9c9c-6175dbe69052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13650 | 2024.08.16 07:23:18.092215 [ 3 ] {} <Debug> HTTP-Session: 3b77bcc7-b117-4a2a-9c9c-6175dbe69052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13651 | 2024.08.16 07:23:18.092243 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1436 rows starting from the beginning of the part | ||
13652 | 2024.08.16 07:23:18.092374 [ 3 ] {} <Trace> HTTP-Session: 3b77bcc7-b117-4a2a-9c9c-6175dbe69052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13653 | 2024.08.16 07:23:18.092657 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 99 rows starting from the beginning of the part | ||
13654 | 2024.08.16 07:23:18.092813 [ 3 ] {51b17e04-4cd8-42be-82b3-6bc99b245866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13655 | 2024.08.16 07:23:18.092978 [ 3 ] {51b17e04-4cd8-42be-82b3-6bc99b245866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13656 | 2024.08.16 07:23:18.092995 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 246 rows starting from the beginning of the part | ||
13657 | 2024.08.16 07:23:18.093390 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 98 rows starting from the beginning of the part | ||
13658 | 2024.08.16 07:23:18.093782 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1387 rows starting from the beginning of the part | ||
13659 | 2024.08.16 07:23:18.094153 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 30 rows starting from the beginning of the part | ||
13660 | 2024.08.16 07:23:18.094486 [ 3 ] {51b17e04-4cd8-42be-82b3-6bc99b245866} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13661 | 2024.08.16 07:23:18.095537 [ 3 ] {51b17e04-4cd8-42be-82b3-6bc99b245866} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13662 | 2024.08.16 07:23:18.095596 [ 3 ] {51b17e04-4cd8-42be-82b3-6bc99b245866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13663 | 2024.08.16 07:23:18.096221 [ 3 ] {51b17e04-4cd8-42be-82b3-6bc99b245866} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13664 | 2024.08.16 07:23:18.097055 [ 3 ] {51b17e04-4cd8-42be-82b3-6bc99b245866} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13665 | 2024.08.16 07:23:18.097387 [ 38 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13666 | 2024.08.16 07:23:18.097413 [ 3 ] {51b17e04-4cd8-42be-82b3-6bc99b245866} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.004743 sec., 7590.132827324478 rows/sec., 606.98 KiB/sec. | ||
13667 | 2024.08.16 07:23:18.097468 [ 38 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13668 | 2024.08.16 07:23:18.097564 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13669 | 2024.08.16 07:23:18.097791 [ 3 ] {51b17e04-4cd8-42be-82b3-6bc99b245866} <Debug> DynamicQueryHandler: Done processing query | ||
13670 | 2024.08.16 07:23:18.097792 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
13671 | 2024.08.16 07:23:18.097829 [ 3 ] {51b17e04-4cd8-42be-82b3-6bc99b245866} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13672 | 2024.08.16 07:23:18.097869 [ 3 ] {} <Debug> HTTP-Session: 3b77bcc7-b117-4a2a-9c9c-6175dbe69052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13673 | 2024.08.16 07:23:18.098042 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13674 | 2024.08.16 07:23:18.098066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13675 | 2024.08.16 07:23:18.098113 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 905 rows starting from the beginning of the part | ||
13676 | 2024.08.16 07:23:18.098191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13677 | 2024.08.16 07:23:18.098265 [ 3 ] {} <Debug> HTTP-Session: e1dafa2e-9d4d-4152-9b77-2d24b6034679 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13678 | 2024.08.16 07:23:18.098430 [ 3 ] {} <Debug> HTTP-Session: e1dafa2e-9d4d-4152-9b77-2d24b6034679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13679 | 2024.08.16 07:23:18.098523 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 80 rows starting from the beginning of the part | ||
13680 | 2024.08.16 07:23:18.098580 [ 3 ] {} <Debug> HTTP-Session: e1dafa2e-9d4d-4152-9b77-2d24b6034679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13681 | 2024.08.16 07:23:18.098765 [ 3 ] {} <Trace> HTTP-Session: e1dafa2e-9d4d-4152-9b77-2d24b6034679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13682 | 2024.08.16 07:23:18.099066 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 401 rows starting from the beginning of the part | ||
13683 | 2024.08.16 07:23:18.099325 [ 3 ] {400025f0-f5bc-4efb-ab05-653c3aa2cd90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13684 | 2024.08.16 07:23:18.099412 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3296 rows, containing 4 columns (4 merged, 0 gathered) in 0.008139708 sec., 404928.53060576617 rows/sec., 33.77 MiB/sec. | ||
13685 | 2024.08.16 07:23:18.099481 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 78 rows starting from the beginning of the part | ||
13686 | 2024.08.16 07:23:18.099560 [ 3 ] {400025f0-f5bc-4efb-ab05-653c3aa2cd90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13687 | 2024.08.16 07:23:18.099993 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 859 rows starting from the beginning of the part | ||
13688 | 2024.08.16 07:23:18.100015 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13689 | 2024.08.16 07:23:18.100727 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 36 rows starting from the beginning of the part | ||
13690 | 2024.08.16 07:23:18.101897 [ 3 ] {400025f0-f5bc-4efb-ab05-653c3aa2cd90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13691 | 2024.08.16 07:23:18.102529 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_76_15} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13692 | 2024.08.16 07:23:18.102989 [ 186 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_76_15} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13693 | 2024.08.16 07:23:18.103304 [ 3 ] {400025f0-f5bc-4efb-ab05-653c3aa2cd90} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13694 | 2024.08.16 07:23:18.103324 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
13695 | 2024.08.16 07:23:18.103395 [ 3 ] {400025f0-f5bc-4efb-ab05-653c3aa2cd90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13696 | 2024.08.16 07:23:18.104012 [ 3 ] {400025f0-f5bc-4efb-ab05-653c3aa2cd90} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13697 | 2024.08.16 07:23:18.104371 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 4 columns (4 merged, 0 gathered) in 0.006672944 sec., 353517.12827201904 rows/sec., 25.72 MiB/sec. | ||
13698 | 2024.08.16 07:23:18.104462 [ 3 ] {400025f0-f5bc-4efb-ab05-653c3aa2cd90} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13699 | 2024.08.16 07:23:18.104580 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13700 | 2024.08.16 07:23:18.104722 [ 3 ] {400025f0-f5bc-4efb-ab05-653c3aa2cd90} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.005596 sec., 2144.388849177984 rows/sec., 154.09 KiB/sec. | ||
13701 | 2024.08.16 07:23:18.104980 [ 3 ] {400025f0-f5bc-4efb-ab05-653c3aa2cd90} <Debug> DynamicQueryHandler: Done processing query | ||
13702 | 2024.08.16 07:23:18.105010 [ 3 ] {400025f0-f5bc-4efb-ab05-653c3aa2cd90} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13703 | 2024.08.16 07:23:18.105034 [ 3 ] {} <Debug> HTTP-Session: e1dafa2e-9d4d-4152-9b77-2d24b6034679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13704 | 2024.08.16 07:23:18.105130 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_76_15} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13705 | 2024.08.16 07:23:18.105203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13706 | 2024.08.16 07:23:18.105216 [ 187 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_76_15} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13707 | 2024.08.16 07:23:18.105265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13708 | 2024.08.16 07:23:18.105304 [ 3 ] {} <Debug> HTTP-Session: 9ac30f67-0196-4118-af56-482f6fb45c9d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13709 | 2024.08.16 07:23:18.105311 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
13710 | 2024.08.16 07:23:18.105326 [ 3 ] {} <Debug> HTTP-Session: 9ac30f67-0196-4118-af56-482f6fb45c9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13711 | 2024.08.16 07:23:18.105350 [ 3 ] {} <Debug> HTTP-Session: 9ac30f67-0196-4118-af56-482f6fb45c9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13712 | 2024.08.16 07:23:18.105381 [ 3 ] {} <Trace> HTTP-Session: 9ac30f67-0196-4118-af56-482f6fb45c9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13713 | 2024.08.16 07:23:18.105479 [ 3 ] {cd5bd564-2e64-4645-93e5-a1515eec30da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13714 | 2024.08.16 07:23:18.105550 [ 3 ] {cd5bd564-2e64-4645-93e5-a1515eec30da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13715 | 2024.08.16 07:23:18.105684 [ 3 ] {cd5bd564-2e64-4645-93e5-a1515eec30da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13716 | 2024.08.16 07:23:18.106023 [ 3 ] {cd5bd564-2e64-4645-93e5-a1515eec30da} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13717 | 2024.08.16 07:23:18.106060 [ 3 ] {cd5bd564-2e64-4645-93e5-a1515eec30da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13718 | 2024.08.16 07:23:18.106426 [ 3 ] {cd5bd564-2e64-4645-93e5-a1515eec30da} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13719 | 2024.08.16 07:23:18.106771 [ 3 ] {cd5bd564-2e64-4645-93e5-a1515eec30da} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13720 | 2024.08.16 07:23:18.106942 [ 3 ] {cd5bd564-2e64-4645-93e5-a1515eec30da} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 276.46 KiB/sec. | ||
13721 | 2024.08.16 07:23:18.107154 [ 3 ] {cd5bd564-2e64-4645-93e5-a1515eec30da} <Debug> DynamicQueryHandler: Done processing query | ||
13722 | 2024.08.16 07:23:18.107209 [ 3 ] {cd5bd564-2e64-4645-93e5-a1515eec30da} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13723 | 2024.08.16 07:23:18.107262 [ 3 ] {} <Debug> HTTP-Session: 9ac30f67-0196-4118-af56-482f6fb45c9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13724 | 2024.08.16 07:23:23.097368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13725 | 2024.08.16 07:23:23.097510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13726 | 2024.08.16 07:23:23.097539 [ 3 ] {} <Debug> HTTP-Session: a031013f-8c2f-4ea3-b931-6909cd1ab564 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13727 | 2024.08.16 07:23:23.097569 [ 3 ] {} <Debug> HTTP-Session: a031013f-8c2f-4ea3-b931-6909cd1ab564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13728 | 2024.08.16 07:23:23.097587 [ 3 ] {} <Debug> HTTP-Session: a031013f-8c2f-4ea3-b931-6909cd1ab564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13729 | 2024.08.16 07:23:23.097647 [ 3 ] {} <Trace> HTTP-Session: a031013f-8c2f-4ea3-b931-6909cd1ab564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13730 | 2024.08.16 07:23:23.097854 [ 3 ] {ea919309-9f4b-4bf5-80f3-3aa61805745d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13731 | 2024.08.16 07:23:23.097928 [ 3 ] {ea919309-9f4b-4bf5-80f3-3aa61805745d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13732 | 2024.08.16 07:23:23.098147 [ 3 ] {ea919309-9f4b-4bf5-80f3-3aa61805745d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13733 | 2024.08.16 07:23:23.098610 [ 3 ] {ea919309-9f4b-4bf5-80f3-3aa61805745d} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13734 | 2024.08.16 07:23:23.098650 [ 3 ] {ea919309-9f4b-4bf5-80f3-3aa61805745d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13735 | 2024.08.16 07:23:23.099023 [ 3 ] {ea919309-9f4b-4bf5-80f3-3aa61805745d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
13736 | 2024.08.16 07:23:23.099368 [ 3 ] {ea919309-9f4b-4bf5-80f3-3aa61805745d} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13737 | 2024.08.16 07:23:23.099508 [ 3 ] {ea919309-9f4b-4bf5-80f3-3aa61805745d} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001722 sec., 8130.081300813008 rows/sec., 658.98 KiB/sec. | ||
13738 | 2024.08.16 07:23:23.099517 [ 33 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 6 parts from all_1_40_9 to all_45_45_0 | ||
13739 | 2024.08.16 07:23:23.099577 [ 33 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13740 | 2024.08.16 07:23:23.099615 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13741 | 2024.08.16 07:23:23.099776 [ 3 ] {ea919309-9f4b-4bf5-80f3-3aa61805745d} <Debug> DynamicQueryHandler: Done processing query | ||
13742 | 2024.08.16 07:23:23.099846 [ 3 ] {ea919309-9f4b-4bf5-80f3-3aa61805745d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13743 | 2024.08.16 07:23:23.099925 [ 3 ] {} <Debug> HTTP-Session: a031013f-8c2f-4ea3-b931-6909cd1ab564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13744 | 2024.08.16 07:23:23.100046 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_45_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_9 to all_45_45_0 into Compact with storage Full | ||
13745 | 2024.08.16 07:23:23.100201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 14157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13746 | 2024.08.16 07:23:23.100321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13747 | 2024.08.16 07:23:23.100392 [ 3 ] {} <Debug> HTTP-Session: 8f0938c7-4d25-42c9-b6ff-0be55ca55602 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13748 | 2024.08.16 07:23:23.100404 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_45_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13749 | 2024.08.16 07:23:23.100422 [ 3 ] {} <Debug> HTTP-Session: 8f0938c7-4d25-42c9-b6ff-0be55ca55602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13750 | 2024.08.16 07:23:23.100465 [ 3 ] {} <Debug> HTTP-Session: 8f0938c7-4d25-42c9-b6ff-0be55ca55602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13751 | 2024.08.16 07:23:23.100473 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_9, total 33 rows starting from the beginning of the part | ||
13752 | 2024.08.16 07:23:23.100541 [ 3 ] {} <Trace> HTTP-Session: 8f0938c7-4d25-42c9-b6ff-0be55ca55602 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13753 | 2024.08.16 07:23:23.100705 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
13754 | 2024.08.16 07:23:23.100925 [ 3 ] {a5ec01b0-1369-4848-ba01-ec20ad790203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13755 | 2024.08.16 07:23:23.101032 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 19 rows starting from the beginning of the part | ||
13756 | 2024.08.16 07:23:23.101083 [ 3 ] {a5ec01b0-1369-4848-ba01-ec20ad790203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13757 | 2024.08.16 07:23:23.101461 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
13758 | 2024.08.16 07:23:23.101822 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 19 rows starting from the beginning of the part | ||
13759 | 2024.08.16 07:23:23.102195 [ 201 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
13760 | 2024.08.16 07:23:23.102194 [ 3 ] {a5ec01b0-1369-4848-ba01-ec20ad790203} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13761 | 2024.08.16 07:23:23.103296 [ 3 ] {a5ec01b0-1369-4848-ba01-ec20ad790203} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13762 | 2024.08.16 07:23:23.103368 [ 3 ] {a5ec01b0-1369-4848-ba01-ec20ad790203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13763 | 2024.08.16 07:23:23.104211 [ 3 ] {a5ec01b0-1369-4848-ba01-ec20ad790203} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13764 | 2024.08.16 07:23:23.105053 [ 199 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_45_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 113 rows, containing 4 columns (4 merged, 0 gathered) in 0.005348873 sec., 21125.94559639012 rows/sec., 1.67 MiB/sec. | ||
13765 | 2024.08.16 07:23:23.105147 [ 3 ] {a5ec01b0-1369-4848-ba01-ec20ad790203} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13766 | 2024.08.16 07:23:23.105211 [ 199 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_45_10} <Trace> MergedBlockOutputStream: filled checksums all_1_45_10 (state Temporary) | ||
13767 | 2024.08.16 07:23:23.105335 [ 3 ] {a5ec01b0-1369-4848-ba01-ec20ad790203} <Debug> executeQuery: Read 98 rows, 8.20 KiB in 0.004605 sec., 21281.216069489685 rows/sec., 1.74 MiB/sec. | ||
13768 | 2024.08.16 07:23:23.105574 [ 3 ] {a5ec01b0-1369-4848-ba01-ec20ad790203} <Debug> DynamicQueryHandler: Done processing query | ||
13769 | 2024.08.16 07:23:23.105602 [ 3 ] {a5ec01b0-1369-4848-ba01-ec20ad790203} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13770 | 2024.08.16 07:23:23.105620 [ 3 ] {} <Debug> HTTP-Session: 8f0938c7-4d25-42c9-b6ff-0be55ca55602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13771 | 2024.08.16 07:23:23.105727 [ 199 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_45_10} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_45_10 to all_1_45_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13772 | 2024.08.16 07:23:23.105790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 13240, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13773 | 2024.08.16 07:23:23.105820 [ 199 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_45_10} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 6 parts: [all_1_40_9, all_45_45_0] -> all_1_45_10 | ||
13774 | 2024.08.16 07:23:23.105846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13775 | 2024.08.16 07:23:23.105877 [ 3 ] {} <Debug> HTTP-Session: 14b35a71-924a-438a-9ef2-7490700f97a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13776 | 2024.08.16 07:23:23.105911 [ 3 ] {} <Debug> HTTP-Session: 14b35a71-924a-438a-9ef2-7490700f97a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13777 | 2024.08.16 07:23:23.105923 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13778 | 2024.08.16 07:23:23.105929 [ 3 ] {} <Debug> HTTP-Session: 14b35a71-924a-438a-9ef2-7490700f97a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13779 | 2024.08.16 07:23:23.105971 [ 3 ] {} <Trace> HTTP-Session: 14b35a71-924a-438a-9ef2-7490700f97a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13780 | 2024.08.16 07:23:23.106105 [ 3 ] {b9846b5c-762f-4652-85b6-b05867368506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13781 | 2024.08.16 07:23:23.106148 [ 3 ] {b9846b5c-762f-4652-85b6-b05867368506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13782 | 2024.08.16 07:23:23.106277 [ 3 ] {b9846b5c-762f-4652-85b6-b05867368506} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13783 | 2024.08.16 07:23:23.106629 [ 3 ] {b9846b5c-762f-4652-85b6-b05867368506} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13784 | 2024.08.16 07:23:23.106665 [ 3 ] {b9846b5c-762f-4652-85b6-b05867368506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13785 | 2024.08.16 07:23:23.106984 [ 3 ] {b9846b5c-762f-4652-85b6-b05867368506} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13786 | 2024.08.16 07:23:23.107307 [ 3 ] {b9846b5c-762f-4652-85b6-b05867368506} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13787 | 2024.08.16 07:23:23.107435 [ 3 ] {b9846b5c-762f-4652-85b6-b05867368506} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001385 sec., 56317.68953068592 rows/sec., 4.40 MiB/sec. | ||
13788 | 2024.08.16 07:23:23.107669 [ 3 ] {b9846b5c-762f-4652-85b6-b05867368506} <Debug> DynamicQueryHandler: Done processing query | ||
13789 | 2024.08.16 07:23:23.107734 [ 3 ] {b9846b5c-762f-4652-85b6-b05867368506} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13790 | 2024.08.16 07:23:23.107799 [ 3 ] {} <Debug> HTTP-Session: 14b35a71-924a-438a-9ef2-7490700f97a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13791 | 2024.08.16 07:23:23.108043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13792 | 2024.08.16 07:23:23.108095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13793 | 2024.08.16 07:23:23.108115 [ 3 ] {} <Debug> HTTP-Session: f65aa73c-eb63-4d6c-96a1-243e0be36961 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13794 | 2024.08.16 07:23:23.108131 [ 3 ] {} <Debug> HTTP-Session: f65aa73c-eb63-4d6c-96a1-243e0be36961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13795 | 2024.08.16 07:23:23.108145 [ 3 ] {} <Debug> HTTP-Session: f65aa73c-eb63-4d6c-96a1-243e0be36961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13796 | 2024.08.16 07:23:23.108177 [ 3 ] {} <Trace> HTTP-Session: f65aa73c-eb63-4d6c-96a1-243e0be36961 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13797 | 2024.08.16 07:23:23.108333 [ 3 ] {baf4ce49-1219-41b4-a2ec-b9842ce47eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13798 | 2024.08.16 07:23:23.108381 [ 3 ] {baf4ce49-1219-41b4-a2ec-b9842ce47eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13799 | 2024.08.16 07:23:23.108543 [ 3 ] {baf4ce49-1219-41b4-a2ec-b9842ce47eb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13800 | 2024.08.16 07:23:23.108965 [ 3 ] {baf4ce49-1219-41b4-a2ec-b9842ce47eb3} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13801 | 2024.08.16 07:23:23.109001 [ 3 ] {baf4ce49-1219-41b4-a2ec-b9842ce47eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13802 | 2024.08.16 07:23:23.109402 [ 3 ] {baf4ce49-1219-41b4-a2ec-b9842ce47eb3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13803 | 2024.08.16 07:23:23.109752 [ 3 ] {baf4ce49-1219-41b4-a2ec-b9842ce47eb3} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13804 | 2024.08.16 07:23:23.109886 [ 3 ] {baf4ce49-1219-41b4-a2ec-b9842ce47eb3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. | ||
13805 | 2024.08.16 07:23:23.110139 [ 3 ] {baf4ce49-1219-41b4-a2ec-b9842ce47eb3} <Debug> DynamicQueryHandler: Done processing query | ||
13806 | 2024.08.16 07:23:23.110199 [ 3 ] {baf4ce49-1219-41b4-a2ec-b9842ce47eb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13807 | 2024.08.16 07:23:23.110252 [ 3 ] {} <Debug> HTTP-Session: f65aa73c-eb63-4d6c-96a1-243e0be36961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13808 | 2024.08.16 07:23:23.110452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23038, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13809 | 2024.08.16 07:23:23.110505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13810 | 2024.08.16 07:23:23.110524 [ 3 ] {} <Debug> HTTP-Session: 2bbf952d-ba6b-4de8-a056-23f02fc862d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13811 | 2024.08.16 07:23:23.110540 [ 3 ] {} <Debug> HTTP-Session: 2bbf952d-ba6b-4de8-a056-23f02fc862d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13812 | 2024.08.16 07:23:23.110554 [ 3 ] {} <Debug> HTTP-Session: 2bbf952d-ba6b-4de8-a056-23f02fc862d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13813 | 2024.08.16 07:23:23.110586 [ 3 ] {} <Trace> HTTP-Session: 2bbf952d-ba6b-4de8-a056-23f02fc862d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13814 | 2024.08.16 07:23:23.110796 [ 3 ] {9e1fbbb8-9a63-4624-8b49-a65b65076123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13815 | 2024.08.16 07:23:23.110865 [ 3 ] {9e1fbbb8-9a63-4624-8b49-a65b65076123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13816 | 2024.08.16 07:23:23.111296 [ 3 ] {9e1fbbb8-9a63-4624-8b49-a65b65076123} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13817 | 2024.08.16 07:23:23.111832 [ 3 ] {9e1fbbb8-9a63-4624-8b49-a65b65076123} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13818 | 2024.08.16 07:23:23.111868 [ 3 ] {9e1fbbb8-9a63-4624-8b49-a65b65076123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13819 | 2024.08.16 07:23:23.112464 [ 3 ] {9e1fbbb8-9a63-4624-8b49-a65b65076123} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
13820 | 2024.08.16 07:23:23.112874 [ 3 ] {9e1fbbb8-9a63-4624-8b49-a65b65076123} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13821 | 2024.08.16 07:23:23.113065 [ 3 ] {9e1fbbb8-9a63-4624-8b49-a65b65076123} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002393 sec., 5850.396991224404 rows/sec., 10.48 MiB/sec. | ||
13822 | 2024.08.16 07:23:23.113575 [ 3 ] {9e1fbbb8-9a63-4624-8b49-a65b65076123} <Debug> DynamicQueryHandler: Done processing query | ||
13823 | 2024.08.16 07:23:23.113604 [ 3 ] {9e1fbbb8-9a63-4624-8b49-a65b65076123} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
13824 | 2024.08.16 07:23:23.113621 [ 3 ] {} <Debug> HTTP-Session: 2bbf952d-ba6b-4de8-a056-23f02fc862d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13825 | 2024.08.16 07:23:23.113764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13826 | 2024.08.16 07:23:23.113813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13827 | 2024.08.16 07:23:23.113832 [ 3 ] {} <Debug> HTTP-Session: ac042ad4-53c5-4c3b-b3f4-e3854ace6fd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13828 | 2024.08.16 07:23:23.113848 [ 3 ] {} <Debug> HTTP-Session: ac042ad4-53c5-4c3b-b3f4-e3854ace6fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13829 | 2024.08.16 07:23:23.113863 [ 3 ] {} <Debug> HTTP-Session: ac042ad4-53c5-4c3b-b3f4-e3854ace6fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13830 | 2024.08.16 07:23:23.113895 [ 3 ] {} <Trace> HTTP-Session: ac042ad4-53c5-4c3b-b3f4-e3854ace6fd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13831 | 2024.08.16 07:23:23.114015 [ 3 ] {ebc5e8c2-4494-47a6-a814-39b5425644aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13832 | 2024.08.16 07:23:23.114061 [ 3 ] {ebc5e8c2-4494-47a6-a814-39b5425644aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13833 | 2024.08.16 07:23:23.114208 [ 3 ] {ebc5e8c2-4494-47a6-a814-39b5425644aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13834 | 2024.08.16 07:23:23.114510 [ 3 ] {ebc5e8c2-4494-47a6-a814-39b5425644aa} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13835 | 2024.08.16 07:23:23.114547 [ 3 ] {ebc5e8c2-4494-47a6-a814-39b5425644aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13836 | 2024.08.16 07:23:23.114920 [ 3 ] {ebc5e8c2-4494-47a6-a814-39b5425644aa} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13837 | 2024.08.16 07:23:23.115254 [ 3 ] {ebc5e8c2-4494-47a6-a814-39b5425644aa} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13838 | 2024.08.16 07:23:23.115408 [ 3 ] {ebc5e8c2-4494-47a6-a814-39b5425644aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
13839 | 2024.08.16 07:23:23.115668 [ 3 ] {ebc5e8c2-4494-47a6-a814-39b5425644aa} <Debug> DynamicQueryHandler: Done processing query | ||
13840 | 2024.08.16 07:23:23.115725 [ 3 ] {ebc5e8c2-4494-47a6-a814-39b5425644aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13841 | 2024.08.16 07:23:23.115787 [ 3 ] {} <Debug> HTTP-Session: ac042ad4-53c5-4c3b-b3f4-e3854ace6fd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13842 | 2024.08.16 07:23:27.481443 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13843 | 2024.08.16 07:23:27.481546 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13844 | 2024.08.16 07:23:28.101595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13845 | 2024.08.16 07:23:28.101710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13846 | 2024.08.16 07:23:28.101740 [ 3 ] {} <Debug> HTTP-Session: 829b38d2-0ea7-4ba9-be3d-04b2b27635a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13847 | 2024.08.16 07:23:28.101770 [ 3 ] {} <Debug> HTTP-Session: 829b38d2-0ea7-4ba9-be3d-04b2b27635a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13848 | 2024.08.16 07:23:28.101785 [ 3 ] {} <Debug> HTTP-Session: 829b38d2-0ea7-4ba9-be3d-04b2b27635a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13849 | 2024.08.16 07:23:28.101836 [ 3 ] {} <Trace> HTTP-Session: 829b38d2-0ea7-4ba9-be3d-04b2b27635a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13850 | 2024.08.16 07:23:28.102031 [ 3 ] {2e70477a-98bc-49b0-b7a3-3acaf7e109f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13851 | 2024.08.16 07:23:28.102098 [ 3 ] {2e70477a-98bc-49b0-b7a3-3acaf7e109f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13852 | 2024.08.16 07:23:28.102296 [ 3 ] {2e70477a-98bc-49b0-b7a3-3acaf7e109f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13853 | 2024.08.16 07:23:28.102699 [ 3 ] {2e70477a-98bc-49b0-b7a3-3acaf7e109f8} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13854 | 2024.08.16 07:23:28.102745 [ 3 ] {2e70477a-98bc-49b0-b7a3-3acaf7e109f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13855 | 2024.08.16 07:23:28.103114 [ 3 ] {2e70477a-98bc-49b0-b7a3-3acaf7e109f8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
13856 | 2024.08.16 07:23:28.103453 [ 3 ] {2e70477a-98bc-49b0-b7a3-3acaf7e109f8} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13857 | 2024.08.16 07:23:28.103606 [ 3 ] {2e70477a-98bc-49b0-b7a3-3acaf7e109f8} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001635 sec., 11620.79510703364 rows/sec., 941.92 KiB/sec. | ||
13858 | 2024.08.16 07:23:28.103820 [ 3 ] {2e70477a-98bc-49b0-b7a3-3acaf7e109f8} <Debug> DynamicQueryHandler: Done processing query | ||
13859 | 2024.08.16 07:23:28.103847 [ 3 ] {2e70477a-98bc-49b0-b7a3-3acaf7e109f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13860 | 2024.08.16 07:23:28.103864 [ 3 ] {} <Debug> HTTP-Session: 829b38d2-0ea7-4ba9-be3d-04b2b27635a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13861 | 2024.08.16 07:23:28.104013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13862 | 2024.08.16 07:23:28.104061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13863 | 2024.08.16 07:23:28.104081 [ 3 ] {} <Debug> HTTP-Session: c8b2707a-028e-4af5-af5a-8437ce8b184b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13864 | 2024.08.16 07:23:28.104097 [ 3 ] {} <Debug> HTTP-Session: c8b2707a-028e-4af5-af5a-8437ce8b184b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13865 | 2024.08.16 07:23:28.104111 [ 3 ] {} <Debug> HTTP-Session: c8b2707a-028e-4af5-af5a-8437ce8b184b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13866 | 2024.08.16 07:23:28.104142 [ 3 ] {} <Trace> HTTP-Session: c8b2707a-028e-4af5-af5a-8437ce8b184b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13867 | 2024.08.16 07:23:28.104235 [ 3 ] {e840328e-f05d-4b58-9327-26e51119ec75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13868 | 2024.08.16 07:23:28.104279 [ 3 ] {e840328e-f05d-4b58-9327-26e51119ec75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13869 | 2024.08.16 07:23:28.104408 [ 3 ] {e840328e-f05d-4b58-9327-26e51119ec75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13870 | 2024.08.16 07:23:28.104746 [ 3 ] {e840328e-f05d-4b58-9327-26e51119ec75} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13871 | 2024.08.16 07:23:28.104784 [ 3 ] {e840328e-f05d-4b58-9327-26e51119ec75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13872 | 2024.08.16 07:23:28.105085 [ 3 ] {e840328e-f05d-4b58-9327-26e51119ec75} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13873 | 2024.08.16 07:23:28.105391 [ 3 ] {e840328e-f05d-4b58-9327-26e51119ec75} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13874 | 2024.08.16 07:23:28.105554 [ 3 ] {e840328e-f05d-4b58-9327-26e51119ec75} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001335 sec., 1498.12734082397 rows/sec., 122.16 KiB/sec. | ||
13875 | 2024.08.16 07:23:28.105571 [ 27 ] {} <Debug> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
13876 | 2024.08.16 07:23:28.105678 [ 27 ] {} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13877 | 2024.08.16 07:23:28.105717 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13878 | 2024.08.16 07:23:28.105809 [ 3 ] {e840328e-f05d-4b58-9327-26e51119ec75} <Debug> DynamicQueryHandler: Done processing query | ||
13879 | 2024.08.16 07:23:28.105887 [ 3 ] {e840328e-f05d-4b58-9327-26e51119ec75} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13880 | 2024.08.16 07:23:28.105975 [ 3 ] {} <Debug> HTTP-Session: c8b2707a-028e-4af5-af5a-8437ce8b184b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13881 | 2024.08.16 07:23:28.106167 [ 201 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
13882 | 2024.08.16 07:23:28.106327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 37046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13883 | 2024.08.16 07:23:28.106447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13884 | 2024.08.16 07:23:28.106508 [ 3 ] {} <Debug> HTTP-Session: 4efe58cc-1211-4d2e-a9bb-dd8b7e4d6dde Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13885 | 2024.08.16 07:23:28.106523 [ 201 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13886 | 2024.08.16 07:23:28.106543 [ 3 ] {} <Debug> HTTP-Session: 4efe58cc-1211-4d2e-a9bb-dd8b7e4d6dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13887 | 2024.08.16 07:23:28.106585 [ 3 ] {} <Debug> HTTP-Session: 4efe58cc-1211-4d2e-a9bb-dd8b7e4d6dde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13888 | 2024.08.16 07:23:28.106590 [ 201 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 16 rows starting from the beginning of the part | ||
13889 | 2024.08.16 07:23:28.106651 [ 3 ] {} <Trace> HTTP-Session: 4efe58cc-1211-4d2e-a9bb-dd8b7e4d6dde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13890 | 2024.08.16 07:23:28.106817 [ 201 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
13891 | 2024.08.16 07:23:28.107089 [ 3 ] {37e23ad3-e5d7-40f6-bab8-cdfd6afb1eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13892 | 2024.08.16 07:23:28.107103 [ 201 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13893 | 2024.08.16 07:23:28.107220 [ 3 ] {37e23ad3-e5d7-40f6-bab8-cdfd6afb1eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13894 | 2024.08.16 07:23:28.107565 [ 201 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
13895 | 2024.08.16 07:23:28.107897 [ 201 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
13896 | 2024.08.16 07:23:28.108218 [ 201 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
13897 | 2024.08.16 07:23:28.108486 [ 3 ] {37e23ad3-e5d7-40f6-bab8-cdfd6afb1eea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13898 | 2024.08.16 07:23:28.109709 [ 3 ] {37e23ad3-e5d7-40f6-bab8-cdfd6afb1eea} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13899 | 2024.08.16 07:23:28.109789 [ 3 ] {37e23ad3-e5d7-40f6-bab8-cdfd6afb1eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13900 | 2024.08.16 07:23:28.110804 [ 3 ] {37e23ad3-e5d7-40f6-bab8-cdfd6afb1eea} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13901 | 2024.08.16 07:23:28.110810 [ 199 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004994656 sec., 6006.419661334034 rows/sec., 489.78 KiB/sec. | ||
13902 | 2024.08.16 07:23:28.111035 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
13903 | 2024.08.16 07:23:28.111499 [ 3 ] {37e23ad3-e5d7-40f6-bab8-cdfd6afb1eea} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13904 | 2024.08.16 07:23:28.111889 [ 3 ] {37e23ad3-e5d7-40f6-bab8-cdfd6afb1eea} <Debug> executeQuery: Read 247 rows, 22.04 KiB in 0.005013 sec., 49271.89307799721 rows/sec., 4.29 MiB/sec. | ||
13905 | 2024.08.16 07:23:28.112070 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_33_7} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13906 | 2024.08.16 07:23:28.112239 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_33_7} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
13907 | 2024.08.16 07:23:28.112258 [ 3 ] {37e23ad3-e5d7-40f6-bab8-cdfd6afb1eea} <Debug> DynamicQueryHandler: Done processing query | ||
13908 | 2024.08.16 07:23:28.112310 [ 3 ] {37e23ad3-e5d7-40f6-bab8-cdfd6afb1eea} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
13909 | 2024.08.16 07:23:28.112369 [ 3 ] {} <Debug> HTTP-Session: 4efe58cc-1211-4d2e-a9bb-dd8b7e4d6dde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13910 | 2024.08.16 07:23:28.112379 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13911 | 2024.08.16 07:23:28.112553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13912 | 2024.08.16 07:23:28.112610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13913 | 2024.08.16 07:23:28.112630 [ 3 ] {} <Debug> HTTP-Session: 88e3c915-ebc0-4e1f-9c38-186d298f123b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13914 | 2024.08.16 07:23:28.112647 [ 3 ] {} <Debug> HTTP-Session: 88e3c915-ebc0-4e1f-9c38-186d298f123b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13915 | 2024.08.16 07:23:28.112662 [ 3 ] {} <Debug> HTTP-Session: 88e3c915-ebc0-4e1f-9c38-186d298f123b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13916 | 2024.08.16 07:23:28.112695 [ 3 ] {} <Trace> HTTP-Session: 88e3c915-ebc0-4e1f-9c38-186d298f123b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13917 | 2024.08.16 07:23:28.112798 [ 3 ] {faec4770-d8da-4b2c-9a59-5dd017474800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13918 | 2024.08.16 07:23:28.112842 [ 3 ] {faec4770-d8da-4b2c-9a59-5dd017474800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13919 | 2024.08.16 07:23:28.112991 [ 3 ] {faec4770-d8da-4b2c-9a59-5dd017474800} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13920 | 2024.08.16 07:23:28.113293 [ 3 ] {faec4770-d8da-4b2c-9a59-5dd017474800} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13921 | 2024.08.16 07:23:28.113331 [ 3 ] {faec4770-d8da-4b2c-9a59-5dd017474800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13922 | 2024.08.16 07:23:28.113650 [ 3 ] {faec4770-d8da-4b2c-9a59-5dd017474800} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13923 | 2024.08.16 07:23:28.113967 [ 3 ] {faec4770-d8da-4b2c-9a59-5dd017474800} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13924 | 2024.08.16 07:23:28.114126 [ 27 ] {} <Debug> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
13925 | 2024.08.16 07:23:28.114136 [ 3 ] {faec4770-d8da-4b2c-9a59-5dd017474800} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00135 sec., 1481.4814814814813 rows/sec., 103.44 KiB/sec. | ||
13926 | 2024.08.16 07:23:28.114187 [ 27 ] {} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13927 | 2024.08.16 07:23:28.114250 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13928 | 2024.08.16 07:23:28.114482 [ 3 ] {faec4770-d8da-4b2c-9a59-5dd017474800} <Debug> DynamicQueryHandler: Done processing query | ||
13929 | 2024.08.16 07:23:28.114522 [ 3 ] {faec4770-d8da-4b2c-9a59-5dd017474800} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13930 | 2024.08.16 07:23:28.114535 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
13931 | 2024.08.16 07:23:28.114558 [ 3 ] {} <Debug> HTTP-Session: 88e3c915-ebc0-4e1f-9c38-186d298f123b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13932 | 2024.08.16 07:23:28.114886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13933 | 2024.08.16 07:23:28.115083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13934 | 2024.08.16 07:23:28.115206 [ 3 ] {} <Debug> HTTP-Session: 3f5558fb-3b8e-4493-a13d-d9c997ae94e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13935 | 2024.08.16 07:23:28.115278 [ 3 ] {} <Debug> HTTP-Session: 3f5558fb-3b8e-4493-a13d-d9c997ae94e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13936 | 2024.08.16 07:23:28.115311 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13937 | 2024.08.16 07:23:28.115327 [ 3 ] {} <Debug> HTTP-Session: 3f5558fb-3b8e-4493-a13d-d9c997ae94e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13938 | 2024.08.16 07:23:28.115373 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 16 rows starting from the beginning of the part | ||
13939 | 2024.08.16 07:23:28.115382 [ 3 ] {} <Trace> HTTP-Session: 3f5558fb-3b8e-4493-a13d-d9c997ae94e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13940 | 2024.08.16 07:23:28.115481 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
13941 | 2024.08.16 07:23:28.115588 [ 3 ] {0bb773fc-561e-4459-b1fb-4220e1c1194f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13942 | 2024.08.16 07:23:28.115761 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13943 | 2024.08.16 07:23:28.115786 [ 3 ] {0bb773fc-561e-4459-b1fb-4220e1c1194f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13944 | 2024.08.16 07:23:28.116137 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
13945 | 2024.08.16 07:23:28.116460 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
13946 | 2024.08.16 07:23:28.116755 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
13947 | 2024.08.16 07:23:28.116998 [ 3 ] {0bb773fc-561e-4459-b1fb-4220e1c1194f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13948 | 2024.08.16 07:23:28.117681 [ 3 ] {0bb773fc-561e-4459-b1fb-4220e1c1194f} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13949 | 2024.08.16 07:23:28.117721 [ 3 ] {0bb773fc-561e-4459-b1fb-4220e1c1194f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13950 | 2024.08.16 07:23:28.118221 [ 3 ] {0bb773fc-561e-4459-b1fb-4220e1c1194f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
13951 | 2024.08.16 07:23:28.118390 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004038073 sec., 7429.286196658654 rows/sec., 518.74 KiB/sec. | ||
13952 | 2024.08.16 07:23:28.118523 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
13953 | 2024.08.16 07:23:28.118759 [ 3 ] {0bb773fc-561e-4459-b1fb-4220e1c1194f} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13954 | 2024.08.16 07:23:28.118963 [ 27 ] {} <Debug> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
13955 | 2024.08.16 07:23:28.118987 [ 3 ] {0bb773fc-561e-4459-b1fb-4220e1c1194f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003469 sec., 4035.74517151917 rows/sec., 282.64 KiB/sec. | ||
13956 | 2024.08.16 07:23:28.119039 [ 27 ] {} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13957 | 2024.08.16 07:23:28.119161 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_33_7} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13958 | 2024.08.16 07:23:28.119182 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13959 | 2024.08.16 07:23:28.119466 [ 195 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_33_7} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
13960 | 2024.08.16 07:23:28.119479 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::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 | ||
13961 | 2024.08.16 07:23:28.119516 [ 3 ] {0bb773fc-561e-4459-b1fb-4220e1c1194f} <Debug> DynamicQueryHandler: Done processing query | ||
13962 | 2024.08.16 07:23:28.119578 [ 3 ] {0bb773fc-561e-4459-b1fb-4220e1c1194f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13963 | 2024.08.16 07:23:28.119609 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13964 | 2024.08.16 07:23:28.119624 [ 3 ] {} <Debug> HTTP-Session: 3f5558fb-3b8e-4493-a13d-d9c997ae94e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13965 | 2024.08.16 07:23:28.119698 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13966 | 2024.08.16 07:23:28.119726 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 242 rows starting from the beginning of the part | ||
13967 | 2024.08.16 07:23:28.119804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13968 | 2024.08.16 07:23:28.119876 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 242 rows starting from the beginning of the part | ||
13969 | 2024.08.16 07:23:28.119917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13970 | 2024.08.16 07:23:28.120004 [ 3 ] {} <Debug> HTTP-Session: b2149906-35df-4098-8593-fad10c97af48 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13971 | 2024.08.16 07:23:28.120132 [ 3 ] {} <Debug> HTTP-Session: b2149906-35df-4098-8593-fad10c97af48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13972 | 2024.08.16 07:23:28.120210 [ 3 ] {} <Debug> HTTP-Session: b2149906-35df-4098-8593-fad10c97af48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13973 | 2024.08.16 07:23:28.120209 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
13974 | 2024.08.16 07:23:28.120338 [ 3 ] {} <Trace> HTTP-Session: b2149906-35df-4098-8593-fad10c97af48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13975 | 2024.08.16 07:23:28.120517 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
13976 | 2024.08.16 07:23:28.120684 [ 3 ] {43419dfe-b4a7-4320-b575-4bb145c42009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13977 | 2024.08.16 07:23:28.120826 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 242 rows starting from the beginning of the part | ||
13978 | 2024.08.16 07:23:28.120861 [ 3 ] {43419dfe-b4a7-4320-b575-4bb145c42009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13979 | 2024.08.16 07:23:28.121160 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
13980 | 2024.08.16 07:23:28.121688 [ 3 ] {43419dfe-b4a7-4320-b575-4bb145c42009} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13981 | 2024.08.16 07:23:28.122126 [ 3 ] {43419dfe-b4a7-4320-b575-4bb145c42009} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13982 | 2024.08.16 07:23:28.122170 [ 3 ] {43419dfe-b4a7-4320-b575-4bb145c42009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
13983 | 2024.08.16 07:23:28.122643 [ 3 ] {43419dfe-b4a7-4320-b575-4bb145c42009} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
13984 | 2024.08.16 07:23:28.123002 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.003630863 sec., 211519.96095694054 rows/sec., 13.55 MiB/sec. | ||
13985 | 2024.08.16 07:23:28.123134 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
13986 | 2024.08.16 07:23:28.123200 [ 3 ] {43419dfe-b4a7-4320-b575-4bb145c42009} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13987 | 2024.08.16 07:23:28.123484 [ 3 ] {43419dfe-b4a7-4320-b575-4bb145c42009} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002921 sec., 2054.0910647038686 rows/sec., 121.36 KiB/sec. | ||
13988 | 2024.08.16 07:23:28.123930 [ 3 ] {43419dfe-b4a7-4320-b575-4bb145c42009} <Debug> DynamicQueryHandler: Done processing query | ||
13989 | 2024.08.16 07:23:28.123969 [ 3 ] {43419dfe-b4a7-4320-b575-4bb145c42009} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13990 | 2024.08.16 07:23:28.123983 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_36_7} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13991 | 2024.08.16 07:23:28.123997 [ 3 ] {} <Debug> HTTP-Session: b2149906-35df-4098-8593-fad10c97af48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13992 | 2024.08.16 07:23:28.124075 [ 191 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_36_7} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
13993 | 2024.08.16 07:23:28.124145 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
13994 | 2024.08.16 07:23:28.124274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 65347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13995 | 2024.08.16 07:23:28.124324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13996 | 2024.08.16 07:23:28.124343 [ 3 ] {} <Debug> HTTP-Session: e3d17a33-a5bb-4b50-aabb-ea98c5531818 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
13997 | 2024.08.16 07:23:28.124359 [ 3 ] {} <Debug> HTTP-Session: e3d17a33-a5bb-4b50-aabb-ea98c5531818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13998 | 2024.08.16 07:23:28.124374 [ 3 ] {} <Debug> HTTP-Session: e3d17a33-a5bb-4b50-aabb-ea98c5531818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13999 | 2024.08.16 07:23:28.124405 [ 3 ] {} <Trace> HTTP-Session: e3d17a33-a5bb-4b50-aabb-ea98c5531818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14000 | 2024.08.16 07:23:28.124628 [ 3 ] {b3d7b414-7cfc-4f54-bb94-5e4b3549ed93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14001 | 2024.08.16 07:23:28.124672 [ 3 ] {b3d7b414-7cfc-4f54-bb94-5e4b3549ed93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14002 | 2024.08.16 07:23:28.124803 [ 3 ] {b3d7b414-7cfc-4f54-bb94-5e4b3549ed93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14003 | 2024.08.16 07:23:28.125380 [ 3 ] {b3d7b414-7cfc-4f54-bb94-5e4b3549ed93} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14004 | 2024.08.16 07:23:28.125417 [ 3 ] {b3d7b414-7cfc-4f54-bb94-5e4b3549ed93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
14005 | 2024.08.16 07:23:28.125758 [ 3 ] {b3d7b414-7cfc-4f54-bb94-5e4b3549ed93} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14006 | 2024.08.16 07:23:28.126071 [ 3 ] {b3d7b414-7cfc-4f54-bb94-5e4b3549ed93} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14007 | 2024.08.16 07:23:28.126240 [ 3 ] {b3d7b414-7cfc-4f54-bb94-5e4b3549ed93} <Debug> executeQuery: Read 403 rows, 29.37 KiB in 0.001727 sec., 233352.63462651998 rows/sec., 16.61 MiB/sec. | ||
14008 | 2024.08.16 07:23:28.126492 [ 3 ] {b3d7b414-7cfc-4f54-bb94-5e4b3549ed93} <Debug> DynamicQueryHandler: Done processing query | ||
14009 | 2024.08.16 07:23:28.126553 [ 3 ] {b3d7b414-7cfc-4f54-bb94-5e4b3549ed93} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14010 | 2024.08.16 07:23:28.126611 [ 3 ] {} <Debug> HTTP-Session: e3d17a33-a5bb-4b50-aabb-ea98c5531818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14011 | 2024.08.16 07:23:28.126857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14012 | 2024.08.16 07:23:28.126910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14013 | 2024.08.16 07:23:28.126931 [ 3 ] {} <Debug> HTTP-Session: 9e2e1e3e-a440-4cd1-97c4-15ad42fc1eff Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14014 | 2024.08.16 07:23:28.126948 [ 3 ] {} <Debug> HTTP-Session: 9e2e1e3e-a440-4cd1-97c4-15ad42fc1eff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14015 | 2024.08.16 07:23:28.126962 [ 3 ] {} <Debug> HTTP-Session: 9e2e1e3e-a440-4cd1-97c4-15ad42fc1eff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14016 | 2024.08.16 07:23:28.126994 [ 3 ] {} <Trace> HTTP-Session: 9e2e1e3e-a440-4cd1-97c4-15ad42fc1eff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14017 | 2024.08.16 07:23:28.127097 [ 3 ] {5e1e8423-488d-4f62-bcae-fcdefacee8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14018 | 2024.08.16 07:23:28.127143 [ 3 ] {5e1e8423-488d-4f62-bcae-fcdefacee8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14019 | 2024.08.16 07:23:28.127295 [ 3 ] {5e1e8423-488d-4f62-bcae-fcdefacee8cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14020 | 2024.08.16 07:23:28.127564 [ 3 ] {5e1e8423-488d-4f62-bcae-fcdefacee8cf} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14021 | 2024.08.16 07:23:28.127601 [ 3 ] {5e1e8423-488d-4f62-bcae-fcdefacee8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
14022 | 2024.08.16 07:23:28.127971 [ 3 ] {5e1e8423-488d-4f62-bcae-fcdefacee8cf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14023 | 2024.08.16 07:23:28.128320 [ 3 ] {5e1e8423-488d-4f62-bcae-fcdefacee8cf} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14024 | 2024.08.16 07:23:28.128483 [ 27 ] {} <Debug> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14025 | 2024.08.16 07:23:28.128490 [ 3 ] {5e1e8423-488d-4f62-bcae-fcdefacee8cf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001411 sec., 4252.303330970943 rows/sec., 222.17 KiB/sec. | ||
14026 | 2024.08.16 07:23:28.128532 [ 27 ] {} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14027 | 2024.08.16 07:23:28.128600 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
14028 | 2024.08.16 07:23:28.128855 [ 3 ] {5e1e8423-488d-4f62-bcae-fcdefacee8cf} <Debug> DynamicQueryHandler: Done processing query | ||
14029 | 2024.08.16 07:23:28.128955 [ 3 ] {5e1e8423-488d-4f62-bcae-fcdefacee8cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14030 | 2024.08.16 07:23:28.129056 [ 3 ] {} <Debug> HTTP-Session: 9e2e1e3e-a440-4cd1-97c4-15ad42fc1eff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14031 | 2024.08.16 07:23:28.129362 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
14032 | 2024.08.16 07:23:28.129457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14033 | 2024.08.16 07:23:28.129561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14034 | 2024.08.16 07:23:28.129623 [ 3 ] {} <Debug> HTTP-Session: bb0b49ef-0ea7-4679-a5ae-a0595de891aa Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14035 | 2024.08.16 07:23:28.129670 [ 3 ] {} <Debug> HTTP-Session: bb0b49ef-0ea7-4679-a5ae-a0595de891aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14036 | 2024.08.16 07:23:28.129718 [ 3 ] {} <Debug> HTTP-Session: bb0b49ef-0ea7-4679-a5ae-a0595de891aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14037 | 2024.08.16 07:23:28.129778 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14038 | 2024.08.16 07:23:28.129794 [ 3 ] {} <Trace> HTTP-Session: bb0b49ef-0ea7-4679-a5ae-a0595de891aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14039 | 2024.08.16 07:23:28.129842 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
14040 | 2024.08.16 07:23:28.130116 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
14041 | 2024.08.16 07:23:28.130230 [ 3 ] {298307e2-84b8-4c84-935b-df544383b500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14042 | 2024.08.16 07:23:28.130429 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
14043 | 2024.08.16 07:23:28.130453 [ 3 ] {298307e2-84b8-4c84-935b-df544383b500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14044 | 2024.08.16 07:23:28.130747 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
14045 | 2024.08.16 07:23:28.131142 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
14046 | 2024.08.16 07:23:28.131504 [ 188 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
14047 | 2024.08.16 07:23:28.131570 [ 3 ] {298307e2-84b8-4c84-935b-df544383b500} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14048 | 2024.08.16 07:23:28.132802 [ 3 ] {298307e2-84b8-4c84-935b-df544383b500} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14049 | 2024.08.16 07:23:28.132873 [ 3 ] {298307e2-84b8-4c84-935b-df544383b500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
14050 | 2024.08.16 07:23:28.134058 [ 3 ] {298307e2-84b8-4c84-935b-df544383b500} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14051 | 2024.08.16 07:23:28.134123 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005354593 sec., 40339.20038367061 rows/sec., 2.06 MiB/sec. | ||
14052 | 2024.08.16 07:23:28.134440 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14053 | 2024.08.16 07:23:28.134785 [ 3 ] {298307e2-84b8-4c84-935b-df544383b500} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14054 | 2024.08.16 07:23:28.135213 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
14055 | 2024.08.16 07:23:28.135238 [ 3 ] {298307e2-84b8-4c84-935b-df544383b500} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005263 sec., 45221.35664069922 rows/sec., 3.03 MiB/sec. | ||
14056 | 2024.08.16 07:23:28.135280 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14057 | 2024.08.16 07:23:28.135373 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
14058 | 2024.08.16 07:23:28.135565 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_36_7} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14059 | 2024.08.16 07:23:28.135845 [ 3 ] {298307e2-84b8-4c84-935b-df544383b500} <Debug> DynamicQueryHandler: Done processing query | ||
14060 | 2024.08.16 07:23:28.135885 [ 190 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_36_7} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14061 | 2024.08.16 07:23:28.135922 [ 3 ] {298307e2-84b8-4c84-935b-df544383b500} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14062 | 2024.08.16 07:23:28.135941 [ 200 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
14063 | 2024.08.16 07:23:28.135987 [ 3 ] {} <Debug> HTTP-Session: bb0b49ef-0ea7-4679-a5ae-a0595de891aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14064 | 2024.08.16 07:23:28.136138 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
14065 | 2024.08.16 07:23:28.136283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14066 | 2024.08.16 07:23:28.136349 [ 200 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14067 | 2024.08.16 07:23:28.136389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14068 | 2024.08.16 07:23:28.136414 [ 200 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_70_14, total 22675 rows starting from the beginning of the part | ||
14069 | 2024.08.16 07:23:28.136444 [ 3 ] {} <Debug> HTTP-Session: 0e7e2647-7382-4c1f-89df-e32395f861b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14070 | 2024.08.16 07:23:28.136483 [ 3 ] {} <Debug> HTTP-Session: 0e7e2647-7382-4c1f-89df-e32395f861b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14071 | 2024.08.16 07:23:28.136532 [ 3 ] {} <Debug> HTTP-Session: 0e7e2647-7382-4c1f-89df-e32395f861b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14072 | 2024.08.16 07:23:28.136682 [ 3 ] {} <Trace> HTTP-Session: 0e7e2647-7382-4c1f-89df-e32395f861b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14073 | 2024.08.16 07:23:28.136712 [ 200 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
14074 | 2024.08.16 07:23:28.137024 [ 200 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 910 rows starting from the beginning of the part | ||
14075 | 2024.08.16 07:23:28.137036 [ 3 ] {a9e6875c-0bdb-41ea-9c37-a428ce331530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14076 | 2024.08.16 07:23:28.137225 [ 3 ] {a9e6875c-0bdb-41ea-9c37-a428ce331530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14077 | 2024.08.16 07:23:28.137363 [ 200 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 12 rows starting from the beginning of the part | ||
14078 | 2024.08.16 07:23:28.137752 [ 200 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
14079 | 2024.08.16 07:23:28.138136 [ 200 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 238 rows starting from the beginning of the part | ||
14080 | 2024.08.16 07:23:28.138167 [ 3 ] {a9e6875c-0bdb-41ea-9c37-a428ce331530} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14081 | 2024.08.16 07:23:28.138974 [ 3 ] {a9e6875c-0bdb-41ea-9c37-a428ce331530} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14082 | 2024.08.16 07:23:28.139043 [ 3 ] {a9e6875c-0bdb-41ea-9c37-a428ce331530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
14083 | 2024.08.16 07:23:28.139586 [ 3 ] {a9e6875c-0bdb-41ea-9c37-a428ce331530} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14084 | 2024.08.16 07:23:28.140084 [ 3 ] {a9e6875c-0bdb-41ea-9c37-a428ce331530} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14085 | 2024.08.16 07:23:28.140465 [ 3 ] {a9e6875c-0bdb-41ea-9c37-a428ce331530} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003577 sec., 279.56388034665923 rows/sec., 18.84 KiB/sec. | ||
14086 | 2024.08.16 07:23:28.141003 [ 3 ] {a9e6875c-0bdb-41ea-9c37-a428ce331530} <Debug> DynamicQueryHandler: Done processing query | ||
14087 | 2024.08.16 07:23:28.141110 [ 3 ] {a9e6875c-0bdb-41ea-9c37-a428ce331530} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14088 | 2024.08.16 07:23:28.141198 [ 3 ] {} <Debug> HTTP-Session: 0e7e2647-7382-4c1f-89df-e32395f861b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14089 | 2024.08.16 07:23:28.141524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14090 | 2024.08.16 07:23:28.141707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14091 | 2024.08.16 07:23:28.141806 [ 3 ] {} <Debug> HTTP-Session: 0106be9f-4e9f-4dbc-802b-39bb6e0366b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14092 | 2024.08.16 07:23:28.141882 [ 3 ] {} <Debug> HTTP-Session: 0106be9f-4e9f-4dbc-802b-39bb6e0366b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14093 | 2024.08.16 07:23:28.141948 [ 3 ] {} <Debug> HTTP-Session: 0106be9f-4e9f-4dbc-802b-39bb6e0366b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14094 | 2024.08.16 07:23:28.142054 [ 3 ] {} <Trace> HTTP-Session: 0106be9f-4e9f-4dbc-802b-39bb6e0366b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14095 | 2024.08.16 07:23:28.142390 [ 3 ] {1b421a8f-74f3-482f-82f2-f62e70d27be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14096 | 2024.08.16 07:23:28.142465 [ 3 ] {1b421a8f-74f3-482f-82f2-f62e70d27be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14097 | 2024.08.16 07:23:28.143205 [ 3 ] {1b421a8f-74f3-482f-82f2-f62e70d27be5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14098 | 2024.08.16 07:23:28.144128 [ 3 ] {1b421a8f-74f3-482f-82f2-f62e70d27be5} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14099 | 2024.08.16 07:23:28.144166 [ 3 ] {1b421a8f-74f3-482f-82f2-f62e70d27be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
14100 | 2024.08.16 07:23:28.144974 [ 3 ] {1b421a8f-74f3-482f-82f2-f62e70d27be5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
14101 | 2024.08.16 07:23:28.145603 [ 3 ] {1b421a8f-74f3-482f-82f2-f62e70d27be5} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14102 | 2024.08.16 07:23:28.145823 [ 27 ] {} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
14103 | 2024.08.16 07:23:28.145886 [ 3 ] {1b421a8f-74f3-482f-82f2-f62e70d27be5} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.003666 sec., 5182.760501909438 rows/sec., 9.29 MiB/sec. | ||
14104 | 2024.08.16 07:23:28.145898 [ 27 ] {} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14105 | 2024.08.16 07:23:28.145997 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
14106 | 2024.08.16 07:23:28.146433 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::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 | ||
14107 | 2024.08.16 07:23:28.146705 [ 3 ] {1b421a8f-74f3-482f-82f2-f62e70d27be5} <Debug> DynamicQueryHandler: Done processing query | ||
14108 | 2024.08.16 07:23:28.146782 [ 3 ] {1b421a8f-74f3-482f-82f2-f62e70d27be5} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
14109 | 2024.08.16 07:23:28.146844 [ 3 ] {} <Debug> HTTP-Session: 0106be9f-4e9f-4dbc-802b-39bb6e0366b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14110 | 2024.08.16 07:23:28.147094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14111 | 2024.08.16 07:23:28.147228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14112 | 2024.08.16 07:23:28.147291 [ 3 ] {} <Debug> HTTP-Session: 2a4012cd-4647-4284-8596-deeda3a5c7b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14113 | 2024.08.16 07:23:28.147336 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14114 | 2024.08.16 07:23:28.147364 [ 3 ] {} <Debug> HTTP-Session: 2a4012cd-4647-4284-8596-deeda3a5c7b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14115 | 2024.08.16 07:23:28.147437 [ 3 ] {} <Debug> HTTP-Session: 2a4012cd-4647-4284-8596-deeda3a5c7b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14116 | 2024.08.16 07:23:28.147575 [ 3 ] {} <Trace> HTTP-Session: 2a4012cd-4647-4284-8596-deeda3a5c7b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14117 | 2024.08.16 07:23:28.147590 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1099 rows starting from the beginning of the part | ||
14118 | 2024.08.16 07:23:28.148174 [ 3 ] {809d5862-7cc2-48cf-b3c1-d957ade9665a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14119 | 2024.08.16 07:23:28.148299 [ 190 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24155 rows, containing 5 columns (5 merged, 0 gathered) in 0.012678612 sec., 1905177.0020251428 rows/sec., 128.56 MiB/sec. | ||
14120 | 2024.08.16 07:23:28.148455 [ 3 ] {809d5862-7cc2-48cf-b3c1-d957ade9665a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14121 | 2024.08.16 07:23:28.148944 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 19 rows starting from the beginning of the part | ||
14122 | 2024.08.16 07:23:28.149233 [ 3 ] {809d5862-7cc2-48cf-b3c1-d957ade9665a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14123 | 2024.08.16 07:23:28.149611 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
14124 | 2024.08.16 07:23:28.150000 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
14125 | 2024.08.16 07:23:28.150784 [ 3 ] {809d5862-7cc2-48cf-b3c1-d957ade9665a} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14126 | 2024.08.16 07:23:28.150913 [ 3 ] {809d5862-7cc2-48cf-b3c1-d957ade9665a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
14127 | 2024.08.16 07:23:28.151410 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 19 rows starting from the beginning of the part | ||
14128 | 2024.08.16 07:23:28.152032 [ 190 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_75_15} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14129 | 2024.08.16 07:23:28.152449 [ 190 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_75_15} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
14130 | 2024.08.16 07:23:28.152714 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
14131 | 2024.08.16 07:23:28.152742 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
14132 | 2024.08.16 07:23:28.152760 [ 3 ] {809d5862-7cc2-48cf-b3c1-d957ade9665a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14133 | 2024.08.16 07:23:28.153500 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 19 rows starting from the beginning of the part | ||
14134 | 2024.08.16 07:23:28.154011 [ 3 ] {809d5862-7cc2-48cf-b3c1-d957ade9665a} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14135 | 2024.08.16 07:23:28.154400 [ 3 ] {809d5862-7cc2-48cf-b3c1-d957ade9665a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006511 sec., 12594.071571187222 rows/sec., 819.08 KiB/sec. | ||
14136 | 2024.08.16 07:23:28.154833 [ 3 ] {809d5862-7cc2-48cf-b3c1-d957ade9665a} <Debug> DynamicQueryHandler: Done processing query | ||
14137 | 2024.08.16 07:23:28.154880 [ 3 ] {809d5862-7cc2-48cf-b3c1-d957ade9665a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14138 | 2024.08.16 07:23:28.154921 [ 3 ] {} <Debug> HTTP-Session: 2a4012cd-4647-4284-8596-deeda3a5c7b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14139 | 2024.08.16 07:23:28.158998 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1184 rows, containing 19 columns (19 merged, 0 gathered) in 0.012825026 sec., 92319.50095071932 rows/sec., 165.43 MiB/sec. | ||
14140 | 2024.08.16 07:23:28.160285 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
14141 | 2024.08.16 07:23:28.160895 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14142 | 2024.08.16 07:23:28.160979 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
14143 | 2024.08.16 07:23:28.161137 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB. | ||
14144 | 2024.08.16 07:23:33.097077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14145 | 2024.08.16 07:23:33.097221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14146 | 2024.08.16 07:23:33.097253 [ 3 ] {} <Debug> HTTP-Session: bb0fc530-2c10-44dd-9a8b-306d73ff2604 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14147 | 2024.08.16 07:23:33.097281 [ 3 ] {} <Debug> HTTP-Session: bb0fc530-2c10-44dd-9a8b-306d73ff2604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14148 | 2024.08.16 07:23:33.097300 [ 3 ] {} <Debug> HTTP-Session: bb0fc530-2c10-44dd-9a8b-306d73ff2604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14149 | 2024.08.16 07:23:33.097358 [ 3 ] {} <Trace> HTTP-Session: bb0fc530-2c10-44dd-9a8b-306d73ff2604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14150 | 2024.08.16 07:23:33.097572 [ 3 ] {af60eb21-3e14-4324-86da-d6776b040a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14151 | 2024.08.16 07:23:33.097642 [ 3 ] {af60eb21-3e14-4324-86da-d6776b040a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14152 | 2024.08.16 07:23:33.097848 [ 3 ] {af60eb21-3e14-4324-86da-d6776b040a50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14153 | 2024.08.16 07:23:33.098320 [ 3 ] {af60eb21-3e14-4324-86da-d6776b040a50} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14154 | 2024.08.16 07:23:33.098367 [ 3 ] {af60eb21-3e14-4324-86da-d6776b040a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14155 | 2024.08.16 07:23:33.098760 [ 3 ] {af60eb21-3e14-4324-86da-d6776b040a50} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
14156 | 2024.08.16 07:23:33.099113 [ 3 ] {af60eb21-3e14-4324-86da-d6776b040a50} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14157 | 2024.08.16 07:23:33.099298 [ 3 ] {af60eb21-3e14-4324-86da-d6776b040a50} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001787 sec., 8393.956351426972 rows/sec., 680.37 KiB/sec. | ||
14158 | 2024.08.16 07:23:33.099540 [ 3 ] {af60eb21-3e14-4324-86da-d6776b040a50} <Debug> DynamicQueryHandler: Done processing query | ||
14159 | 2024.08.16 07:23:33.099569 [ 3 ] {af60eb21-3e14-4324-86da-d6776b040a50} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14160 | 2024.08.16 07:23:33.099585 [ 3 ] {} <Debug> HTTP-Session: bb0fc530-2c10-44dd-9a8b-306d73ff2604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14161 | 2024.08.16 07:23:33.099752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14162 | 2024.08.16 07:23:33.099806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14163 | 2024.08.16 07:23:33.099828 [ 3 ] {} <Debug> HTTP-Session: 34eaab7d-c4d7-4e64-9ac3-63dfa19d426c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14164 | 2024.08.16 07:23:33.099845 [ 3 ] {} <Debug> HTTP-Session: 34eaab7d-c4d7-4e64-9ac3-63dfa19d426c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14165 | 2024.08.16 07:23:33.099860 [ 3 ] {} <Debug> HTTP-Session: 34eaab7d-c4d7-4e64-9ac3-63dfa19d426c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14166 | 2024.08.16 07:23:33.099894 [ 3 ] {} <Trace> HTTP-Session: 34eaab7d-c4d7-4e64-9ac3-63dfa19d426c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14167 | 2024.08.16 07:23:33.099998 [ 3 ] {ec3faa55-5f58-4eab-a768-9830144be21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14168 | 2024.08.16 07:23:33.100046 [ 3 ] {ec3faa55-5f58-4eab-a768-9830144be21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14169 | 2024.08.16 07:23:33.100186 [ 3 ] {ec3faa55-5f58-4eab-a768-9830144be21e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14170 | 2024.08.16 07:23:33.100486 [ 3 ] {ec3faa55-5f58-4eab-a768-9830144be21e} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14171 | 2024.08.16 07:23:33.100526 [ 3 ] {ec3faa55-5f58-4eab-a768-9830144be21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14172 | 2024.08.16 07:23:33.100850 [ 3 ] {ec3faa55-5f58-4eab-a768-9830144be21e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14173 | 2024.08.16 07:23:33.101166 [ 3 ] {ec3faa55-5f58-4eab-a768-9830144be21e} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14174 | 2024.08.16 07:23:33.101323 [ 3 ] {ec3faa55-5f58-4eab-a768-9830144be21e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001355 sec., 1476.0147601476015 rows/sec., 120.36 KiB/sec. | ||
14175 | 2024.08.16 07:23:33.101493 [ 3 ] {ec3faa55-5f58-4eab-a768-9830144be21e} <Debug> DynamicQueryHandler: Done processing query | ||
14176 | 2024.08.16 07:23:33.101519 [ 3 ] {ec3faa55-5f58-4eab-a768-9830144be21e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14177 | 2024.08.16 07:23:33.101535 [ 3 ] {} <Debug> HTTP-Session: 34eaab7d-c4d7-4e64-9ac3-63dfa19d426c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14178 | 2024.08.16 07:23:33.101678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 14758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14179 | 2024.08.16 07:23:33.101728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14180 | 2024.08.16 07:23:33.101749 [ 3 ] {} <Debug> HTTP-Session: 2e2f7024-d801-446c-b6a8-ef47b7a4d7a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14181 | 2024.08.16 07:23:33.101765 [ 3 ] {} <Debug> HTTP-Session: 2e2f7024-d801-446c-b6a8-ef47b7a4d7a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14182 | 2024.08.16 07:23:33.101779 [ 3 ] {} <Debug> HTTP-Session: 2e2f7024-d801-446c-b6a8-ef47b7a4d7a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14183 | 2024.08.16 07:23:33.101811 [ 3 ] {} <Trace> HTTP-Session: 2e2f7024-d801-446c-b6a8-ef47b7a4d7a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14184 | 2024.08.16 07:23:33.101934 [ 3 ] {186aff81-914b-4220-810a-1d5fc049e5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14185 | 2024.08.16 07:23:33.101977 [ 3 ] {186aff81-914b-4220-810a-1d5fc049e5c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14186 | 2024.08.16 07:23:33.102108 [ 3 ] {186aff81-914b-4220-810a-1d5fc049e5c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14187 | 2024.08.16 07:23:33.102462 [ 3 ] {186aff81-914b-4220-810a-1d5fc049e5c5} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14188 | 2024.08.16 07:23:33.102499 [ 3 ] {186aff81-914b-4220-810a-1d5fc049e5c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14189 | 2024.08.16 07:23:33.102821 [ 3 ] {186aff81-914b-4220-810a-1d5fc049e5c5} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14190 | 2024.08.16 07:23:33.103131 [ 3 ] {186aff81-914b-4220-810a-1d5fc049e5c5} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14191 | 2024.08.16 07:23:33.103284 [ 3 ] {186aff81-914b-4220-810a-1d5fc049e5c5} <Debug> executeQuery: Read 102 rows, 8.55 KiB in 0.001393 sec., 73223.2591529074 rows/sec., 6.00 MiB/sec. | ||
14192 | 2024.08.16 07:23:33.103457 [ 3 ] {186aff81-914b-4220-810a-1d5fc049e5c5} <Debug> DynamicQueryHandler: Done processing query | ||
14193 | 2024.08.16 07:23:33.103482 [ 3 ] {186aff81-914b-4220-810a-1d5fc049e5c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14194 | 2024.08.16 07:23:33.103498 [ 3 ] {} <Debug> HTTP-Session: 2e2f7024-d801-446c-b6a8-ef47b7a4d7a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14195 | 2024.08.16 07:23:33.103621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14196 | 2024.08.16 07:23:33.103670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14197 | 2024.08.16 07:23:33.103690 [ 3 ] {} <Debug> HTTP-Session: cd07d7b9-71e0-4a18-8715-ac441d8af3ec Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14198 | 2024.08.16 07:23:33.103706 [ 3 ] {} <Debug> HTTP-Session: cd07d7b9-71e0-4a18-8715-ac441d8af3ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14199 | 2024.08.16 07:23:33.103720 [ 3 ] {} <Debug> HTTP-Session: cd07d7b9-71e0-4a18-8715-ac441d8af3ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14200 | 2024.08.16 07:23:33.103752 [ 3 ] {} <Trace> HTTP-Session: cd07d7b9-71e0-4a18-8715-ac441d8af3ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14201 | 2024.08.16 07:23:33.103844 [ 3 ] {2f474707-0e88-4973-b472-7144d86f6d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14202 | 2024.08.16 07:23:33.103887 [ 3 ] {2f474707-0e88-4973-b472-7144d86f6d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14203 | 2024.08.16 07:23:33.104014 [ 3 ] {2f474707-0e88-4973-b472-7144d86f6d5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14204 | 2024.08.16 07:23:33.104282 [ 3 ] {2f474707-0e88-4973-b472-7144d86f6d5a} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14205 | 2024.08.16 07:23:33.104320 [ 3 ] {2f474707-0e88-4973-b472-7144d86f6d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14206 | 2024.08.16 07:23:33.104621 [ 3 ] {2f474707-0e88-4973-b472-7144d86f6d5a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14207 | 2024.08.16 07:23:33.104928 [ 3 ] {2f474707-0e88-4973-b472-7144d86f6d5a} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14208 | 2024.08.16 07:23:33.105095 [ 3 ] {2f474707-0e88-4973-b472-7144d86f6d5a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001267 sec., 1578.531965272297 rows/sec., 110.22 KiB/sec. | ||
14209 | 2024.08.16 07:23:33.105256 [ 3 ] {2f474707-0e88-4973-b472-7144d86f6d5a} <Debug> DynamicQueryHandler: Done processing query | ||
14210 | 2024.08.16 07:23:33.105281 [ 3 ] {2f474707-0e88-4973-b472-7144d86f6d5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14211 | 2024.08.16 07:23:33.105298 [ 3 ] {} <Debug> HTTP-Session: cd07d7b9-71e0-4a18-8715-ac441d8af3ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14212 | 2024.08.16 07:23:33.105420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 14291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14213 | 2024.08.16 07:23:33.105468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14214 | 2024.08.16 07:23:33.105488 [ 3 ] {} <Debug> HTTP-Session: 76d4898d-be49-4db0-9b49-603bfc8e6e52 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14215 | 2024.08.16 07:23:33.105504 [ 3 ] {} <Debug> HTTP-Session: 76d4898d-be49-4db0-9b49-603bfc8e6e52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14216 | 2024.08.16 07:23:33.105518 [ 3 ] {} <Debug> HTTP-Session: 76d4898d-be49-4db0-9b49-603bfc8e6e52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14217 | 2024.08.16 07:23:33.105549 [ 3 ] {} <Trace> HTTP-Session: 76d4898d-be49-4db0-9b49-603bfc8e6e52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14218 | 2024.08.16 07:23:33.105668 [ 3 ] {d25a8701-4fe9-481f-a303-442a5dc53e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14219 | 2024.08.16 07:23:33.105711 [ 3 ] {d25a8701-4fe9-481f-a303-442a5dc53e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14220 | 2024.08.16 07:23:33.105839 [ 3 ] {d25a8701-4fe9-481f-a303-442a5dc53e1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14221 | 2024.08.16 07:23:33.106190 [ 3 ] {d25a8701-4fe9-481f-a303-442a5dc53e1a} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14222 | 2024.08.16 07:23:33.106227 [ 3 ] {d25a8701-4fe9-481f-a303-442a5dc53e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14223 | 2024.08.16 07:23:33.106549 [ 3 ] {d25a8701-4fe9-481f-a303-442a5dc53e1a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14224 | 2024.08.16 07:23:33.106854 [ 3 ] {d25a8701-4fe9-481f-a303-442a5dc53e1a} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14225 | 2024.08.16 07:23:33.107009 [ 3 ] {d25a8701-4fe9-481f-a303-442a5dc53e1a} <Debug> executeQuery: Read 84 rows, 6.75 KiB in 0.001379 sec., 60913.705583756346 rows/sec., 4.78 MiB/sec. | ||
14226 | 2024.08.16 07:23:33.107180 [ 3 ] {d25a8701-4fe9-481f-a303-442a5dc53e1a} <Debug> DynamicQueryHandler: Done processing query | ||
14227 | 2024.08.16 07:23:33.107206 [ 3 ] {d25a8701-4fe9-481f-a303-442a5dc53e1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14228 | 2024.08.16 07:23:33.107221 [ 3 ] {} <Debug> HTTP-Session: 76d4898d-be49-4db0-9b49-603bfc8e6e52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14229 | 2024.08.16 07:23:33.107387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14230 | 2024.08.16 07:23:33.107436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14231 | 2024.08.16 07:23:33.107457 [ 3 ] {} <Debug> HTTP-Session: d9344bbf-3535-4e6b-a7b6-ec43a2faa7ec Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14232 | 2024.08.16 07:23:33.107473 [ 3 ] {} <Debug> HTTP-Session: d9344bbf-3535-4e6b-a7b6-ec43a2faa7ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14233 | 2024.08.16 07:23:33.107487 [ 3 ] {} <Debug> HTTP-Session: d9344bbf-3535-4e6b-a7b6-ec43a2faa7ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14234 | 2024.08.16 07:23:33.107519 [ 3 ] {} <Trace> HTTP-Session: d9344bbf-3535-4e6b-a7b6-ec43a2faa7ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14235 | 2024.08.16 07:23:33.107664 [ 3 ] {35f01ac9-7664-490f-8d6d-46bfb8d85760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14236 | 2024.08.16 07:23:33.107710 [ 3 ] {35f01ac9-7664-490f-8d6d-46bfb8d85760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14237 | 2024.08.16 07:23:33.107860 [ 3 ] {35f01ac9-7664-490f-8d6d-46bfb8d85760} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14238 | 2024.08.16 07:23:33.108311 [ 3 ] {35f01ac9-7664-490f-8d6d-46bfb8d85760} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14239 | 2024.08.16 07:23:33.108348 [ 3 ] {35f01ac9-7664-490f-8d6d-46bfb8d85760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14240 | 2024.08.16 07:23:33.108766 [ 3 ] {35f01ac9-7664-490f-8d6d-46bfb8d85760} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14241 | 2024.08.16 07:23:33.109116 [ 3 ] {35f01ac9-7664-490f-8d6d-46bfb8d85760} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14242 | 2024.08.16 07:23:33.109283 [ 3 ] {35f01ac9-7664-490f-8d6d-46bfb8d85760} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00168 sec., 95833.33333333333 rows/sec., 6.67 MiB/sec. | ||
14243 | 2024.08.16 07:23:33.109463 [ 3 ] {35f01ac9-7664-490f-8d6d-46bfb8d85760} <Debug> DynamicQueryHandler: Done processing query | ||
14244 | 2024.08.16 07:23:33.109488 [ 3 ] {35f01ac9-7664-490f-8d6d-46bfb8d85760} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14245 | 2024.08.16 07:23:33.109503 [ 3 ] {} <Debug> HTTP-Session: d9344bbf-3535-4e6b-a7b6-ec43a2faa7ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14246 | 2024.08.16 07:23:33.109701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 24639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14247 | 2024.08.16 07:23:33.109752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14248 | 2024.08.16 07:23:33.109771 [ 3 ] {} <Debug> HTTP-Session: 04b3a23b-e6b9-4515-aec0-3d2c3055c2bf Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14249 | 2024.08.16 07:23:33.109794 [ 3 ] {} <Debug> HTTP-Session: 04b3a23b-e6b9-4515-aec0-3d2c3055c2bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14250 | 2024.08.16 07:23:33.109808 [ 3 ] {} <Debug> HTTP-Session: 04b3a23b-e6b9-4515-aec0-3d2c3055c2bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14251 | 2024.08.16 07:23:33.109840 [ 3 ] {} <Trace> HTTP-Session: 04b3a23b-e6b9-4515-aec0-3d2c3055c2bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14252 | 2024.08.16 07:23:33.110044 [ 3 ] {9713af92-ebe3-4fc7-830b-b7c71509300c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14253 | 2024.08.16 07:23:33.110107 [ 3 ] {9713af92-ebe3-4fc7-830b-b7c71509300c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14254 | 2024.08.16 07:23:33.110521 [ 3 ] {9713af92-ebe3-4fc7-830b-b7c71509300c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14255 | 2024.08.16 07:23:33.111040 [ 3 ] {9713af92-ebe3-4fc7-830b-b7c71509300c} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14256 | 2024.08.16 07:23:33.111076 [ 3 ] {9713af92-ebe3-4fc7-830b-b7c71509300c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14257 | 2024.08.16 07:23:33.111668 [ 3 ] {9713af92-ebe3-4fc7-830b-b7c71509300c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
14258 | 2024.08.16 07:23:33.112082 [ 3 ] {9713af92-ebe3-4fc7-830b-b7c71509300c} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14259 | 2024.08.16 07:23:33.112269 [ 3 ] {9713af92-ebe3-4fc7-830b-b7c71509300c} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002355 sec., 6369.426751592357 rows/sec., 11.41 MiB/sec. | ||
14260 | 2024.08.16 07:23:33.112476 [ 3 ] {9713af92-ebe3-4fc7-830b-b7c71509300c} <Debug> DynamicQueryHandler: Done processing query | ||
14261 | 2024.08.16 07:23:33.112502 [ 3 ] {9713af92-ebe3-4fc7-830b-b7c71509300c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
14262 | 2024.08.16 07:23:33.112518 [ 3 ] {} <Debug> HTTP-Session: 04b3a23b-e6b9-4515-aec0-3d2c3055c2bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14263 | 2024.08.16 07:23:33.112640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14264 | 2024.08.16 07:23:33.112688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14265 | 2024.08.16 07:23:33.112709 [ 3 ] {} <Debug> HTTP-Session: 62908df7-0460-4b56-86c6-51f4212ce8f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14266 | 2024.08.16 07:23:33.112725 [ 3 ] {} <Debug> HTTP-Session: 62908df7-0460-4b56-86c6-51f4212ce8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14267 | 2024.08.16 07:23:33.112739 [ 3 ] {} <Debug> HTTP-Session: 62908df7-0460-4b56-86c6-51f4212ce8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14268 | 2024.08.16 07:23:33.112770 [ 3 ] {} <Trace> HTTP-Session: 62908df7-0460-4b56-86c6-51f4212ce8f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14269 | 2024.08.16 07:23:33.112864 [ 3 ] {6266ecfe-609f-4695-b97e-115dd0fc9059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14270 | 2024.08.16 07:23:33.112910 [ 3 ] {6266ecfe-609f-4695-b97e-115dd0fc9059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14271 | 2024.08.16 07:23:33.113040 [ 3 ] {6266ecfe-609f-4695-b97e-115dd0fc9059} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14272 | 2024.08.16 07:23:33.113301 [ 3 ] {6266ecfe-609f-4695-b97e-115dd0fc9059} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14273 | 2024.08.16 07:23:33.113337 [ 3 ] {6266ecfe-609f-4695-b97e-115dd0fc9059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14274 | 2024.08.16 07:23:33.113696 [ 3 ] {6266ecfe-609f-4695-b97e-115dd0fc9059} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
14275 | 2024.08.16 07:23:33.114020 [ 3 ] {6266ecfe-609f-4695-b97e-115dd0fc9059} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14276 | 2024.08.16 07:23:33.114185 [ 3 ] {6266ecfe-609f-4695-b97e-115dd0fc9059} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001335 sec., 2247.191011235955 rows/sec., 179.95 KiB/sec. | ||
14277 | 2024.08.16 07:23:33.114487 [ 3 ] {6266ecfe-609f-4695-b97e-115dd0fc9059} <Debug> DynamicQueryHandler: Done processing query | ||
14278 | 2024.08.16 07:23:33.114513 [ 3 ] {6266ecfe-609f-4695-b97e-115dd0fc9059} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14279 | 2024.08.16 07:23:33.114530 [ 3 ] {} <Debug> HTTP-Session: 62908df7-0460-4b56-86c6-51f4212ce8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14280 | 2024.08.16 07:23:33.114650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14281 | 2024.08.16 07:23:33.114699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14282 | 2024.08.16 07:23:33.114718 [ 3 ] {} <Debug> HTTP-Session: e2e55ae7-88ab-4eee-8018-04b50389026d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14283 | 2024.08.16 07:23:33.114736 [ 3 ] {} <Debug> HTTP-Session: e2e55ae7-88ab-4eee-8018-04b50389026d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14284 | 2024.08.16 07:23:33.114750 [ 3 ] {} <Debug> HTTP-Session: e2e55ae7-88ab-4eee-8018-04b50389026d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14285 | 2024.08.16 07:23:33.114781 [ 3 ] {} <Trace> HTTP-Session: e2e55ae7-88ab-4eee-8018-04b50389026d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14286 | 2024.08.16 07:23:33.114896 [ 3 ] {12417c2c-e439-45b8-b264-1def1820c4d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14287 | 2024.08.16 07:23:33.114941 [ 3 ] {12417c2c-e439-45b8-b264-1def1820c4d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14288 | 2024.08.16 07:23:33.115089 [ 3 ] {12417c2c-e439-45b8-b264-1def1820c4d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14289 | 2024.08.16 07:23:33.115380 [ 3 ] {12417c2c-e439-45b8-b264-1def1820c4d9} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14290 | 2024.08.16 07:23:33.115417 [ 3 ] {12417c2c-e439-45b8-b264-1def1820c4d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14291 | 2024.08.16 07:23:33.115774 [ 3 ] {12417c2c-e439-45b8-b264-1def1820c4d9} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14292 | 2024.08.16 07:23:33.116097 [ 3 ] {12417c2c-e439-45b8-b264-1def1820c4d9} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14293 | 2024.08.16 07:23:33.116257 [ 3 ] {12417c2c-e439-45b8-b264-1def1820c4d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
14294 | 2024.08.16 07:23:33.116266 [ 91 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14295 | 2024.08.16 07:23:33.116370 [ 91 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14296 | 2024.08.16 07:23:33.116414 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14297 | 2024.08.16 07:23:33.116519 [ 3 ] {12417c2c-e439-45b8-b264-1def1820c4d9} <Debug> DynamicQueryHandler: Done processing query | ||
14298 | 2024.08.16 07:23:33.116583 [ 3 ] {12417c2c-e439-45b8-b264-1def1820c4d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14299 | 2024.08.16 07:23:33.116625 [ 3 ] {} <Debug> HTTP-Session: e2e55ae7-88ab-4eee-8018-04b50389026d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14300 | 2024.08.16 07:23:33.116660 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
14301 | 2024.08.16 07:23:33.116858 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14302 | 2024.08.16 07:23:33.116903 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4698 rows starting from the beginning of the part | ||
14303 | 2024.08.16 07:23:33.116998 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 76 rows starting from the beginning of the part | ||
14304 | 2024.08.16 07:23:33.117098 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 6 rows starting from the beginning of the part | ||
14305 | 2024.08.16 07:23:33.117316 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
14306 | 2024.08.16 07:23:33.117612 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
14307 | 2024.08.16 07:23:33.117821 [ 186 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
14308 | 2024.08.16 07:23:33.119688 [ 187 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4982 rows, containing 4 columns (4 merged, 0 gathered) in 0.003186153 sec., 1563641.1685189004 rows/sec., 101.83 MiB/sec. | ||
14309 | 2024.08.16 07:23:33.120068 [ 198 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14310 | 2024.08.16 07:23:33.120532 [ 198 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_76_15} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14311 | 2024.08.16 07:23:33.120620 [ 198 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_76_15} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14312 | 2024.08.16 07:23:33.120701 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
14313 | 2024.08.16 07:23:38.101663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14314 | 2024.08.16 07:23:38.101839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14315 | 2024.08.16 07:23:38.101884 [ 3 ] {} <Debug> HTTP-Session: 5afe7c90-1fc1-4a5e-af4a-388411677546 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14316 | 2024.08.16 07:23:38.101925 [ 3 ] {} <Debug> HTTP-Session: 5afe7c90-1fc1-4a5e-af4a-388411677546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14317 | 2024.08.16 07:23:38.101951 [ 3 ] {} <Debug> HTTP-Session: 5afe7c90-1fc1-4a5e-af4a-388411677546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14318 | 2024.08.16 07:23:38.102028 [ 3 ] {} <Trace> HTTP-Session: 5afe7c90-1fc1-4a5e-af4a-388411677546 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14319 | 2024.08.16 07:23:38.102319 [ 3 ] {40b2a3e1-a2e4-4a11-8b70-7740747fc480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14320 | 2024.08.16 07:23:38.102423 [ 3 ] {40b2a3e1-a2e4-4a11-8b70-7740747fc480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14321 | 2024.08.16 07:23:38.102740 [ 3 ] {40b2a3e1-a2e4-4a11-8b70-7740747fc480} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14322 | 2024.08.16 07:23:38.103188 [ 3 ] {40b2a3e1-a2e4-4a11-8b70-7740747fc480} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14323 | 2024.08.16 07:23:38.103236 [ 3 ] {40b2a3e1-a2e4-4a11-8b70-7740747fc480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14324 | 2024.08.16 07:23:38.103628 [ 3 ] {40b2a3e1-a2e4-4a11-8b70-7740747fc480} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
14325 | 2024.08.16 07:23:38.103985 [ 3 ] {40b2a3e1-a2e4-4a11-8b70-7740747fc480} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14326 | 2024.08.16 07:23:38.104162 [ 3 ] {40b2a3e1-a2e4-4a11-8b70-7740747fc480} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001933 sec., 9829.28091050181 rows/sec., 796.71 KiB/sec. | ||
14327 | 2024.08.16 07:23:38.104407 [ 3 ] {40b2a3e1-a2e4-4a11-8b70-7740747fc480} <Debug> DynamicQueryHandler: Done processing query | ||
14328 | 2024.08.16 07:23:38.104436 [ 3 ] {40b2a3e1-a2e4-4a11-8b70-7740747fc480} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14329 | 2024.08.16 07:23:38.104453 [ 3 ] {} <Debug> HTTP-Session: 5afe7c90-1fc1-4a5e-af4a-388411677546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14330 | 2024.08.16 07:23:38.104684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 36912, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14331 | 2024.08.16 07:23:38.104741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14332 | 2024.08.16 07:23:38.104763 [ 3 ] {} <Debug> HTTP-Session: a019bbc0-6b4b-4da9-8b7f-f156366db5e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14333 | 2024.08.16 07:23:38.104781 [ 3 ] {} <Debug> HTTP-Session: a019bbc0-6b4b-4da9-8b7f-f156366db5e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14334 | 2024.08.16 07:23:38.104795 [ 3 ] {} <Debug> HTTP-Session: a019bbc0-6b4b-4da9-8b7f-f156366db5e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14335 | 2024.08.16 07:23:38.104830 [ 3 ] {} <Trace> HTTP-Session: a019bbc0-6b4b-4da9-8b7f-f156366db5e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14336 | 2024.08.16 07:23:38.105019 [ 3 ] {a9d793ed-7780-4250-b877-b157dce9d678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14337 | 2024.08.16 07:23:38.105069 [ 3 ] {a9d793ed-7780-4250-b877-b157dce9d678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14338 | 2024.08.16 07:23:38.105207 [ 3 ] {a9d793ed-7780-4250-b877-b157dce9d678} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14339 | 2024.08.16 07:23:38.105680 [ 3 ] {a9d793ed-7780-4250-b877-b157dce9d678} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14340 | 2024.08.16 07:23:38.105720 [ 3 ] {a9d793ed-7780-4250-b877-b157dce9d678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14341 | 2024.08.16 07:23:38.106060 [ 3 ] {a9d793ed-7780-4250-b877-b157dce9d678} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14342 | 2024.08.16 07:23:38.106376 [ 3 ] {a9d793ed-7780-4250-b877-b157dce9d678} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14343 | 2024.08.16 07:23:38.106536 [ 3 ] {a9d793ed-7780-4250-b877-b157dce9d678} <Debug> executeQuery: Read 246 rows, 21.97 KiB in 0.001605 sec., 153271.02803738316 rows/sec., 13.37 MiB/sec. | ||
14344 | 2024.08.16 07:23:38.106701 [ 3 ] {a9d793ed-7780-4250-b877-b157dce9d678} <Debug> DynamicQueryHandler: Done processing query | ||
14345 | 2024.08.16 07:23:38.106727 [ 3 ] {a9d793ed-7780-4250-b877-b157dce9d678} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
14346 | 2024.08.16 07:23:38.106743 [ 3 ] {} <Debug> HTTP-Session: a019bbc0-6b4b-4da9-8b7f-f156366db5e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14347 | 2024.08.16 07:23:38.106898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14348 | 2024.08.16 07:23:38.106949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14349 | 2024.08.16 07:23:38.106969 [ 3 ] {} <Debug> HTTP-Session: 3a06a2cd-1c78-4c10-8899-8b72854217ef Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14350 | 2024.08.16 07:23:38.106986 [ 3 ] {} <Debug> HTTP-Session: 3a06a2cd-1c78-4c10-8899-8b72854217ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14351 | 2024.08.16 07:23:38.107001 [ 3 ] {} <Debug> HTTP-Session: 3a06a2cd-1c78-4c10-8899-8b72854217ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14352 | 2024.08.16 07:23:38.107033 [ 3 ] {} <Trace> HTTP-Session: 3a06a2cd-1c78-4c10-8899-8b72854217ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14353 | 2024.08.16 07:23:38.107136 [ 3 ] {40262a0f-5e65-46cd-8e20-bd06a50eb770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14354 | 2024.08.16 07:23:38.107180 [ 3 ] {40262a0f-5e65-46cd-8e20-bd06a50eb770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14355 | 2024.08.16 07:23:38.107307 [ 3 ] {40262a0f-5e65-46cd-8e20-bd06a50eb770} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14356 | 2024.08.16 07:23:38.107592 [ 3 ] {40262a0f-5e65-46cd-8e20-bd06a50eb770} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14357 | 2024.08.16 07:23:38.107629 [ 3 ] {40262a0f-5e65-46cd-8e20-bd06a50eb770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14358 | 2024.08.16 07:23:38.107956 [ 3 ] {40262a0f-5e65-46cd-8e20-bd06a50eb770} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14359 | 2024.08.16 07:23:38.108265 [ 3 ] {40262a0f-5e65-46cd-8e20-bd06a50eb770} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14360 | 2024.08.16 07:23:38.108416 [ 3 ] {40262a0f-5e65-46cd-8e20-bd06a50eb770} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001308 sec., 10703.363914373089 rows/sec., 749.59 KiB/sec. | ||
14361 | 2024.08.16 07:23:38.108582 [ 3 ] {40262a0f-5e65-46cd-8e20-bd06a50eb770} <Debug> DynamicQueryHandler: Done processing query | ||
14362 | 2024.08.16 07:23:38.108606 [ 3 ] {40262a0f-5e65-46cd-8e20-bd06a50eb770} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14363 | 2024.08.16 07:23:38.108622 [ 3 ] {} <Debug> HTTP-Session: 3a06a2cd-1c78-4c10-8899-8b72854217ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14364 | 2024.08.16 07:23:38.108749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14365 | 2024.08.16 07:23:38.108817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14366 | 2024.08.16 07:23:38.108843 [ 3 ] {} <Debug> HTTP-Session: a34004ca-a8fa-4bea-b125-79e6ccd2ba7d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14367 | 2024.08.16 07:23:38.108863 [ 3 ] {} <Debug> HTTP-Session: a34004ca-a8fa-4bea-b125-79e6ccd2ba7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14368 | 2024.08.16 07:23:38.108882 [ 3 ] {} <Debug> HTTP-Session: a34004ca-a8fa-4bea-b125-79e6ccd2ba7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14369 | 2024.08.16 07:23:38.108920 [ 3 ] {} <Trace> HTTP-Session: a34004ca-a8fa-4bea-b125-79e6ccd2ba7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14370 | 2024.08.16 07:23:38.109048 [ 3 ] {1ea4b40b-4ebf-4cc0-a96d-fcdcf1e39b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14371 | 2024.08.16 07:23:38.109101 [ 3 ] {1ea4b40b-4ebf-4cc0-a96d-fcdcf1e39b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14372 | 2024.08.16 07:23:38.109264 [ 3 ] {1ea4b40b-4ebf-4cc0-a96d-fcdcf1e39b7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14373 | 2024.08.16 07:23:38.109587 [ 3 ] {1ea4b40b-4ebf-4cc0-a96d-fcdcf1e39b7a} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14374 | 2024.08.16 07:23:38.109634 [ 3 ] {1ea4b40b-4ebf-4cc0-a96d-fcdcf1e39b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14375 | 2024.08.16 07:23:38.109960 [ 3 ] {1ea4b40b-4ebf-4cc0-a96d-fcdcf1e39b7a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14376 | 2024.08.16 07:23:38.110267 [ 3 ] {1ea4b40b-4ebf-4cc0-a96d-fcdcf1e39b7a} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14377 | 2024.08.16 07:23:38.110428 [ 144 ] {} <Debug> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
14378 | 2024.08.16 07:23:38.110431 [ 3 ] {1ea4b40b-4ebf-4cc0-a96d-fcdcf1e39b7a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001409 sec., 4258.3392476934 rows/sec., 251.59 KiB/sec. | ||
14379 | 2024.08.16 07:23:38.110512 [ 144 ] {} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14380 | 2024.08.16 07:23:38.110581 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14381 | 2024.08.16 07:23:38.110770 [ 3 ] {1ea4b40b-4ebf-4cc0-a96d-fcdcf1e39b7a} <Debug> DynamicQueryHandler: Done processing query | ||
14382 | 2024.08.16 07:23:38.110782 [ 193 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
14383 | 2024.08.16 07:23:38.110805 [ 3 ] {1ea4b40b-4ebf-4cc0-a96d-fcdcf1e39b7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14384 | 2024.08.16 07:23:38.110865 [ 3 ] {} <Debug> HTTP-Session: a34004ca-a8fa-4bea-b125-79e6ccd2ba7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14385 | 2024.08.16 07:23:38.111020 [ 193 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14386 | 2024.08.16 07:23:38.111081 [ 193 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 6 rows starting from the beginning of the part | ||
14387 | 2024.08.16 07:23:38.111107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 65004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14388 | 2024.08.16 07:23:38.111233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14389 | 2024.08.16 07:23:38.111333 [ 3 ] {} <Debug> HTTP-Session: 50b9c1d9-64bc-4bb2-82dd-417d242596ea Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14390 | 2024.08.16 07:23:38.111346 [ 193 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
14391 | 2024.08.16 07:23:38.111374 [ 3 ] {} <Debug> HTTP-Session: 50b9c1d9-64bc-4bb2-82dd-417d242596ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14392 | 2024.08.16 07:23:38.111426 [ 3 ] {} <Debug> HTTP-Session: 50b9c1d9-64bc-4bb2-82dd-417d242596ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14393 | 2024.08.16 07:23:38.111553 [ 3 ] {} <Trace> HTTP-Session: 50b9c1d9-64bc-4bb2-82dd-417d242596ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14394 | 2024.08.16 07:23:38.111711 [ 193 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
14395 | 2024.08.16 07:23:38.111928 [ 193 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
14396 | 2024.08.16 07:23:38.112047 [ 3 ] {40ece1f5-c960-49ef-91d1-bdc16a8a58f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14397 | 2024.08.16 07:23:38.112223 [ 3 ] {40ece1f5-c960-49ef-91d1-bdc16a8a58f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14398 | 2024.08.16 07:23:38.112260 [ 193 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
14399 | 2024.08.16 07:23:38.112931 [ 3 ] {40ece1f5-c960-49ef-91d1-bdc16a8a58f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14400 | 2024.08.16 07:23:38.114165 [ 3 ] {40ece1f5-c960-49ef-91d1-bdc16a8a58f6} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14401 | 2024.08.16 07:23:38.114257 [ 3 ] {40ece1f5-c960-49ef-91d1-bdc16a8a58f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14402 | 2024.08.16 07:23:38.114414 [ 187 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003732126 sec., 8038.313818986819 rows/sec., 478.84 KiB/sec. | ||
14403 | 2024.08.16 07:23:38.114597 [ 199 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
14404 | 2024.08.16 07:23:38.114808 [ 3 ] {40ece1f5-c960-49ef-91d1-bdc16a8a58f6} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14405 | 2024.08.16 07:23:38.115147 [ 199 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_37_9} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14406 | 2024.08.16 07:23:38.115247 [ 199 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_37_9} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
14407 | 2024.08.16 07:23:38.115277 [ 3 ] {40ece1f5-c960-49ef-91d1-bdc16a8a58f6} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14408 | 2024.08.16 07:23:38.115363 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
14409 | 2024.08.16 07:23:38.115485 [ 3 ] {40ece1f5-c960-49ef-91d1-bdc16a8a58f6} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.003708 sec., 108144.5523193096 rows/sec., 7.69 MiB/sec. | ||
14410 | 2024.08.16 07:23:38.115680 [ 3 ] {40ece1f5-c960-49ef-91d1-bdc16a8a58f6} <Debug> DynamicQueryHandler: Done processing query | ||
14411 | 2024.08.16 07:23:38.115706 [ 3 ] {40ece1f5-c960-49ef-91d1-bdc16a8a58f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14412 | 2024.08.16 07:23:38.115724 [ 3 ] {} <Debug> HTTP-Session: 50b9c1d9-64bc-4bb2-82dd-417d242596ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14413 | 2024.08.16 07:23:38.115866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14414 | 2024.08.16 07:23:38.115943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14415 | 2024.08.16 07:23:38.115962 [ 3 ] {} <Debug> HTTP-Session: 150db05f-bbbd-459e-a118-84d296766668 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14416 | 2024.08.16 07:23:38.115978 [ 3 ] {} <Debug> HTTP-Session: 150db05f-bbbd-459e-a118-84d296766668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14417 | 2024.08.16 07:23:38.115992 [ 3 ] {} <Debug> HTTP-Session: 150db05f-bbbd-459e-a118-84d296766668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14418 | 2024.08.16 07:23:38.116022 [ 3 ] {} <Trace> HTTP-Session: 150db05f-bbbd-459e-a118-84d296766668 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14419 | 2024.08.16 07:23:38.116118 [ 3 ] {0c76f0e0-cb6e-425f-ab1f-a92f4c64b1a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14420 | 2024.08.16 07:23:38.116164 [ 3 ] {0c76f0e0-cb6e-425f-ab1f-a92f4c64b1a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14421 | 2024.08.16 07:23:38.116299 [ 3 ] {0c76f0e0-cb6e-425f-ab1f-a92f4c64b1a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14422 | 2024.08.16 07:23:38.116568 [ 3 ] {0c76f0e0-cb6e-425f-ab1f-a92f4c64b1a6} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14423 | 2024.08.16 07:23:38.116605 [ 3 ] {0c76f0e0-cb6e-425f-ab1f-a92f4c64b1a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14424 | 2024.08.16 07:23:38.116993 [ 3 ] {0c76f0e0-cb6e-425f-ab1f-a92f4c64b1a6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14425 | 2024.08.16 07:23:38.117327 [ 3 ] {0c76f0e0-cb6e-425f-ab1f-a92f4c64b1a6} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14426 | 2024.08.16 07:23:38.117479 [ 3 ] {0c76f0e0-cb6e-425f-ab1f-a92f4c64b1a6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001385 sec., 4332.129963898917 rows/sec., 226.34 KiB/sec. | ||
14427 | 2024.08.16 07:23:38.117648 [ 3 ] {0c76f0e0-cb6e-425f-ab1f-a92f4c64b1a6} <Debug> DynamicQueryHandler: Done processing query | ||
14428 | 2024.08.16 07:23:38.117672 [ 3 ] {0c76f0e0-cb6e-425f-ab1f-a92f4c64b1a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14429 | 2024.08.16 07:23:38.117688 [ 3 ] {} <Debug> HTTP-Session: 150db05f-bbbd-459e-a118-84d296766668 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14430 | 2024.08.16 07:23:38.117866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14431 | 2024.08.16 07:23:38.117916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14432 | 2024.08.16 07:23:38.117936 [ 3 ] {} <Debug> HTTP-Session: c9dd95d9-a901-46b2-91d9-3efd087be72f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14433 | 2024.08.16 07:23:38.117951 [ 3 ] {} <Debug> HTTP-Session: c9dd95d9-a901-46b2-91d9-3efd087be72f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14434 | 2024.08.16 07:23:38.117965 [ 3 ] {} <Debug> HTTP-Session: c9dd95d9-a901-46b2-91d9-3efd087be72f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14435 | 2024.08.16 07:23:38.117995 [ 3 ] {} <Trace> HTTP-Session: c9dd95d9-a901-46b2-91d9-3efd087be72f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14436 | 2024.08.16 07:23:38.118196 [ 3 ] {b7f1376b-325b-45d1-b188-799146fd88f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14437 | 2024.08.16 07:23:38.118243 [ 3 ] {b7f1376b-325b-45d1-b188-799146fd88f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14438 | 2024.08.16 07:23:38.118388 [ 3 ] {b7f1376b-325b-45d1-b188-799146fd88f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14439 | 2024.08.16 07:23:38.118817 [ 3 ] {b7f1376b-325b-45d1-b188-799146fd88f3} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14440 | 2024.08.16 07:23:38.118854 [ 3 ] {b7f1376b-325b-45d1-b188-799146fd88f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14441 | 2024.08.16 07:23:38.119236 [ 3 ] {b7f1376b-325b-45d1-b188-799146fd88f3} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14442 | 2024.08.16 07:23:38.119575 [ 3 ] {b7f1376b-325b-45d1-b188-799146fd88f3} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14443 | 2024.08.16 07:23:38.119729 [ 3 ] {b7f1376b-325b-45d1-b188-799146fd88f3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001641 sec., 144424.13162705666 rows/sec., 9.68 MiB/sec. | ||
14444 | 2024.08.16 07:23:38.119908 [ 3 ] {b7f1376b-325b-45d1-b188-799146fd88f3} <Debug> DynamicQueryHandler: Done processing query | ||
14445 | 2024.08.16 07:23:38.119933 [ 3 ] {b7f1376b-325b-45d1-b188-799146fd88f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14446 | 2024.08.16 07:23:38.119949 [ 3 ] {} <Debug> HTTP-Session: c9dd95d9-a901-46b2-91d9-3efd087be72f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14447 | 2024.08.16 07:23:38.120073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14448 | 2024.08.16 07:23:38.120123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14449 | 2024.08.16 07:23:38.120143 [ 3 ] {} <Debug> HTTP-Session: 3f44236b-9f24-497d-9114-f88aadcb8925 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14450 | 2024.08.16 07:23:38.120158 [ 3 ] {} <Debug> HTTP-Session: 3f44236b-9f24-497d-9114-f88aadcb8925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14451 | 2024.08.16 07:23:38.120172 [ 3 ] {} <Debug> HTTP-Session: 3f44236b-9f24-497d-9114-f88aadcb8925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14452 | 2024.08.16 07:23:38.120202 [ 3 ] {} <Trace> HTTP-Session: 3f44236b-9f24-497d-9114-f88aadcb8925 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14453 | 2024.08.16 07:23:38.120295 [ 3 ] {984b3978-166b-4983-801e-d4b5b8023443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14454 | 2024.08.16 07:23:38.120340 [ 3 ] {984b3978-166b-4983-801e-d4b5b8023443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14455 | 2024.08.16 07:23:38.120468 [ 3 ] {984b3978-166b-4983-801e-d4b5b8023443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14456 | 2024.08.16 07:23:38.120735 [ 3 ] {984b3978-166b-4983-801e-d4b5b8023443} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14457 | 2024.08.16 07:23:38.120771 [ 3 ] {984b3978-166b-4983-801e-d4b5b8023443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14458 | 2024.08.16 07:23:38.121116 [ 3 ] {984b3978-166b-4983-801e-d4b5b8023443} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14459 | 2024.08.16 07:23:38.121433 [ 3 ] {984b3978-166b-4983-801e-d4b5b8023443} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14460 | 2024.08.16 07:23:38.121586 [ 3 ] {984b3978-166b-4983-801e-d4b5b8023443} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001306 sec., 765.6967840735068 rows/sec., 51.59 KiB/sec. | ||
14461 | 2024.08.16 07:23:38.121860 [ 3 ] {984b3978-166b-4983-801e-d4b5b8023443} <Debug> DynamicQueryHandler: Done processing query | ||
14462 | 2024.08.16 07:23:38.121898 [ 3 ] {984b3978-166b-4983-801e-d4b5b8023443} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14463 | 2024.08.16 07:23:38.121929 [ 3 ] {} <Debug> HTTP-Session: 3f44236b-9f24-497d-9114-f88aadcb8925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14464 | 2024.08.16 07:23:38.122107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14465 | 2024.08.16 07:23:38.122157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14466 | 2024.08.16 07:23:38.122176 [ 3 ] {} <Debug> HTTP-Session: afb19bcd-192b-4133-bedd-f0af1965977d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14467 | 2024.08.16 07:23:38.122193 [ 3 ] {} <Debug> HTTP-Session: afb19bcd-192b-4133-bedd-f0af1965977d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14468 | 2024.08.16 07:23:38.122207 [ 3 ] {} <Debug> HTTP-Session: afb19bcd-192b-4133-bedd-f0af1965977d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14469 | 2024.08.16 07:23:38.122237 [ 3 ] {} <Trace> HTTP-Session: afb19bcd-192b-4133-bedd-f0af1965977d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14470 | 2024.08.16 07:23:38.122488 [ 3 ] {d89c49eb-b80e-4655-a206-f620d78a8eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14471 | 2024.08.16 07:23:38.122558 [ 3 ] {d89c49eb-b80e-4655-a206-f620d78a8eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14472 | 2024.08.16 07:23:38.122988 [ 3 ] {d89c49eb-b80e-4655-a206-f620d78a8eff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14473 | 2024.08.16 07:23:38.123669 [ 3 ] {d89c49eb-b80e-4655-a206-f620d78a8eff} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14474 | 2024.08.16 07:23:38.123707 [ 3 ] {d89c49eb-b80e-4655-a206-f620d78a8eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14475 | 2024.08.16 07:23:38.124325 [ 3 ] {d89c49eb-b80e-4655-a206-f620d78a8eff} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
14476 | 2024.08.16 07:23:38.124738 [ 3 ] {d89c49eb-b80e-4655-a206-f620d78a8eff} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14477 | 2024.08.16 07:23:38.124886 [ 3 ] {d89c49eb-b80e-4655-a206-f620d78a8eff} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002571 sec., 7390.120575651497 rows/sec., 13.24 MiB/sec. | ||
14478 | 2024.08.16 07:23:38.125105 [ 3 ] {d89c49eb-b80e-4655-a206-f620d78a8eff} <Debug> DynamicQueryHandler: Done processing query | ||
14479 | 2024.08.16 07:23:38.125130 [ 3 ] {d89c49eb-b80e-4655-a206-f620d78a8eff} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
14480 | 2024.08.16 07:23:38.125146 [ 3 ] {} <Debug> HTTP-Session: afb19bcd-192b-4133-bedd-f0af1965977d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14481 | 2024.08.16 07:23:38.125279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14482 | 2024.08.16 07:23:38.125327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14483 | 2024.08.16 07:23:38.125346 [ 3 ] {} <Debug> HTTP-Session: 66fd7414-093a-4bab-9ae2-df7b85689355 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14484 | 2024.08.16 07:23:38.125361 [ 3 ] {} <Debug> HTTP-Session: 66fd7414-093a-4bab-9ae2-df7b85689355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14485 | 2024.08.16 07:23:38.125375 [ 3 ] {} <Debug> HTTP-Session: 66fd7414-093a-4bab-9ae2-df7b85689355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14486 | 2024.08.16 07:23:38.125405 [ 3 ] {} <Trace> HTTP-Session: 66fd7414-093a-4bab-9ae2-df7b85689355 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14487 | 2024.08.16 07:23:38.125536 [ 3 ] {7c8478b7-1493-41ae-8807-c8931d304edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14488 | 2024.08.16 07:23:38.125581 [ 3 ] {7c8478b7-1493-41ae-8807-c8931d304edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14489 | 2024.08.16 07:23:38.125708 [ 3 ] {7c8478b7-1493-41ae-8807-c8931d304edc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14490 | 2024.08.16 07:23:38.126039 [ 3 ] {7c8478b7-1493-41ae-8807-c8931d304edc} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14491 | 2024.08.16 07:23:38.126074 [ 3 ] {7c8478b7-1493-41ae-8807-c8931d304edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
14492 | 2024.08.16 07:23:38.126425 [ 3 ] {7c8478b7-1493-41ae-8807-c8931d304edc} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14493 | 2024.08.16 07:23:38.126750 [ 3 ] {7c8478b7-1493-41ae-8807-c8931d304edc} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14494 | 2024.08.16 07:23:38.126878 [ 3 ] {7c8478b7-1493-41ae-8807-c8931d304edc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001398 sec., 58655.2217453505 rows/sec., 3.73 MiB/sec. | ||
14495 | 2024.08.16 07:23:38.127042 [ 3 ] {7c8478b7-1493-41ae-8807-c8931d304edc} <Debug> DynamicQueryHandler: Done processing query | ||
14496 | 2024.08.16 07:23:38.127065 [ 3 ] {7c8478b7-1493-41ae-8807-c8931d304edc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14497 | 2024.08.16 07:23:38.127082 [ 3 ] {} <Debug> HTTP-Session: 66fd7414-093a-4bab-9ae2-df7b85689355 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14498 | 2024.08.16 07:23:42.481595 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14499 | 2024.08.16 07:23:42.481659 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14500 | 2024.08.16 07:23:43.098735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 3927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14501 | 2024.08.16 07:23:43.098847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14502 | 2024.08.16 07:23:43.098874 [ 3 ] {} <Debug> HTTP-Session: fcb34f68-cb90-4c92-b453-153f45f6a0e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14503 | 2024.08.16 07:23:43.098898 [ 3 ] {} <Debug> HTTP-Session: fcb34f68-cb90-4c92-b453-153f45f6a0e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14504 | 2024.08.16 07:23:43.098912 [ 3 ] {} <Debug> HTTP-Session: fcb34f68-cb90-4c92-b453-153f45f6a0e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14505 | 2024.08.16 07:23:43.098963 [ 3 ] {} <Trace> HTTP-Session: fcb34f68-cb90-4c92-b453-153f45f6a0e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14506 | 2024.08.16 07:23:43.099255 [ 3 ] {c55b0c52-d695-4c05-8946-c0bae6fb2b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14507 | 2024.08.16 07:23:43.099327 [ 3 ] {c55b0c52-d695-4c05-8946-c0bae6fb2b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14508 | 2024.08.16 07:23:43.099526 [ 3 ] {c55b0c52-d695-4c05-8946-c0bae6fb2b43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14509 | 2024.08.16 07:23:43.099980 [ 3 ] {c55b0c52-d695-4c05-8946-c0bae6fb2b43} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14510 | 2024.08.16 07:23:43.100022 [ 3 ] {c55b0c52-d695-4c05-8946-c0bae6fb2b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14511 | 2024.08.16 07:23:43.100399 [ 3 ] {c55b0c52-d695-4c05-8946-c0bae6fb2b43} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
14512 | 2024.08.16 07:23:43.100743 [ 3 ] {c55b0c52-d695-4c05-8946-c0bae6fb2b43} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14513 | 2024.08.16 07:23:43.100910 [ 3 ] {c55b0c52-d695-4c05-8946-c0bae6fb2b43} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001711 sec., 15780.245470485095 rows/sec., 1.25 MiB/sec. | ||
14514 | 2024.08.16 07:23:43.101117 [ 3 ] {c55b0c52-d695-4c05-8946-c0bae6fb2b43} <Debug> DynamicQueryHandler: Done processing query | ||
14515 | 2024.08.16 07:23:43.101147 [ 3 ] {c55b0c52-d695-4c05-8946-c0bae6fb2b43} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14516 | 2024.08.16 07:23:43.101165 [ 3 ] {} <Debug> HTTP-Session: fcb34f68-cb90-4c92-b453-153f45f6a0e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14517 | 2024.08.16 07:23:43.101377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 20034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14518 | 2024.08.16 07:23:43.101428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14519 | 2024.08.16 07:23:43.101450 [ 3 ] {} <Debug> HTTP-Session: 69b15c20-7570-438a-93c5-9e24da1d4a33 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14520 | 2024.08.16 07:23:43.101466 [ 3 ] {} <Debug> HTTP-Session: 69b15c20-7570-438a-93c5-9e24da1d4a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14521 | 2024.08.16 07:23:43.101481 [ 3 ] {} <Debug> HTTP-Session: 69b15c20-7570-438a-93c5-9e24da1d4a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14522 | 2024.08.16 07:23:43.101512 [ 3 ] {} <Trace> HTTP-Session: 69b15c20-7570-438a-93c5-9e24da1d4a33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14523 | 2024.08.16 07:23:43.101647 [ 3 ] {f4e9ee14-6b93-46dd-b173-5fe42b2cba45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14524 | 2024.08.16 07:23:43.101696 [ 3 ] {f4e9ee14-6b93-46dd-b173-5fe42b2cba45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14525 | 2024.08.16 07:23:43.101827 [ 3 ] {f4e9ee14-6b93-46dd-b173-5fe42b2cba45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14526 | 2024.08.16 07:23:43.102289 [ 3 ] {f4e9ee14-6b93-46dd-b173-5fe42b2cba45} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14527 | 2024.08.16 07:23:43.102328 [ 3 ] {f4e9ee14-6b93-46dd-b173-5fe42b2cba45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14528 | 2024.08.16 07:23:43.102663 [ 3 ] {f4e9ee14-6b93-46dd-b173-5fe42b2cba45} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14529 | 2024.08.16 07:23:43.102985 [ 3 ] {f4e9ee14-6b93-46dd-b173-5fe42b2cba45} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14530 | 2024.08.16 07:23:43.103141 [ 3 ] {f4e9ee14-6b93-46dd-b173-5fe42b2cba45} <Debug> executeQuery: Read 137 rows, 11.70 KiB in 0.001544 sec., 88730.56994818653 rows/sec., 7.40 MiB/sec. | ||
14531 | 2024.08.16 07:23:43.103162 [ 142 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14532 | 2024.08.16 07:23:43.103262 [ 142 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14533 | 2024.08.16 07:23:43.103304 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14534 | 2024.08.16 07:23:43.103415 [ 3 ] {f4e9ee14-6b93-46dd-b173-5fe42b2cba45} <Debug> DynamicQueryHandler: Done processing query | ||
14535 | 2024.08.16 07:23:43.103494 [ 3 ] {f4e9ee14-6b93-46dd-b173-5fe42b2cba45} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14536 | 2024.08.16 07:23:43.103551 [ 3 ] {} <Debug> HTTP-Session: 69b15c20-7570-438a-93c5-9e24da1d4a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14537 | 2024.08.16 07:23:43.103560 [ 196 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
14538 | 2024.08.16 07:23:43.103849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 16974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14539 | 2024.08.16 07:23:43.103999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14540 | 2024.08.16 07:23:43.104080 [ 3 ] {} <Debug> HTTP-Session: ff974981-bf41-4153-b40e-2bfbb4d65d56 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14541 | 2024.08.16 07:23:43.104152 [ 3 ] {} <Debug> HTTP-Session: ff974981-bf41-4153-b40e-2bfbb4d65d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14542 | 2024.08.16 07:23:43.104218 [ 3 ] {} <Debug> HTTP-Session: ff974981-bf41-4153-b40e-2bfbb4d65d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14543 | 2024.08.16 07:23:43.104364 [ 3 ] {} <Trace> HTTP-Session: ff974981-bf41-4153-b40e-2bfbb4d65d56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14544 | 2024.08.16 07:23:43.104354 [ 196 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14545 | 2024.08.16 07:23:43.104523 [ 196 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1436 rows starting from the beginning of the part | ||
14546 | 2024.08.16 07:23:43.104744 [ 3 ] {2152021e-ce4c-4eb2-8576-00297243d649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14547 | 2024.08.16 07:23:43.104922 [ 3 ] {2152021e-ce4c-4eb2-8576-00297243d649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14548 | 2024.08.16 07:23:43.105236 [ 196 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 98 rows starting from the beginning of the part | ||
14549 | 2024.08.16 07:23:43.105580 [ 196 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 247 rows starting from the beginning of the part | ||
14550 | 2024.08.16 07:23:43.105740 [ 3 ] {2152021e-ce4c-4eb2-8576-00297243d649} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14551 | 2024.08.16 07:23:43.105917 [ 196 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 102 rows starting from the beginning of the part | ||
14552 | 2024.08.16 07:23:43.106123 [ 196 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 246 rows starting from the beginning of the part | ||
14553 | 2024.08.16 07:23:43.106476 [ 196 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 137 rows starting from the beginning of the part | ||
14554 | 2024.08.16 07:23:43.107153 [ 3 ] {2152021e-ce4c-4eb2-8576-00297243d649} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14555 | 2024.08.16 07:23:43.107209 [ 3 ] {2152021e-ce4c-4eb2-8576-00297243d649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14556 | 2024.08.16 07:23:43.107924 [ 3 ] {2152021e-ce4c-4eb2-8576-00297243d649} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14557 | 2024.08.16 07:23:43.108803 [ 3 ] {2152021e-ce4c-4eb2-8576-00297243d649} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14558 | 2024.08.16 07:23:43.109008 [ 142 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14559 | 2024.08.16 07:23:43.109024 [ 3 ] {2152021e-ce4c-4eb2-8576-00297243d649} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.004444 sec., 22502.2502250225 rows/sec., 1.76 MiB/sec. | ||
14560 | 2024.08.16 07:23:43.109076 [ 142 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14561 | 2024.08.16 07:23:43.109178 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14562 | 2024.08.16 07:23:43.109599 [ 3 ] {2152021e-ce4c-4eb2-8576-00297243d649} <Debug> DynamicQueryHandler: Done processing query | ||
14563 | 2024.08.16 07:23:43.109601 [ 199 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
14564 | 2024.08.16 07:23:43.109689 [ 3 ] {2152021e-ce4c-4eb2-8576-00297243d649} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14565 | 2024.08.16 07:23:43.109780 [ 3 ] {} <Debug> HTTP-Session: ff974981-bf41-4153-b40e-2bfbb4d65d56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14566 | 2024.08.16 07:23:43.110036 [ 196 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2266 rows, containing 4 columns (4 merged, 0 gathered) in 0.006659703 sec., 340255.41379247693 rows/sec., 28.59 MiB/sec. | ||
14567 | 2024.08.16 07:23:43.110071 [ 199 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14568 | 2024.08.16 07:23:43.110097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14569 | 2024.08.16 07:23:43.110160 [ 199 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 905 rows starting from the beginning of the part | ||
14570 | 2024.08.16 07:23:43.110195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14571 | 2024.08.16 07:23:43.110233 [ 3 ] {} <Debug> HTTP-Session: 18188543-8db0-49f1-b9a8-c8a722e50542 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14572 | 2024.08.16 07:23:43.110316 [ 3 ] {} <Debug> HTTP-Session: 18188543-8db0-49f1-b9a8-c8a722e50542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14573 | 2024.08.16 07:23:43.110394 [ 3 ] {} <Debug> HTTP-Session: 18188543-8db0-49f1-b9a8-c8a722e50542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14574 | 2024.08.16 07:23:43.110400 [ 199 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 78 rows starting from the beginning of the part | ||
14575 | 2024.08.16 07:23:43.110583 [ 3 ] {} <Trace> HTTP-Session: 18188543-8db0-49f1-b9a8-c8a722e50542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14576 | 2024.08.16 07:23:43.110669 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14577 | 2024.08.16 07:23:43.110873 [ 199 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 403 rows starting from the beginning of the part | ||
14578 | 2024.08.16 07:23:43.111148 [ 199 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 84 rows starting from the beginning of the part | ||
14579 | 2024.08.16 07:23:43.111461 [ 3 ] {f09065f1-0623-47ed-8070-80ad30871571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14580 | 2024.08.16 07:23:43.111732 [ 199 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 401 rows starting from the beginning of the part | ||
14581 | 2024.08.16 07:23:43.111755 [ 3 ] {f09065f1-0623-47ed-8070-80ad30871571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14582 | 2024.08.16 07:23:43.112216 [ 199 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 100 rows starting from the beginning of the part | ||
14583 | 2024.08.16 07:23:43.113083 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_81_16} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14584 | 2024.08.16 07:23:43.113410 [ 3 ] {f09065f1-0623-47ed-8070-80ad30871571} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14585 | 2024.08.16 07:23:43.113492 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_81_16} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14586 | 2024.08.16 07:23:43.113799 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
14587 | 2024.08.16 07:23:43.114296 [ 3 ] {f09065f1-0623-47ed-8070-80ad30871571} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14588 | 2024.08.16 07:23:43.114342 [ 3 ] {f09065f1-0623-47ed-8070-80ad30871571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14589 | 2024.08.16 07:23:43.114862 [ 3 ] {f09065f1-0623-47ed-8070-80ad30871571} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14590 | 2024.08.16 07:23:43.115047 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1971 rows, containing 4 columns (4 merged, 0 gathered) in 0.005709622 sec., 345206.74048124376 rows/sec., 25.13 MiB/sec. | ||
14591 | 2024.08.16 07:23:43.115397 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14592 | 2024.08.16 07:23:43.115455 [ 3 ] {f09065f1-0623-47ed-8070-80ad30871571} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14593 | 2024.08.16 07:23:43.115826 [ 3 ] {f09065f1-0623-47ed-8070-80ad30871571} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004898 sec., 32666.394446712948 rows/sec., 2.28 MiB/sec. | ||
14594 | 2024.08.16 07:23:43.116338 [ 3 ] {f09065f1-0623-47ed-8070-80ad30871571} <Debug> DynamicQueryHandler: Done processing query | ||
14595 | 2024.08.16 07:23:43.116371 [ 3 ] {f09065f1-0623-47ed-8070-80ad30871571} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14596 | 2024.08.16 07:23:43.116401 [ 3 ] {} <Debug> HTTP-Session: 18188543-8db0-49f1-b9a8-c8a722e50542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14597 | 2024.08.16 07:23:43.116477 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_81_16} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14598 | 2024.08.16 07:23:43.116577 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_81_16} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14599 | 2024.08.16 07:23:43.116622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 43582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14600 | 2024.08.16 07:23:43.116735 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
14601 | 2024.08.16 07:23:43.116749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14602 | 2024.08.16 07:23:43.116792 [ 3 ] {} <Debug> HTTP-Session: b96edb90-4322-49b5-8bf7-ee6ed3d00e21 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14603 | 2024.08.16 07:23:43.116810 [ 3 ] {} <Debug> HTTP-Session: b96edb90-4322-49b5-8bf7-ee6ed3d00e21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14604 | 2024.08.16 07:23:43.116824 [ 3 ] {} <Debug> HTTP-Session: b96edb90-4322-49b5-8bf7-ee6ed3d00e21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14605 | 2024.08.16 07:23:43.116855 [ 3 ] {} <Trace> HTTP-Session: b96edb90-4322-49b5-8bf7-ee6ed3d00e21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14606 | 2024.08.16 07:23:43.117193 [ 3 ] {a5914d7b-a8c4-49b0-808f-49772a791180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14607 | 2024.08.16 07:23:43.117265 [ 3 ] {a5914d7b-a8c4-49b0-808f-49772a791180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14608 | 2024.08.16 07:23:43.117700 [ 3 ] {a5914d7b-a8c4-49b0-808f-49772a791180} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14609 | 2024.08.16 07:23:43.118391 [ 3 ] {a5914d7b-a8c4-49b0-808f-49772a791180} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14610 | 2024.08.16 07:23:43.118428 [ 3 ] {a5914d7b-a8c4-49b0-808f-49772a791180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14611 | 2024.08.16 07:23:43.119048 [ 3 ] {a5914d7b-a8c4-49b0-808f-49772a791180} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
14612 | 2024.08.16 07:23:43.119465 [ 3 ] {a5914d7b-a8c4-49b0-808f-49772a791180} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14613 | 2024.08.16 07:23:43.119677 [ 3 ] {a5914d7b-a8c4-49b0-808f-49772a791180} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002724 sec., 9911.894273127753 rows/sec., 17.76 MiB/sec. | ||
14614 | 2024.08.16 07:23:43.120237 [ 3 ] {a5914d7b-a8c4-49b0-808f-49772a791180} <Debug> DynamicQueryHandler: Done processing query | ||
14615 | 2024.08.16 07:23:43.120303 [ 3 ] {a5914d7b-a8c4-49b0-808f-49772a791180} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
14616 | 2024.08.16 07:23:43.120324 [ 3 ] {} <Debug> HTTP-Session: b96edb90-4322-49b5-8bf7-ee6ed3d00e21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14617 | 2024.08.16 07:23:43.120491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14618 | 2024.08.16 07:23:43.120541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14619 | 2024.08.16 07:23:43.120560 [ 3 ] {} <Debug> HTTP-Session: 782d6e23-6dc4-4c16-bb06-240bc9e831e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14620 | 2024.08.16 07:23:43.120578 [ 3 ] {} <Debug> HTTP-Session: 782d6e23-6dc4-4c16-bb06-240bc9e831e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14621 | 2024.08.16 07:23:43.120592 [ 3 ] {} <Debug> HTTP-Session: 782d6e23-6dc4-4c16-bb06-240bc9e831e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14622 | 2024.08.16 07:23:43.120623 [ 3 ] {} <Trace> HTTP-Session: 782d6e23-6dc4-4c16-bb06-240bc9e831e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14623 | 2024.08.16 07:23:43.120726 [ 3 ] {1b66edf5-1ffb-4d55-b114-0e7351f352f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14624 | 2024.08.16 07:23:43.120775 [ 3 ] {1b66edf5-1ffb-4d55-b114-0e7351f352f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14625 | 2024.08.16 07:23:43.120927 [ 3 ] {1b66edf5-1ffb-4d55-b114-0e7351f352f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14626 | 2024.08.16 07:23:43.121199 [ 3 ] {1b66edf5-1ffb-4d55-b114-0e7351f352f9} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14627 | 2024.08.16 07:23:43.121237 [ 3 ] {1b66edf5-1ffb-4d55-b114-0e7351f352f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14628 | 2024.08.16 07:23:43.121605 [ 3 ] {1b66edf5-1ffb-4d55-b114-0e7351f352f9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
14629 | 2024.08.16 07:23:43.121939 [ 3 ] {1b66edf5-1ffb-4d55-b114-0e7351f352f9} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14630 | 2024.08.16 07:23:43.122098 [ 3 ] {1b66edf5-1ffb-4d55-b114-0e7351f352f9} <Debug> executeQuery: Read 12 rows, 868.00 B in 0.001393 sec., 8614.501076812636 rows/sec., 608.51 KiB/sec. | ||
14631 | 2024.08.16 07:23:43.122267 [ 3 ] {1b66edf5-1ffb-4d55-b114-0e7351f352f9} <Debug> DynamicQueryHandler: Done processing query | ||
14632 | 2024.08.16 07:23:43.122290 [ 3 ] {1b66edf5-1ffb-4d55-b114-0e7351f352f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14633 | 2024.08.16 07:23:43.122306 [ 3 ] {} <Debug> HTTP-Session: 782d6e23-6dc4-4c16-bb06-240bc9e831e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14634 | 2024.08.16 07:23:43.122433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14635 | 2024.08.16 07:23:43.122483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14636 | 2024.08.16 07:23:43.122503 [ 3 ] {} <Debug> HTTP-Session: 163172db-9cb6-4e73-bcb6-653d44e7a542 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14637 | 2024.08.16 07:23:43.122521 [ 3 ] {} <Debug> HTTP-Session: 163172db-9cb6-4e73-bcb6-653d44e7a542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14638 | 2024.08.16 07:23:43.122536 [ 3 ] {} <Debug> HTTP-Session: 163172db-9cb6-4e73-bcb6-653d44e7a542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14639 | 2024.08.16 07:23:43.122566 [ 3 ] {} <Trace> HTTP-Session: 163172db-9cb6-4e73-bcb6-653d44e7a542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14640 | 2024.08.16 07:23:43.122679 [ 3 ] {58ee5180-a029-4651-b9f3-ecdf651bea8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14641 | 2024.08.16 07:23:43.122724 [ 3 ] {58ee5180-a029-4651-b9f3-ecdf651bea8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14642 | 2024.08.16 07:23:43.122854 [ 3 ] {58ee5180-a029-4651-b9f3-ecdf651bea8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14643 | 2024.08.16 07:23:43.123157 [ 3 ] {58ee5180-a029-4651-b9f3-ecdf651bea8d} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14644 | 2024.08.16 07:23:43.123194 [ 3 ] {58ee5180-a029-4651-b9f3-ecdf651bea8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14645 | 2024.08.16 07:23:43.123563 [ 3 ] {58ee5180-a029-4651-b9f3-ecdf651bea8d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14646 | 2024.08.16 07:23:43.123907 [ 3 ] {58ee5180-a029-4651-b9f3-ecdf651bea8d} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14647 | 2024.08.16 07:23:43.124065 [ 3 ] {58ee5180-a029-4651-b9f3-ecdf651bea8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
14648 | 2024.08.16 07:23:43.124222 [ 3 ] {58ee5180-a029-4651-b9f3-ecdf651bea8d} <Debug> DynamicQueryHandler: Done processing query | ||
14649 | 2024.08.16 07:23:43.124246 [ 3 ] {58ee5180-a029-4651-b9f3-ecdf651bea8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14650 | 2024.08.16 07:23:43.124262 [ 3 ] {} <Debug> HTTP-Session: 163172db-9cb6-4e73-bcb6-653d44e7a542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14651 | 2024.08.16 07:23:47.178974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14652 | 2024.08.16 07:23:47.179116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14653 | 2024.08.16 07:23:47.179145 [ 3 ] {} <Debug> HTTP-Session: 596fbffd-3118-4882-8557-44729bfc0006 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14654 | 2024.08.16 07:23:47.179172 [ 3 ] {} <Debug> HTTP-Session: 596fbffd-3118-4882-8557-44729bfc0006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14655 | 2024.08.16 07:23:47.179190 [ 3 ] {} <Debug> HTTP-Session: 596fbffd-3118-4882-8557-44729bfc0006 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14656 | 2024.08.16 07:23:47.179248 [ 3 ] {} <Trace> HTTP-Session: 596fbffd-3118-4882-8557-44729bfc0006 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14657 | 2024.08.16 07:23:47.179455 [ 3 ] {fab010e8-7c33-4c4f-a307-46fb39d114aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14658 | 2024.08.16 07:23:47.179532 [ 3 ] {fab010e8-7c33-4c4f-a307-46fb39d114aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14659 | 2024.08.16 07:23:47.179750 [ 3 ] {fab010e8-7c33-4c4f-a307-46fb39d114aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14660 | 2024.08.16 07:23:47.180222 [ 3 ] {fab010e8-7c33-4c4f-a307-46fb39d114aa} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14661 | 2024.08.16 07:23:47.180270 [ 3 ] {fab010e8-7c33-4c4f-a307-46fb39d114aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14662 | 2024.08.16 07:23:47.180680 [ 3 ] {fab010e8-7c33-4c4f-a307-46fb39d114aa} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
14663 | 2024.08.16 07:23:47.181119 [ 3 ] {fab010e8-7c33-4c4f-a307-46fb39d114aa} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14664 | 2024.08.16 07:23:47.181311 [ 3 ] {fab010e8-7c33-4c4f-a307-46fb39d114aa} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001916 sec., 9916.492693110647 rows/sec., 803.78 KiB/sec. | ||
14665 | 2024.08.16 07:23:47.181346 [ 143 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 6 parts from all_1_45_10 to all_50_50_0 | ||
14666 | 2024.08.16 07:23:47.181484 [ 143 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14667 | 2024.08.16 07:23:47.181526 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14668 | 2024.08.16 07:23:47.181630 [ 3 ] {fab010e8-7c33-4c4f-a307-46fb39d114aa} <Debug> DynamicQueryHandler: Done processing query | ||
14669 | 2024.08.16 07:23:47.181707 [ 3 ] {fab010e8-7c33-4c4f-a307-46fb39d114aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14670 | 2024.08.16 07:23:47.181745 [ 3 ] {} <Debug> HTTP-Session: 596fbffd-3118-4882-8557-44729bfc0006 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14671 | 2024.08.16 07:23:47.181762 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_50_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_10 to all_50_50_0 into Compact with storage Full | ||
14672 | 2024.08.16 07:23:47.182026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14673 | 2024.08.16 07:23:47.182053 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_50_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14674 | 2024.08.16 07:23:47.182134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14675 | 2024.08.16 07:23:47.182140 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_10, total 33 rows starting from the beginning of the part | ||
14676 | 2024.08.16 07:23:47.182183 [ 3 ] {} <Debug> HTTP-Session: 6be09ce3-99fe-4dde-ae68-862ef9659898 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14677 | 2024.08.16 07:23:47.182227 [ 3 ] {} <Debug> HTTP-Session: 6be09ce3-99fe-4dde-ae68-862ef9659898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14678 | 2024.08.16 07:23:47.182291 [ 3 ] {} <Debug> HTTP-Session: 6be09ce3-99fe-4dde-ae68-862ef9659898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14679 | 2024.08.16 07:23:47.182401 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 19 rows starting from the beginning of the part | ||
14680 | 2024.08.16 07:23:47.182430 [ 3 ] {} <Trace> HTTP-Session: 6be09ce3-99fe-4dde-ae68-862ef9659898 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14681 | 2024.08.16 07:23:47.182794 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 15 rows starting from the beginning of the part | ||
14682 | 2024.08.16 07:23:47.182807 [ 3 ] {87c367a5-efea-46b8-b023-dec652a9a2ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14683 | 2024.08.16 07:23:47.183005 [ 3 ] {87c367a5-efea-46b8-b023-dec652a9a2ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14684 | 2024.08.16 07:23:47.183248 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 19 rows starting from the beginning of the part | ||
14685 | 2024.08.16 07:23:47.183608 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 27 rows starting from the beginning of the part | ||
14686 | 2024.08.16 07:23:47.184036 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 19 rows starting from the beginning of the part | ||
14687 | 2024.08.16 07:23:47.184207 [ 3 ] {87c367a5-efea-46b8-b023-dec652a9a2ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14688 | 2024.08.16 07:23:47.185167 [ 3 ] {87c367a5-efea-46b8-b023-dec652a9a2ff} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14689 | 2024.08.16 07:23:47.185250 [ 3 ] {87c367a5-efea-46b8-b023-dec652a9a2ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14690 | 2024.08.16 07:23:47.186379 [ 3 ] {87c367a5-efea-46b8-b023-dec652a9a2ff} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14691 | 2024.08.16 07:23:47.187466 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_50_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 4 columns (4 merged, 0 gathered) in 0.005839975 sec., 22602.836484745225 rows/sec., 1.79 MiB/sec. | ||
14692 | 2024.08.16 07:23:47.187579 [ 3 ] {87c367a5-efea-46b8-b023-dec652a9a2ff} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14693 | 2024.08.16 07:23:47.187767 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_50_11} <Trace> MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) | ||
14694 | 2024.08.16 07:23:47.187993 [ 3 ] {87c367a5-efea-46b8-b023-dec652a9a2ff} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005253 sec., 380.73481819912433 rows/sec., 31.05 KiB/sec. | ||
14695 | 2024.08.16 07:23:47.188595 [ 3 ] {87c367a5-efea-46b8-b023-dec652a9a2ff} <Debug> DynamicQueryHandler: Done processing query | ||
14696 | 2024.08.16 07:23:47.188712 [ 3 ] {87c367a5-efea-46b8-b023-dec652a9a2ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14697 | 2024.08.16 07:23:47.188799 [ 3 ] {} <Debug> HTTP-Session: 6be09ce3-99fe-4dde-ae68-862ef9659898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14698 | 2024.08.16 07:23:47.189251 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_50_11} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14699 | 2024.08.16 07:23:47.189371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 202020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14700 | 2024.08.16 07:23:47.189418 [ 197 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_50_11} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 6 parts: [all_1_45_10, all_50_50_0] -> all_1_50_11 | ||
14701 | 2024.08.16 07:23:47.189473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14702 | 2024.08.16 07:23:47.189554 [ 3 ] {} <Debug> HTTP-Session: d558f576-df3c-4f9d-a2a4-916a40a7d176 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14703 | 2024.08.16 07:23:47.189607 [ 3 ] {} <Debug> HTTP-Session: d558f576-df3c-4f9d-a2a4-916a40a7d176 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14704 | 2024.08.16 07:23:47.189615 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
14705 | 2024.08.16 07:23:47.189634 [ 3 ] {} <Debug> HTTP-Session: d558f576-df3c-4f9d-a2a4-916a40a7d176 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14706 | 2024.08.16 07:23:47.189704 [ 3 ] {} <Trace> HTTP-Session: d558f576-df3c-4f9d-a2a4-916a40a7d176 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14707 | 2024.08.16 07:23:47.190308 [ 3 ] {1ed0eb50-75f9-4a7f-96a2-6014cac13955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14708 | 2024.08.16 07:23:47.190368 [ 3 ] {1ed0eb50-75f9-4a7f-96a2-6014cac13955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14709 | 2024.08.16 07:23:47.190544 [ 3 ] {1ed0eb50-75f9-4a7f-96a2-6014cac13955} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14710 | 2024.08.16 07:23:47.191955 [ 3 ] {1ed0eb50-75f9-4a7f-96a2-6014cac13955} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14711 | 2024.08.16 07:23:47.192000 [ 3 ] {1ed0eb50-75f9-4a7f-96a2-6014cac13955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14712 | 2024.08.16 07:23:47.192465 [ 3 ] {1ed0eb50-75f9-4a7f-96a2-6014cac13955} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14713 | 2024.08.16 07:23:47.192851 [ 3 ] {1ed0eb50-75f9-4a7f-96a2-6014cac13955} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14714 | 2024.08.16 07:23:47.193021 [ 3 ] {1ed0eb50-75f9-4a7f-96a2-6014cac13955} <Debug> executeQuery: Read 1387 rows, 118.16 KiB in 0.003129 sec., 443272.611057846 rows/sec., 36.88 MiB/sec. | ||
14715 | 2024.08.16 07:23:47.193220 [ 3 ] {1ed0eb50-75f9-4a7f-96a2-6014cac13955} <Debug> DynamicQueryHandler: Done processing query | ||
14716 | 2024.08.16 07:23:47.193248 [ 3 ] {1ed0eb50-75f9-4a7f-96a2-6014cac13955} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
14717 | 2024.08.16 07:23:47.193266 [ 3 ] {} <Debug> HTTP-Session: d558f576-df3c-4f9d-a2a4-916a40a7d176 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14718 | 2024.08.16 07:23:47.193513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14719 | 2024.08.16 07:23:47.193568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14720 | 2024.08.16 07:23:47.193590 [ 3 ] {} <Debug> HTTP-Session: 755236e8-2749-4ac1-ab95-761ed275f955 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14721 | 2024.08.16 07:23:47.193609 [ 3 ] {} <Debug> HTTP-Session: 755236e8-2749-4ac1-ab95-761ed275f955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14722 | 2024.08.16 07:23:47.193626 [ 3 ] {} <Debug> HTTP-Session: 755236e8-2749-4ac1-ab95-761ed275f955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14723 | 2024.08.16 07:23:47.193660 [ 3 ] {} <Trace> HTTP-Session: 755236e8-2749-4ac1-ab95-761ed275f955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14724 | 2024.08.16 07:23:47.193767 [ 3 ] {709e2b5b-1e02-445e-810d-1fe3813f84b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14725 | 2024.08.16 07:23:47.193817 [ 3 ] {709e2b5b-1e02-445e-810d-1fe3813f84b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14726 | 2024.08.16 07:23:47.193961 [ 3 ] {709e2b5b-1e02-445e-810d-1fe3813f84b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14727 | 2024.08.16 07:23:47.194341 [ 3 ] {709e2b5b-1e02-445e-810d-1fe3813f84b5} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14728 | 2024.08.16 07:23:47.194383 [ 3 ] {709e2b5b-1e02-445e-810d-1fe3813f84b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14729 | 2024.08.16 07:23:47.194732 [ 3 ] {709e2b5b-1e02-445e-810d-1fe3813f84b5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14730 | 2024.08.16 07:23:47.195092 [ 3 ] {709e2b5b-1e02-445e-810d-1fe3813f84b5} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14731 | 2024.08.16 07:23:47.195263 [ 3 ] {709e2b5b-1e02-445e-810d-1fe3813f84b5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001518 sec., 1317.5230566534915 rows/sec., 92.00 KiB/sec. | ||
14732 | 2024.08.16 07:23:47.195708 [ 3 ] {709e2b5b-1e02-445e-810d-1fe3813f84b5} <Debug> DynamicQueryHandler: Done processing query | ||
14733 | 2024.08.16 07:23:47.195811 [ 3 ] {709e2b5b-1e02-445e-810d-1fe3813f84b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14734 | 2024.08.16 07:23:47.195899 [ 3 ] {} <Debug> HTTP-Session: 755236e8-2749-4ac1-ab95-761ed275f955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14735 | 2024.08.16 07:23:47.196294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14736 | 2024.08.16 07:23:47.196374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14737 | 2024.08.16 07:23:47.196403 [ 3 ] {} <Debug> HTTP-Session: 4b8d0503-7b01-40b3-8943-9cf15c74593c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14738 | 2024.08.16 07:23:47.196422 [ 3 ] {} <Debug> HTTP-Session: 4b8d0503-7b01-40b3-8943-9cf15c74593c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14739 | 2024.08.16 07:23:47.196439 [ 3 ] {} <Debug> HTTP-Session: 4b8d0503-7b01-40b3-8943-9cf15c74593c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14740 | 2024.08.16 07:23:47.196473 [ 3 ] {} <Trace> HTTP-Session: 4b8d0503-7b01-40b3-8943-9cf15c74593c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14741 | 2024.08.16 07:23:47.196687 [ 3 ] {17bee288-d32f-4b86-bdcc-ed1f19fa6b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14742 | 2024.08.16 07:23:47.196741 [ 3 ] {17bee288-d32f-4b86-bdcc-ed1f19fa6b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14743 | 2024.08.16 07:23:47.196901 [ 3 ] {17bee288-d32f-4b86-bdcc-ed1f19fa6b1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14744 | 2024.08.16 07:23:47.197364 [ 3 ] {17bee288-d32f-4b86-bdcc-ed1f19fa6b1d} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14745 | 2024.08.16 07:23:47.197406 [ 3 ] {17bee288-d32f-4b86-bdcc-ed1f19fa6b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14746 | 2024.08.16 07:23:47.197779 [ 3 ] {17bee288-d32f-4b86-bdcc-ed1f19fa6b1d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
14747 | 2024.08.16 07:23:47.198137 [ 3 ] {17bee288-d32f-4b86-bdcc-ed1f19fa6b1d} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14748 | 2024.08.16 07:23:47.198323 [ 3 ] {17bee288-d32f-4b86-bdcc-ed1f19fa6b1d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001747 sec., 138523.1825987407 rows/sec., 9.38 MiB/sec. | ||
14749 | 2024.08.16 07:23:47.198537 [ 3 ] {17bee288-d32f-4b86-bdcc-ed1f19fa6b1d} <Debug> DynamicQueryHandler: Done processing query | ||
14750 | 2024.08.16 07:23:47.198571 [ 3 ] {17bee288-d32f-4b86-bdcc-ed1f19fa6b1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14751 | 2024.08.16 07:23:47.198595 [ 3 ] {} <Debug> HTTP-Session: 4b8d0503-7b01-40b3-8943-9cf15c74593c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14752 | 2024.08.16 07:23:47.198780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14753 | 2024.08.16 07:23:47.198836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14754 | 2024.08.16 07:23:47.198860 [ 3 ] {} <Debug> HTTP-Session: ae26cb6d-1e8f-4970-b5f0-31a35c273aca Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14755 | 2024.08.16 07:23:47.198879 [ 3 ] {} <Debug> HTTP-Session: ae26cb6d-1e8f-4970-b5f0-31a35c273aca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14756 | 2024.08.16 07:23:47.198895 [ 3 ] {} <Debug> HTTP-Session: ae26cb6d-1e8f-4970-b5f0-31a35c273aca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14757 | 2024.08.16 07:23:47.198928 [ 3 ] {} <Trace> HTTP-Session: ae26cb6d-1e8f-4970-b5f0-31a35c273aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14758 | 2024.08.16 07:23:47.199032 [ 3 ] {78633260-929a-4fed-aa0c-873d03b46ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14759 | 2024.08.16 07:23:47.199081 [ 3 ] {78633260-929a-4fed-aa0c-873d03b46ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14760 | 2024.08.16 07:23:47.199224 [ 3 ] {78633260-929a-4fed-aa0c-873d03b46ebb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14761 | 2024.08.16 07:23:47.199545 [ 3 ] {78633260-929a-4fed-aa0c-873d03b46ebb} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14762 | 2024.08.16 07:23:47.199588 [ 3 ] {78633260-929a-4fed-aa0c-873d03b46ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14763 | 2024.08.16 07:23:47.199942 [ 3 ] {78633260-929a-4fed-aa0c-873d03b46ebb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
14764 | 2024.08.16 07:23:47.200298 [ 3 ] {78633260-929a-4fed-aa0c-873d03b46ebb} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14765 | 2024.08.16 07:23:47.200478 [ 3 ] {78633260-929a-4fed-aa0c-873d03b46ebb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 242.64 KiB/sec. | ||
14766 | 2024.08.16 07:23:47.200683 [ 3 ] {78633260-929a-4fed-aa0c-873d03b46ebb} <Debug> DynamicQueryHandler: Done processing query | ||
14767 | 2024.08.16 07:23:47.200713 [ 3 ] {78633260-929a-4fed-aa0c-873d03b46ebb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14768 | 2024.08.16 07:23:47.200732 [ 3 ] {} <Debug> HTTP-Session: ae26cb6d-1e8f-4970-b5f0-31a35c273aca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14769 | 2024.08.16 07:23:47.201066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 140303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14770 | 2024.08.16 07:23:47.201122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14771 | 2024.08.16 07:23:47.201145 [ 3 ] {} <Debug> HTTP-Session: 03eecf69-df42-4b63-a8fe-0cf239540221 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14772 | 2024.08.16 07:23:47.201164 [ 3 ] {} <Debug> HTTP-Session: 03eecf69-df42-4b63-a8fe-0cf239540221 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14773 | 2024.08.16 07:23:47.201179 [ 3 ] {} <Debug> HTTP-Session: 03eecf69-df42-4b63-a8fe-0cf239540221 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14774 | 2024.08.16 07:23:47.201215 [ 3 ] {} <Trace> HTTP-Session: 03eecf69-df42-4b63-a8fe-0cf239540221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14775 | 2024.08.16 07:23:47.253078 [ 3 ] {3ff362d8-5f12-4c02-8aad-024a2db2ad66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14776 | 2024.08.16 07:23:47.253193 [ 3 ] {3ff362d8-5f12-4c02-8aad-024a2db2ad66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14777 | 2024.08.16 07:23:47.253425 [ 3 ] {3ff362d8-5f12-4c02-8aad-024a2db2ad66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14778 | 2024.08.16 07:23:47.254527 [ 3 ] {3ff362d8-5f12-4c02-8aad-024a2db2ad66} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14779 | 2024.08.16 07:23:47.254586 [ 3 ] {3ff362d8-5f12-4c02-8aad-024a2db2ad66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14780 | 2024.08.16 07:23:47.255098 [ 3 ] {3ff362d8-5f12-4c02-8aad-024a2db2ad66} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14781 | 2024.08.16 07:23:47.255492 [ 3 ] {3ff362d8-5f12-4c02-8aad-024a2db2ad66} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14782 | 2024.08.16 07:23:47.255687 [ 3 ] {3ff362d8-5f12-4c02-8aad-024a2db2ad66} <Debug> executeQuery: Read 859 rows, 63.66 KiB in 0.002873 sec., 298990.602158023 rows/sec., 21.64 MiB/sec. | ||
14783 | 2024.08.16 07:23:47.255938 [ 3 ] {3ff362d8-5f12-4c02-8aad-024a2db2ad66} <Debug> DynamicQueryHandler: Done processing query | ||
14784 | 2024.08.16 07:23:47.255972 [ 3 ] {3ff362d8-5f12-4c02-8aad-024a2db2ad66} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
14785 | 2024.08.16 07:23:47.255991 [ 3 ] {} <Debug> HTTP-Session: 03eecf69-df42-4b63-a8fe-0cf239540221 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14786 | 2024.08.16 07:23:47.256287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14787 | 2024.08.16 07:23:47.256362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14788 | 2024.08.16 07:23:47.256390 [ 3 ] {} <Debug> HTTP-Session: 507a09a4-14f0-41f2-8508-cc96c75c3c52 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14789 | 2024.08.16 07:23:47.256416 [ 3 ] {} <Debug> HTTP-Session: 507a09a4-14f0-41f2-8508-cc96c75c3c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14790 | 2024.08.16 07:23:47.256434 [ 3 ] {} <Debug> HTTP-Session: 507a09a4-14f0-41f2-8508-cc96c75c3c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14791 | 2024.08.16 07:23:47.256481 [ 3 ] {} <Trace> HTTP-Session: 507a09a4-14f0-41f2-8508-cc96c75c3c52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14792 | 2024.08.16 07:23:47.256618 [ 3 ] {1e694c45-8df4-48e4-9650-22c5c5b1870e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14793 | 2024.08.16 07:23:47.256678 [ 3 ] {1e694c45-8df4-48e4-9650-22c5c5b1870e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14794 | 2024.08.16 07:23:47.256841 [ 3 ] {1e694c45-8df4-48e4-9650-22c5c5b1870e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14795 | 2024.08.16 07:23:47.257167 [ 3 ] {1e694c45-8df4-48e4-9650-22c5c5b1870e} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14796 | 2024.08.16 07:23:47.257210 [ 3 ] {1e694c45-8df4-48e4-9650-22c5c5b1870e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14797 | 2024.08.16 07:23:47.257640 [ 3 ] {1e694c45-8df4-48e4-9650-22c5c5b1870e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
14798 | 2024.08.16 07:23:47.258033 [ 3 ] {1e694c45-8df4-48e4-9650-22c5c5b1870e} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14799 | 2024.08.16 07:23:47.258192 [ 3 ] {1e694c45-8df4-48e4-9650-22c5c5b1870e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001608 sec., 3731.3432835820895 rows/sec., 194.95 KiB/sec. | ||
14800 | 2024.08.16 07:23:47.258404 [ 3 ] {1e694c45-8df4-48e4-9650-22c5c5b1870e} <Debug> DynamicQueryHandler: Done processing query | ||
14801 | 2024.08.16 07:23:47.258433 [ 3 ] {1e694c45-8df4-48e4-9650-22c5c5b1870e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14802 | 2024.08.16 07:23:47.258453 [ 3 ] {} <Debug> HTTP-Session: 507a09a4-14f0-41f2-8508-cc96c75c3c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14803 | 2024.08.16 07:23:47.258821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 172244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14804 | 2024.08.16 07:23:47.258885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14805 | 2024.08.16 07:23:47.258910 [ 3 ] {} <Debug> HTTP-Session: 19eca34e-2ca0-4013-a6a2-012c80ab4a3d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14806 | 2024.08.16 07:23:47.258932 [ 3 ] {} <Debug> HTTP-Session: 19eca34e-2ca0-4013-a6a2-012c80ab4a3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14807 | 2024.08.16 07:23:47.258950 [ 3 ] {} <Debug> HTTP-Session: 19eca34e-2ca0-4013-a6a2-012c80ab4a3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14808 | 2024.08.16 07:23:47.258991 [ 3 ] {} <Trace> HTTP-Session: 19eca34e-2ca0-4013-a6a2-012c80ab4a3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14809 | 2024.08.16 07:23:47.259513 [ 3 ] {acbf5ff2-af7e-406f-95da-653c6feebdb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14810 | 2024.08.16 07:23:47.259573 [ 3 ] {acbf5ff2-af7e-406f-95da-653c6feebdb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14811 | 2024.08.16 07:23:47.259745 [ 3 ] {acbf5ff2-af7e-406f-95da-653c6feebdb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14812 | 2024.08.16 07:23:47.260767 [ 3 ] {acbf5ff2-af7e-406f-95da-653c6feebdb9} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14813 | 2024.08.16 07:23:47.260812 [ 3 ] {acbf5ff2-af7e-406f-95da-653c6feebdb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14814 | 2024.08.16 07:23:47.261326 [ 3 ] {acbf5ff2-af7e-406f-95da-653c6feebdb9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14815 | 2024.08.16 07:23:47.261729 [ 3 ] {acbf5ff2-af7e-406f-95da-653c6feebdb9} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14816 | 2024.08.16 07:23:47.261883 [ 3 ] {acbf5ff2-af7e-406f-95da-653c6feebdb9} <Debug> executeQuery: Read 910 rows, 62.23 KiB in 0.00269 sec., 338289.9628252788 rows/sec., 22.59 MiB/sec. | ||
14817 | 2024.08.16 07:23:47.262075 [ 3 ] {acbf5ff2-af7e-406f-95da-653c6feebdb9} <Debug> DynamicQueryHandler: Done processing query | ||
14818 | 2024.08.16 07:23:47.262104 [ 3 ] {acbf5ff2-af7e-406f-95da-653c6feebdb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
14819 | 2024.08.16 07:23:47.262124 [ 3 ] {} <Debug> HTTP-Session: 19eca34e-2ca0-4013-a6a2-012c80ab4a3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14820 | 2024.08.16 07:23:47.262313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14821 | 2024.08.16 07:23:47.262372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14822 | 2024.08.16 07:23:47.262396 [ 3 ] {} <Debug> HTTP-Session: cded47b2-e669-41f4-b287-656f4986f21f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14823 | 2024.08.16 07:23:47.262417 [ 3 ] {} <Debug> HTTP-Session: cded47b2-e669-41f4-b287-656f4986f21f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14824 | 2024.08.16 07:23:47.262434 [ 3 ] {} <Debug> HTTP-Session: cded47b2-e669-41f4-b287-656f4986f21f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14825 | 2024.08.16 07:23:47.262470 [ 3 ] {} <Trace> HTTP-Session: cded47b2-e669-41f4-b287-656f4986f21f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14826 | 2024.08.16 07:23:47.262584 [ 3 ] {da9d90c2-5b46-46ff-b38e-4efb2e88ea59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14827 | 2024.08.16 07:23:47.262641 [ 3 ] {da9d90c2-5b46-46ff-b38e-4efb2e88ea59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14828 | 2024.08.16 07:23:47.262788 [ 3 ] {da9d90c2-5b46-46ff-b38e-4efb2e88ea59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14829 | 2024.08.16 07:23:47.263100 [ 3 ] {da9d90c2-5b46-46ff-b38e-4efb2e88ea59} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14830 | 2024.08.16 07:23:47.263142 [ 3 ] {da9d90c2-5b46-46ff-b38e-4efb2e88ea59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14831 | 2024.08.16 07:23:47.263542 [ 3 ] {da9d90c2-5b46-46ff-b38e-4efb2e88ea59} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
14832 | 2024.08.16 07:23:47.263926 [ 3 ] {da9d90c2-5b46-46ff-b38e-4efb2e88ea59} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14833 | 2024.08.16 07:23:47.264079 [ 3 ] {da9d90c2-5b46-46ff-b38e-4efb2e88ea59} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001521 sec., 657.4621959237344 rows/sec., 44.30 KiB/sec. | ||
14834 | 2024.08.16 07:23:47.264320 [ 3 ] {da9d90c2-5b46-46ff-b38e-4efb2e88ea59} <Debug> DynamicQueryHandler: Done processing query | ||
14835 | 2024.08.16 07:23:47.264352 [ 3 ] {da9d90c2-5b46-46ff-b38e-4efb2e88ea59} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14836 | 2024.08.16 07:23:47.264369 [ 3 ] {} <Debug> HTTP-Session: cded47b2-e669-41f4-b287-656f4986f21f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14837 | 2024.08.16 07:23:47.264565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14838 | 2024.08.16 07:23:47.264625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14839 | 2024.08.16 07:23:47.264649 [ 3 ] {} <Debug> HTTP-Session: 5781939e-a6a3-4ab0-97a6-e1f8485d5f71 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14840 | 2024.08.16 07:23:47.264669 [ 3 ] {} <Debug> HTTP-Session: 5781939e-a6a3-4ab0-97a6-e1f8485d5f71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14841 | 2024.08.16 07:23:47.264687 [ 3 ] {} <Debug> HTTP-Session: 5781939e-a6a3-4ab0-97a6-e1f8485d5f71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14842 | 2024.08.16 07:23:47.264720 [ 3 ] {} <Trace> HTTP-Session: 5781939e-a6a3-4ab0-97a6-e1f8485d5f71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14843 | 2024.08.16 07:23:47.265086 [ 3 ] {23de360a-2ae2-4b81-a452-95002d0d2b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14844 | 2024.08.16 07:23:47.265164 [ 3 ] {23de360a-2ae2-4b81-a452-95002d0d2b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14845 | 2024.08.16 07:23:47.265620 [ 3 ] {23de360a-2ae2-4b81-a452-95002d0d2b80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14846 | 2024.08.16 07:23:47.266247 [ 3 ] {23de360a-2ae2-4b81-a452-95002d0d2b80} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14847 | 2024.08.16 07:23:47.266289 [ 3 ] {23de360a-2ae2-4b81-a452-95002d0d2b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14848 | 2024.08.16 07:23:47.266944 [ 3 ] {23de360a-2ae2-4b81-a452-95002d0d2b80} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
14849 | 2024.08.16 07:23:47.267430 [ 3 ] {23de360a-2ae2-4b81-a452-95002d0d2b80} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14850 | 2024.08.16 07:23:47.267608 [ 3 ] {23de360a-2ae2-4b81-a452-95002d0d2b80} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002799 sec., 6788.138620936049 rows/sec., 12.16 MiB/sec. | ||
14851 | 2024.08.16 07:23:47.267850 [ 3 ] {23de360a-2ae2-4b81-a452-95002d0d2b80} <Debug> DynamicQueryHandler: Done processing query | ||
14852 | 2024.08.16 07:23:47.267880 [ 3 ] {23de360a-2ae2-4b81-a452-95002d0d2b80} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
14853 | 2024.08.16 07:23:47.267899 [ 3 ] {} <Debug> HTTP-Session: 5781939e-a6a3-4ab0-97a6-e1f8485d5f71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14854 | 2024.08.16 07:23:47.268093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14855 | 2024.08.16 07:23:47.268154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14856 | 2024.08.16 07:23:47.268178 [ 3 ] {} <Debug> HTTP-Session: 0b866254-889e-443f-b632-393e68b6f234 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14857 | 2024.08.16 07:23:47.268198 [ 3 ] {} <Debug> HTTP-Session: 0b866254-889e-443f-b632-393e68b6f234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14858 | 2024.08.16 07:23:47.268216 [ 3 ] {} <Debug> HTTP-Session: 0b866254-889e-443f-b632-393e68b6f234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14859 | 2024.08.16 07:23:47.268249 [ 3 ] {} <Trace> HTTP-Session: 0b866254-889e-443f-b632-393e68b6f234 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14860 | 2024.08.16 07:23:47.268403 [ 3 ] {a01b9405-8c45-4f5c-b559-43de1ae5827b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14861 | 2024.08.16 07:23:47.268457 [ 3 ] {a01b9405-8c45-4f5c-b559-43de1ae5827b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14862 | 2024.08.16 07:23:47.268605 [ 3 ] {a01b9405-8c45-4f5c-b559-43de1ae5827b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14863 | 2024.08.16 07:23:47.269064 [ 3 ] {a01b9405-8c45-4f5c-b559-43de1ae5827b} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14864 | 2024.08.16 07:23:47.269104 [ 3 ] {a01b9405-8c45-4f5c-b559-43de1ae5827b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14865 | 2024.08.16 07:23:47.269529 [ 3 ] {a01b9405-8c45-4f5c-b559-43de1ae5827b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14866 | 2024.08.16 07:23:47.269907 [ 3 ] {a01b9405-8c45-4f5c-b559-43de1ae5827b} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14867 | 2024.08.16 07:23:47.270054 [ 3 ] {a01b9405-8c45-4f5c-b559-43de1ae5827b} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.001718 sec., 44237.48544819558 rows/sec., 2.80 MiB/sec. | ||
14868 | 2024.08.16 07:23:47.270253 [ 3 ] {a01b9405-8c45-4f5c-b559-43de1ae5827b} <Debug> DynamicQueryHandler: Done processing query | ||
14869 | 2024.08.16 07:23:47.270282 [ 3 ] {a01b9405-8c45-4f5c-b559-43de1ae5827b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14870 | 2024.08.16 07:23:47.270299 [ 3 ] {} <Debug> HTTP-Session: 0b866254-889e-443f-b632-393e68b6f234 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14871 | 2024.08.16 07:23:48.088331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14872 | 2024.08.16 07:23:48.088432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14873 | 2024.08.16 07:23:48.088457 [ 3 ] {} <Debug> HTTP-Session: 1671fd06-1bbe-49ab-9d4a-af193bfa6479 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14874 | 2024.08.16 07:23:48.088479 [ 3 ] {} <Debug> HTTP-Session: 1671fd06-1bbe-49ab-9d4a-af193bfa6479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14875 | 2024.08.16 07:23:48.088493 [ 3 ] {} <Debug> HTTP-Session: 1671fd06-1bbe-49ab-9d4a-af193bfa6479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14876 | 2024.08.16 07:23:48.088537 [ 3 ] {} <Trace> HTTP-Session: 1671fd06-1bbe-49ab-9d4a-af193bfa6479 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14877 | 2024.08.16 07:23:48.088715 [ 3 ] {d29b5ffc-d0c7-4fbd-8865-15cb8acf612e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14878 | 2024.08.16 07:23:48.088777 [ 3 ] {d29b5ffc-d0c7-4fbd-8865-15cb8acf612e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14879 | 2024.08.16 07:23:48.088958 [ 3 ] {d29b5ffc-d0c7-4fbd-8865-15cb8acf612e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14880 | 2024.08.16 07:23:48.089373 [ 3 ] {d29b5ffc-d0c7-4fbd-8865-15cb8acf612e} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14881 | 2024.08.16 07:23:48.089411 [ 3 ] {d29b5ffc-d0c7-4fbd-8865-15cb8acf612e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14882 | 2024.08.16 07:23:48.089764 [ 3 ] {d29b5ffc-d0c7-4fbd-8865-15cb8acf612e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14883 | 2024.08.16 07:23:48.090091 [ 3 ] {d29b5ffc-d0c7-4fbd-8865-15cb8acf612e} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14884 | 2024.08.16 07:23:48.090229 [ 3 ] {d29b5ffc-d0c7-4fbd-8865-15cb8acf612e} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001581 sec., 18975.332068311196 rows/sec., 1.48 MiB/sec. | ||
14885 | 2024.08.16 07:23:48.090414 [ 3 ] {d29b5ffc-d0c7-4fbd-8865-15cb8acf612e} <Debug> DynamicQueryHandler: Done processing query | ||
14886 | 2024.08.16 07:23:48.090440 [ 3 ] {d29b5ffc-d0c7-4fbd-8865-15cb8acf612e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14887 | 2024.08.16 07:23:48.090456 [ 3 ] {} <Debug> HTTP-Session: 1671fd06-1bbe-49ab-9d4a-af193bfa6479 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14888 | 2024.08.16 07:23:48.090589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 6140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14889 | 2024.08.16 07:23:48.090639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14890 | 2024.08.16 07:23:48.090658 [ 3 ] {} <Debug> HTTP-Session: e9abfb82-ef69-4532-9e69-b1beef770c08 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14891 | 2024.08.16 07:23:48.090675 [ 3 ] {} <Debug> HTTP-Session: e9abfb82-ef69-4532-9e69-b1beef770c08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14892 | 2024.08.16 07:23:48.090689 [ 3 ] {} <Debug> HTTP-Session: e9abfb82-ef69-4532-9e69-b1beef770c08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14893 | 2024.08.16 07:23:48.090720 [ 3 ] {} <Trace> HTTP-Session: e9abfb82-ef69-4532-9e69-b1beef770c08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14894 | 2024.08.16 07:23:48.090827 [ 3 ] {e75e67ed-5cb9-44b7-83f9-142674c0faed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14895 | 2024.08.16 07:23:48.090870 [ 3 ] {e75e67ed-5cb9-44b7-83f9-142674c0faed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14896 | 2024.08.16 07:23:48.090996 [ 3 ] {e75e67ed-5cb9-44b7-83f9-142674c0faed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14897 | 2024.08.16 07:23:48.091328 [ 3 ] {e75e67ed-5cb9-44b7-83f9-142674c0faed} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14898 | 2024.08.16 07:23:48.091364 [ 3 ] {e75e67ed-5cb9-44b7-83f9-142674c0faed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14899 | 2024.08.16 07:23:48.091668 [ 3 ] {e75e67ed-5cb9-44b7-83f9-142674c0faed} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14900 | 2024.08.16 07:23:48.091978 [ 3 ] {e75e67ed-5cb9-44b7-83f9-142674c0faed} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14901 | 2024.08.16 07:23:48.092116 [ 3 ] {e75e67ed-5cb9-44b7-83f9-142674c0faed} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001322 sec., 27231.46747352496 rows/sec., 2.13 MiB/sec. | ||
14902 | 2024.08.16 07:23:48.092311 [ 3 ] {e75e67ed-5cb9-44b7-83f9-142674c0faed} <Debug> DynamicQueryHandler: Done processing query | ||
14903 | 2024.08.16 07:23:48.092336 [ 3 ] {e75e67ed-5cb9-44b7-83f9-142674c0faed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14904 | 2024.08.16 07:23:48.092352 [ 3 ] {} <Debug> HTTP-Session: e9abfb82-ef69-4532-9e69-b1beef770c08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14905 | 2024.08.16 07:23:48.092497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14906 | 2024.08.16 07:23:48.092547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14907 | 2024.08.16 07:23:48.092566 [ 3 ] {} <Debug> HTTP-Session: 866f85e1-6830-4177-b022-94c495af092b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14908 | 2024.08.16 07:23:48.092583 [ 3 ] {} <Debug> HTTP-Session: 866f85e1-6830-4177-b022-94c495af092b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14909 | 2024.08.16 07:23:48.092598 [ 3 ] {} <Debug> HTTP-Session: 866f85e1-6830-4177-b022-94c495af092b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14910 | 2024.08.16 07:23:48.092628 [ 3 ] {} <Trace> HTTP-Session: 866f85e1-6830-4177-b022-94c495af092b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14911 | 2024.08.16 07:23:48.092729 [ 3 ] {64e876a1-7221-415d-ae44-46db1585c980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14912 | 2024.08.16 07:23:48.092776 [ 3 ] {64e876a1-7221-415d-ae44-46db1585c980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14913 | 2024.08.16 07:23:48.092928 [ 3 ] {64e876a1-7221-415d-ae44-46db1585c980} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14914 | 2024.08.16 07:23:48.093202 [ 3 ] {64e876a1-7221-415d-ae44-46db1585c980} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14915 | 2024.08.16 07:23:48.093239 [ 3 ] {64e876a1-7221-415d-ae44-46db1585c980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14916 | 2024.08.16 07:23:48.093608 [ 3 ] {64e876a1-7221-415d-ae44-46db1585c980} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14917 | 2024.08.16 07:23:48.093935 [ 3 ] {64e876a1-7221-415d-ae44-46db1585c980} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14918 | 2024.08.16 07:23:48.094088 [ 3 ] {64e876a1-7221-415d-ae44-46db1585c980} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.001389 sec., 8639.308855291576 rows/sec., 620.81 KiB/sec. | ||
14919 | 2024.08.16 07:23:48.094107 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 5 parts from all_1_75_15 to all_79_79_0 | ||
14920 | 2024.08.16 07:23:48.094217 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14921 | 2024.08.16 07:23:48.094258 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14922 | 2024.08.16 07:23:48.094340 [ 3 ] {64e876a1-7221-415d-ae44-46db1585c980} <Debug> DynamicQueryHandler: Done processing query | ||
14923 | 2024.08.16 07:23:48.094387 [ 3 ] {64e876a1-7221-415d-ae44-46db1585c980} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14924 | 2024.08.16 07:23:48.094413 [ 3 ] {} <Debug> HTTP-Session: 866f85e1-6830-4177-b022-94c495af092b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14925 | 2024.08.16 07:23:48.094435 [ 195 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_79_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_75_15 to all_79_79_0 into Compact with storage Full | ||
14926 | 2024.08.16 07:23:48.094550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14927 | 2024.08.16 07:23:48.094606 [ 195 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_79_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14928 | 2024.08.16 07:23:48.094614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14929 | 2024.08.16 07:23:48.094651 [ 3 ] {} <Debug> HTTP-Session: 1849a403-1e99-4d95-abaa-deb7c008d9aa Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14930 | 2024.08.16 07:23:48.094656 [ 195 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_75_15, total 24155 rows starting from the beginning of the part | ||
14931 | 2024.08.16 07:23:48.094674 [ 3 ] {} <Debug> HTTP-Session: 1849a403-1e99-4d95-abaa-deb7c008d9aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14932 | 2024.08.16 07:23:48.094695 [ 3 ] {} <Debug> HTTP-Session: 1849a403-1e99-4d95-abaa-deb7c008d9aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14933 | 2024.08.16 07:23:48.094758 [ 3 ] {} <Trace> HTTP-Session: 1849a403-1e99-4d95-abaa-deb7c008d9aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14934 | 2024.08.16 07:23:48.094808 [ 195 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 161 rows starting from the beginning of the part | ||
14935 | 2024.08.16 07:23:48.094995 [ 3 ] {345acfbc-fd9b-4e9a-8b43-62dfb0bbfe42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14936 | 2024.08.16 07:23:48.095016 [ 195 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 237 rows starting from the beginning of the part | ||
14937 | 2024.08.16 07:23:48.095181 [ 3 ] {345acfbc-fd9b-4e9a-8b43-62dfb0bbfe42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14938 | 2024.08.16 07:23:48.095423 [ 195 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
14939 | 2024.08.16 07:23:48.095647 [ 195 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 910 rows starting from the beginning of the part | ||
14940 | 2024.08.16 07:23:48.095942 [ 3 ] {345acfbc-fd9b-4e9a-8b43-62dfb0bbfe42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14941 | 2024.08.16 07:23:48.096436 [ 3 ] {345acfbc-fd9b-4e9a-8b43-62dfb0bbfe42} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14942 | 2024.08.16 07:23:48.096477 [ 3 ] {345acfbc-fd9b-4e9a-8b43-62dfb0bbfe42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14943 | 2024.08.16 07:23:48.096839 [ 3 ] {345acfbc-fd9b-4e9a-8b43-62dfb0bbfe42} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14944 | 2024.08.16 07:23:48.097227 [ 3 ] {345acfbc-fd9b-4e9a-8b43-62dfb0bbfe42} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14945 | 2024.08.16 07:23:48.097393 [ 3 ] {345acfbc-fd9b-4e9a-8b43-62dfb0bbfe42} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.002502 sec., 2398.0815347721823 rows/sec., 162.76 KiB/sec. | ||
14946 | 2024.08.16 07:23:48.097629 [ 3 ] {345acfbc-fd9b-4e9a-8b43-62dfb0bbfe42} <Debug> DynamicQueryHandler: Done processing query | ||
14947 | 2024.08.16 07:23:48.097659 [ 3 ] {345acfbc-fd9b-4e9a-8b43-62dfb0bbfe42} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14948 | 2024.08.16 07:23:48.097685 [ 3 ] {} <Debug> HTTP-Session: 1849a403-1e99-4d95-abaa-deb7c008d9aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14949 | 2024.08.16 07:23:48.101761 [ 189 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_79_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25623 rows, containing 5 columns (5 merged, 0 gathered) in 0.007397701 sec., 3463643.6373949153 rows/sec., 233.73 MiB/sec. | ||
14950 | 2024.08.16 07:23:48.102158 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_79_16} <Trace> MergedBlockOutputStream: filled checksums all_1_79_16 (state Temporary) | ||
14951 | 2024.08.16 07:23:48.102756 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_79_16} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_79_16 to all_1_79_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14952 | 2024.08.16 07:23:48.102870 [ 201 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_79_16} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 5 parts: [all_1_75_15, all_79_79_0] -> all_1_79_16 | ||
14953 | 2024.08.16 07:23:48.102992 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
14954 | 2024.08.16 07:23:53.094492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14955 | 2024.08.16 07:23:53.094622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14956 | 2024.08.16 07:23:53.094648 [ 3 ] {} <Debug> HTTP-Session: 0253a51f-4a16-41e6-bdff-b5ddae274baf Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14957 | 2024.08.16 07:23:53.094673 [ 3 ] {} <Debug> HTTP-Session: 0253a51f-4a16-41e6-bdff-b5ddae274baf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14958 | 2024.08.16 07:23:53.094688 [ 3 ] {} <Debug> HTTP-Session: 0253a51f-4a16-41e6-bdff-b5ddae274baf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14959 | 2024.08.16 07:23:53.094737 [ 3 ] {} <Trace> HTTP-Session: 0253a51f-4a16-41e6-bdff-b5ddae274baf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14960 | 2024.08.16 07:23:53.094983 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
14961 | 2024.08.16 07:23:53.095399 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
14962 | 2024.08.16 07:23:53.095451 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
14963 | 2024.08.16 07:23:53.095817 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
14964 | 2024.08.16 07:23:53.095897 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
14965 | 2024.08.16 07:23:53.096067 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
14966 | 2024.08.16 07:23:53.096108 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
14967 | 2024.08.16 07:23:53.096133 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Debug> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (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 | ||
14968 | 2024.08.16 07:23:53.096151 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
14969 | 2024.08.16 07:23:53.096200 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
14970 | 2024.08.16 07:23:53.096224 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
14971 | 2024.08.16 07:23:53.097298 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00243 sec., 16872.427983539095 rows/sec., 643.41 KiB/sec. | ||
14972 | 2024.08.16 07:23:53.097576 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Debug> DynamicQueryHandler: Done processing query | ||
14973 | 2024.08.16 07:23:53.097602 [ 3 ] {1b76064e-4888-44dd-abb5-4fa4e913c077} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
14974 | 2024.08.16 07:23:53.097619 [ 3 ] {} <Debug> HTTP-Session: 0253a51f-4a16-41e6-bdff-b5ddae274baf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14975 | 2024.08.16 07:23:53.101022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14976 | 2024.08.16 07:23:53.101077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14977 | 2024.08.16 07:23:53.101097 [ 3 ] {} <Debug> HTTP-Session: b7c28348-1b9c-48e9-917c-3bb4eb8ef6dc Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14978 | 2024.08.16 07:23:53.101114 [ 3 ] {} <Debug> HTTP-Session: b7c28348-1b9c-48e9-917c-3bb4eb8ef6dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14979 | 2024.08.16 07:23:53.101127 [ 3 ] {} <Debug> HTTP-Session: b7c28348-1b9c-48e9-917c-3bb4eb8ef6dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14980 | 2024.08.16 07:23:53.101167 [ 3 ] {} <Trace> HTTP-Session: b7c28348-1b9c-48e9-917c-3bb4eb8ef6dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14981 | 2024.08.16 07:23:53.101299 [ 3 ] {38227862-c788-433e-9f70-60f419f1a164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
14982 | 2024.08.16 07:23:53.101365 [ 3 ] {38227862-c788-433e-9f70-60f419f1a164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
14983 | 2024.08.16 07:23:53.101590 [ 3 ] {38227862-c788-433e-9f70-60f419f1a164} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14984 | 2024.08.16 07:23:53.101954 [ 3 ] {38227862-c788-433e-9f70-60f419f1a164} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14985 | 2024.08.16 07:23:53.102000 [ 3 ] {38227862-c788-433e-9f70-60f419f1a164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
14986 | 2024.08.16 07:23:53.102514 [ 3 ] {38227862-c788-433e-9f70-60f419f1a164} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
14987 | 2024.08.16 07:23:53.102827 [ 3 ] {38227862-c788-433e-9f70-60f419f1a164} <Trace> oximeter.timeseries_schema (57c5d76f-bdb3-4c7a-8ac7-a8e0ec359825): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14988 | 2024.08.16 07:23:53.102994 [ 3 ] {38227862-c788-433e-9f70-60f419f1a164} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001729 sec., 578.368999421631 rows/sec., 160.97 KiB/sec. | ||
14989 | 2024.08.16 07:23:53.103436 [ 3 ] {38227862-c788-433e-9f70-60f419f1a164} <Debug> DynamicQueryHandler: Done processing query | ||
14990 | 2024.08.16 07:23:53.103472 [ 3 ] {38227862-c788-433e-9f70-60f419f1a164} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14991 | 2024.08.16 07:23:53.103487 [ 3 ] {} <Debug> HTTP-Session: b7c28348-1b9c-48e9-917c-3bb4eb8ef6dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14992 | 2024.08.16 07:23:53.103619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14993 | 2024.08.16 07:23:53.103668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14994 | 2024.08.16 07:23:53.103688 [ 3 ] {} <Debug> HTTP-Session: 2b46fc26-ab82-4dca-be0f-b97dd4c818b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
14995 | 2024.08.16 07:23:53.103705 [ 3 ] {} <Debug> HTTP-Session: 2b46fc26-ab82-4dca-be0f-b97dd4c818b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14996 | 2024.08.16 07:23:53.103719 [ 3 ] {} <Debug> HTTP-Session: 2b46fc26-ab82-4dca-be0f-b97dd4c818b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14997 | 2024.08.16 07:23:53.103750 [ 3 ] {} <Trace> HTTP-Session: 2b46fc26-ab82-4dca-be0f-b97dd4c818b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14998 | 2024.08.16 07:23:53.103856 [ 3 ] {a8af8023-d103-43e9-becf-5a7fe672f330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14999 | 2024.08.16 07:23:53.103900 [ 3 ] {a8af8023-d103-43e9-becf-5a7fe672f330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15000 | 2024.08.16 07:23:53.104042 [ 3 ] {a8af8023-d103-43e9-becf-5a7fe672f330} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15001 | 2024.08.16 07:23:53.104371 [ 3 ] {a8af8023-d103-43e9-becf-5a7fe672f330} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15002 | 2024.08.16 07:23:53.104408 [ 3 ] {a8af8023-d103-43e9-becf-5a7fe672f330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15003 | 2024.08.16 07:23:53.104709 [ 3 ] {a8af8023-d103-43e9-becf-5a7fe672f330} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
15004 | 2024.08.16 07:23:53.105012 [ 3 ] {a8af8023-d103-43e9-becf-5a7fe672f330} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15005 | 2024.08.16 07:23:53.105161 [ 3 ] {a8af8023-d103-43e9-becf-5a7fe672f330} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001329 sec., 21820.917983446197 rows/sec., 1.73 MiB/sec. | ||
15006 | 2024.08.16 07:23:53.105412 [ 3 ] {a8af8023-d103-43e9-becf-5a7fe672f330} <Debug> DynamicQueryHandler: Done processing query | ||
15007 | 2024.08.16 07:23:53.105468 [ 3 ] {a8af8023-d103-43e9-becf-5a7fe672f330} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15008 | 2024.08.16 07:23:53.105524 [ 3 ] {} <Debug> HTTP-Session: 2b46fc26-ab82-4dca-be0f-b97dd4c818b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15009 | 2024.08.16 07:23:53.105704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15010 | 2024.08.16 07:23:53.105759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15011 | 2024.08.16 07:23:53.105778 [ 3 ] {} <Debug> HTTP-Session: 6532b8c0-8ba7-4401-ba5b-3b03e730ec42 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15012 | 2024.08.16 07:23:53.105796 [ 3 ] {} <Debug> HTTP-Session: 6532b8c0-8ba7-4401-ba5b-3b03e730ec42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15013 | 2024.08.16 07:23:53.105810 [ 3 ] {} <Debug> HTTP-Session: 6532b8c0-8ba7-4401-ba5b-3b03e730ec42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15014 | 2024.08.16 07:23:53.105845 [ 3 ] {} <Trace> HTTP-Session: 6532b8c0-8ba7-4401-ba5b-3b03e730ec42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15015 | 2024.08.16 07:23:53.105947 [ 3 ] {b53f2b5e-28b2-456d-b282-78c19d21de25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15016 | 2024.08.16 07:23:53.105993 [ 3 ] {b53f2b5e-28b2-456d-b282-78c19d21de25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15017 | 2024.08.16 07:23:53.106144 [ 3 ] {b53f2b5e-28b2-456d-b282-78c19d21de25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15018 | 2024.08.16 07:23:53.106448 [ 3 ] {b53f2b5e-28b2-456d-b282-78c19d21de25} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15019 | 2024.08.16 07:23:53.106486 [ 3 ] {b53f2b5e-28b2-456d-b282-78c19d21de25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15020 | 2024.08.16 07:23:53.106798 [ 3 ] {b53f2b5e-28b2-456d-b282-78c19d21de25} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15021 | 2024.08.16 07:23:53.107097 [ 3 ] {b53f2b5e-28b2-456d-b282-78c19d21de25} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15022 | 2024.08.16 07:23:53.107255 [ 3 ] {b53f2b5e-28b2-456d-b282-78c19d21de25} <Debug> executeQuery: Read 8 rows, 653.00 B in 0.00133 sec., 6015.037593984963 rows/sec., 479.47 KiB/sec. | ||
15023 | 2024.08.16 07:23:53.107443 [ 3 ] {b53f2b5e-28b2-456d-b282-78c19d21de25} <Debug> DynamicQueryHandler: Done processing query | ||
15024 | 2024.08.16 07:23:53.107472 [ 3 ] {b53f2b5e-28b2-456d-b282-78c19d21de25} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15025 | 2024.08.16 07:23:53.107488 [ 3 ] {} <Debug> HTTP-Session: 6532b8c0-8ba7-4401-ba5b-3b03e730ec42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15026 | 2024.08.16 07:23:53.107628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 21892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15027 | 2024.08.16 07:23:53.107678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15028 | 2024.08.16 07:23:53.107698 [ 3 ] {} <Debug> HTTP-Session: 7d96b854-5487-48f2-9331-88b327328c7f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15029 | 2024.08.16 07:23:53.107714 [ 3 ] {} <Debug> HTTP-Session: 7d96b854-5487-48f2-9331-88b327328c7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15030 | 2024.08.16 07:23:53.107729 [ 3 ] {} <Debug> HTTP-Session: 7d96b854-5487-48f2-9331-88b327328c7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15031 | 2024.08.16 07:23:53.107760 [ 3 ] {} <Trace> HTTP-Session: 7d96b854-5487-48f2-9331-88b327328c7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15032 | 2024.08.16 07:23:53.107894 [ 3 ] {fbb5ef46-f65a-437d-88f8-eed54e8a8353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15033 | 2024.08.16 07:23:53.107937 [ 3 ] {fbb5ef46-f65a-437d-88f8-eed54e8a8353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15034 | 2024.08.16 07:23:53.108065 [ 3 ] {fbb5ef46-f65a-437d-88f8-eed54e8a8353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15035 | 2024.08.16 07:23:53.108455 [ 3 ] {fbb5ef46-f65a-437d-88f8-eed54e8a8353} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15036 | 2024.08.16 07:23:53.108492 [ 3 ] {fbb5ef46-f65a-437d-88f8-eed54e8a8353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15037 | 2024.08.16 07:23:53.108816 [ 3 ] {fbb5ef46-f65a-437d-88f8-eed54e8a8353} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15038 | 2024.08.16 07:23:53.109116 [ 3 ] {fbb5ef46-f65a-437d-88f8-eed54e8a8353} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15039 | 2024.08.16 07:23:53.109270 [ 3 ] {fbb5ef46-f65a-437d-88f8-eed54e8a8353} <Debug> executeQuery: Read 150 rows, 12.77 KiB in 0.001434 sec., 104602.51046025105 rows/sec., 8.70 MiB/sec. | ||
15040 | 2024.08.16 07:23:53.109434 [ 3 ] {fbb5ef46-f65a-437d-88f8-eed54e8a8353} <Debug> DynamicQueryHandler: Done processing query | ||
15041 | 2024.08.16 07:23:53.109460 [ 3 ] {fbb5ef46-f65a-437d-88f8-eed54e8a8353} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15042 | 2024.08.16 07:23:53.109476 [ 3 ] {} <Debug> HTTP-Session: 7d96b854-5487-48f2-9331-88b327328c7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15043 | 2024.08.16 07:23:53.109595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15044 | 2024.08.16 07:23:53.109644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15045 | 2024.08.16 07:23:53.109664 [ 3 ] {} <Debug> HTTP-Session: e267de13-cd09-4e7e-94e7-3ad9d123557b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15046 | 2024.08.16 07:23:53.109681 [ 3 ] {} <Debug> HTTP-Session: e267de13-cd09-4e7e-94e7-3ad9d123557b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15047 | 2024.08.16 07:23:53.109696 [ 3 ] {} <Debug> HTTP-Session: e267de13-cd09-4e7e-94e7-3ad9d123557b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15048 | 2024.08.16 07:23:53.109727 [ 3 ] {} <Trace> HTTP-Session: e267de13-cd09-4e7e-94e7-3ad9d123557b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15049 | 2024.08.16 07:23:53.109823 [ 3 ] {3eaca2d1-09b5-4ddb-9fa7-02a715662468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15050 | 2024.08.16 07:23:53.109867 [ 3 ] {3eaca2d1-09b5-4ddb-9fa7-02a715662468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15051 | 2024.08.16 07:23:53.109996 [ 3 ] {3eaca2d1-09b5-4ddb-9fa7-02a715662468} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15052 | 2024.08.16 07:23:53.110269 [ 3 ] {3eaca2d1-09b5-4ddb-9fa7-02a715662468} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15053 | 2024.08.16 07:23:53.110308 [ 3 ] {3eaca2d1-09b5-4ddb-9fa7-02a715662468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15054 | 2024.08.16 07:23:53.110612 [ 3 ] {3eaca2d1-09b5-4ddb-9fa7-02a715662468} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15055 | 2024.08.16 07:23:53.110922 [ 3 ] {3eaca2d1-09b5-4ddb-9fa7-02a715662468} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15056 | 2024.08.16 07:23:53.111081 [ 3 ] {3eaca2d1-09b5-4ddb-9fa7-02a715662468} <Debug> executeQuery: Read 8 rows, 557.00 B in 0.001279 sec., 6254.886630179828 rows/sec., 425.29 KiB/sec. | ||
15057 | 2024.08.16 07:23:53.111289 [ 3 ] {3eaca2d1-09b5-4ddb-9fa7-02a715662468} <Debug> DynamicQueryHandler: Done processing query | ||
15058 | 2024.08.16 07:23:53.111316 [ 3 ] {3eaca2d1-09b5-4ddb-9fa7-02a715662468} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15059 | 2024.08.16 07:23:53.111332 [ 3 ] {} <Debug> HTTP-Session: e267de13-cd09-4e7e-94e7-3ad9d123557b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15060 | 2024.08.16 07:23:53.111462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 19043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15061 | 2024.08.16 07:23:53.111512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15062 | 2024.08.16 07:23:53.111532 [ 3 ] {} <Debug> HTTP-Session: ec84c533-6d5f-461f-95e7-63596258907c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15063 | 2024.08.16 07:23:53.111549 [ 3 ] {} <Debug> HTTP-Session: ec84c533-6d5f-461f-95e7-63596258907c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15064 | 2024.08.16 07:23:53.111564 [ 3 ] {} <Debug> HTTP-Session: ec84c533-6d5f-461f-95e7-63596258907c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15065 | 2024.08.16 07:23:53.111594 [ 3 ] {} <Trace> HTTP-Session: ec84c533-6d5f-461f-95e7-63596258907c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15066 | 2024.08.16 07:23:53.111719 [ 3 ] {6ab8cd4b-2d44-4ea3-a9ab-eeefca84d5e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15067 | 2024.08.16 07:23:53.111764 [ 3 ] {6ab8cd4b-2d44-4ea3-a9ab-eeefca84d5e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15068 | 2024.08.16 07:23:53.111892 [ 3 ] {6ab8cd4b-2d44-4ea3-a9ab-eeefca84d5e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15069 | 2024.08.16 07:23:53.112244 [ 3 ] {6ab8cd4b-2d44-4ea3-a9ab-eeefca84d5e4} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15070 | 2024.08.16 07:23:53.112282 [ 3 ] {6ab8cd4b-2d44-4ea3-a9ab-eeefca84d5e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15071 | 2024.08.16 07:23:53.112594 [ 3 ] {6ab8cd4b-2d44-4ea3-a9ab-eeefca84d5e4} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15072 | 2024.08.16 07:23:53.112891 [ 3 ] {6ab8cd4b-2d44-4ea3-a9ab-eeefca84d5e4} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15073 | 2024.08.16 07:23:53.113040 [ 3 ] {6ab8cd4b-2d44-4ea3-a9ab-eeefca84d5e4} <Debug> executeQuery: Read 113 rows, 8.91 KiB in 0.001361 sec., 83027.18589272593 rows/sec., 6.39 MiB/sec. | ||
15074 | 2024.08.16 07:23:53.113243 [ 3 ] {6ab8cd4b-2d44-4ea3-a9ab-eeefca84d5e4} <Debug> DynamicQueryHandler: Done processing query | ||
15075 | 2024.08.16 07:23:53.113291 [ 3 ] {6ab8cd4b-2d44-4ea3-a9ab-eeefca84d5e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15076 | 2024.08.16 07:23:53.113330 [ 3 ] {} <Debug> HTTP-Session: ec84c533-6d5f-461f-95e7-63596258907c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15077 | 2024.08.16 07:23:53.113525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 31511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15078 | 2024.08.16 07:23:53.113587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15079 | 2024.08.16 07:23:53.113611 [ 3 ] {} <Debug> HTTP-Session: 25af8908-0dca-4122-ba89-25668c456644 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15080 | 2024.08.16 07:23:53.113632 [ 3 ] {} <Debug> HTTP-Session: 25af8908-0dca-4122-ba89-25668c456644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15081 | 2024.08.16 07:23:53.113655 [ 3 ] {} <Debug> HTTP-Session: 25af8908-0dca-4122-ba89-25668c456644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15082 | 2024.08.16 07:23:53.113694 [ 3 ] {} <Trace> HTTP-Session: 25af8908-0dca-4122-ba89-25668c456644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15083 | 2024.08.16 07:23:53.113874 [ 3 ] {5e8d3439-a5ff-4ee4-83a5-f33358d56a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15084 | 2024.08.16 07:23:53.113931 [ 3 ] {5e8d3439-a5ff-4ee4-83a5-f33358d56a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15085 | 2024.08.16 07:23:53.114109 [ 3 ] {5e8d3439-a5ff-4ee4-83a5-f33358d56a43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15086 | 2024.08.16 07:23:53.114527 [ 3 ] {5e8d3439-a5ff-4ee4-83a5-f33358d56a43} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15087 | 2024.08.16 07:23:53.114564 [ 3 ] {5e8d3439-a5ff-4ee4-83a5-f33358d56a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15088 | 2024.08.16 07:23:53.114958 [ 3 ] {5e8d3439-a5ff-4ee4-83a5-f33358d56a43} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15089 | 2024.08.16 07:23:53.115302 [ 3 ] {5e8d3439-a5ff-4ee4-83a5-f33358d56a43} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15090 | 2024.08.16 07:23:53.115458 [ 3 ] {5e8d3439-a5ff-4ee4-83a5-f33358d56a43} <Debug> executeQuery: Read 165 rows, 11.75 KiB in 0.001657 sec., 99577.5497887749 rows/sec., 6.92 MiB/sec. | ||
15091 | 2024.08.16 07:23:53.115642 [ 3 ] {5e8d3439-a5ff-4ee4-83a5-f33358d56a43} <Debug> DynamicQueryHandler: Done processing query | ||
15092 | 2024.08.16 07:23:53.115678 [ 3 ] {5e8d3439-a5ff-4ee4-83a5-f33358d56a43} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15093 | 2024.08.16 07:23:53.115711 [ 3 ] {} <Debug> HTTP-Session: 25af8908-0dca-4122-ba89-25668c456644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15094 | 2024.08.16 07:23:53.115879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 46838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15095 | 2024.08.16 07:23:53.115928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15096 | 2024.08.16 07:23:53.115948 [ 3 ] {} <Debug> HTTP-Session: 052209e7-929c-4d27-9544-17d63e052ae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15097 | 2024.08.16 07:23:53.115963 [ 3 ] {} <Debug> HTTP-Session: 052209e7-929c-4d27-9544-17d63e052ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15098 | 2024.08.16 07:23:53.115978 [ 3 ] {} <Debug> HTTP-Session: 052209e7-929c-4d27-9544-17d63e052ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15099 | 2024.08.16 07:23:53.116009 [ 3 ] {} <Trace> HTTP-Session: 052209e7-929c-4d27-9544-17d63e052ae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15100 | 2024.08.16 07:23:53.116314 [ 3 ] {60be4cd2-d585-499c-adf5-1122d97d738a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15101 | 2024.08.16 07:23:53.116378 [ 3 ] {60be4cd2-d585-499c-adf5-1122d97d738a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15102 | 2024.08.16 07:23:53.116783 [ 3 ] {60be4cd2-d585-499c-adf5-1122d97d738a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15103 | 2024.08.16 07:23:53.117469 [ 3 ] {60be4cd2-d585-499c-adf5-1122d97d738a} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15104 | 2024.08.16 07:23:53.117505 [ 3 ] {60be4cd2-d585-499c-adf5-1122d97d738a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15105 | 2024.08.16 07:23:53.118131 [ 3 ] {60be4cd2-d585-499c-adf5-1122d97d738a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
15106 | 2024.08.16 07:23:53.118540 [ 3 ] {60be4cd2-d585-499c-adf5-1122d97d738a} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15107 | 2024.08.16 07:23:53.118727 [ 136 ] {} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
15108 | 2024.08.16 07:23:53.118739 [ 3 ] {60be4cd2-d585-499c-adf5-1122d97d738a} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002632 sec., 11018.23708206687 rows/sec., 19.74 MiB/sec. | ||
15109 | 2024.08.16 07:23:53.118821 [ 136 ] {} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15110 | 2024.08.16 07:23:53.118911 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15111 | 2024.08.16 07:23:53.119249 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::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 | ||
15112 | 2024.08.16 07:23:53.119317 [ 3 ] {60be4cd2-d585-499c-adf5-1122d97d738a} <Debug> DynamicQueryHandler: Done processing query | ||
15113 | 2024.08.16 07:23:53.119364 [ 3 ] {60be4cd2-d585-499c-adf5-1122d97d738a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
15114 | 2024.08.16 07:23:53.119407 [ 3 ] {} <Debug> HTTP-Session: 052209e7-929c-4d27-9544-17d63e052ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15115 | 2024.08.16 07:23:53.119589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15116 | 2024.08.16 07:23:53.119713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15117 | 2024.08.16 07:23:53.119768 [ 3 ] {} <Debug> HTTP-Session: 1d74b959-8f79-43b7-9974-dcb1ea7ff81d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15118 | 2024.08.16 07:23:53.119817 [ 3 ] {} <Debug> HTTP-Session: 1d74b959-8f79-43b7-9974-dcb1ea7ff81d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15119 | 2024.08.16 07:23:53.119861 [ 3 ] {} <Debug> HTTP-Session: 1d74b959-8f79-43b7-9974-dcb1ea7ff81d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15120 | 2024.08.16 07:23:53.119960 [ 3 ] {} <Trace> HTTP-Session: 1d74b959-8f79-43b7-9974-dcb1ea7ff81d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15121 | 2024.08.16 07:23:53.120100 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15122 | 2024.08.16 07:23:53.120225 [ 3 ] {ba64be5f-9f69-432a-8896-2b945dc5ceb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15123 | 2024.08.16 07:23:53.120278 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1184 rows starting from the beginning of the part | ||
15124 | 2024.08.16 07:23:53.120326 [ 3 ] {ba64be5f-9f69-432a-8896-2b945dc5ceb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15125 | 2024.08.16 07:23:53.121143 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 15 rows starting from the beginning of the part | ||
15126 | 2024.08.16 07:23:53.121212 [ 3 ] {ba64be5f-9f69-432a-8896-2b945dc5ceb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15127 | 2024.08.16 07:23:53.121721 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 19 rows starting from the beginning of the part | ||
15128 | 2024.08.16 07:23:53.122441 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 27 rows starting from the beginning of the part | ||
15129 | 2024.08.16 07:23:53.122506 [ 3 ] {ba64be5f-9f69-432a-8896-2b945dc5ceb9} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15130 | 2024.08.16 07:23:53.122592 [ 3 ] {ba64be5f-9f69-432a-8896-2b945dc5ceb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15131 | 2024.08.16 07:23:53.123014 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 19 rows starting from the beginning of the part | ||
15132 | 2024.08.16 07:23:53.123569 [ 192 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 29 rows starting from the beginning of the part | ||
15133 | 2024.08.16 07:23:53.124327 [ 3 ] {ba64be5f-9f69-432a-8896-2b945dc5ceb9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15134 | 2024.08.16 07:23:53.125170 [ 3 ] {ba64be5f-9f69-432a-8896-2b945dc5ceb9} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15135 | 2024.08.16 07:23:53.125516 [ 136 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15136 | 2024.08.16 07:23:53.125563 [ 3 ] {ba64be5f-9f69-432a-8896-2b945dc5ceb9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005436 sec., 11037.527593818984 rows/sec., 761.70 KiB/sec. | ||
15137 | 2024.08.16 07:23:53.125595 [ 136 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15138 | 2024.08.16 07:23:53.125658 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15139 | 2024.08.16 07:23:53.125957 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
15140 | 2024.08.16 07:23:53.125982 [ 3 ] {ba64be5f-9f69-432a-8896-2b945dc5ceb9} <Debug> DynamicQueryHandler: Done processing query | ||
15141 | 2024.08.16 07:23:53.126060 [ 3 ] {ba64be5f-9f69-432a-8896-2b945dc5ceb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15142 | 2024.08.16 07:23:53.126099 [ 3 ] {} <Debug> HTTP-Session: 1d74b959-8f79-43b7-9974-dcb1ea7ff81d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15143 | 2024.08.16 07:23:53.126292 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15144 | 2024.08.16 07:23:53.126340 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4982 rows starting from the beginning of the part | ||
15145 | 2024.08.16 07:23:53.126673 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part | ||
15146 | 2024.08.16 07:23:53.127023 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
15147 | 2024.08.16 07:23:53.127329 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 76 rows starting from the beginning of the part | ||
15148 | 2024.08.16 07:23:53.127651 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 6 rows starting from the beginning of the part | ||
15149 | 2024.08.16 07:23:53.127973 [ 201 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
15150 | 2024.08.16 07:23:53.132228 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5266 rows, containing 4 columns (4 merged, 0 gathered) in 0.006404718 sec., 822206.3797344395 rows/sec., 53.54 MiB/sec. | ||
15151 | 2024.08.16 07:23:53.133136 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15152 | 2024.08.16 07:23:53.133576 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_81_16} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15153 | 2024.08.16 07:23:53.133667 [ 200 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_81_16} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15154 | 2024.08.16 07:23:53.133760 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
15155 | 2024.08.16 07:23:53.134927 [ 186 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1293 rows, containing 19 columns (19 merged, 0 gathered) in 0.015864606 sec., 81502.18164888558 rows/sec., 146.05 MiB/sec. | ||
15156 | 2024.08.16 07:23:53.136317 [ 200 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
15157 | 2024.08.16 07:23:53.136852 [ 200 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15158 | 2024.08.16 07:23:53.136935 [ 200 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
15159 | 2024.08.16 07:23:53.137047 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
15160 | 2024.08.16 07:23:54.000201 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.01 MiB, peak 218.67 MiB, free memory in arenas 0.00 B, will set to 208.94 MiB (RSS), difference: 1.93 MiB | ||
15161 | 2024.08.16 07:23:57.481719 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15162 | 2024.08.16 07:23:57.481794 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15163 | 2024.08.16 07:23:58.101848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15164 | 2024.08.16 07:23:58.102022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15165 | 2024.08.16 07:23:58.102067 [ 3 ] {} <Debug> HTTP-Session: 761cce5f-047c-4fea-9376-640e9baa07a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15166 | 2024.08.16 07:23:58.102107 [ 3 ] {} <Debug> HTTP-Session: 761cce5f-047c-4fea-9376-640e9baa07a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15167 | 2024.08.16 07:23:58.102135 [ 3 ] {} <Debug> HTTP-Session: 761cce5f-047c-4fea-9376-640e9baa07a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15168 | 2024.08.16 07:23:58.102216 [ 3 ] {} <Trace> HTTP-Session: 761cce5f-047c-4fea-9376-640e9baa07a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15169 | 2024.08.16 07:23:58.102460 [ 3 ] {9aa41037-86a9-431f-b201-d0154c56a74c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15170 | 2024.08.16 07:23:58.102527 [ 3 ] {9aa41037-86a9-431f-b201-d0154c56a74c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15171 | 2024.08.16 07:23:58.102725 [ 3 ] {9aa41037-86a9-431f-b201-d0154c56a74c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15172 | 2024.08.16 07:23:58.103220 [ 3 ] {9aa41037-86a9-431f-b201-d0154c56a74c} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15173 | 2024.08.16 07:23:58.103265 [ 3 ] {9aa41037-86a9-431f-b201-d0154c56a74c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15174 | 2024.08.16 07:23:58.103650 [ 3 ] {9aa41037-86a9-431f-b201-d0154c56a74c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
15175 | 2024.08.16 07:23:58.103989 [ 3 ] {9aa41037-86a9-431f-b201-d0154c56a74c} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15176 | 2024.08.16 07:23:58.104164 [ 3 ] {9aa41037-86a9-431f-b201-d0154c56a74c} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001761 sec., 10789.324247586599 rows/sec., 874.53 KiB/sec. | ||
15177 | 2024.08.16 07:23:58.104377 [ 3 ] {9aa41037-86a9-431f-b201-d0154c56a74c} <Debug> DynamicQueryHandler: Done processing query | ||
15178 | 2024.08.16 07:23:58.104404 [ 3 ] {9aa41037-86a9-431f-b201-d0154c56a74c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15179 | 2024.08.16 07:23:58.104420 [ 3 ] {} <Debug> HTTP-Session: 761cce5f-047c-4fea-9376-640e9baa07a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15180 | 2024.08.16 07:23:58.104579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15181 | 2024.08.16 07:23:58.104629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15182 | 2024.08.16 07:23:58.104648 [ 3 ] {} <Debug> HTTP-Session: 88176357-5cf8-4b6d-8edc-041228277924 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15183 | 2024.08.16 07:23:58.104666 [ 3 ] {} <Debug> HTTP-Session: 88176357-5cf8-4b6d-8edc-041228277924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15184 | 2024.08.16 07:23:58.104680 [ 3 ] {} <Debug> HTTP-Session: 88176357-5cf8-4b6d-8edc-041228277924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15185 | 2024.08.16 07:23:58.104710 [ 3 ] {} <Trace> HTTP-Session: 88176357-5cf8-4b6d-8edc-041228277924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15186 | 2024.08.16 07:23:58.104802 [ 3 ] {20344e2f-18d9-4fb9-9886-da03db54d2ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15187 | 2024.08.16 07:23:58.104846 [ 3 ] {20344e2f-18d9-4fb9-9886-da03db54d2ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15188 | 2024.08.16 07:23:58.104975 [ 3 ] {20344e2f-18d9-4fb9-9886-da03db54d2ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15189 | 2024.08.16 07:23:58.105286 [ 3 ] {20344e2f-18d9-4fb9-9886-da03db54d2ac} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15190 | 2024.08.16 07:23:58.105324 [ 3 ] {20344e2f-18d9-4fb9-9886-da03db54d2ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15191 | 2024.08.16 07:23:58.105625 [ 3 ] {20344e2f-18d9-4fb9-9886-da03db54d2ac} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15192 | 2024.08.16 07:23:58.105930 [ 3 ] {20344e2f-18d9-4fb9-9886-da03db54d2ac} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15193 | 2024.08.16 07:23:58.106089 [ 3 ] {20344e2f-18d9-4fb9-9886-da03db54d2ac} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001302 sec., 768.0491551459294 rows/sec., 57.00 KiB/sec. | ||
15194 | 2024.08.16 07:23:58.106368 [ 3 ] {20344e2f-18d9-4fb9-9886-da03db54d2ac} <Debug> DynamicQueryHandler: Done processing query | ||
15195 | 2024.08.16 07:23:58.106423 [ 3 ] {20344e2f-18d9-4fb9-9886-da03db54d2ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15196 | 2024.08.16 07:23:58.106473 [ 3 ] {} <Debug> HTTP-Session: 88176357-5cf8-4b6d-8edc-041228277924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15197 | 2024.08.16 07:23:58.106655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 37165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15198 | 2024.08.16 07:23:58.106704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15199 | 2024.08.16 07:23:58.106723 [ 3 ] {} <Debug> HTTP-Session: 71a779ac-4bef-4ceb-9bcd-3edc45df5919 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15200 | 2024.08.16 07:23:58.106739 [ 3 ] {} <Debug> HTTP-Session: 71a779ac-4bef-4ceb-9bcd-3edc45df5919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15201 | 2024.08.16 07:23:58.106753 [ 3 ] {} <Debug> HTTP-Session: 71a779ac-4bef-4ceb-9bcd-3edc45df5919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15202 | 2024.08.16 07:23:58.106784 [ 3 ] {} <Trace> HTTP-Session: 71a779ac-4bef-4ceb-9bcd-3edc45df5919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15203 | 2024.08.16 07:23:58.106962 [ 3 ] {d02f5592-2443-4422-a36d-e5f1b2d5f3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15204 | 2024.08.16 07:23:58.107006 [ 3 ] {d02f5592-2443-4422-a36d-e5f1b2d5f3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15205 | 2024.08.16 07:23:58.107152 [ 3 ] {d02f5592-2443-4422-a36d-e5f1b2d5f3f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15206 | 2024.08.16 07:23:58.107615 [ 3 ] {d02f5592-2443-4422-a36d-e5f1b2d5f3f0} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15207 | 2024.08.16 07:23:58.107653 [ 3 ] {d02f5592-2443-4422-a36d-e5f1b2d5f3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15208 | 2024.08.16 07:23:58.107984 [ 3 ] {d02f5592-2443-4422-a36d-e5f1b2d5f3f0} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15209 | 2024.08.16 07:23:58.108288 [ 3 ] {d02f5592-2443-4422-a36d-e5f1b2d5f3f0} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15210 | 2024.08.16 07:23:58.108454 [ 3 ] {d02f5592-2443-4422-a36d-e5f1b2d5f3f0} <Debug> executeQuery: Read 248 rows, 22.10 KiB in 0.001579 sec., 157061.4312856238 rows/sec., 13.67 MiB/sec. | ||
15211 | 2024.08.16 07:23:58.108627 [ 3 ] {d02f5592-2443-4422-a36d-e5f1b2d5f3f0} <Debug> DynamicQueryHandler: Done processing query | ||
15212 | 2024.08.16 07:23:58.108653 [ 3 ] {d02f5592-2443-4422-a36d-e5f1b2d5f3f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
15213 | 2024.08.16 07:23:58.108668 [ 3 ] {} <Debug> HTTP-Session: 71a779ac-4bef-4ceb-9bcd-3edc45df5919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15214 | 2024.08.16 07:23:58.108812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15215 | 2024.08.16 07:23:58.108859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15216 | 2024.08.16 07:23:58.108878 [ 3 ] {} <Debug> HTTP-Session: b18d999a-203c-4ed0-b8f8-eaa76bd701a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15217 | 2024.08.16 07:23:58.108895 [ 3 ] {} <Debug> HTTP-Session: b18d999a-203c-4ed0-b8f8-eaa76bd701a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15218 | 2024.08.16 07:23:58.108908 [ 3 ] {} <Debug> HTTP-Session: b18d999a-203c-4ed0-b8f8-eaa76bd701a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15219 | 2024.08.16 07:23:58.108938 [ 3 ] {} <Trace> HTTP-Session: b18d999a-203c-4ed0-b8f8-eaa76bd701a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15220 | 2024.08.16 07:23:58.109036 [ 3 ] {5f450184-0f2c-4ead-ac44-e94743ec7cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15221 | 2024.08.16 07:23:58.109077 [ 3 ] {5f450184-0f2c-4ead-ac44-e94743ec7cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15222 | 2024.08.16 07:23:58.109207 [ 3 ] {5f450184-0f2c-4ead-ac44-e94743ec7cfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15223 | 2024.08.16 07:23:58.109482 [ 3 ] {5f450184-0f2c-4ead-ac44-e94743ec7cfa} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15224 | 2024.08.16 07:23:58.109520 [ 3 ] {5f450184-0f2c-4ead-ac44-e94743ec7cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15225 | 2024.08.16 07:23:58.109822 [ 3 ] {5f450184-0f2c-4ead-ac44-e94743ec7cfa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15226 | 2024.08.16 07:23:58.110122 [ 3 ] {5f450184-0f2c-4ead-ac44-e94743ec7cfa} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15227 | 2024.08.16 07:23:58.110274 [ 3 ] {5f450184-0f2c-4ead-ac44-e94743ec7cfa} <Debug> executeQuery: Read 1 rows, 64.00 B in 0.00125 sec., 800 rows/sec., 50.00 KiB/sec. | ||
15228 | 2024.08.16 07:23:58.110442 [ 3 ] {5f450184-0f2c-4ead-ac44-e94743ec7cfa} <Debug> DynamicQueryHandler: Done processing query | ||
15229 | 2024.08.16 07:23:58.110467 [ 3 ] {5f450184-0f2c-4ead-ac44-e94743ec7cfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15230 | 2024.08.16 07:23:58.110482 [ 3 ] {} <Debug> HTTP-Session: b18d999a-203c-4ed0-b8f8-eaa76bd701a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15231 | 2024.08.16 07:23:58.110596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15232 | 2024.08.16 07:23:58.110646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15233 | 2024.08.16 07:23:58.110665 [ 3 ] {} <Debug> HTTP-Session: 706fc9f4-fe94-4fea-b86e-dcdd798c84e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15234 | 2024.08.16 07:23:58.110681 [ 3 ] {} <Debug> HTTP-Session: 706fc9f4-fe94-4fea-b86e-dcdd798c84e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15235 | 2024.08.16 07:23:58.110695 [ 3 ] {} <Debug> HTTP-Session: 706fc9f4-fe94-4fea-b86e-dcdd798c84e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15236 | 2024.08.16 07:23:58.110725 [ 3 ] {} <Trace> HTTP-Session: 706fc9f4-fe94-4fea-b86e-dcdd798c84e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15237 | 2024.08.16 07:23:58.110821 [ 3 ] {51c25f8f-8143-484d-a570-592ba96d6d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15238 | 2024.08.16 07:23:58.110862 [ 3 ] {51c25f8f-8143-484d-a570-592ba96d6d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15239 | 2024.08.16 07:23:58.110989 [ 3 ] {51c25f8f-8143-484d-a570-592ba96d6d68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15240 | 2024.08.16 07:23:58.111273 [ 3 ] {51c25f8f-8143-484d-a570-592ba96d6d68} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15241 | 2024.08.16 07:23:58.111311 [ 3 ] {51c25f8f-8143-484d-a570-592ba96d6d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15242 | 2024.08.16 07:23:58.111630 [ 3 ] {51c25f8f-8143-484d-a570-592ba96d6d68} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15243 | 2024.08.16 07:23:58.111931 [ 3 ] {51c25f8f-8143-484d-a570-592ba96d6d68} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15244 | 2024.08.16 07:23:58.112072 [ 3 ] {51c25f8f-8143-484d-a570-592ba96d6d68} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001277 sec., 10963.194988253721 rows/sec., 767.79 KiB/sec. | ||
15245 | 2024.08.16 07:23:58.112247 [ 3 ] {51c25f8f-8143-484d-a570-592ba96d6d68} <Debug> DynamicQueryHandler: Done processing query | ||
15246 | 2024.08.16 07:23:58.112271 [ 3 ] {51c25f8f-8143-484d-a570-592ba96d6d68} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15247 | 2024.08.16 07:23:58.112287 [ 3 ] {} <Debug> HTTP-Session: 706fc9f4-fe94-4fea-b86e-dcdd798c84e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15248 | 2024.08.16 07:23:58.112403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15249 | 2024.08.16 07:23:58.112451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15250 | 2024.08.16 07:23:58.112470 [ 3 ] {} <Debug> HTTP-Session: e74fbf88-d011-491b-8cc6-d0136275ae2b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15251 | 2024.08.16 07:23:58.112486 [ 3 ] {} <Debug> HTTP-Session: e74fbf88-d011-491b-8cc6-d0136275ae2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15252 | 2024.08.16 07:23:58.112500 [ 3 ] {} <Debug> HTTP-Session: e74fbf88-d011-491b-8cc6-d0136275ae2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15253 | 2024.08.16 07:23:58.112530 [ 3 ] {} <Trace> HTTP-Session: e74fbf88-d011-491b-8cc6-d0136275ae2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15254 | 2024.08.16 07:23:58.112625 [ 3 ] {0a7eebca-f103-4d4a-817b-a06362393191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15255 | 2024.08.16 07:23:58.112668 [ 3 ] {0a7eebca-f103-4d4a-817b-a06362393191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15256 | 2024.08.16 07:23:58.112797 [ 3 ] {0a7eebca-f103-4d4a-817b-a06362393191} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15257 | 2024.08.16 07:23:58.113073 [ 3 ] {0a7eebca-f103-4d4a-817b-a06362393191} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15258 | 2024.08.16 07:23:58.113112 [ 3 ] {0a7eebca-f103-4d4a-817b-a06362393191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15259 | 2024.08.16 07:23:58.113414 [ 3 ] {0a7eebca-f103-4d4a-817b-a06362393191} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15260 | 2024.08.16 07:23:58.113721 [ 3 ] {0a7eebca-f103-4d4a-817b-a06362393191} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15261 | 2024.08.16 07:23:58.113877 [ 3 ] {0a7eebca-f103-4d4a-817b-a06362393191} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001272 sec., 4716.981132075472 rows/sec., 278.69 KiB/sec. | ||
15262 | 2024.08.16 07:23:58.114046 [ 3 ] {0a7eebca-f103-4d4a-817b-a06362393191} <Debug> DynamicQueryHandler: Done processing query | ||
15263 | 2024.08.16 07:23:58.114071 [ 3 ] {0a7eebca-f103-4d4a-817b-a06362393191} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15264 | 2024.08.16 07:23:58.114086 [ 3 ] {} <Debug> HTTP-Session: e74fbf88-d011-491b-8cc6-d0136275ae2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15265 | 2024.08.16 07:23:58.114243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 66116, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15266 | 2024.08.16 07:23:58.114290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15267 | 2024.08.16 07:23:58.114308 [ 3 ] {} <Debug> HTTP-Session: 1876bc89-54c0-4178-8294-69f57ddff939 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15268 | 2024.08.16 07:23:58.114325 [ 3 ] {} <Debug> HTTP-Session: 1876bc89-54c0-4178-8294-69f57ddff939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15269 | 2024.08.16 07:23:58.114338 [ 3 ] {} <Debug> HTTP-Session: 1876bc89-54c0-4178-8294-69f57ddff939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15270 | 2024.08.16 07:23:58.114368 [ 3 ] {} <Trace> HTTP-Session: 1876bc89-54c0-4178-8294-69f57ddff939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15271 | 2024.08.16 07:23:58.114581 [ 3 ] {1e80725c-218d-4a8c-99df-a6e06df3f2ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15272 | 2024.08.16 07:23:58.114625 [ 3 ] {1e80725c-218d-4a8c-99df-a6e06df3f2ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15273 | 2024.08.16 07:23:58.114751 [ 3 ] {1e80725c-218d-4a8c-99df-a6e06df3f2ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15274 | 2024.08.16 07:23:58.115320 [ 3 ] {1e80725c-218d-4a8c-99df-a6e06df3f2ba} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15275 | 2024.08.16 07:23:58.115358 [ 3 ] {1e80725c-218d-4a8c-99df-a6e06df3f2ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15276 | 2024.08.16 07:23:58.115685 [ 3 ] {1e80725c-218d-4a8c-99df-a6e06df3f2ba} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15277 | 2024.08.16 07:23:58.116019 [ 3 ] {1e80725c-218d-4a8c-99df-a6e06df3f2ba} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15278 | 2024.08.16 07:23:58.116176 [ 3 ] {1e80725c-218d-4a8c-99df-a6e06df3f2ba} <Debug> executeQuery: Read 408 rows, 29.69 KiB in 0.001701 sec., 239858.9065255732 rows/sec., 17.05 MiB/sec. | ||
15279 | 2024.08.16 07:23:58.116366 [ 3 ] {1e80725c-218d-4a8c-99df-a6e06df3f2ba} <Debug> DynamicQueryHandler: Done processing query | ||
15280 | 2024.08.16 07:23:58.116396 [ 3 ] {1e80725c-218d-4a8c-99df-a6e06df3f2ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
15281 | 2024.08.16 07:23:58.116414 [ 3 ] {} <Debug> HTTP-Session: 1876bc89-54c0-4178-8294-69f57ddff939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15282 | 2024.08.16 07:23:58.116640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15283 | 2024.08.16 07:23:58.116695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15284 | 2024.08.16 07:23:58.116716 [ 3 ] {} <Debug> HTTP-Session: 93415d84-0205-4980-b442-99b595951334 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15285 | 2024.08.16 07:23:58.116736 [ 3 ] {} <Debug> HTTP-Session: 93415d84-0205-4980-b442-99b595951334 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15286 | 2024.08.16 07:23:58.116751 [ 3 ] {} <Debug> HTTP-Session: 93415d84-0205-4980-b442-99b595951334 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15287 | 2024.08.16 07:23:58.116783 [ 3 ] {} <Trace> HTTP-Session: 93415d84-0205-4980-b442-99b595951334 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15288 | 2024.08.16 07:23:58.116876 [ 3 ] {bf70716a-9e22-4ef6-a243-50995d406562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15289 | 2024.08.16 07:23:58.116919 [ 3 ] {bf70716a-9e22-4ef6-a243-50995d406562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15290 | 2024.08.16 07:23:58.117048 [ 3 ] {bf70716a-9e22-4ef6-a243-50995d406562} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15291 | 2024.08.16 07:23:58.117319 [ 3 ] {bf70716a-9e22-4ef6-a243-50995d406562} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15292 | 2024.08.16 07:23:58.117355 [ 3 ] {bf70716a-9e22-4ef6-a243-50995d406562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15293 | 2024.08.16 07:23:58.117713 [ 3 ] {bf70716a-9e22-4ef6-a243-50995d406562} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15294 | 2024.08.16 07:23:58.118025 [ 3 ] {bf70716a-9e22-4ef6-a243-50995d406562} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15295 | 2024.08.16 07:23:58.118173 [ 3 ] {bf70716a-9e22-4ef6-a243-50995d406562} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 237.84 KiB/sec. | ||
15296 | 2024.08.16 07:23:58.118450 [ 3 ] {bf70716a-9e22-4ef6-a243-50995d406562} <Debug> DynamicQueryHandler: Done processing query | ||
15297 | 2024.08.16 07:23:58.118501 [ 3 ] {bf70716a-9e22-4ef6-a243-50995d406562} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15298 | 2024.08.16 07:23:58.118545 [ 3 ] {} <Debug> HTTP-Session: 93415d84-0205-4980-b442-99b595951334 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15299 | 2024.08.16 07:23:58.118744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44771, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15300 | 2024.08.16 07:23:58.118793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15301 | 2024.08.16 07:23:58.118812 [ 3 ] {} <Debug> HTTP-Session: 4e8201ae-456c-40af-aa8a-fcf500ea37c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15302 | 2024.08.16 07:23:58.118830 [ 3 ] {} <Debug> HTTP-Session: 4e8201ae-456c-40af-aa8a-fcf500ea37c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15303 | 2024.08.16 07:23:58.118843 [ 3 ] {} <Debug> HTTP-Session: 4e8201ae-456c-40af-aa8a-fcf500ea37c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15304 | 2024.08.16 07:23:58.118874 [ 3 ] {} <Trace> HTTP-Session: 4e8201ae-456c-40af-aa8a-fcf500ea37c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15305 | 2024.08.16 07:23:58.119063 [ 3 ] {ecbd725c-2e05-4b51-b304-e87ed7168f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15306 | 2024.08.16 07:23:58.119112 [ 3 ] {ecbd725c-2e05-4b51-b304-e87ed7168f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15307 | 2024.08.16 07:23:58.119279 [ 3 ] {ecbd725c-2e05-4b51-b304-e87ed7168f6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15308 | 2024.08.16 07:23:58.119736 [ 3 ] {ecbd725c-2e05-4b51-b304-e87ed7168f6e} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15309 | 2024.08.16 07:23:58.119775 [ 3 ] {ecbd725c-2e05-4b51-b304-e87ed7168f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15310 | 2024.08.16 07:23:58.120153 [ 3 ] {ecbd725c-2e05-4b51-b304-e87ed7168f6e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15311 | 2024.08.16 07:23:58.120494 [ 3 ] {ecbd725c-2e05-4b51-b304-e87ed7168f6e} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15312 | 2024.08.16 07:23:58.120656 [ 3 ] {ecbd725c-2e05-4b51-b304-e87ed7168f6e} <Debug> executeQuery: Read 238 rows, 16.33 KiB in 0.001699 sec., 140082.40141259565 rows/sec., 9.39 MiB/sec. | ||
15313 | 2024.08.16 07:23:58.120835 [ 3 ] {ecbd725c-2e05-4b51-b304-e87ed7168f6e} <Debug> DynamicQueryHandler: Done processing query | ||
15314 | 2024.08.16 07:23:58.120860 [ 3 ] {ecbd725c-2e05-4b51-b304-e87ed7168f6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15315 | 2024.08.16 07:23:58.120875 [ 3 ] {} <Debug> HTTP-Session: 4e8201ae-456c-40af-aa8a-fcf500ea37c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15316 | 2024.08.16 07:23:58.121034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15317 | 2024.08.16 07:23:58.121081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15318 | 2024.08.16 07:23:58.121100 [ 3 ] {} <Debug> HTTP-Session: 93a2fe71-522d-4be1-bce4-660aa817dacd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15319 | 2024.08.16 07:23:58.121116 [ 3 ] {} <Debug> HTTP-Session: 93a2fe71-522d-4be1-bce4-660aa817dacd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15320 | 2024.08.16 07:23:58.121130 [ 3 ] {} <Debug> HTTP-Session: 93a2fe71-522d-4be1-bce4-660aa817dacd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15321 | 2024.08.16 07:23:58.121160 [ 3 ] {} <Trace> HTTP-Session: 93a2fe71-522d-4be1-bce4-660aa817dacd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15322 | 2024.08.16 07:23:58.121250 [ 3 ] {7e5b49f5-cd43-4927-a59c-4004db2a3e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15323 | 2024.08.16 07:23:58.121294 [ 3 ] {7e5b49f5-cd43-4927-a59c-4004db2a3e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15324 | 2024.08.16 07:23:58.121421 [ 3 ] {7e5b49f5-cd43-4927-a59c-4004db2a3e6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15325 | 2024.08.16 07:23:58.121679 [ 3 ] {7e5b49f5-cd43-4927-a59c-4004db2a3e6b} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15326 | 2024.08.16 07:23:58.121717 [ 3 ] {7e5b49f5-cd43-4927-a59c-4004db2a3e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15327 | 2024.08.16 07:23:58.122064 [ 3 ] {7e5b49f5-cd43-4927-a59c-4004db2a3e6b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15328 | 2024.08.16 07:23:58.122379 [ 3 ] {7e5b49f5-cd43-4927-a59c-4004db2a3e6b} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15329 | 2024.08.16 07:23:58.122548 [ 3 ] {7e5b49f5-cd43-4927-a59c-4004db2a3e6b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001311 sec., 762.7765064836002 rows/sec., 51.40 KiB/sec. | ||
15330 | 2024.08.16 07:23:58.122822 [ 3 ] {7e5b49f5-cd43-4927-a59c-4004db2a3e6b} <Debug> DynamicQueryHandler: Done processing query | ||
15331 | 2024.08.16 07:23:58.122866 [ 3 ] {7e5b49f5-cd43-4927-a59c-4004db2a3e6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15332 | 2024.08.16 07:23:58.122883 [ 3 ] {} <Debug> HTTP-Session: 93a2fe71-522d-4be1-bce4-660aa817dacd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15333 | 2024.08.16 07:23:58.123013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15334 | 2024.08.16 07:23:58.123061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15335 | 2024.08.16 07:23:58.123080 [ 3 ] {} <Debug> HTTP-Session: c0a0c84f-6cc0-4e36-889c-3b4ef5373292 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15336 | 2024.08.16 07:23:58.123097 [ 3 ] {} <Debug> HTTP-Session: c0a0c84f-6cc0-4e36-889c-3b4ef5373292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15337 | 2024.08.16 07:23:58.123111 [ 3 ] {} <Debug> HTTP-Session: c0a0c84f-6cc0-4e36-889c-3b4ef5373292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15338 | 2024.08.16 07:23:58.123141 [ 3 ] {} <Trace> HTTP-Session: c0a0c84f-6cc0-4e36-889c-3b4ef5373292 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15339 | 2024.08.16 07:23:58.123397 [ 3 ] {0f440858-1c56-424f-81fc-487eb8826a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15340 | 2024.08.16 07:23:58.123465 [ 3 ] {0f440858-1c56-424f-81fc-487eb8826a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15341 | 2024.08.16 07:23:58.123892 [ 3 ] {0f440858-1c56-424f-81fc-487eb8826a8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15342 | 2024.08.16 07:23:58.124505 [ 3 ] {0f440858-1c56-424f-81fc-487eb8826a8e} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15343 | 2024.08.16 07:23:58.124542 [ 3 ] {0f440858-1c56-424f-81fc-487eb8826a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15344 | 2024.08.16 07:23:58.125142 [ 3 ] {0f440858-1c56-424f-81fc-487eb8826a8e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
15345 | 2024.08.16 07:23:58.125553 [ 3 ] {0f440858-1c56-424f-81fc-487eb8826a8e} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15346 | 2024.08.16 07:23:58.125766 [ 3 ] {0f440858-1c56-424f-81fc-487eb8826a8e} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002544 sec., 7468.553459119497 rows/sec., 13.38 MiB/sec. | ||
15347 | 2024.08.16 07:23:58.125994 [ 3 ] {0f440858-1c56-424f-81fc-487eb8826a8e} <Debug> DynamicQueryHandler: Done processing query | ||
15348 | 2024.08.16 07:23:58.126019 [ 3 ] {0f440858-1c56-424f-81fc-487eb8826a8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
15349 | 2024.08.16 07:23:58.126034 [ 3 ] {} <Debug> HTTP-Session: c0a0c84f-6cc0-4e36-889c-3b4ef5373292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15350 | 2024.08.16 07:23:58.126173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15351 | 2024.08.16 07:23:58.126221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15352 | 2024.08.16 07:23:58.126239 [ 3 ] {} <Debug> HTTP-Session: 46e98b24-b278-4df2-a4ce-7536566b0108 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15353 | 2024.08.16 07:23:58.126256 [ 3 ] {} <Debug> HTTP-Session: 46e98b24-b278-4df2-a4ce-7536566b0108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15354 | 2024.08.16 07:23:58.126270 [ 3 ] {} <Debug> HTTP-Session: 46e98b24-b278-4df2-a4ce-7536566b0108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15355 | 2024.08.16 07:23:58.126301 [ 3 ] {} <Trace> HTTP-Session: 46e98b24-b278-4df2-a4ce-7536566b0108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15356 | 2024.08.16 07:23:58.126427 [ 3 ] {3d094245-9abe-4471-be55-495ab4c0f899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15357 | 2024.08.16 07:23:58.126470 [ 3 ] {3d094245-9abe-4471-be55-495ab4c0f899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15358 | 2024.08.16 07:23:58.126596 [ 3 ] {3d094245-9abe-4471-be55-495ab4c0f899} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15359 | 2024.08.16 07:23:58.126897 [ 3 ] {3d094245-9abe-4471-be55-495ab4c0f899} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15360 | 2024.08.16 07:23:58.126935 [ 3 ] {3d094245-9abe-4471-be55-495ab4c0f899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15361 | 2024.08.16 07:23:58.127302 [ 3 ] {3d094245-9abe-4471-be55-495ab4c0f899} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15362 | 2024.08.16 07:23:58.127620 [ 3 ] {3d094245-9abe-4471-be55-495ab4c0f899} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15363 | 2024.08.16 07:23:58.127774 [ 3 ] {3d094245-9abe-4471-be55-495ab4c0f899} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001397 sec., 58697.20830350751 rows/sec., 3.73 MiB/sec. | ||
15364 | 2024.08.16 07:23:58.128022 [ 3 ] {3d094245-9abe-4471-be55-495ab4c0f899} <Debug> DynamicQueryHandler: Done processing query | ||
15365 | 2024.08.16 07:23:58.128084 [ 3 ] {3d094245-9abe-4471-be55-495ab4c0f899} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15366 | 2024.08.16 07:23:58.128138 [ 3 ] {} <Debug> HTTP-Session: 46e98b24-b278-4df2-a4ce-7536566b0108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15367 | 2024.08.16 07:24:03.103274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15368 | 2024.08.16 07:24:03.103474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15369 | 2024.08.16 07:24:03.103509 [ 3 ] {} <Debug> HTTP-Session: 66f04195-0914-415b-a1c5-a0a2c53fbce3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15370 | 2024.08.16 07:24:03.103547 [ 3 ] {} <Debug> HTTP-Session: 66f04195-0914-415b-a1c5-a0a2c53fbce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15371 | 2024.08.16 07:24:03.103568 [ 3 ] {} <Debug> HTTP-Session: 66f04195-0914-415b-a1c5-a0a2c53fbce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15372 | 2024.08.16 07:24:03.103660 [ 3 ] {} <Trace> HTTP-Session: 66f04195-0914-415b-a1c5-a0a2c53fbce3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15373 | 2024.08.16 07:24:03.103959 [ 3 ] {11c2b50e-a39e-46ee-8738-80d805d8ed85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15374 | 2024.08.16 07:24:03.104056 [ 3 ] {11c2b50e-a39e-46ee-8738-80d805d8ed85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15375 | 2024.08.16 07:24:03.104348 [ 3 ] {11c2b50e-a39e-46ee-8738-80d805d8ed85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15376 | 2024.08.16 07:24:03.104983 [ 3 ] {11c2b50e-a39e-46ee-8738-80d805d8ed85} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15377 | 2024.08.16 07:24:03.105034 [ 3 ] {11c2b50e-a39e-46ee-8738-80d805d8ed85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15378 | 2024.08.16 07:24:03.105573 [ 3 ] {11c2b50e-a39e-46ee-8738-80d805d8ed85} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
15379 | 2024.08.16 07:24:03.106043 [ 3 ] {11c2b50e-a39e-46ee-8738-80d805d8ed85} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15380 | 2024.08.16 07:24:03.106241 [ 3 ] {11c2b50e-a39e-46ee-8738-80d805d8ed85} <Debug> executeQuery: Read 34 rows, 2.76 KiB in 0.002373 sec., 14327.855035819637 rows/sec., 1.13 MiB/sec. | ||
15381 | 2024.08.16 07:24:03.106672 [ 3 ] {11c2b50e-a39e-46ee-8738-80d805d8ed85} <Debug> DynamicQueryHandler: Done processing query | ||
15382 | 2024.08.16 07:24:03.106733 [ 3 ] {11c2b50e-a39e-46ee-8738-80d805d8ed85} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15383 | 2024.08.16 07:24:03.106765 [ 3 ] {} <Debug> HTTP-Session: 66f04195-0914-415b-a1c5-a0a2c53fbce3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15384 | 2024.08.16 07:24:03.106963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15385 | 2024.08.16 07:24:03.107046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15386 | 2024.08.16 07:24:03.107076 [ 3 ] {} <Debug> HTTP-Session: c37cbff0-c53f-4c25-833c-4573197955ea Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15387 | 2024.08.16 07:24:03.107100 [ 3 ] {} <Debug> HTTP-Session: c37cbff0-c53f-4c25-833c-4573197955ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15388 | 2024.08.16 07:24:03.107121 [ 3 ] {} <Debug> HTTP-Session: c37cbff0-c53f-4c25-833c-4573197955ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15389 | 2024.08.16 07:24:03.107173 [ 3 ] {} <Trace> HTTP-Session: c37cbff0-c53f-4c25-833c-4573197955ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15390 | 2024.08.16 07:24:03.107327 [ 3 ] {331d6dfe-5aff-4f7b-9ac6-057ec007925d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15391 | 2024.08.16 07:24:03.107401 [ 3 ] {331d6dfe-5aff-4f7b-9ac6-057ec007925d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15392 | 2024.08.16 07:24:03.107629 [ 3 ] {331d6dfe-5aff-4f7b-9ac6-057ec007925d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15393 | 2024.08.16 07:24:03.108054 [ 3 ] {331d6dfe-5aff-4f7b-9ac6-057ec007925d} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15394 | 2024.08.16 07:24:03.108106 [ 3 ] {331d6dfe-5aff-4f7b-9ac6-057ec007925d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15395 | 2024.08.16 07:24:03.108549 [ 3 ] {331d6dfe-5aff-4f7b-9ac6-057ec007925d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15396 | 2024.08.16 07:24:03.108981 [ 3 ] {331d6dfe-5aff-4f7b-9ac6-057ec007925d} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15397 | 2024.08.16 07:24:03.109148 [ 29 ] {} <Debug> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
15398 | 2024.08.16 07:24:03.109159 [ 3 ] {331d6dfe-5aff-4f7b-9ac6-057ec007925d} <Debug> executeQuery: Read 4 rows, 319.00 B in 0.001872 sec., 2136.7521367521367 rows/sec., 166.41 KiB/sec. | ||
15399 | 2024.08.16 07:24:03.109197 [ 29 ] {} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15400 | 2024.08.16 07:24:03.109243 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15401 | 2024.08.16 07:24:03.109479 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
15402 | 2024.08.16 07:24:03.109498 [ 3 ] {331d6dfe-5aff-4f7b-9ac6-057ec007925d} <Debug> DynamicQueryHandler: Done processing query | ||
15403 | 2024.08.16 07:24:03.109617 [ 3 ] {331d6dfe-5aff-4f7b-9ac6-057ec007925d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15404 | 2024.08.16 07:24:03.109651 [ 3 ] {} <Debug> HTTP-Session: c37cbff0-c53f-4c25-833c-4573197955ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15405 | 2024.08.16 07:24:03.109799 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15406 | 2024.08.16 07:24:03.109858 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 16 rows starting from the beginning of the part | ||
15407 | 2024.08.16 07:24:03.110054 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
15408 | 2024.08.16 07:24:03.110081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 23926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15409 | 2024.08.16 07:24:03.110298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15410 | 2024.08.16 07:24:03.110439 [ 3 ] {} <Debug> HTTP-Session: 0ad09f27-4291-47bd-bb37-197001cebbbb Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15411 | 2024.08.16 07:24:03.110505 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
15412 | 2024.08.16 07:24:03.110548 [ 3 ] {} <Debug> HTTP-Session: 0ad09f27-4291-47bd-bb37-197001cebbbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15413 | 2024.08.16 07:24:03.110637 [ 3 ] {} <Debug> HTTP-Session: 0ad09f27-4291-47bd-bb37-197001cebbbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15414 | 2024.08.16 07:24:03.110805 [ 3 ] {} <Trace> HTTP-Session: 0ad09f27-4291-47bd-bb37-197001cebbbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15415 | 2024.08.16 07:24:03.110969 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
15416 | 2024.08.16 07:24:03.111346 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
15417 | 2024.08.16 07:24:03.111360 [ 3 ] {e7f9198a-970e-45ee-afa0-9bb2c05e6b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15418 | 2024.08.16 07:24:03.111548 [ 3 ] {e7f9198a-970e-45ee-afa0-9bb2c05e6b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15419 | 2024.08.16 07:24:03.111796 [ 189 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
15420 | 2024.08.16 07:24:03.112584 [ 3 ] {e7f9198a-970e-45ee-afa0-9bb2c05e6b18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15421 | 2024.08.16 07:24:03.113637 [ 3 ] {e7f9198a-970e-45ee-afa0-9bb2c05e6b18} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15422 | 2024.08.16 07:24:03.113728 [ 3 ] {e7f9198a-970e-45ee-afa0-9bb2c05e6b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15423 | 2024.08.16 07:24:03.114762 [ 3 ] {e7f9198a-970e-45ee-afa0-9bb2c05e6b18} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15424 | 2024.08.16 07:24:03.115582 [ 186 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.006202354 sec., 5320.560548462729 rows/sec., 427.95 KiB/sec. | ||
15425 | 2024.08.16 07:24:03.115825 [ 3 ] {e7f9198a-970e-45ee-afa0-9bb2c05e6b18} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15426 | 2024.08.16 07:24:03.115868 [ 187 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
15427 | 2024.08.16 07:24:03.116069 [ 29 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15428 | 2024.08.16 07:24:03.116076 [ 3 ] {e7f9198a-970e-45ee-afa0-9bb2c05e6b18} <Debug> executeQuery: Read 163 rows, 14.01 KiB in 0.004979 sec., 32737.497489455716 rows/sec., 2.75 MiB/sec. | ||
15429 | 2024.08.16 07:24:03.116136 [ 29 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15430 | 2024.08.16 07:24:03.116228 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15431 | 2024.08.16 07:24:03.116856 [ 3 ] {e7f9198a-970e-45ee-afa0-9bb2c05e6b18} <Debug> DynamicQueryHandler: Done processing query | ||
15432 | 2024.08.16 07:24:03.116946 [ 3 ] {e7f9198a-970e-45ee-afa0-9bb2c05e6b18} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15433 | 2024.08.16 07:24:03.116955 [ 193 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
15434 | 2024.08.16 07:24:03.116992 [ 3 ] {} <Debug> HTTP-Session: 0ad09f27-4291-47bd-bb37-197001cebbbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15435 | 2024.08.16 07:24:03.117408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15436 | 2024.08.16 07:24:03.117444 [ 193 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15437 | 2024.08.16 07:24:03.117545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15438 | 2024.08.16 07:24:03.117547 [ 187 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_38_8} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15439 | 2024.08.16 07:24:03.117579 [ 193 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1475 rows starting from the beginning of the part | ||
15440 | 2024.08.16 07:24:03.117604 [ 3 ] {} <Debug> HTTP-Session: 0b8c69ca-8f0a-43fa-b8d4-e92e48308314 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15441 | 2024.08.16 07:24:03.117682 [ 3 ] {} <Debug> HTTP-Session: 0b8c69ca-8f0a-43fa-b8d4-e92e48308314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15442 | 2024.08.16 07:24:03.117753 [ 3 ] {} <Debug> HTTP-Session: 0b8c69ca-8f0a-43fa-b8d4-e92e48308314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15443 | 2024.08.16 07:24:03.117844 [ 187 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_38_8} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
15444 | 2024.08.16 07:24:03.117926 [ 3 ] {} <Trace> HTTP-Session: 0b8c69ca-8f0a-43fa-b8d4-e92e48308314 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15445 | 2024.08.16 07:24:03.118116 [ 193 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1387 rows starting from the beginning of the part | ||
15446 | 2024.08.16 07:24:03.118239 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15447 | 2024.08.16 07:24:03.118406 [ 3 ] {6bbb0e3f-30c5-4760-8582-2204b5dae405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15448 | 2024.08.16 07:24:03.118662 [ 3 ] {6bbb0e3f-30c5-4760-8582-2204b5dae405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15449 | 2024.08.16 07:24:03.118682 [ 193 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 30 rows starting from the beginning of the part | ||
15450 | 2024.08.16 07:24:03.119255 [ 193 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 150 rows starting from the beginning of the part | ||
15451 | 2024.08.16 07:24:03.119683 [ 193 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 248 rows starting from the beginning of the part | ||
15452 | 2024.08.16 07:24:03.119991 [ 3 ] {6bbb0e3f-30c5-4760-8582-2204b5dae405} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15453 | 2024.08.16 07:24:03.120074 [ 193 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 163 rows starting from the beginning of the part | ||
15454 | 2024.08.16 07:24:03.121016 [ 3 ] {6bbb0e3f-30c5-4760-8582-2204b5dae405} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15455 | 2024.08.16 07:24:03.121081 [ 3 ] {6bbb0e3f-30c5-4760-8582-2204b5dae405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15456 | 2024.08.16 07:24:03.121907 [ 3 ] {6bbb0e3f-30c5-4760-8582-2204b5dae405} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15457 | 2024.08.16 07:24:03.122986 [ 3 ] {6bbb0e3f-30c5-4760-8582-2204b5dae405} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15458 | 2024.08.16 07:24:03.123364 [ 29 ] {} <Debug> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
15459 | 2024.08.16 07:24:03.123374 [ 3 ] {6bbb0e3f-30c5-4760-8582-2204b5dae405} <Debug> executeQuery: Read 4 rows, 271.00 B in 0.005153 sec., 776.2468464971862 rows/sec., 51.36 KiB/sec. | ||
15460 | 2024.08.16 07:24:03.123422 [ 29 ] {} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15461 | 2024.08.16 07:24:03.123485 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15462 | 2024.08.16 07:24:03.123763 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
15463 | 2024.08.16 07:24:03.123791 [ 3 ] {6bbb0e3f-30c5-4760-8582-2204b5dae405} <Debug> DynamicQueryHandler: Done processing query | ||
15464 | 2024.08.16 07:24:03.123850 [ 3 ] {6bbb0e3f-30c5-4760-8582-2204b5dae405} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15465 | 2024.08.16 07:24:03.123889 [ 3 ] {} <Debug> HTTP-Session: 0b8c69ca-8f0a-43fa-b8d4-e92e48308314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15466 | 2024.08.16 07:24:03.124056 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15467 | 2024.08.16 07:24:03.124143 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 16 rows starting from the beginning of the part | ||
15468 | 2024.08.16 07:24:03.124190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 20736, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15469 | 2024.08.16 07:24:03.124428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15470 | 2024.08.16 07:24:03.124580 [ 3 ] {} <Debug> HTTP-Session: d50c77f0-31bb-4f96-8b32-25c54619c8de Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15471 | 2024.08.16 07:24:03.124639 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
15472 | 2024.08.16 07:24:03.124669 [ 3 ] {} <Debug> HTTP-Session: d50c77f0-31bb-4f96-8b32-25c54619c8de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15473 | 2024.08.16 07:24:03.124762 [ 3 ] {} <Debug> HTTP-Session: d50c77f0-31bb-4f96-8b32-25c54619c8de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15474 | 2024.08.16 07:24:03.124985 [ 3 ] {} <Trace> HTTP-Session: d50c77f0-31bb-4f96-8b32-25c54619c8de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15475 | 2024.08.16 07:24:03.125146 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
15476 | 2024.08.16 07:24:03.125789 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
15477 | 2024.08.16 07:24:03.125815 [ 3 ] {c3ef8ff8-9a3a-4862-9b68-66f8e8310061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15478 | 2024.08.16 07:24:03.126086 [ 3 ] {c3ef8ff8-9a3a-4862-9b68-66f8e8310061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15479 | 2024.08.16 07:24:03.126235 [ 190 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3453 rows, containing 4 columns (4 merged, 0 gathered) in 0.009806827 sec., 352101.6532666478 rows/sec., 29.42 MiB/sec. | ||
15480 | 2024.08.16 07:24:03.126350 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
15481 | 2024.08.16 07:24:03.126889 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
15482 | 2024.08.16 07:24:03.127624 [ 3 ] {c3ef8ff8-9a3a-4862-9b68-66f8e8310061} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15483 | 2024.08.16 07:24:03.127657 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15484 | 2024.08.16 07:24:03.129876 [ 3 ] {c3ef8ff8-9a3a-4862-9b68-66f8e8310061} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15485 | 2024.08.16 07:24:03.129957 [ 3 ] {c3ef8ff8-9a3a-4862-9b68-66f8e8310061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15486 | 2024.08.16 07:24:03.130451 [ 196 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_86_17} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15487 | 2024.08.16 07:24:03.131205 [ 196 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_86_17} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15488 | 2024.08.16 07:24:03.131701 [ 3 ] {c3ef8ff8-9a3a-4862-9b68-66f8e8310061} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15489 | 2024.08.16 07:24:03.131736 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
15490 | 2024.08.16 07:24:03.132785 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.009160741 sec., 3602.328676250098 rows/sec., 247.53 KiB/sec. | ||
15491 | 2024.08.16 07:24:03.132894 [ 3 ] {c3ef8ff8-9a3a-4862-9b68-66f8e8310061} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15492 | 2024.08.16 07:24:03.133119 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
15493 | 2024.08.16 07:24:03.133198 [ 29 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15494 | 2024.08.16 07:24:03.133201 [ 3 ] {c3ef8ff8-9a3a-4862-9b68-66f8e8310061} <Debug> executeQuery: Read 123 rows, 9.71 KiB in 0.007831 sec., 15706.806282722515 rows/sec., 1.21 MiB/sec. | ||
15495 | 2024.08.16 07:24:03.133313 [ 29 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15496 | 2024.08.16 07:24:03.133464 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15497 | 2024.08.16 07:24:03.133802 [ 3 ] {c3ef8ff8-9a3a-4862-9b68-66f8e8310061} <Debug> DynamicQueryHandler: Done processing query | ||
15498 | 2024.08.16 07:24:03.133910 [ 3 ] {c3ef8ff8-9a3a-4862-9b68-66f8e8310061} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15499 | 2024.08.16 07:24:03.134052 [ 3 ] {} <Debug> HTTP-Session: d50c77f0-31bb-4f96-8b32-25c54619c8de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15500 | 2024.08.16 07:24:03.134322 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
15501 | 2024.08.16 07:24:03.134487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 31129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15502 | 2024.08.16 07:24:03.134668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15503 | 2024.08.16 07:24:03.134791 [ 3 ] {} <Debug> HTTP-Session: 7aa4056b-6619-4963-bfd6-a6c02ad1bbba Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15504 | 2024.08.16 07:24:03.134865 [ 3 ] {} <Debug> HTTP-Session: 7aa4056b-6619-4963-bfd6-a6c02ad1bbba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15505 | 2024.08.16 07:24:03.134943 [ 3 ] {} <Debug> HTTP-Session: 7aa4056b-6619-4963-bfd6-a6c02ad1bbba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15506 | 2024.08.16 07:24:03.135092 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15507 | 2024.08.16 07:24:03.135126 [ 3 ] {} <Trace> HTTP-Session: 7aa4056b-6619-4963-bfd6-a6c02ad1bbba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15508 | 2024.08.16 07:24:03.135144 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_38_8} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15509 | 2024.08.16 07:24:03.135235 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 921 rows starting from the beginning of the part | ||
15510 | 2024.08.16 07:24:03.135526 [ 186 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_38_8} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
15511 | 2024.08.16 07:24:03.135748 [ 3 ] {50f33314-2e06-46dc-a90f-71b4e0f308bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15512 | 2024.08.16 07:24:03.135962 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 859 rows starting from the beginning of the part | ||
15513 | 2024.08.16 07:24:03.136027 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15514 | 2024.08.16 07:24:03.136031 [ 3 ] {50f33314-2e06-46dc-a90f-71b4e0f308bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15515 | 2024.08.16 07:24:03.136463 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 36 rows starting from the beginning of the part | ||
15516 | 2024.08.16 07:24:03.137049 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 113 rows starting from the beginning of the part | ||
15517 | 2024.08.16 07:24:03.137480 [ 3 ] {50f33314-2e06-46dc-a90f-71b4e0f308bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15518 | 2024.08.16 07:24:03.137548 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 408 rows starting from the beginning of the part | ||
15519 | 2024.08.16 07:24:03.137991 [ 196 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 123 rows starting from the beginning of the part | ||
15520 | 2024.08.16 07:24:03.139094 [ 3 ] {50f33314-2e06-46dc-a90f-71b4e0f308bb} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15521 | 2024.08.16 07:24:03.139199 [ 3 ] {50f33314-2e06-46dc-a90f-71b4e0f308bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15522 | 2024.08.16 07:24:03.140493 [ 3 ] {50f33314-2e06-46dc-a90f-71b4e0f308bb} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15523 | 2024.08.16 07:24:03.141659 [ 3 ] {50f33314-2e06-46dc-a90f-71b4e0f308bb} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15524 | 2024.08.16 07:24:03.141900 [ 3 ] {50f33314-2e06-46dc-a90f-71b4e0f308bb} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.006506 sec., 25053.796495542578 rows/sec., 1.74 MiB/sec. | ||
15525 | 2024.08.16 07:24:03.142598 [ 3 ] {50f33314-2e06-46dc-a90f-71b4e0f308bb} <Debug> DynamicQueryHandler: Done processing query | ||
15526 | 2024.08.16 07:24:03.142642 [ 3 ] {50f33314-2e06-46dc-a90f-71b4e0f308bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15527 | 2024.08.16 07:24:03.142664 [ 194 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2460 rows, containing 4 columns (4 merged, 0 gathered) in 0.009048459 sec., 271869.4973365078 rows/sec., 19.80 MiB/sec. | ||
15528 | 2024.08.16 07:24:03.142680 [ 3 ] {} <Debug> HTTP-Session: 7aa4056b-6619-4963-bfd6-a6c02ad1bbba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15529 | 2024.08.16 07:24:03.143015 [ 191 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15530 | 2024.08.16 07:24:03.143052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 55307, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15531 | 2024.08.16 07:24:03.143142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15532 | 2024.08.16 07:24:03.143172 [ 3 ] {} <Debug> HTTP-Session: 5aba41ab-cd0f-41bf-adf5-5d39c0ad32b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15533 | 2024.08.16 07:24:03.143200 [ 3 ] {} <Debug> HTTP-Session: 5aba41ab-cd0f-41bf-adf5-5d39c0ad32b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15534 | 2024.08.16 07:24:03.143227 [ 3 ] {} <Debug> HTTP-Session: 5aba41ab-cd0f-41bf-adf5-5d39c0ad32b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15535 | 2024.08.16 07:24:03.143289 [ 3 ] {} <Trace> HTTP-Session: 5aba41ab-cd0f-41bf-adf5-5d39c0ad32b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15536 | 2024.08.16 07:24:03.143707 [ 191 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_86_17} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15537 | 2024.08.16 07:24:03.143814 [ 191 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_86_17} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15538 | 2024.08.16 07:24:03.143944 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
15539 | 2024.08.16 07:24:03.144059 [ 3 ] {a30d795c-0a7d-440b-9185-014553681b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15540 | 2024.08.16 07:24:03.144167 [ 3 ] {a30d795c-0a7d-440b-9185-014553681b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15541 | 2024.08.16 07:24:03.144803 [ 3 ] {a30d795c-0a7d-440b-9185-014553681b76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15542 | 2024.08.16 07:24:03.145804 [ 3 ] {a30d795c-0a7d-440b-9185-014553681b76} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15543 | 2024.08.16 07:24:03.145860 [ 3 ] {a30d795c-0a7d-440b-9185-014553681b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15544 | 2024.08.16 07:24:03.146830 [ 3 ] {a30d795c-0a7d-440b-9185-014553681b76} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
15545 | 2024.08.16 07:24:03.147452 [ 3 ] {a30d795c-0a7d-440b-9185-014553681b76} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15546 | 2024.08.16 07:24:03.147724 [ 3 ] {a30d795c-0a7d-440b-9185-014553681b76} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.004234 sec., 8030.23145961266 rows/sec., 14.39 MiB/sec. | ||
15547 | 2024.08.16 07:24:03.148058 [ 3 ] {a30d795c-0a7d-440b-9185-014553681b76} <Debug> DynamicQueryHandler: Done processing query | ||
15548 | 2024.08.16 07:24:03.148096 [ 3 ] {a30d795c-0a7d-440b-9185-014553681b76} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
15549 | 2024.08.16 07:24:03.148120 [ 3 ] {} <Debug> HTTP-Session: 5aba41ab-cd0f-41bf-adf5-5d39c0ad32b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15550 | 2024.08.16 07:24:03.148294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15551 | 2024.08.16 07:24:03.148368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15552 | 2024.08.16 07:24:03.148395 [ 3 ] {} <Debug> HTTP-Session: acccc9ec-5c60-4f7c-bb4c-14c28d3ce6e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15553 | 2024.08.16 07:24:03.148420 [ 3 ] {} <Debug> HTTP-Session: acccc9ec-5c60-4f7c-bb4c-14c28d3ce6e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15554 | 2024.08.16 07:24:03.148438 [ 3 ] {} <Debug> HTTP-Session: acccc9ec-5c60-4f7c-bb4c-14c28d3ce6e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15555 | 2024.08.16 07:24:03.148479 [ 3 ] {} <Trace> HTTP-Session: acccc9ec-5c60-4f7c-bb4c-14c28d3ce6e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15556 | 2024.08.16 07:24:03.148614 [ 3 ] {64cad2fe-0ecd-43ea-843f-d703a3312d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15557 | 2024.08.16 07:24:03.148677 [ 3 ] {64cad2fe-0ecd-43ea-843f-d703a3312d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15558 | 2024.08.16 07:24:03.148855 [ 3 ] {64cad2fe-0ecd-43ea-843f-d703a3312d6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15559 | 2024.08.16 07:24:03.149287 [ 3 ] {64cad2fe-0ecd-43ea-843f-d703a3312d6e} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15560 | 2024.08.16 07:24:03.149342 [ 3 ] {64cad2fe-0ecd-43ea-843f-d703a3312d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15561 | 2024.08.16 07:24:03.149876 [ 3 ] {64cad2fe-0ecd-43ea-843f-d703a3312d6e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
15562 | 2024.08.16 07:24:03.150372 [ 3 ] {64cad2fe-0ecd-43ea-843f-d703a3312d6e} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15563 | 2024.08.16 07:24:03.150613 [ 3 ] {64cad2fe-0ecd-43ea-843f-d703a3312d6e} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.002021 sec., 4453.240969816923 rows/sec., 314.57 KiB/sec. | ||
15564 | 2024.08.16 07:24:03.150877 [ 3 ] {64cad2fe-0ecd-43ea-843f-d703a3312d6e} <Debug> DynamicQueryHandler: Done processing query | ||
15565 | 2024.08.16 07:24:03.150911 [ 3 ] {64cad2fe-0ecd-43ea-843f-d703a3312d6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15566 | 2024.08.16 07:24:03.150933 [ 3 ] {} <Debug> HTTP-Session: acccc9ec-5c60-4f7c-bb4c-14c28d3ce6e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15567 | 2024.08.16 07:24:03.151127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15568 | 2024.08.16 07:24:03.151202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15569 | 2024.08.16 07:24:03.151232 [ 3 ] {} <Debug> HTTP-Session: 57823c1c-8551-4791-8ff3-c052d695ac49 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15570 | 2024.08.16 07:24:03.151257 [ 3 ] {} <Debug> HTTP-Session: 57823c1c-8551-4791-8ff3-c052d695ac49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15571 | 2024.08.16 07:24:03.151277 [ 3 ] {} <Debug> HTTP-Session: 57823c1c-8551-4791-8ff3-c052d695ac49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15572 | 2024.08.16 07:24:03.151322 [ 3 ] {} <Trace> HTTP-Session: 57823c1c-8551-4791-8ff3-c052d695ac49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15573 | 2024.08.16 07:24:03.151492 [ 3 ] {6d6c75a6-89a3-45a3-8ba9-459ff0fec1aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15574 | 2024.08.16 07:24:03.151562 [ 3 ] {6d6c75a6-89a3-45a3-8ba9-459ff0fec1aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15575 | 2024.08.16 07:24:03.151749 [ 3 ] {6d6c75a6-89a3-45a3-8ba9-459ff0fec1aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15576 | 2024.08.16 07:24:03.152193 [ 3 ] {6d6c75a6-89a3-45a3-8ba9-459ff0fec1aa} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15577 | 2024.08.16 07:24:03.152253 [ 3 ] {6d6c75a6-89a3-45a3-8ba9-459ff0fec1aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15578 | 2024.08.16 07:24:03.152778 [ 3 ] {6d6c75a6-89a3-45a3-8ba9-459ff0fec1aa} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15579 | 2024.08.16 07:24:03.153276 [ 3 ] {6d6c75a6-89a3-45a3-8ba9-459ff0fec1aa} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15580 | 2024.08.16 07:24:03.153484 [ 3 ] {6d6c75a6-89a3-45a3-8ba9-459ff0fec1aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002051 sec., 29254.022428083863 rows/sec., 1.97 MiB/sec. | ||
15581 | 2024.08.16 07:24:03.153736 [ 3 ] {6d6c75a6-89a3-45a3-8ba9-459ff0fec1aa} <Debug> DynamicQueryHandler: Done processing query | ||
15582 | 2024.08.16 07:24:03.153772 [ 3 ] {6d6c75a6-89a3-45a3-8ba9-459ff0fec1aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15583 | 2024.08.16 07:24:03.153795 [ 3 ] {} <Debug> HTTP-Session: 57823c1c-8551-4791-8ff3-c052d695ac49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15584 | 2024.08.16 07:24:08.101704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15585 | 2024.08.16 07:24:08.101833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15586 | 2024.08.16 07:24:08.101858 [ 3 ] {} <Debug> HTTP-Session: 1265cb9d-8106-4930-adc4-586402953b5b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15587 | 2024.08.16 07:24:08.101883 [ 3 ] {} <Debug> HTTP-Session: 1265cb9d-8106-4930-adc4-586402953b5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15588 | 2024.08.16 07:24:08.101898 [ 3 ] {} <Debug> HTTP-Session: 1265cb9d-8106-4930-adc4-586402953b5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15589 | 2024.08.16 07:24:08.101946 [ 3 ] {} <Trace> HTTP-Session: 1265cb9d-8106-4930-adc4-586402953b5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15590 | 2024.08.16 07:24:08.102129 [ 3 ] {3857f2a6-45a7-4f26-87da-570304b2cee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15591 | 2024.08.16 07:24:08.102197 [ 3 ] {3857f2a6-45a7-4f26-87da-570304b2cee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15592 | 2024.08.16 07:24:08.102394 [ 3 ] {3857f2a6-45a7-4f26-87da-570304b2cee3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15593 | 2024.08.16 07:24:08.102811 [ 3 ] {3857f2a6-45a7-4f26-87da-570304b2cee3} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15594 | 2024.08.16 07:24:08.102851 [ 3 ] {3857f2a6-45a7-4f26-87da-570304b2cee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15595 | 2024.08.16 07:24:08.103213 [ 3 ] {3857f2a6-45a7-4f26-87da-570304b2cee3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
15596 | 2024.08.16 07:24:08.103542 [ 3 ] {3857f2a6-45a7-4f26-87da-570304b2cee3} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15597 | 2024.08.16 07:24:08.103688 [ 3 ] {3857f2a6-45a7-4f26-87da-570304b2cee3} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001619 sec., 11735.639283508339 rows/sec., 951.23 KiB/sec. | ||
15598 | 2024.08.16 07:24:08.103885 [ 3 ] {3857f2a6-45a7-4f26-87da-570304b2cee3} <Debug> DynamicQueryHandler: Done processing query | ||
15599 | 2024.08.16 07:24:08.103911 [ 3 ] {3857f2a6-45a7-4f26-87da-570304b2cee3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15600 | 2024.08.16 07:24:08.103928 [ 3 ] {} <Debug> HTTP-Session: 1265cb9d-8106-4930-adc4-586402953b5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15601 | 2024.08.16 07:24:08.104082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15602 | 2024.08.16 07:24:08.104131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15603 | 2024.08.16 07:24:08.104152 [ 3 ] {} <Debug> HTTP-Session: 9e0e39b8-913b-474c-ab36-d99a33060352 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15604 | 2024.08.16 07:24:08.104168 [ 3 ] {} <Debug> HTTP-Session: 9e0e39b8-913b-474c-ab36-d99a33060352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15605 | 2024.08.16 07:24:08.104182 [ 3 ] {} <Debug> HTTP-Session: 9e0e39b8-913b-474c-ab36-d99a33060352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15606 | 2024.08.16 07:24:08.104213 [ 3 ] {} <Trace> HTTP-Session: 9e0e39b8-913b-474c-ab36-d99a33060352 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15607 | 2024.08.16 07:24:08.104305 [ 3 ] {d14ef667-5aff-44eb-a0f8-ced0b7ffb876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15608 | 2024.08.16 07:24:08.104348 [ 3 ] {d14ef667-5aff-44eb-a0f8-ced0b7ffb876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15609 | 2024.08.16 07:24:08.104472 [ 3 ] {d14ef667-5aff-44eb-a0f8-ced0b7ffb876} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15610 | 2024.08.16 07:24:08.104754 [ 3 ] {d14ef667-5aff-44eb-a0f8-ced0b7ffb876} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15611 | 2024.08.16 07:24:08.104791 [ 3 ] {d14ef667-5aff-44eb-a0f8-ced0b7ffb876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15612 | 2024.08.16 07:24:08.105083 [ 3 ] {d14ef667-5aff-44eb-a0f8-ced0b7ffb876} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15613 | 2024.08.16 07:24:08.105387 [ 3 ] {d14ef667-5aff-44eb-a0f8-ced0b7ffb876} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15614 | 2024.08.16 07:24:08.105508 [ 3 ] {d14ef667-5aff-44eb-a0f8-ced0b7ffb876} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001225 sec., 816.3265306122449 rows/sec., 60.59 KiB/sec. | ||
15615 | 2024.08.16 07:24:08.105776 [ 3 ] {d14ef667-5aff-44eb-a0f8-ced0b7ffb876} <Debug> DynamicQueryHandler: Done processing query | ||
15616 | 2024.08.16 07:24:08.105822 [ 3 ] {d14ef667-5aff-44eb-a0f8-ced0b7ffb876} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15617 | 2024.08.16 07:24:08.105844 [ 3 ] {} <Debug> HTTP-Session: 9e0e39b8-913b-474c-ab36-d99a33060352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15618 | 2024.08.16 07:24:08.106045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 37165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15619 | 2024.08.16 07:24:08.106099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15620 | 2024.08.16 07:24:08.106120 [ 3 ] {} <Debug> HTTP-Session: 8a532c3e-4b9e-4fbc-b9a5-0da853e6da85 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15621 | 2024.08.16 07:24:08.106136 [ 3 ] {} <Debug> HTTP-Session: 8a532c3e-4b9e-4fbc-b9a5-0da853e6da85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15622 | 2024.08.16 07:24:08.106151 [ 3 ] {} <Debug> HTTP-Session: 8a532c3e-4b9e-4fbc-b9a5-0da853e6da85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15623 | 2024.08.16 07:24:08.106182 [ 3 ] {} <Trace> HTTP-Session: 8a532c3e-4b9e-4fbc-b9a5-0da853e6da85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15624 | 2024.08.16 07:24:08.106366 [ 3 ] {d40bf824-6168-4558-b709-da991f4e9ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15625 | 2024.08.16 07:24:08.106412 [ 3 ] {d40bf824-6168-4558-b709-da991f4e9ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15626 | 2024.08.16 07:24:08.106562 [ 3 ] {d40bf824-6168-4558-b709-da991f4e9ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15627 | 2024.08.16 07:24:08.107029 [ 3 ] {d40bf824-6168-4558-b709-da991f4e9ecd} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15628 | 2024.08.16 07:24:08.107067 [ 3 ] {d40bf824-6168-4558-b709-da991f4e9ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15629 | 2024.08.16 07:24:08.107414 [ 3 ] {d40bf824-6168-4558-b709-da991f4e9ecd} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15630 | 2024.08.16 07:24:08.107723 [ 3 ] {d40bf824-6168-4558-b709-da991f4e9ecd} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15631 | 2024.08.16 07:24:08.107850 [ 3 ] {d40bf824-6168-4558-b709-da991f4e9ecd} <Debug> executeQuery: Read 248 rows, 22.10 KiB in 0.001575 sec., 157460.31746031746 rows/sec., 13.70 MiB/sec. | ||
15632 | 2024.08.16 07:24:08.108028 [ 3 ] {d40bf824-6168-4558-b709-da991f4e9ecd} <Debug> DynamicQueryHandler: Done processing query | ||
15633 | 2024.08.16 07:24:08.108054 [ 3 ] {d40bf824-6168-4558-b709-da991f4e9ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
15634 | 2024.08.16 07:24:08.108070 [ 3 ] {} <Debug> HTTP-Session: 8a532c3e-4b9e-4fbc-b9a5-0da853e6da85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15635 | 2024.08.16 07:24:08.108208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15636 | 2024.08.16 07:24:08.108259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15637 | 2024.08.16 07:24:08.108278 [ 3 ] {} <Debug> HTTP-Session: 848014da-c7c1-4d10-9a0f-ad151489a17d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15638 | 2024.08.16 07:24:08.108295 [ 3 ] {} <Debug> HTTP-Session: 848014da-c7c1-4d10-9a0f-ad151489a17d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15639 | 2024.08.16 07:24:08.108309 [ 3 ] {} <Debug> HTTP-Session: 848014da-c7c1-4d10-9a0f-ad151489a17d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15640 | 2024.08.16 07:24:08.108341 [ 3 ] {} <Trace> HTTP-Session: 848014da-c7c1-4d10-9a0f-ad151489a17d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15641 | 2024.08.16 07:24:08.108433 [ 3 ] {2bf476d2-5de3-4e31-99e7-d251f523ba2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15642 | 2024.08.16 07:24:08.108476 [ 3 ] {2bf476d2-5de3-4e31-99e7-d251f523ba2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15643 | 2024.08.16 07:24:08.108604 [ 3 ] {2bf476d2-5de3-4e31-99e7-d251f523ba2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15644 | 2024.08.16 07:24:08.108863 [ 3 ] {2bf476d2-5de3-4e31-99e7-d251f523ba2c} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15645 | 2024.08.16 07:24:08.108899 [ 3 ] {2bf476d2-5de3-4e31-99e7-d251f523ba2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15646 | 2024.08.16 07:24:08.109209 [ 3 ] {2bf476d2-5de3-4e31-99e7-d251f523ba2c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15647 | 2024.08.16 07:24:08.109513 [ 3 ] {2bf476d2-5de3-4e31-99e7-d251f523ba2c} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15648 | 2024.08.16 07:24:08.109641 [ 3 ] {2bf476d2-5de3-4e31-99e7-d251f523ba2c} <Debug> executeQuery: Read 1 rows, 64.00 B in 0.001229 sec., 813.6696501220504 rows/sec., 50.85 KiB/sec. | ||
15649 | 2024.08.16 07:24:08.109913 [ 3 ] {2bf476d2-5de3-4e31-99e7-d251f523ba2c} <Debug> DynamicQueryHandler: Done processing query | ||
15650 | 2024.08.16 07:24:08.109963 [ 3 ] {2bf476d2-5de3-4e31-99e7-d251f523ba2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15651 | 2024.08.16 07:24:08.109981 [ 3 ] {} <Debug> HTTP-Session: 848014da-c7c1-4d10-9a0f-ad151489a17d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15652 | 2024.08.16 07:24:08.110133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15653 | 2024.08.16 07:24:08.110183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15654 | 2024.08.16 07:24:08.110203 [ 3 ] {} <Debug> HTTP-Session: ceeaa159-98a2-4868-bd6f-c18b32f8ec4f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15655 | 2024.08.16 07:24:08.110220 [ 3 ] {} <Debug> HTTP-Session: ceeaa159-98a2-4868-bd6f-c18b32f8ec4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15656 | 2024.08.16 07:24:08.110234 [ 3 ] {} <Debug> HTTP-Session: ceeaa159-98a2-4868-bd6f-c18b32f8ec4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15657 | 2024.08.16 07:24:08.110267 [ 3 ] {} <Trace> HTTP-Session: ceeaa159-98a2-4868-bd6f-c18b32f8ec4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15658 | 2024.08.16 07:24:08.110370 [ 3 ] {d100c164-8e60-4fab-9558-91c7368ddd46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15659 | 2024.08.16 07:24:08.110414 [ 3 ] {d100c164-8e60-4fab-9558-91c7368ddd46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15660 | 2024.08.16 07:24:08.110558 [ 3 ] {d100c164-8e60-4fab-9558-91c7368ddd46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15661 | 2024.08.16 07:24:08.110848 [ 3 ] {d100c164-8e60-4fab-9558-91c7368ddd46} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15662 | 2024.08.16 07:24:08.110887 [ 3 ] {d100c164-8e60-4fab-9558-91c7368ddd46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15663 | 2024.08.16 07:24:08.111242 [ 3 ] {d100c164-8e60-4fab-9558-91c7368ddd46} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
15664 | 2024.08.16 07:24:08.111548 [ 3 ] {d100c164-8e60-4fab-9558-91c7368ddd46} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15665 | 2024.08.16 07:24:08.111676 [ 3 ] {d100c164-8e60-4fab-9558-91c7368ddd46} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001334 sec., 10494.752623688157 rows/sec., 734.98 KiB/sec. | ||
15666 | 2024.08.16 07:24:08.111949 [ 3 ] {d100c164-8e60-4fab-9558-91c7368ddd46} <Debug> DynamicQueryHandler: Done processing query | ||
15667 | 2024.08.16 07:24:08.111981 [ 3 ] {d100c164-8e60-4fab-9558-91c7368ddd46} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15668 | 2024.08.16 07:24:08.111999 [ 3 ] {} <Debug> HTTP-Session: ceeaa159-98a2-4868-bd6f-c18b32f8ec4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15669 | 2024.08.16 07:24:08.112128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15670 | 2024.08.16 07:24:08.112187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15671 | 2024.08.16 07:24:08.112207 [ 3 ] {} <Debug> HTTP-Session: 326ff087-c42a-49d6-be46-b105384ef032 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15672 | 2024.08.16 07:24:08.112225 [ 3 ] {} <Debug> HTTP-Session: 326ff087-c42a-49d6-be46-b105384ef032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15673 | 2024.08.16 07:24:08.112239 [ 3 ] {} <Debug> HTTP-Session: 326ff087-c42a-49d6-be46-b105384ef032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15674 | 2024.08.16 07:24:08.112270 [ 3 ] {} <Trace> HTTP-Session: 326ff087-c42a-49d6-be46-b105384ef032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15675 | 2024.08.16 07:24:08.112375 [ 3 ] {a6ef0bb2-2279-4b03-b828-4d896199d0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15676 | 2024.08.16 07:24:08.112420 [ 3 ] {a6ef0bb2-2279-4b03-b828-4d896199d0b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15677 | 2024.08.16 07:24:08.112569 [ 3 ] {a6ef0bb2-2279-4b03-b828-4d896199d0b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15678 | 2024.08.16 07:24:08.112827 [ 3 ] {a6ef0bb2-2279-4b03-b828-4d896199d0b3} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15679 | 2024.08.16 07:24:08.112864 [ 3 ] {a6ef0bb2-2279-4b03-b828-4d896199d0b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15680 | 2024.08.16 07:24:08.113170 [ 3 ] {a6ef0bb2-2279-4b03-b828-4d896199d0b3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
15681 | 2024.08.16 07:24:08.113473 [ 3 ] {a6ef0bb2-2279-4b03-b828-4d896199d0b3} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15682 | 2024.08.16 07:24:08.113597 [ 3 ] {a6ef0bb2-2279-4b03-b828-4d896199d0b3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001245 sec., 4819.277108433735 rows/sec., 284.73 KiB/sec. | ||
15683 | 2024.08.16 07:24:08.113861 [ 3 ] {a6ef0bb2-2279-4b03-b828-4d896199d0b3} <Debug> DynamicQueryHandler: Done processing query | ||
15684 | 2024.08.16 07:24:08.113905 [ 3 ] {a6ef0bb2-2279-4b03-b828-4d896199d0b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15685 | 2024.08.16 07:24:08.113930 [ 3 ] {} <Debug> HTTP-Session: 326ff087-c42a-49d6-be46-b105384ef032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15686 | 2024.08.16 07:24:08.114104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 66116, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15687 | 2024.08.16 07:24:08.114154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15688 | 2024.08.16 07:24:08.114174 [ 3 ] {} <Debug> HTTP-Session: 1bdc9d34-43e4-43f3-b1a8-3630c734e47b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15689 | 2024.08.16 07:24:08.114191 [ 3 ] {} <Debug> HTTP-Session: 1bdc9d34-43e4-43f3-b1a8-3630c734e47b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15690 | 2024.08.16 07:24:08.114205 [ 3 ] {} <Debug> HTTP-Session: 1bdc9d34-43e4-43f3-b1a8-3630c734e47b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15691 | 2024.08.16 07:24:08.114236 [ 3 ] {} <Trace> HTTP-Session: 1bdc9d34-43e4-43f3-b1a8-3630c734e47b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15692 | 2024.08.16 07:24:08.114451 [ 3 ] {f9a199d8-4b40-4d5b-9dbe-ec8bdd7897fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15693 | 2024.08.16 07:24:08.114496 [ 3 ] {f9a199d8-4b40-4d5b-9dbe-ec8bdd7897fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15694 | 2024.08.16 07:24:08.114638 [ 3 ] {f9a199d8-4b40-4d5b-9dbe-ec8bdd7897fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15695 | 2024.08.16 07:24:08.115125 [ 3 ] {f9a199d8-4b40-4d5b-9dbe-ec8bdd7897fa} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15696 | 2024.08.16 07:24:08.115163 [ 3 ] {f9a199d8-4b40-4d5b-9dbe-ec8bdd7897fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15697 | 2024.08.16 07:24:08.115496 [ 3 ] {f9a199d8-4b40-4d5b-9dbe-ec8bdd7897fa} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15698 | 2024.08.16 07:24:08.115801 [ 3 ] {f9a199d8-4b40-4d5b-9dbe-ec8bdd7897fa} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15699 | 2024.08.16 07:24:08.115925 [ 3 ] {f9a199d8-4b40-4d5b-9dbe-ec8bdd7897fa} <Debug> executeQuery: Read 408 rows, 29.69 KiB in 0.001585 sec., 257413.24921135645 rows/sec., 18.30 MiB/sec. | ||
15700 | 2024.08.16 07:24:08.116080 [ 3 ] {f9a199d8-4b40-4d5b-9dbe-ec8bdd7897fa} <Debug> DynamicQueryHandler: Done processing query | ||
15701 | 2024.08.16 07:24:08.116104 [ 3 ] {f9a199d8-4b40-4d5b-9dbe-ec8bdd7897fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
15702 | 2024.08.16 07:24:08.116122 [ 3 ] {} <Debug> HTTP-Session: 1bdc9d34-43e4-43f3-b1a8-3630c734e47b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15703 | 2024.08.16 07:24:08.116266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15704 | 2024.08.16 07:24:08.116315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15705 | 2024.08.16 07:24:08.116336 [ 3 ] {} <Debug> HTTP-Session: 3ee57377-c322-43d9-8a27-10f02e03892a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15706 | 2024.08.16 07:24:08.116352 [ 3 ] {} <Debug> HTTP-Session: 3ee57377-c322-43d9-8a27-10f02e03892a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15707 | 2024.08.16 07:24:08.116366 [ 3 ] {} <Debug> HTTP-Session: 3ee57377-c322-43d9-8a27-10f02e03892a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15708 | 2024.08.16 07:24:08.116396 [ 3 ] {} <Trace> HTTP-Session: 3ee57377-c322-43d9-8a27-10f02e03892a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15709 | 2024.08.16 07:24:08.116489 [ 3 ] {b2d353b9-8dfc-44d6-b859-0eefe758e0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15710 | 2024.08.16 07:24:08.116534 [ 3 ] {b2d353b9-8dfc-44d6-b859-0eefe758e0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15711 | 2024.08.16 07:24:08.116663 [ 3 ] {b2d353b9-8dfc-44d6-b859-0eefe758e0b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15712 | 2024.08.16 07:24:08.116899 [ 3 ] {b2d353b9-8dfc-44d6-b859-0eefe758e0b8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15713 | 2024.08.16 07:24:08.116936 [ 3 ] {b2d353b9-8dfc-44d6-b859-0eefe758e0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15714 | 2024.08.16 07:24:08.117298 [ 3 ] {b2d353b9-8dfc-44d6-b859-0eefe758e0b8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
15715 | 2024.08.16 07:24:08.117625 [ 3 ] {b2d353b9-8dfc-44d6-b859-0eefe758e0b8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15716 | 2024.08.16 07:24:08.117755 [ 3 ] {b2d353b9-8dfc-44d6-b859-0eefe758e0b8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00129 sec., 4651.162790697675 rows/sec., 243.01 KiB/sec. | ||
15717 | 2024.08.16 07:24:08.117911 [ 3 ] {b2d353b9-8dfc-44d6-b859-0eefe758e0b8} <Debug> DynamicQueryHandler: Done processing query | ||
15718 | 2024.08.16 07:24:08.117936 [ 3 ] {b2d353b9-8dfc-44d6-b859-0eefe758e0b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15719 | 2024.08.16 07:24:08.117952 [ 3 ] {} <Debug> HTTP-Session: 3ee57377-c322-43d9-8a27-10f02e03892a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15720 | 2024.08.16 07:24:08.118128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44771, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15721 | 2024.08.16 07:24:08.118176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15722 | 2024.08.16 07:24:08.118196 [ 3 ] {} <Debug> HTTP-Session: 5fa4b822-ff09-4717-aeec-8e9a1bf23a2a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15723 | 2024.08.16 07:24:08.118212 [ 3 ] {} <Debug> HTTP-Session: 5fa4b822-ff09-4717-aeec-8e9a1bf23a2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15724 | 2024.08.16 07:24:08.118226 [ 3 ] {} <Debug> HTTP-Session: 5fa4b822-ff09-4717-aeec-8e9a1bf23a2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15725 | 2024.08.16 07:24:08.118257 [ 3 ] {} <Trace> HTTP-Session: 5fa4b822-ff09-4717-aeec-8e9a1bf23a2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15726 | 2024.08.16 07:24:08.118430 [ 3 ] {39dde4e3-c151-417b-8e4f-957882b83d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15727 | 2024.08.16 07:24:08.118479 [ 3 ] {39dde4e3-c151-417b-8e4f-957882b83d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15728 | 2024.08.16 07:24:08.118618 [ 3 ] {39dde4e3-c151-417b-8e4f-957882b83d10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15729 | 2024.08.16 07:24:08.119013 [ 3 ] {39dde4e3-c151-417b-8e4f-957882b83d10} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15730 | 2024.08.16 07:24:08.119049 [ 3 ] {39dde4e3-c151-417b-8e4f-957882b83d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15731 | 2024.08.16 07:24:08.119432 [ 3 ] {39dde4e3-c151-417b-8e4f-957882b83d10} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15732 | 2024.08.16 07:24:08.119763 [ 3 ] {39dde4e3-c151-417b-8e4f-957882b83d10} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15733 | 2024.08.16 07:24:08.119895 [ 3 ] {39dde4e3-c151-417b-8e4f-957882b83d10} <Debug> executeQuery: Read 238 rows, 16.33 KiB in 0.00155 sec., 153548.3870967742 rows/sec., 10.29 MiB/sec. | ||
15734 | 2024.08.16 07:24:08.119899 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_79_16 to all_84_84_0 | ||
15735 | 2024.08.16 07:24:08.119960 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15736 | 2024.08.16 07:24:08.119996 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15737 | 2024.08.16 07:24:08.120122 [ 3 ] {39dde4e3-c151-417b-8e4f-957882b83d10} <Debug> DynamicQueryHandler: Done processing query | ||
15738 | 2024.08.16 07:24:08.120177 [ 3 ] {39dde4e3-c151-417b-8e4f-957882b83d10} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15739 | 2024.08.16 07:24:08.120220 [ 3 ] {} <Debug> HTTP-Session: 5fa4b822-ff09-4717-aeec-8e9a1bf23a2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15740 | 2024.08.16 07:24:08.120259 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_84_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_79_16 to all_84_84_0 into Compact with storage Full | ||
15741 | 2024.08.16 07:24:08.120368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15742 | 2024.08.16 07:24:08.120471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15743 | 2024.08.16 07:24:08.120535 [ 3 ] {} <Debug> HTTP-Session: ac703368-1fb2-49a4-973a-4154138cec48 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15744 | 2024.08.16 07:24:08.120581 [ 3 ] {} <Debug> HTTP-Session: ac703368-1fb2-49a4-973a-4154138cec48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15745 | 2024.08.16 07:24:08.120632 [ 3 ] {} <Debug> HTTP-Session: ac703368-1fb2-49a4-973a-4154138cec48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15746 | 2024.08.16 07:24:08.120637 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_84_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15747 | 2024.08.16 07:24:08.120688 [ 3 ] {} <Trace> HTTP-Session: ac703368-1fb2-49a4-973a-4154138cec48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15748 | 2024.08.16 07:24:08.120717 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_79_16, total 25623 rows starting from the beginning of the part | ||
15749 | 2024.08.16 07:24:08.120935 [ 3 ] {05bbc546-4e5a-4596-946f-01446b8780e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15750 | 2024.08.16 07:24:08.121014 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 12 rows starting from the beginning of the part | ||
15751 | 2024.08.16 07:24:08.121103 [ 3 ] {05bbc546-4e5a-4596-946f-01446b8780e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15752 | 2024.08.16 07:24:08.121354 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 165 rows starting from the beginning of the part | ||
15753 | 2024.08.16 07:24:08.121749 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 238 rows starting from the beginning of the part | ||
15754 | 2024.08.16 07:24:08.122160 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 163 rows starting from the beginning of the part | ||
15755 | 2024.08.16 07:24:08.122177 [ 3 ] {05bbc546-4e5a-4596-946f-01446b8780e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15756 | 2024.08.16 07:24:08.122487 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 238 rows starting from the beginning of the part | ||
15757 | 2024.08.16 07:24:08.123136 [ 3 ] {05bbc546-4e5a-4596-946f-01446b8780e2} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15758 | 2024.08.16 07:24:08.123202 [ 3 ] {05bbc546-4e5a-4596-946f-01446b8780e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15759 | 2024.08.16 07:24:08.123904 [ 3 ] {05bbc546-4e5a-4596-946f-01446b8780e2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
15760 | 2024.08.16 07:24:08.124399 [ 3 ] {05bbc546-4e5a-4596-946f-01446b8780e2} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15761 | 2024.08.16 07:24:08.124594 [ 49 ] {} <Debug> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
15762 | 2024.08.16 07:24:08.124668 [ 3 ] {05bbc546-4e5a-4596-946f-01446b8780e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003854 sec., 259.4706798131811 rows/sec., 17.48 KiB/sec. | ||
15763 | 2024.08.16 07:24:08.124689 [ 49 ] {} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15764 | 2024.08.16 07:24:08.124785 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15765 | 2024.08.16 07:24:08.125265 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
15766 | 2024.08.16 07:24:08.125288 [ 3 ] {05bbc546-4e5a-4596-946f-01446b8780e2} <Debug> DynamicQueryHandler: Done processing query | ||
15767 | 2024.08.16 07:24:08.125385 [ 3 ] {05bbc546-4e5a-4596-946f-01446b8780e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15768 | 2024.08.16 07:24:08.125448 [ 3 ] {} <Debug> HTTP-Session: ac703368-1fb2-49a4-973a-4154138cec48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15769 | 2024.08.16 07:24:08.125749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15770 | 2024.08.16 07:24:08.125871 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15771 | 2024.08.16 07:24:08.125912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15772 | 2024.08.16 07:24:08.125992 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
15773 | 2024.08.16 07:24:08.126003 [ 3 ] {} <Debug> HTTP-Session: b2336bec-8c29-4d1c-a2bd-344a7de0a981 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15774 | 2024.08.16 07:24:08.126085 [ 3 ] {} <Debug> HTTP-Session: b2336bec-8c29-4d1c-a2bd-344a7de0a981 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15775 | 2024.08.16 07:24:08.126170 [ 3 ] {} <Debug> HTTP-Session: b2336bec-8c29-4d1c-a2bd-344a7de0a981 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15776 | 2024.08.16 07:24:08.126390 [ 3 ] {} <Trace> HTTP-Session: b2336bec-8c29-4d1c-a2bd-344a7de0a981 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15777 | 2024.08.16 07:24:08.126407 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
15778 | 2024.08.16 07:24:08.126802 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
15779 | 2024.08.16 07:24:08.127181 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
15780 | 2024.08.16 07:24:08.127296 [ 3 ] {0faaf845-43b6-452e-bd5b-bf27c69d2670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15781 | 2024.08.16 07:24:08.127609 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
15782 | 2024.08.16 07:24:08.127822 [ 3 ] {0faaf845-43b6-452e-bd5b-bf27c69d2670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15783 | 2024.08.16 07:24:08.127939 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
15784 | 2024.08.16 07:24:08.131337 [ 3 ] {0faaf845-43b6-452e-bd5b-bf27c69d2670} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15785 | 2024.08.16 07:24:08.132534 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.007456092 sec., 5364.7406711183285 rows/sec., 361.49 KiB/sec. | ||
15786 | 2024.08.16 07:24:08.132855 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
15787 | 2024.08.16 07:24:08.133930 [ 3 ] {0faaf845-43b6-452e-bd5b-bf27c69d2670} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15788 | 2024.08.16 07:24:08.133995 [ 3 ] {0faaf845-43b6-452e-bd5b-bf27c69d2670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15789 | 2024.08.16 07:24:08.134197 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_40_8} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15790 | 2024.08.16 07:24:08.134485 [ 194 ] {038846fd-d8cd-4ff7-bffe-b89dc0672fce::all_1_40_8} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
15791 | 2024.08.16 07:24:08.134763 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15792 | 2024.08.16 07:24:08.135740 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_84_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26439 rows, containing 5 columns (5 merged, 0 gathered) in 0.015640941 sec., 1690371.442485462 rows/sec., 114.10 MiB/sec. | ||
15793 | 2024.08.16 07:24:08.135919 [ 3 ] {0faaf845-43b6-452e-bd5b-bf27c69d2670} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
15794 | 2024.08.16 07:24:08.136051 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_84_17} <Trace> MergedBlockOutputStream: filled checksums all_1_84_17 (state Temporary) | ||
15795 | 2024.08.16 07:24:08.137123 [ 3 ] {0faaf845-43b6-452e-bd5b-bf27c69d2670} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15796 | 2024.08.16 07:24:08.137140 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_84_17} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_84_17 to all_1_84_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15797 | 2024.08.16 07:24:08.137322 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_84_17} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_79_16, all_84_84_0] -> all_1_84_17 | ||
15798 | 2024.08.16 07:24:08.137617 [ 3 ] {0faaf845-43b6-452e-bd5b-bf27c69d2670} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.010827 sec., 1754.8720790616053 rows/sec., 3.14 MiB/sec. | ||
15799 | 2024.08.16 07:24:08.137676 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
15800 | 2024.08.16 07:24:08.138461 [ 3 ] {0faaf845-43b6-452e-bd5b-bf27c69d2670} <Debug> DynamicQueryHandler: Done processing query | ||
15801 | 2024.08.16 07:24:08.138493 [ 3 ] {0faaf845-43b6-452e-bd5b-bf27c69d2670} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
15802 | 2024.08.16 07:24:08.138510 [ 3 ] {} <Debug> HTTP-Session: b2336bec-8c29-4d1c-a2bd-344a7de0a981 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15803 | 2024.08.16 07:24:08.138643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15804 | 2024.08.16 07:24:08.138692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15805 | 2024.08.16 07:24:08.138711 [ 3 ] {} <Debug> HTTP-Session: cfccab21-2902-4b64-9d3d-f7812784b4d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15806 | 2024.08.16 07:24:08.138727 [ 3 ] {} <Debug> HTTP-Session: cfccab21-2902-4b64-9d3d-f7812784b4d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15807 | 2024.08.16 07:24:08.138742 [ 3 ] {} <Debug> HTTP-Session: cfccab21-2902-4b64-9d3d-f7812784b4d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15808 | 2024.08.16 07:24:08.138776 [ 3 ] {} <Trace> HTTP-Session: cfccab21-2902-4b64-9d3d-f7812784b4d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15809 | 2024.08.16 07:24:08.138910 [ 3 ] {c0339d16-97bc-4fee-8594-7f7fc172513b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15810 | 2024.08.16 07:24:08.138956 [ 3 ] {c0339d16-97bc-4fee-8594-7f7fc172513b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15811 | 2024.08.16 07:24:08.139111 [ 3 ] {c0339d16-97bc-4fee-8594-7f7fc172513b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15812 | 2024.08.16 07:24:08.139474 [ 3 ] {c0339d16-97bc-4fee-8594-7f7fc172513b} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15813 | 2024.08.16 07:24:08.139510 [ 3 ] {c0339d16-97bc-4fee-8594-7f7fc172513b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15814 | 2024.08.16 07:24:08.139886 [ 3 ] {c0339d16-97bc-4fee-8594-7f7fc172513b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15815 | 2024.08.16 07:24:08.140220 [ 3 ] {c0339d16-97bc-4fee-8594-7f7fc172513b} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15816 | 2024.08.16 07:24:08.140368 [ 3 ] {c0339d16-97bc-4fee-8594-7f7fc172513b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001511 sec., 54268.6962276638 rows/sec., 3.45 MiB/sec. | ||
15817 | 2024.08.16 07:24:08.140644 [ 3 ] {c0339d16-97bc-4fee-8594-7f7fc172513b} <Debug> DynamicQueryHandler: Done processing query | ||
15818 | 2024.08.16 07:24:08.140701 [ 3 ] {c0339d16-97bc-4fee-8594-7f7fc172513b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15819 | 2024.08.16 07:24:08.140760 [ 3 ] {} <Debug> HTTP-Session: cfccab21-2902-4b64-9d3d-f7812784b4d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15820 | 2024.08.16 07:24:12.481831 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15821 | 2024.08.16 07:24:12.481900 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15822 | 2024.08.16 07:24:13.097409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 5362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15823 | 2024.08.16 07:24:13.097539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15824 | 2024.08.16 07:24:13.097570 [ 3 ] {} <Debug> HTTP-Session: f58ae871-dc99-494e-b697-30572984b16a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15825 | 2024.08.16 07:24:13.097599 [ 3 ] {} <Debug> HTTP-Session: f58ae871-dc99-494e-b697-30572984b16a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15826 | 2024.08.16 07:24:13.097617 [ 3 ] {} <Debug> HTTP-Session: f58ae871-dc99-494e-b697-30572984b16a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15827 | 2024.08.16 07:24:13.097676 [ 3 ] {} <Trace> HTTP-Session: f58ae871-dc99-494e-b697-30572984b16a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15828 | 2024.08.16 07:24:13.097987 [ 3 ] {f848493f-5a20-49f3-add9-7f39b9e35f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15829 | 2024.08.16 07:24:13.098057 [ 3 ] {f848493f-5a20-49f3-add9-7f39b9e35f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15830 | 2024.08.16 07:24:13.098260 [ 3 ] {f848493f-5a20-49f3-add9-7f39b9e35f2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15831 | 2024.08.16 07:24:13.098731 [ 3 ] {f848493f-5a20-49f3-add9-7f39b9e35f2c} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15832 | 2024.08.16 07:24:13.098775 [ 3 ] {f848493f-5a20-49f3-add9-7f39b9e35f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15833 | 2024.08.16 07:24:13.099162 [ 3 ] {f848493f-5a20-49f3-add9-7f39b9e35f2c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
15834 | 2024.08.16 07:24:13.099499 [ 3 ] {f848493f-5a20-49f3-add9-7f39b9e35f2c} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15835 | 2024.08.16 07:24:13.099668 [ 3 ] {f848493f-5a20-49f3-add9-7f39b9e35f2c} <Debug> executeQuery: Read 37 rows, 3.00 KiB in 0.001745 sec., 21203.438395415473 rows/sec., 1.68 MiB/sec. | ||
15836 | 2024.08.16 07:24:13.099729 [ 72 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 6 parts from all_1_50_11 to all_55_55_0 | ||
15837 | 2024.08.16 07:24:13.099841 [ 72 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15838 | 2024.08.16 07:24:13.099879 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15839 | 2024.08.16 07:24:13.100013 [ 3 ] {f848493f-5a20-49f3-add9-7f39b9e35f2c} <Debug> DynamicQueryHandler: Done processing query | ||
15840 | 2024.08.16 07:24:13.100098 [ 3 ] {f848493f-5a20-49f3-add9-7f39b9e35f2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15841 | 2024.08.16 07:24:13.100159 [ 3 ] {} <Debug> HTTP-Session: f58ae871-dc99-494e-b697-30572984b16a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15842 | 2024.08.16 07:24:13.100195 [ 198 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_55_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_11 to all_55_55_0 into Compact with storage Full | ||
15843 | 2024.08.16 07:24:13.100431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15844 | 2024.08.16 07:24:13.100623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15845 | 2024.08.16 07:24:13.100733 [ 3 ] {} <Debug> HTTP-Session: 476e7778-226c-4f36-992b-bd8b687b1ba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15846 | 2024.08.16 07:24:13.100819 [ 3 ] {} <Debug> HTTP-Session: 476e7778-226c-4f36-992b-bd8b687b1ba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15847 | 2024.08.16 07:24:13.100863 [ 198 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_55_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15848 | 2024.08.16 07:24:13.100878 [ 3 ] {} <Debug> HTTP-Session: 476e7778-226c-4f36-992b-bd8b687b1ba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15849 | 2024.08.16 07:24:13.100978 [ 198 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_11, total 46 rows starting from the beginning of the part | ||
15850 | 2024.08.16 07:24:13.101037 [ 3 ] {} <Trace> HTTP-Session: 476e7778-226c-4f36-992b-bd8b687b1ba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15851 | 2024.08.16 07:24:13.101394 [ 198 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 29 rows starting from the beginning of the part | ||
15852 | 2024.08.16 07:24:13.101654 [ 3 ] {f7c6aec2-c65b-4e4e-8e0e-3abd38ede35a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15853 | 2024.08.16 07:24:13.101843 [ 198 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 19 rows starting from the beginning of the part | ||
15854 | 2024.08.16 07:24:13.101876 [ 3 ] {f7c6aec2-c65b-4e4e-8e0e-3abd38ede35a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15855 | 2024.08.16 07:24:13.102167 [ 198 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 34 rows starting from the beginning of the part | ||
15856 | 2024.08.16 07:24:13.102510 [ 198 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 19 rows starting from the beginning of the part | ||
15857 | 2024.08.16 07:24:13.102906 [ 198 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 37 rows starting from the beginning of the part | ||
15858 | 2024.08.16 07:24:13.103360 [ 3 ] {f7c6aec2-c65b-4e4e-8e0e-3abd38ede35a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15859 | 2024.08.16 07:24:13.104233 [ 3 ] {f7c6aec2-c65b-4e4e-8e0e-3abd38ede35a} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15860 | 2024.08.16 07:24:13.104293 [ 3 ] {f7c6aec2-c65b-4e4e-8e0e-3abd38ede35a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
15861 | 2024.08.16 07:24:13.105180 [ 3 ] {f7c6aec2-c65b-4e4e-8e0e-3abd38ede35a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
15862 | 2024.08.16 07:24:13.105909 [ 192 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_55_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 4 columns (4 merged, 0 gathered) in 0.005948477 sec., 30932.28737372608 rows/sec., 2.45 MiB/sec. | ||
15863 | 2024.08.16 07:24:13.106103 [ 3 ] {f7c6aec2-c65b-4e4e-8e0e-3abd38ede35a} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15864 | 2024.08.16 07:24:13.106168 [ 192 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_55_12} <Trace> MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary) | ||
15865 | 2024.08.16 07:24:13.106375 [ 3 ] {f7c6aec2-c65b-4e4e-8e0e-3abd38ede35a} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.00501 sec., 399.2015968063873 rows/sec., 29.63 KiB/sec. | ||
15866 | 2024.08.16 07:24:13.106826 [ 3 ] {f7c6aec2-c65b-4e4e-8e0e-3abd38ede35a} <Debug> DynamicQueryHandler: Done processing query | ||
15867 | 2024.08.16 07:24:13.106871 [ 3 ] {f7c6aec2-c65b-4e4e-8e0e-3abd38ede35a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15868 | 2024.08.16 07:24:13.106900 [ 3 ] {} <Debug> HTTP-Session: 476e7778-226c-4f36-992b-bd8b687b1ba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15869 | 2024.08.16 07:24:13.107017 [ 192 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_55_12} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15870 | 2024.08.16 07:24:13.107117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 25144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15871 | 2024.08.16 07:24:13.107172 [ 192 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_55_12} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 6 parts: [all_1_50_11, all_55_55_0] -> all_1_55_12 | ||
15872 | 2024.08.16 07:24:13.107207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15873 | 2024.08.16 07:24:13.107264 [ 3 ] {} <Debug> HTTP-Session: a02463e2-5803-439b-9604-9dd7e9195dd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15874 | 2024.08.16 07:24:13.107311 [ 3 ] {} <Debug> HTTP-Session: a02463e2-5803-439b-9604-9dd7e9195dd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15875 | 2024.08.16 07:24:13.107330 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
15876 | 2024.08.16 07:24:13.107340 [ 3 ] {} <Debug> HTTP-Session: a02463e2-5803-439b-9604-9dd7e9195dd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15877 | 2024.08.16 07:24:13.107406 [ 3 ] {} <Trace> HTTP-Session: a02463e2-5803-439b-9604-9dd7e9195dd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15878 | 2024.08.16 07:24:13.107573 [ 3 ] {753a2085-5b9d-4702-85d2-71467cddecef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15879 | 2024.08.16 07:24:13.107619 [ 3 ] {753a2085-5b9d-4702-85d2-71467cddecef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15880 | 2024.08.16 07:24:13.107767 [ 3 ] {753a2085-5b9d-4702-85d2-71467cddecef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15881 | 2024.08.16 07:24:13.108191 [ 3 ] {753a2085-5b9d-4702-85d2-71467cddecef} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15882 | 2024.08.16 07:24:13.108229 [ 3 ] {753a2085-5b9d-4702-85d2-71467cddecef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15883 | 2024.08.16 07:24:13.108594 [ 3 ] {753a2085-5b9d-4702-85d2-71467cddecef} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15884 | 2024.08.16 07:24:13.108911 [ 3 ] {753a2085-5b9d-4702-85d2-71467cddecef} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15885 | 2024.08.16 07:24:13.109077 [ 3 ] {753a2085-5b9d-4702-85d2-71467cddecef} <Debug> executeQuery: Read 171 rows, 14.75 KiB in 0.001582 sec., 108091.02402022756 rows/sec., 9.10 MiB/sec. | ||
15886 | 2024.08.16 07:24:13.109237 [ 3 ] {753a2085-5b9d-4702-85d2-71467cddecef} <Debug> DynamicQueryHandler: Done processing query | ||
15887 | 2024.08.16 07:24:13.109261 [ 3 ] {753a2085-5b9d-4702-85d2-71467cddecef} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15888 | 2024.08.16 07:24:13.109276 [ 3 ] {} <Debug> HTTP-Session: a02463e2-5803-439b-9604-9dd7e9195dd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15889 | 2024.08.16 07:24:13.109403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15890 | 2024.08.16 07:24:13.109451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15891 | 2024.08.16 07:24:13.109470 [ 3 ] {} <Debug> HTTP-Session: 9cf1c2f3-f4a3-454f-b99b-360f89791831 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15892 | 2024.08.16 07:24:13.109487 [ 3 ] {} <Debug> HTTP-Session: 9cf1c2f3-f4a3-454f-b99b-360f89791831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15893 | 2024.08.16 07:24:13.109501 [ 3 ] {} <Debug> HTTP-Session: 9cf1c2f3-f4a3-454f-b99b-360f89791831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15894 | 2024.08.16 07:24:13.109533 [ 3 ] {} <Trace> HTTP-Session: 9cf1c2f3-f4a3-454f-b99b-360f89791831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15895 | 2024.08.16 07:24:13.109627 [ 3 ] {5b0d30a8-7a35-4c6a-856e-7b0acf5db3c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15896 | 2024.08.16 07:24:13.109671 [ 3 ] {5b0d30a8-7a35-4c6a-856e-7b0acf5db3c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15897 | 2024.08.16 07:24:13.109798 [ 3 ] {5b0d30a8-7a35-4c6a-856e-7b0acf5db3c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15898 | 2024.08.16 07:24:13.110068 [ 3 ] {5b0d30a8-7a35-4c6a-856e-7b0acf5db3c7} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15899 | 2024.08.16 07:24:13.110106 [ 3 ] {5b0d30a8-7a35-4c6a-856e-7b0acf5db3c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15900 | 2024.08.16 07:24:13.110412 [ 3 ] {5b0d30a8-7a35-4c6a-856e-7b0acf5db3c7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
15901 | 2024.08.16 07:24:13.110717 [ 3 ] {5b0d30a8-7a35-4c6a-856e-7b0acf5db3c7} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15902 | 2024.08.16 07:24:13.110909 [ 3 ] {5b0d30a8-7a35-4c6a-856e-7b0acf5db3c7} <Debug> executeQuery: Read 2 rows, 128.00 B in 0.001305 sec., 1532.5670498084291 rows/sec., 95.79 KiB/sec. | ||
15903 | 2024.08.16 07:24:13.111077 [ 3 ] {5b0d30a8-7a35-4c6a-856e-7b0acf5db3c7} <Debug> DynamicQueryHandler: Done processing query | ||
15904 | 2024.08.16 07:24:13.111101 [ 3 ] {5b0d30a8-7a35-4c6a-856e-7b0acf5db3c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15905 | 2024.08.16 07:24:13.111116 [ 3 ] {} <Debug> HTTP-Session: 9cf1c2f3-f4a3-454f-b99b-360f89791831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15906 | 2024.08.16 07:24:13.111317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 19372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15907 | 2024.08.16 07:24:13.111366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15908 | 2024.08.16 07:24:13.111385 [ 3 ] {} <Debug> HTTP-Session: c7a33f5d-43be-468c-8d4c-57e371225595 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15909 | 2024.08.16 07:24:13.111401 [ 3 ] {} <Debug> HTTP-Session: c7a33f5d-43be-468c-8d4c-57e371225595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15910 | 2024.08.16 07:24:13.111414 [ 3 ] {} <Debug> HTTP-Session: c7a33f5d-43be-468c-8d4c-57e371225595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15911 | 2024.08.16 07:24:13.111445 [ 3 ] {} <Trace> HTTP-Session: c7a33f5d-43be-468c-8d4c-57e371225595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15912 | 2024.08.16 07:24:13.111571 [ 3 ] {d052cdf0-896f-4815-954c-566bfedd7d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15913 | 2024.08.16 07:24:13.111615 [ 3 ] {d052cdf0-896f-4815-954c-566bfedd7d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15914 | 2024.08.16 07:24:13.111743 [ 3 ] {d052cdf0-896f-4815-954c-566bfedd7d81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15915 | 2024.08.16 07:24:13.112090 [ 3 ] {d052cdf0-896f-4815-954c-566bfedd7d81} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15916 | 2024.08.16 07:24:13.112128 [ 3 ] {d052cdf0-896f-4815-954c-566bfedd7d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15917 | 2024.08.16 07:24:13.112446 [ 3 ] {d052cdf0-896f-4815-954c-566bfedd7d81} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15918 | 2024.08.16 07:24:13.112748 [ 3 ] {d052cdf0-896f-4815-954c-566bfedd7d81} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15919 | 2024.08.16 07:24:13.112881 [ 3 ] {d052cdf0-896f-4815-954c-566bfedd7d81} <Debug> executeQuery: Read 115 rows, 9.06 KiB in 0.001359 sec., 84621.04488594555 rows/sec., 6.51 MiB/sec. | ||
15920 | 2024.08.16 07:24:13.113115 [ 3 ] {d052cdf0-896f-4815-954c-566bfedd7d81} <Debug> DynamicQueryHandler: Done processing query | ||
15921 | 2024.08.16 07:24:13.113143 [ 3 ] {d052cdf0-896f-4815-954c-566bfedd7d81} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15922 | 2024.08.16 07:24:13.113159 [ 3 ] {} <Debug> HTTP-Session: c7a33f5d-43be-468c-8d4c-57e371225595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15923 | 2024.08.16 07:24:13.113375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15924 | 2024.08.16 07:24:13.113518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15925 | 2024.08.16 07:24:13.113600 [ 3 ] {} <Debug> HTTP-Session: 50d09e54-224a-4783-900b-99f7c7974f7d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15926 | 2024.08.16 07:24:13.113664 [ 3 ] {} <Debug> HTTP-Session: 50d09e54-224a-4783-900b-99f7c7974f7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15927 | 2024.08.16 07:24:13.113722 [ 3 ] {} <Debug> HTTP-Session: 50d09e54-224a-4783-900b-99f7c7974f7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15928 | 2024.08.16 07:24:13.113809 [ 3 ] {} <Trace> HTTP-Session: 50d09e54-224a-4783-900b-99f7c7974f7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15929 | 2024.08.16 07:24:13.113970 [ 3 ] {ef956ab5-e3b9-4288-a1fd-4d1c7a53c56d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15930 | 2024.08.16 07:24:13.114019 [ 3 ] {ef956ab5-e3b9-4288-a1fd-4d1c7a53c56d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15931 | 2024.08.16 07:24:13.114175 [ 3 ] {ef956ab5-e3b9-4288-a1fd-4d1c7a53c56d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15932 | 2024.08.16 07:24:13.114573 [ 3 ] {ef956ab5-e3b9-4288-a1fd-4d1c7a53c56d} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15933 | 2024.08.16 07:24:13.114609 [ 3 ] {ef956ab5-e3b9-4288-a1fd-4d1c7a53c56d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15934 | 2024.08.16 07:24:13.115027 [ 3 ] {ef956ab5-e3b9-4288-a1fd-4d1c7a53c56d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15935 | 2024.08.16 07:24:13.115359 [ 3 ] {ef956ab5-e3b9-4288-a1fd-4d1c7a53c56d} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15936 | 2024.08.16 07:24:13.115489 [ 3 ] {ef956ab5-e3b9-4288-a1fd-4d1c7a53c56d} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.001584 sec., 102272.72727272728 rows/sec., 7.11 MiB/sec. | ||
15937 | 2024.08.16 07:24:13.115653 [ 3 ] {ef956ab5-e3b9-4288-a1fd-4d1c7a53c56d} <Debug> DynamicQueryHandler: Done processing query | ||
15938 | 2024.08.16 07:24:13.115676 [ 3 ] {ef956ab5-e3b9-4288-a1fd-4d1c7a53c56d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15939 | 2024.08.16 07:24:13.115692 [ 3 ] {} <Debug> HTTP-Session: 50d09e54-224a-4783-900b-99f7c7974f7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15940 | 2024.08.16 07:24:13.115857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 60027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15941 | 2024.08.16 07:24:13.115906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15942 | 2024.08.16 07:24:13.115925 [ 3 ] {} <Debug> HTTP-Session: d2143795-34d8-4126-8909-e3396c5aa795 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15943 | 2024.08.16 07:24:13.115941 [ 3 ] {} <Debug> HTTP-Session: d2143795-34d8-4126-8909-e3396c5aa795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15944 | 2024.08.16 07:24:13.115955 [ 3 ] {} <Debug> HTTP-Session: d2143795-34d8-4126-8909-e3396c5aa795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15945 | 2024.08.16 07:24:13.115985 [ 3 ] {} <Trace> HTTP-Session: d2143795-34d8-4126-8909-e3396c5aa795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15946 | 2024.08.16 07:24:13.116369 [ 3 ] {862d02a2-25d9-414f-8e97-7f6759128936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15947 | 2024.08.16 07:24:13.116434 [ 3 ] {862d02a2-25d9-414f-8e97-7f6759128936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15948 | 2024.08.16 07:24:13.116855 [ 3 ] {862d02a2-25d9-414f-8e97-7f6759128936} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15949 | 2024.08.16 07:24:13.117595 [ 3 ] {862d02a2-25d9-414f-8e97-7f6759128936} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15950 | 2024.08.16 07:24:13.117632 [ 3 ] {862d02a2-25d9-414f-8e97-7f6759128936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15951 | 2024.08.16 07:24:13.118296 [ 3 ] {862d02a2-25d9-414f-8e97-7f6759128936} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
15952 | 2024.08.16 07:24:13.118698 [ 3 ] {862d02a2-25d9-414f-8e97-7f6759128936} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15953 | 2024.08.16 07:24:13.118855 [ 3 ] {862d02a2-25d9-414f-8e97-7f6759128936} <Debug> executeQuery: Read 37 rows, 67.89 KiB in 0.002782 sec., 13299.78432782171 rows/sec., 23.83 MiB/sec. | ||
15954 | 2024.08.16 07:24:13.119053 [ 3 ] {862d02a2-25d9-414f-8e97-7f6759128936} <Debug> DynamicQueryHandler: Done processing query | ||
15955 | 2024.08.16 07:24:13.119078 [ 3 ] {862d02a2-25d9-414f-8e97-7f6759128936} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
15956 | 2024.08.16 07:24:13.119093 [ 3 ] {} <Debug> HTTP-Session: d2143795-34d8-4126-8909-e3396c5aa795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15957 | 2024.08.16 07:24:13.119217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15958 | 2024.08.16 07:24:13.119265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15959 | 2024.08.16 07:24:13.119284 [ 3 ] {} <Debug> HTTP-Session: 80a8ad85-fd36-4687-8bd3-4b4b8ad8d607 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15960 | 2024.08.16 07:24:13.119301 [ 3 ] {} <Debug> HTTP-Session: 80a8ad85-fd36-4687-8bd3-4b4b8ad8d607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15961 | 2024.08.16 07:24:13.119315 [ 3 ] {} <Debug> HTTP-Session: 80a8ad85-fd36-4687-8bd3-4b4b8ad8d607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15962 | 2024.08.16 07:24:13.119345 [ 3 ] {} <Trace> HTTP-Session: 80a8ad85-fd36-4687-8bd3-4b4b8ad8d607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15963 | 2024.08.16 07:24:13.119471 [ 3 ] {7866a702-cbcb-4bc4-b1be-9c6a21955ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15964 | 2024.08.16 07:24:13.119516 [ 3 ] {7866a702-cbcb-4bc4-b1be-9c6a21955ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15965 | 2024.08.16 07:24:13.119642 [ 3 ] {7866a702-cbcb-4bc4-b1be-9c6a21955ff4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15966 | 2024.08.16 07:24:13.120000 [ 3 ] {7866a702-cbcb-4bc4-b1be-9c6a21955ff4} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15967 | 2024.08.16 07:24:13.120036 [ 3 ] {7866a702-cbcb-4bc4-b1be-9c6a21955ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15968 | 2024.08.16 07:24:13.120402 [ 3 ] {7866a702-cbcb-4bc4-b1be-9c6a21955ff4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15969 | 2024.08.16 07:24:13.120741 [ 3 ] {7866a702-cbcb-4bc4-b1be-9c6a21955ff4} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15970 | 2024.08.16 07:24:13.120888 [ 3 ] {7866a702-cbcb-4bc4-b1be-9c6a21955ff4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. | ||
15971 | 2024.08.16 07:24:13.121137 [ 3 ] {7866a702-cbcb-4bc4-b1be-9c6a21955ff4} <Debug> DynamicQueryHandler: Done processing query | ||
15972 | 2024.08.16 07:24:13.121182 [ 3 ] {7866a702-cbcb-4bc4-b1be-9c6a21955ff4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15973 | 2024.08.16 07:24:13.121251 [ 3 ] {} <Debug> HTTP-Session: 80a8ad85-fd36-4687-8bd3-4b4b8ad8d607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15974 | 2024.08.16 07:24:15.912311 [ 114 ] {} <Debug> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
15975 | 2024.08.16 07:24:15.912373 [ 114 ] {} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15976 | 2024.08.16 07:24:15.912396 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15977 | 2024.08.16 07:24:15.912588 [ 200 ] {4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b::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 | ||
15978 | 2024.08.16 07:24:15.912836 [ 200 ] {4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15979 | 2024.08.16 07:24:15.912874 [ 200 ] {4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
15980 | 2024.08.16 07:24:15.912945 [ 200 ] {4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
15981 | 2024.08.16 07:24:15.913020 [ 200 ] {4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
15982 | 2024.08.16 07:24:15.913249 [ 200 ] {4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
15983 | 2024.08.16 07:24:15.913332 [ 200 ] {4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
15984 | 2024.08.16 07:24:15.914418 [ 192 ] {4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.001958575 sec., 26039.339826149113 rows/sec., 1.85 MiB/sec. | ||
15985 | 2024.08.16 07:24:15.914634 [ 199 ] {4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
15986 | 2024.08.16 07:24:15.915114 [ 199 ] {4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b::all_1_5_1} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15987 | 2024.08.16 07:24:15.915202 [ 199 ] {4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b::all_1_5_1} <Trace> oximeter.measurements_i64 (4ba4d8ba-9fbb-43e2-8e96-eca3507c2f7b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
15988 | 2024.08.16 07:24:15.915304 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
15989 | 2024.08.16 07:24:17.177417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15990 | 2024.08.16 07:24:17.177542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15991 | 2024.08.16 07:24:17.177571 [ 3 ] {} <Debug> HTTP-Session: 8eeeee6e-4759-44eb-9bd1-ecd0b8956854 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
15992 | 2024.08.16 07:24:17.177599 [ 3 ] {} <Debug> HTTP-Session: 8eeeee6e-4759-44eb-9bd1-ecd0b8956854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15993 | 2024.08.16 07:24:17.177617 [ 3 ] {} <Debug> HTTP-Session: 8eeeee6e-4759-44eb-9bd1-ecd0b8956854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15994 | 2024.08.16 07:24:17.177672 [ 3 ] {} <Trace> HTTP-Session: 8eeeee6e-4759-44eb-9bd1-ecd0b8956854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15995 | 2024.08.16 07:24:17.177863 [ 3 ] {58eb08cf-3376-4b60-8ca4-8c60d51e8fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15996 | 2024.08.16 07:24:17.177931 [ 3 ] {58eb08cf-3376-4b60-8ca4-8c60d51e8fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15997 | 2024.08.16 07:24:17.178128 [ 3 ] {58eb08cf-3376-4b60-8ca4-8c60d51e8fbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15998 | 2024.08.16 07:24:17.178597 [ 3 ] {58eb08cf-3376-4b60-8ca4-8c60d51e8fbd} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15999 | 2024.08.16 07:24:17.178641 [ 3 ] {58eb08cf-3376-4b60-8ca4-8c60d51e8fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16000 | 2024.08.16 07:24:17.179012 [ 3 ] {58eb08cf-3376-4b60-8ca4-8c60d51e8fbd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
16001 | 2024.08.16 07:24:17.179348 [ 3 ] {58eb08cf-3376-4b60-8ca4-8c60d51e8fbd} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16002 | 2024.08.16 07:24:17.179526 [ 3 ] {58eb08cf-3376-4b60-8ca4-8c60d51e8fbd} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001714 sec., 11085.180863477246 rows/sec., 898.51 KiB/sec. | ||
16003 | 2024.08.16 07:24:17.179825 [ 3 ] {58eb08cf-3376-4b60-8ca4-8c60d51e8fbd} <Debug> DynamicQueryHandler: Done processing query | ||
16004 | 2024.08.16 07:24:17.179885 [ 3 ] {58eb08cf-3376-4b60-8ca4-8c60d51e8fbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16005 | 2024.08.16 07:24:17.179933 [ 3 ] {} <Debug> HTTP-Session: 8eeeee6e-4759-44eb-9bd1-ecd0b8956854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16006 | 2024.08.16 07:24:17.180108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16007 | 2024.08.16 07:24:17.180166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16008 | 2024.08.16 07:24:17.180186 [ 3 ] {} <Debug> HTTP-Session: 4a35e929-603d-455a-a090-637c2ddced1c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16009 | 2024.08.16 07:24:17.180203 [ 3 ] {} <Debug> HTTP-Session: 4a35e929-603d-455a-a090-637c2ddced1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16010 | 2024.08.16 07:24:17.180218 [ 3 ] {} <Debug> HTTP-Session: 4a35e929-603d-455a-a090-637c2ddced1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16011 | 2024.08.16 07:24:17.180254 [ 3 ] {} <Trace> HTTP-Session: 4a35e929-603d-455a-a090-637c2ddced1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16012 | 2024.08.16 07:24:17.180364 [ 3 ] {efba5626-d9d3-486e-a1f8-1dcb4be421a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16013 | 2024.08.16 07:24:17.180412 [ 3 ] {efba5626-d9d3-486e-a1f8-1dcb4be421a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16014 | 2024.08.16 07:24:17.180563 [ 3 ] {efba5626-d9d3-486e-a1f8-1dcb4be421a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16015 | 2024.08.16 07:24:17.180874 [ 3 ] {efba5626-d9d3-486e-a1f8-1dcb4be421a0} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16016 | 2024.08.16 07:24:17.180912 [ 3 ] {efba5626-d9d3-486e-a1f8-1dcb4be421a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16017 | 2024.08.16 07:24:17.181226 [ 3 ] {efba5626-d9d3-486e-a1f8-1dcb4be421a0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16018 | 2024.08.16 07:24:17.181538 [ 3 ] {efba5626-d9d3-486e-a1f8-1dcb4be421a0} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16019 | 2024.08.16 07:24:17.181695 [ 3 ] {efba5626-d9d3-486e-a1f8-1dcb4be421a0} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001356 sec., 2212.3893805309735 rows/sec., 175.00 KiB/sec. | ||
16020 | 2024.08.16 07:24:17.181866 [ 3 ] {efba5626-d9d3-486e-a1f8-1dcb4be421a0} <Debug> DynamicQueryHandler: Done processing query | ||
16021 | 2024.08.16 07:24:17.181890 [ 3 ] {efba5626-d9d3-486e-a1f8-1dcb4be421a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16022 | 2024.08.16 07:24:17.181906 [ 3 ] {} <Debug> HTTP-Session: 4a35e929-603d-455a-a090-637c2ddced1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16023 | 2024.08.16 07:24:17.182254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 202273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16024 | 2024.08.16 07:24:17.182305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16025 | 2024.08.16 07:24:17.182324 [ 3 ] {} <Debug> HTTP-Session: 92adde81-999c-41a8-b869-8717157485a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16026 | 2024.08.16 07:24:17.182340 [ 3 ] {} <Debug> HTTP-Session: 92adde81-999c-41a8-b869-8717157485a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16027 | 2024.08.16 07:24:17.182354 [ 3 ] {} <Debug> HTTP-Session: 92adde81-999c-41a8-b869-8717157485a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16028 | 2024.08.16 07:24:17.182387 [ 3 ] {} <Trace> HTTP-Session: 92adde81-999c-41a8-b869-8717157485a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16029 | 2024.08.16 07:24:17.182893 [ 3 ] {20b63986-ba4e-4728-9940-a4b5a0b73061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16030 | 2024.08.16 07:24:17.182940 [ 3 ] {20b63986-ba4e-4728-9940-a4b5a0b73061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16031 | 2024.08.16 07:24:17.183069 [ 3 ] {20b63986-ba4e-4728-9940-a4b5a0b73061} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16032 | 2024.08.16 07:24:17.184389 [ 3 ] {20b63986-ba4e-4728-9940-a4b5a0b73061} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16033 | 2024.08.16 07:24:17.184427 [ 3 ] {20b63986-ba4e-4728-9940-a4b5a0b73061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16034 | 2024.08.16 07:24:17.184844 [ 3 ] {20b63986-ba4e-4728-9940-a4b5a0b73061} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16035 | 2024.08.16 07:24:17.185187 [ 3 ] {20b63986-ba4e-4728-9940-a4b5a0b73061} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16036 | 2024.08.16 07:24:17.185344 [ 3 ] {20b63986-ba4e-4728-9940-a4b5a0b73061} <Debug> executeQuery: Read 1389 rows, 118.29 KiB in 0.002783 sec., 499101.688825009 rows/sec., 41.51 MiB/sec. | ||
16037 | 2024.08.16 07:24:17.185515 [ 3 ] {20b63986-ba4e-4728-9940-a4b5a0b73061} <Debug> DynamicQueryHandler: Done processing query | ||
16038 | 2024.08.16 07:24:17.185541 [ 3 ] {20b63986-ba4e-4728-9940-a4b5a0b73061} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
16039 | 2024.08.16 07:24:17.185557 [ 3 ] {} <Debug> HTTP-Session: 92adde81-999c-41a8-b869-8717157485a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16040 | 2024.08.16 07:24:17.185748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16041 | 2024.08.16 07:24:17.185800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16042 | 2024.08.16 07:24:17.185819 [ 3 ] {} <Debug> HTTP-Session: 77b31e81-5c77-464c-97db-8c24f5a86ae1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16043 | 2024.08.16 07:24:17.185836 [ 3 ] {} <Debug> HTTP-Session: 77b31e81-5c77-464c-97db-8c24f5a86ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16044 | 2024.08.16 07:24:17.185850 [ 3 ] {} <Debug> HTTP-Session: 77b31e81-5c77-464c-97db-8c24f5a86ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16045 | 2024.08.16 07:24:17.185881 [ 3 ] {} <Trace> HTTP-Session: 77b31e81-5c77-464c-97db-8c24f5a86ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16046 | 2024.08.16 07:24:17.185975 [ 3 ] {fc36a826-1d79-43f2-bac0-b42554e7d081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16047 | 2024.08.16 07:24:17.186017 [ 3 ] {fc36a826-1d79-43f2-bac0-b42554e7d081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16048 | 2024.08.16 07:24:17.186145 [ 3 ] {fc36a826-1d79-43f2-bac0-b42554e7d081} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16049 | 2024.08.16 07:24:17.186419 [ 3 ] {fc36a826-1d79-43f2-bac0-b42554e7d081} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16050 | 2024.08.16 07:24:17.186457 [ 3 ] {fc36a826-1d79-43f2-bac0-b42554e7d081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16051 | 2024.08.16 07:24:17.186765 [ 3 ] {fc36a826-1d79-43f2-bac0-b42554e7d081} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16052 | 2024.08.16 07:24:17.187071 [ 3 ] {fc36a826-1d79-43f2-bac0-b42554e7d081} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16053 | 2024.08.16 07:24:17.187230 [ 3 ] {fc36a826-1d79-43f2-bac0-b42554e7d081} <Debug> executeQuery: Read 3 rows, 207.00 B in 0.001271 sec., 2360.3461841070025 rows/sec., 159.05 KiB/sec. | ||
16054 | 2024.08.16 07:24:17.187395 [ 3 ] {fc36a826-1d79-43f2-bac0-b42554e7d081} <Debug> DynamicQueryHandler: Done processing query | ||
16055 | 2024.08.16 07:24:17.187420 [ 3 ] {fc36a826-1d79-43f2-bac0-b42554e7d081} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16056 | 2024.08.16 07:24:17.187436 [ 3 ] {} <Debug> HTTP-Session: 77b31e81-5c77-464c-97db-8c24f5a86ae1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16057 | 2024.08.16 07:24:17.187624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16058 | 2024.08.16 07:24:17.187673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16059 | 2024.08.16 07:24:17.187693 [ 3 ] {} <Debug> HTTP-Session: 5df83e35-c886-401d-bcac-942c58d7301a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16060 | 2024.08.16 07:24:17.187709 [ 3 ] {} <Debug> HTTP-Session: 5df83e35-c886-401d-bcac-942c58d7301a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16061 | 2024.08.16 07:24:17.187724 [ 3 ] {} <Debug> HTTP-Session: 5df83e35-c886-401d-bcac-942c58d7301a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16062 | 2024.08.16 07:24:17.187755 [ 3 ] {} <Trace> HTTP-Session: 5df83e35-c886-401d-bcac-942c58d7301a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16063 | 2024.08.16 07:24:17.187929 [ 3 ] {3c35d25a-cdff-4e5b-8308-62f577e40ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16064 | 2024.08.16 07:24:17.187972 [ 3 ] {3c35d25a-cdff-4e5b-8308-62f577e40ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16065 | 2024.08.16 07:24:17.188098 [ 3 ] {3c35d25a-cdff-4e5b-8308-62f577e40ccb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16066 | 2024.08.16 07:24:17.188527 [ 3 ] {3c35d25a-cdff-4e5b-8308-62f577e40ccb} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16067 | 2024.08.16 07:24:17.188566 [ 3 ] {3c35d25a-cdff-4e5b-8308-62f577e40ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16068 | 2024.08.16 07:24:17.188893 [ 3 ] {3c35d25a-cdff-4e5b-8308-62f577e40ccb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16069 | 2024.08.16 07:24:17.189194 [ 3 ] {3c35d25a-cdff-4e5b-8308-62f577e40ccb} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16070 | 2024.08.16 07:24:17.189351 [ 3 ] {3c35d25a-cdff-4e5b-8308-62f577e40ccb} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001512 sec., 160052.91005291004 rows/sec., 10.84 MiB/sec. | ||
16071 | 2024.08.16 07:24:17.189351 [ 104 ] {} <Debug> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16072 | 2024.08.16 07:24:17.189459 [ 104 ] {} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16073 | 2024.08.16 07:24:17.189505 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16074 | 2024.08.16 07:24:17.189584 [ 3 ] {3c35d25a-cdff-4e5b-8308-62f577e40ccb} <Debug> DynamicQueryHandler: Done processing query | ||
16075 | 2024.08.16 07:24:17.189640 [ 3 ] {3c35d25a-cdff-4e5b-8308-62f577e40ccb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16076 | 2024.08.16 07:24:17.189706 [ 3 ] {} <Debug> HTTP-Session: 5df83e35-c886-401d-bcac-942c58d7301a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16077 | 2024.08.16 07:24:17.189770 [ 188 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::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 | ||
16078 | 2024.08.16 07:24:17.189868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16079 | 2024.08.16 07:24:17.189966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16080 | 2024.08.16 07:24:17.190022 [ 3 ] {} <Debug> HTTP-Session: 3652a1b5-37bf-4c42-9b43-cf97331eb06b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16081 | 2024.08.16 07:24:17.190073 [ 3 ] {} <Debug> HTTP-Session: 3652a1b5-37bf-4c42-9b43-cf97331eb06b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16082 | 2024.08.16 07:24:17.190089 [ 188 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16083 | 2024.08.16 07:24:17.190105 [ 3 ] {} <Debug> HTTP-Session: 3652a1b5-37bf-4c42-9b43-cf97331eb06b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16084 | 2024.08.16 07:24:17.190164 [ 188 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 242 rows starting from the beginning of the part | ||
16085 | 2024.08.16 07:24:17.190179 [ 3 ] {} <Trace> HTTP-Session: 3652a1b5-37bf-4c42-9b43-cf97331eb06b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16086 | 2024.08.16 07:24:17.190410 [ 188 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
16087 | 2024.08.16 07:24:17.190483 [ 3 ] {714c13be-2879-4569-9f27-1ec4ee40b7c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16088 | 2024.08.16 07:24:17.190652 [ 3 ] {714c13be-2879-4569-9f27-1ec4ee40b7c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16089 | 2024.08.16 07:24:17.190772 [ 188 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 242 rows starting from the beginning of the part | ||
16090 | 2024.08.16 07:24:17.191202 [ 188 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
16091 | 2024.08.16 07:24:17.191592 [ 188 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
16092 | 2024.08.16 07:24:17.191663 [ 3 ] {714c13be-2879-4569-9f27-1ec4ee40b7c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16093 | 2024.08.16 07:24:17.191873 [ 188 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 242 rows starting from the beginning of the part | ||
16094 | 2024.08.16 07:24:17.192651 [ 3 ] {714c13be-2879-4569-9f27-1ec4ee40b7c3} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16095 | 2024.08.16 07:24:17.192722 [ 3 ] {714c13be-2879-4569-9f27-1ec4ee40b7c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16096 | 2024.08.16 07:24:17.193462 [ 3 ] {714c13be-2879-4569-9f27-1ec4ee40b7c3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16097 | 2024.08.16 07:24:17.194313 [ 3 ] {714c13be-2879-4569-9f27-1ec4ee40b7c3} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16098 | 2024.08.16 07:24:17.194727 [ 3 ] {714c13be-2879-4569-9f27-1ec4ee40b7c3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004382 sec., 1369.2377909630306 rows/sec., 80.90 KiB/sec. | ||
16099 | 2024.08.16 07:24:17.195010 [ 199 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.005404245 sec., 142110.50757321328 rows/sec., 9.10 MiB/sec. | ||
16100 | 2024.08.16 07:24:17.195096 [ 104 ] {} <Debug> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
16101 | 2024.08.16 07:24:17.195204 [ 104 ] {} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16102 | 2024.08.16 07:24:17.195220 [ 3 ] {714c13be-2879-4569-9f27-1ec4ee40b7c3} <Debug> DynamicQueryHandler: Done processing query | ||
16103 | 2024.08.16 07:24:17.195283 [ 3 ] {714c13be-2879-4569-9f27-1ec4ee40b7c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16104 | 2024.08.16 07:24:17.195293 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16105 | 2024.08.16 07:24:17.195303 [ 199 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16106 | 2024.08.16 07:24:17.195314 [ 3 ] {} <Debug> HTTP-Session: 3652a1b5-37bf-4c42-9b43-cf97331eb06b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16107 | 2024.08.16 07:24:17.195606 [ 196 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
16108 | 2024.08.16 07:24:17.195763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 141415, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16109 | 2024.08.16 07:24:17.195929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16110 | 2024.08.16 07:24:17.196053 [ 3 ] {} <Debug> HTTP-Session: dc63754b-9bd4-4523-850c-8e36c1da615a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16111 | 2024.08.16 07:24:17.196130 [ 3 ] {} <Debug> HTTP-Session: dc63754b-9bd4-4523-850c-8e36c1da615a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16112 | 2024.08.16 07:24:17.196232 [ 3 ] {} <Debug> HTTP-Session: dc63754b-9bd4-4523-850c-8e36c1da615a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16113 | 2024.08.16 07:24:17.196393 [ 196 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16114 | 2024.08.16 07:24:17.196394 [ 3 ] {} <Trace> HTTP-Session: dc63754b-9bd4-4523-850c-8e36c1da615a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16115 | 2024.08.16 07:24:17.196489 [ 196 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 6 rows starting from the beginning of the part | ||
16116 | 2024.08.16 07:24:17.196835 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_41_8} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16117 | 2024.08.16 07:24:17.196875 [ 196 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
16118 | 2024.08.16 07:24:17.197248 [ 190 ] {66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb::all_1_41_8} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16119 | 2024.08.16 07:24:17.197268 [ 3 ] {0b6e5401-5bba-457c-b51e-3fbd7f3a47cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16120 | 2024.08.16 07:24:17.197302 [ 196 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
16121 | 2024.08.16 07:24:17.197479 [ 3 ] {0b6e5401-5bba-457c-b51e-3fbd7f3a47cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16122 | 2024.08.16 07:24:17.197577 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
16123 | 2024.08.16 07:24:17.197874 [ 196 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
16124 | 2024.08.16 07:24:17.198209 [ 196 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
16125 | 2024.08.16 07:24:17.198471 [ 3 ] {0b6e5401-5bba-457c-b51e-3fbd7f3a47cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16126 | 2024.08.16 07:24:17.200032 [ 193 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004541545 sec., 6605.681546698315 rows/sec., 393.50 KiB/sec. | ||
16127 | 2024.08.16 07:24:17.200159 [ 3 ] {0b6e5401-5bba-457c-b51e-3fbd7f3a47cd} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16128 | 2024.08.16 07:24:17.200217 [ 3 ] {0b6e5401-5bba-457c-b51e-3fbd7f3a47cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16129 | 2024.08.16 07:24:17.200264 [ 193 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
16130 | 2024.08.16 07:24:17.201071 [ 3 ] {0b6e5401-5bba-457c-b51e-3fbd7f3a47cd} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16131 | 2024.08.16 07:24:17.201182 [ 190 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_41_10} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16132 | 2024.08.16 07:24:17.201463 [ 190 ] {20a6b491-7de9-4894-a957-86d80824496d::all_1_41_10} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
16133 | 2024.08.16 07:24:17.201628 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
16134 | 2024.08.16 07:24:17.201734 [ 3 ] {0b6e5401-5bba-457c-b51e-3fbd7f3a47cd} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16135 | 2024.08.16 07:24:17.201900 [ 3 ] {0b6e5401-5bba-457c-b51e-3fbd7f3a47cd} <Debug> executeQuery: Read 866 rows, 64.15 KiB in 0.005193 sec., 166762.9501251685 rows/sec., 12.06 MiB/sec. | ||
16136 | 2024.08.16 07:24:17.202183 [ 3 ] {0b6e5401-5bba-457c-b51e-3fbd7f3a47cd} <Debug> DynamicQueryHandler: Done processing query | ||
16137 | 2024.08.16 07:24:17.202244 [ 3 ] {0b6e5401-5bba-457c-b51e-3fbd7f3a47cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
16138 | 2024.08.16 07:24:17.202298 [ 3 ] {} <Debug> HTTP-Session: dc63754b-9bd4-4523-850c-8e36c1da615a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16139 | 2024.08.16 07:24:17.202585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16140 | 2024.08.16 07:24:17.202639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16141 | 2024.08.16 07:24:17.202658 [ 3 ] {} <Debug> HTTP-Session: a0393898-0181-47fe-8773-1d4123b5f9a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16142 | 2024.08.16 07:24:17.202674 [ 3 ] {} <Debug> HTTP-Session: a0393898-0181-47fe-8773-1d4123b5f9a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16143 | 2024.08.16 07:24:17.202688 [ 3 ] {} <Debug> HTTP-Session: a0393898-0181-47fe-8773-1d4123b5f9a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16144 | 2024.08.16 07:24:17.202722 [ 3 ] {} <Trace> HTTP-Session: a0393898-0181-47fe-8773-1d4123b5f9a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16145 | 2024.08.16 07:24:17.202824 [ 3 ] {c72d83c4-4a3a-48eb-8fd0-39260a4693ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16146 | 2024.08.16 07:24:17.202870 [ 3 ] {c72d83c4-4a3a-48eb-8fd0-39260a4693ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16147 | 2024.08.16 07:24:17.203022 [ 3 ] {c72d83c4-4a3a-48eb-8fd0-39260a4693ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16148 | 2024.08.16 07:24:17.203327 [ 3 ] {c72d83c4-4a3a-48eb-8fd0-39260a4693ca} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16149 | 2024.08.16 07:24:17.203365 [ 3 ] {c72d83c4-4a3a-48eb-8fd0-39260a4693ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16150 | 2024.08.16 07:24:17.203739 [ 3 ] {c72d83c4-4a3a-48eb-8fd0-39260a4693ca} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16151 | 2024.08.16 07:24:17.204058 [ 3 ] {c72d83c4-4a3a-48eb-8fd0-39260a4693ca} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16152 | 2024.08.16 07:24:17.204216 [ 3 ] {c72d83c4-4a3a-48eb-8fd0-39260a4693ca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. | ||
16153 | 2024.08.16 07:24:17.204228 [ 104 ] {} <Debug> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16154 | 2024.08.16 07:24:17.204313 [ 104 ] {} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16155 | 2024.08.16 07:24:17.204363 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16156 | 2024.08.16 07:24:17.204512 [ 3 ] {c72d83c4-4a3a-48eb-8fd0-39260a4693ca} <Debug> DynamicQueryHandler: Done processing query | ||
16157 | 2024.08.16 07:24:17.204539 [ 193 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
16158 | 2024.08.16 07:24:17.204553 [ 3 ] {c72d83c4-4a3a-48eb-8fd0-39260a4693ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16159 | 2024.08.16 07:24:17.204615 [ 3 ] {} <Debug> HTTP-Session: a0393898-0181-47fe-8773-1d4123b5f9a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16160 | 2024.08.16 07:24:17.204743 [ 193 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16161 | 2024.08.16 07:24:17.204781 [ 193 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
16162 | 2024.08.16 07:24:17.204891 [ 193 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
16163 | 2024.08.16 07:24:17.204998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 172482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16164 | 2024.08.16 07:24:17.205153 [ 193 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
16165 | 2024.08.16 07:24:17.205163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16166 | 2024.08.16 07:24:17.205256 [ 3 ] {} <Debug> HTTP-Session: 0655b678-37f4-4cfa-97a2-480790b09ecf Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16167 | 2024.08.16 07:24:17.205342 [ 3 ] {} <Debug> HTTP-Session: 0655b678-37f4-4cfa-97a2-480790b09ecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16168 | 2024.08.16 07:24:17.205406 [ 3 ] {} <Debug> HTTP-Session: 0655b678-37f4-4cfa-97a2-480790b09ecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16169 | 2024.08.16 07:24:17.205536 [ 193 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
16170 | 2024.08.16 07:24:17.205539 [ 3 ] {} <Trace> HTTP-Session: 0655b678-37f4-4cfa-97a2-480790b09ecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16171 | 2024.08.16 07:24:17.205787 [ 193 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
16172 | 2024.08.16 07:24:17.206047 [ 193 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::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 | ||
16173 | 2024.08.16 07:24:17.206331 [ 3 ] {6d7d646a-2e74-4578-bcfb-3a1acfa43f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16174 | 2024.08.16 07:24:17.206528 [ 3 ] {6d7d646a-2e74-4578-bcfb-3a1acfa43f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16175 | 2024.08.16 07:24:17.207058 [ 3 ] {6d7d646a-2e74-4578-bcfb-3a1acfa43f5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16176 | 2024.08.16 07:24:17.208276 [ 193 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.003815978 sec., 64465.78046309492 rows/sec., 3.29 MiB/sec. | ||
16177 | 2024.08.16 07:24:17.208459 [ 193 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16178 | 2024.08.16 07:24:17.208576 [ 3 ] {6d7d646a-2e74-4578-bcfb-3a1acfa43f5a} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16179 | 2024.08.16 07:24:17.208640 [ 3 ] {6d7d646a-2e74-4578-bcfb-3a1acfa43f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16180 | 2024.08.16 07:24:17.209326 [ 193 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_41_8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16181 | 2024.08.16 07:24:17.209537 [ 193 ] {bf0fa25d-11c5-49ab-9f87-94c9094023e3::all_1_41_8} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16182 | 2024.08.16 07:24:17.209655 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
16183 | 2024.08.16 07:24:17.209695 [ 3 ] {6d7d646a-2e74-4578-bcfb-3a1acfa43f5a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16184 | 2024.08.16 07:24:17.210079 [ 3 ] {6d7d646a-2e74-4578-bcfb-3a1acfa43f5a} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16185 | 2024.08.16 07:24:17.210245 [ 3 ] {6d7d646a-2e74-4578-bcfb-3a1acfa43f5a} <Debug> executeQuery: Read 911 rows, 62.29 KiB in 0.004392 sec., 207422.58652094717 rows/sec., 13.85 MiB/sec. | ||
16186 | 2024.08.16 07:24:17.210436 [ 3 ] {6d7d646a-2e74-4578-bcfb-3a1acfa43f5a} <Debug> DynamicQueryHandler: Done processing query | ||
16187 | 2024.08.16 07:24:17.210460 [ 3 ] {6d7d646a-2e74-4578-bcfb-3a1acfa43f5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
16188 | 2024.08.16 07:24:17.210477 [ 3 ] {} <Debug> HTTP-Session: 0655b678-37f4-4cfa-97a2-480790b09ecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16189 | 2024.08.16 07:24:17.210799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16190 | 2024.08.16 07:24:17.210851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16191 | 2024.08.16 07:24:17.210870 [ 3 ] {} <Debug> HTTP-Session: d1daf2fe-7bc1-4026-8839-a884b1731d8b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16192 | 2024.08.16 07:24:17.210887 [ 3 ] {} <Debug> HTTP-Session: d1daf2fe-7bc1-4026-8839-a884b1731d8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16193 | 2024.08.16 07:24:17.210901 [ 3 ] {} <Debug> HTTP-Session: d1daf2fe-7bc1-4026-8839-a884b1731d8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16194 | 2024.08.16 07:24:17.210931 [ 3 ] {} <Trace> HTTP-Session: d1daf2fe-7bc1-4026-8839-a884b1731d8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16195 | 2024.08.16 07:24:17.211023 [ 3 ] {de4c224e-5589-458a-87cc-3937204a23e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16196 | 2024.08.16 07:24:17.211068 [ 3 ] {de4c224e-5589-458a-87cc-3937204a23e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16197 | 2024.08.16 07:24:17.211205 [ 3 ] {de4c224e-5589-458a-87cc-3937204a23e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16198 | 2024.08.16 07:24:17.211471 [ 3 ] {de4c224e-5589-458a-87cc-3937204a23e5} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16199 | 2024.08.16 07:24:17.211508 [ 3 ] {de4c224e-5589-458a-87cc-3937204a23e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16200 | 2024.08.16 07:24:17.211862 [ 3 ] {de4c224e-5589-458a-87cc-3937204a23e5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16201 | 2024.08.16 07:24:17.212190 [ 3 ] {de4c224e-5589-458a-87cc-3937204a23e5} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16202 | 2024.08.16 07:24:17.212339 [ 3 ] {de4c224e-5589-458a-87cc-3937204a23e5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec. | ||
16203 | 2024.08.16 07:24:17.212517 [ 3 ] {de4c224e-5589-458a-87cc-3937204a23e5} <Debug> DynamicQueryHandler: Done processing query | ||
16204 | 2024.08.16 07:24:17.212544 [ 3 ] {de4c224e-5589-458a-87cc-3937204a23e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16205 | 2024.08.16 07:24:17.212559 [ 3 ] {} <Debug> HTTP-Session: d1daf2fe-7bc1-4026-8839-a884b1731d8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16206 | 2024.08.16 07:24:17.212741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16207 | 2024.08.16 07:24:17.212791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16208 | 2024.08.16 07:24:17.212811 [ 3 ] {} <Debug> HTTP-Session: b43bb369-bacf-4610-8172-c1cebec4f1b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16209 | 2024.08.16 07:24:17.212828 [ 3 ] {} <Debug> HTTP-Session: b43bb369-bacf-4610-8172-c1cebec4f1b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16210 | 2024.08.16 07:24:17.212841 [ 3 ] {} <Debug> HTTP-Session: b43bb369-bacf-4610-8172-c1cebec4f1b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16211 | 2024.08.16 07:24:17.212872 [ 3 ] {} <Trace> HTTP-Session: b43bb369-bacf-4610-8172-c1cebec4f1b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16212 | 2024.08.16 07:24:17.213205 [ 3 ] {fec898fe-416a-47dc-a97b-8a11ab0f7303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16213 | 2024.08.16 07:24:17.213269 [ 3 ] {fec898fe-416a-47dc-a97b-8a11ab0f7303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16214 | 2024.08.16 07:24:17.213687 [ 3 ] {fec898fe-416a-47dc-a97b-8a11ab0f7303} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16215 | 2024.08.16 07:24:17.214313 [ 3 ] {fec898fe-416a-47dc-a97b-8a11ab0f7303} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16216 | 2024.08.16 07:24:17.214350 [ 3 ] {fec898fe-416a-47dc-a97b-8a11ab0f7303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16217 | 2024.08.16 07:24:17.214947 [ 3 ] {fec898fe-416a-47dc-a97b-8a11ab0f7303} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
16218 | 2024.08.16 07:24:17.215350 [ 3 ] {fec898fe-416a-47dc-a97b-8a11ab0f7303} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16219 | 2024.08.16 07:24:17.215544 [ 3 ] {fec898fe-416a-47dc-a97b-8a11ab0f7303} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002595 sec., 7321.772639691714 rows/sec., 13.12 MiB/sec. | ||
16220 | 2024.08.16 07:24:17.215568 [ 94 ] {} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
16221 | 2024.08.16 07:24:17.215720 [ 94 ] {} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16222 | 2024.08.16 07:24:17.215811 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16223 | 2024.08.16 07:24:17.215969 [ 3 ] {fec898fe-416a-47dc-a97b-8a11ab0f7303} <Debug> DynamicQueryHandler: Done processing query | ||
16224 | 2024.08.16 07:24:17.215989 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::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 | ||
16225 | 2024.08.16 07:24:17.216000 [ 3 ] {fec898fe-416a-47dc-a97b-8a11ab0f7303} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
16226 | 2024.08.16 07:24:17.216034 [ 3 ] {} <Debug> HTTP-Session: b43bb369-bacf-4610-8172-c1cebec4f1b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16227 | 2024.08.16 07:24:17.216177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16228 | 2024.08.16 07:24:17.216247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16229 | 2024.08.16 07:24:17.216280 [ 3 ] {} <Debug> HTTP-Session: cfa370f3-d831-4e2c-8a22-9613ba906748 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16230 | 2024.08.16 07:24:17.216307 [ 3 ] {} <Debug> HTTP-Session: cfa370f3-d831-4e2c-8a22-9613ba906748 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16231 | 2024.08.16 07:24:17.216331 [ 3 ] {} <Debug> HTTP-Session: cfa370f3-d831-4e2c-8a22-9613ba906748 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16232 | 2024.08.16 07:24:17.216383 [ 3 ] {} <Trace> HTTP-Session: cfa370f3-d831-4e2c-8a22-9613ba906748 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16233 | 2024.08.16 07:24:17.216436 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16234 | 2024.08.16 07:24:17.216532 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1293 rows starting from the beginning of the part | ||
16235 | 2024.08.16 07:24:17.216548 [ 3 ] {ab9f4b5c-e587-40fe-9004-a861eec0d66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16236 | 2024.08.16 07:24:17.216610 [ 3 ] {ab9f4b5c-e587-40fe-9004-a861eec0d66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16237 | 2024.08.16 07:24:17.217047 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 19 rows starting from the beginning of the part | ||
16238 | 2024.08.16 07:24:17.217120 [ 3 ] {ab9f4b5c-e587-40fe-9004-a861eec0d66b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16239 | 2024.08.16 07:24:17.217463 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 34 rows starting from the beginning of the part | ||
16240 | 2024.08.16 07:24:17.217955 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 19 rows starting from the beginning of the part | ||
16241 | 2024.08.16 07:24:17.218034 [ 3 ] {ab9f4b5c-e587-40fe-9004-a861eec0d66b} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16242 | 2024.08.16 07:24:17.218108 [ 3 ] {ab9f4b5c-e587-40fe-9004-a861eec0d66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16243 | 2024.08.16 07:24:17.218297 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 37 rows starting from the beginning of the part | ||
16244 | 2024.08.16 07:24:17.218635 [ 187 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 19 rows starting from the beginning of the part | ||
16245 | 2024.08.16 07:24:17.219079 [ 3 ] {ab9f4b5c-e587-40fe-9004-a861eec0d66b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16246 | 2024.08.16 07:24:17.219572 [ 3 ] {ab9f4b5c-e587-40fe-9004-a861eec0d66b} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16247 | 2024.08.16 07:24:17.219808 [ 3 ] {ab9f4b5c-e587-40fe-9004-a861eec0d66b} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.00333 sec., 22822.82282282282 rows/sec., 1.44 MiB/sec. | ||
16248 | 2024.08.16 07:24:17.219831 [ 94 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16249 | 2024.08.16 07:24:17.219939 [ 94 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16250 | 2024.08.16 07:24:17.220017 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16251 | 2024.08.16 07:24:17.220138 [ 3 ] {ab9f4b5c-e587-40fe-9004-a861eec0d66b} <Debug> DynamicQueryHandler: Done processing query | ||
16252 | 2024.08.16 07:24:17.220265 [ 3 ] {ab9f4b5c-e587-40fe-9004-a861eec0d66b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16253 | 2024.08.16 07:24:17.220379 [ 3 ] {} <Debug> HTTP-Session: cfa370f3-d831-4e2c-8a22-9613ba906748 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16254 | 2024.08.16 07:24:17.220466 [ 189 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
16255 | 2024.08.16 07:24:17.220928 [ 189 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16256 | 2024.08.16 07:24:17.221058 [ 189 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5266 rows starting from the beginning of the part | ||
16257 | 2024.08.16 07:24:17.221573 [ 189 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
16258 | 2024.08.16 07:24:17.221979 [ 189 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
16259 | 2024.08.16 07:24:17.222412 [ 189 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
16260 | 2024.08.16 07:24:17.222924 [ 189 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
16261 | 2024.08.16 07:24:17.223287 [ 189 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 76 rows starting from the beginning of the part | ||
16262 | 2024.08.16 07:24:17.227494 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5626 rows, containing 4 columns (4 merged, 0 gathered) in 0.00735205 sec., 765228.7457239818 rows/sec., 49.82 MiB/sec. | ||
16263 | 2024.08.16 07:24:17.228300 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16264 | 2024.08.16 07:24:17.228702 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_86_17} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16265 | 2024.08.16 07:24:17.228785 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_86_17} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16266 | 2024.08.16 07:24:17.228916 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
16267 | 2024.08.16 07:24:17.229769 [ 191 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1421 rows, containing 19 columns (19 merged, 0 gathered) in 0.01384645 sec., 102625.5827305916 rows/sec., 183.90 MiB/sec. | ||
16268 | 2024.08.16 07:24:17.231309 [ 197 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
16269 | 2024.08.16 07:24:17.231918 [ 197 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16270 | 2024.08.16 07:24:17.232007 [ 197 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
16271 | 2024.08.16 07:24:17.232169 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
16272 | 2024.08.16 07:24:18.088811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16273 | 2024.08.16 07:24:18.088905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16274 | 2024.08.16 07:24:18.088932 [ 3 ] {} <Debug> HTTP-Session: c045de78-8d04-4e96-bf66-98f9baf9311b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16275 | 2024.08.16 07:24:18.088956 [ 3 ] {} <Debug> HTTP-Session: c045de78-8d04-4e96-bf66-98f9baf9311b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16276 | 2024.08.16 07:24:18.088973 [ 3 ] {} <Debug> HTTP-Session: c045de78-8d04-4e96-bf66-98f9baf9311b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16277 | 2024.08.16 07:24:18.089019 [ 3 ] {} <Trace> HTTP-Session: c045de78-8d04-4e96-bf66-98f9baf9311b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16278 | 2024.08.16 07:24:18.089185 [ 3 ] {24ad9deb-81b6-4820-ad7b-1b1e9b07cd61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16279 | 2024.08.16 07:24:18.089249 [ 3 ] {24ad9deb-81b6-4820-ad7b-1b1e9b07cd61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16280 | 2024.08.16 07:24:18.089447 [ 3 ] {24ad9deb-81b6-4820-ad7b-1b1e9b07cd61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16281 | 2024.08.16 07:24:18.089897 [ 3 ] {24ad9deb-81b6-4820-ad7b-1b1e9b07cd61} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16282 | 2024.08.16 07:24:18.089938 [ 3 ] {24ad9deb-81b6-4820-ad7b-1b1e9b07cd61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16283 | 2024.08.16 07:24:18.090276 [ 3 ] {24ad9deb-81b6-4820-ad7b-1b1e9b07cd61} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16284 | 2024.08.16 07:24:18.090598 [ 3 ] {24ad9deb-81b6-4820-ad7b-1b1e9b07cd61} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16285 | 2024.08.16 07:24:18.090763 [ 3 ] {24ad9deb-81b6-4820-ad7b-1b1e9b07cd61} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001628 sec., 18427.518427518426 rows/sec., 1.44 MiB/sec. | ||
16286 | 2024.08.16 07:24:18.090955 [ 3 ] {24ad9deb-81b6-4820-ad7b-1b1e9b07cd61} <Debug> DynamicQueryHandler: Done processing query | ||
16287 | 2024.08.16 07:24:18.090981 [ 3 ] {24ad9deb-81b6-4820-ad7b-1b1e9b07cd61} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16288 | 2024.08.16 07:24:18.090997 [ 3 ] {} <Debug> HTTP-Session: c045de78-8d04-4e96-bf66-98f9baf9311b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16289 | 2024.08.16 07:24:18.091110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 6140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16290 | 2024.08.16 07:24:18.091159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16291 | 2024.08.16 07:24:18.091178 [ 3 ] {} <Debug> HTTP-Session: a36b0451-1650-45c6-95a0-794664da7990 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16292 | 2024.08.16 07:24:18.091195 [ 3 ] {} <Debug> HTTP-Session: a36b0451-1650-45c6-95a0-794664da7990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16293 | 2024.08.16 07:24:18.091209 [ 3 ] {} <Debug> HTTP-Session: a36b0451-1650-45c6-95a0-794664da7990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16294 | 2024.08.16 07:24:18.091241 [ 3 ] {} <Trace> HTTP-Session: a36b0451-1650-45c6-95a0-794664da7990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16295 | 2024.08.16 07:24:18.091347 [ 3 ] {328c28b6-e91f-49dc-bbea-2594824416a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16296 | 2024.08.16 07:24:18.091392 [ 3 ] {328c28b6-e91f-49dc-bbea-2594824416a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16297 | 2024.08.16 07:24:18.091521 [ 3 ] {328c28b6-e91f-49dc-bbea-2594824416a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16298 | 2024.08.16 07:24:18.091844 [ 3 ] {328c28b6-e91f-49dc-bbea-2594824416a6} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16299 | 2024.08.16 07:24:18.091883 [ 3 ] {328c28b6-e91f-49dc-bbea-2594824416a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16300 | 2024.08.16 07:24:18.092195 [ 3 ] {328c28b6-e91f-49dc-bbea-2594824416a6} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16301 | 2024.08.16 07:24:18.092508 [ 3 ] {328c28b6-e91f-49dc-bbea-2594824416a6} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16302 | 2024.08.16 07:24:18.092672 [ 3 ] {328c28b6-e91f-49dc-bbea-2594824416a6} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001352 sec., 26627.218934911245 rows/sec., 2.08 MiB/sec. | ||
16303 | 2024.08.16 07:24:18.092840 [ 3 ] {328c28b6-e91f-49dc-bbea-2594824416a6} <Debug> DynamicQueryHandler: Done processing query | ||
16304 | 2024.08.16 07:24:18.092864 [ 3 ] {328c28b6-e91f-49dc-bbea-2594824416a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16305 | 2024.08.16 07:24:18.092880 [ 3 ] {} <Debug> HTTP-Session: a36b0451-1650-45c6-95a0-794664da7990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16306 | 2024.08.16 07:24:18.093064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16307 | 2024.08.16 07:24:18.093112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16308 | 2024.08.16 07:24:18.093131 [ 3 ] {} <Debug> HTTP-Session: 500d3903-b80b-4216-bba9-fce50102d9e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16309 | 2024.08.16 07:24:18.093147 [ 3 ] {} <Debug> HTTP-Session: 500d3903-b80b-4216-bba9-fce50102d9e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16310 | 2024.08.16 07:24:18.093162 [ 3 ] {} <Debug> HTTP-Session: 500d3903-b80b-4216-bba9-fce50102d9e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16311 | 2024.08.16 07:24:18.093192 [ 3 ] {} <Trace> HTTP-Session: 500d3903-b80b-4216-bba9-fce50102d9e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16312 | 2024.08.16 07:24:18.093321 [ 3 ] {09db2abb-75e6-4ca7-a644-bd4a171e0c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16313 | 2024.08.16 07:24:18.093366 [ 3 ] {09db2abb-75e6-4ca7-a644-bd4a171e0c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16314 | 2024.08.16 07:24:18.093511 [ 3 ] {09db2abb-75e6-4ca7-a644-bd4a171e0c6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16315 | 2024.08.16 07:24:18.093804 [ 3 ] {09db2abb-75e6-4ca7-a644-bd4a171e0c6c} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16316 | 2024.08.16 07:24:18.093840 [ 3 ] {09db2abb-75e6-4ca7-a644-bd4a171e0c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16317 | 2024.08.16 07:24:18.094202 [ 3 ] {09db2abb-75e6-4ca7-a644-bd4a171e0c6c} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16318 | 2024.08.16 07:24:18.094538 [ 3 ] {09db2abb-75e6-4ca7-a644-bd4a171e0c6c} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16319 | 2024.08.16 07:24:18.094695 [ 3 ] {09db2abb-75e6-4ca7-a644-bd4a171e0c6c} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.001402 sec., 8559.201141226818 rows/sec., 615.05 KiB/sec. | ||
16320 | 2024.08.16 07:24:18.094976 [ 3 ] {09db2abb-75e6-4ca7-a644-bd4a171e0c6c} <Debug> DynamicQueryHandler: Done processing query | ||
16321 | 2024.08.16 07:24:18.095031 [ 3 ] {09db2abb-75e6-4ca7-a644-bd4a171e0c6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16322 | 2024.08.16 07:24:18.095079 [ 3 ] {} <Debug> HTTP-Session: 500d3903-b80b-4216-bba9-fce50102d9e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16323 | 2024.08.16 07:24:18.095283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16324 | 2024.08.16 07:24:18.095366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16325 | 2024.08.16 07:24:18.095386 [ 3 ] {} <Debug> HTTP-Session: 9d2d0ed0-6e92-4c6c-8c81-c0754e89a87a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16326 | 2024.08.16 07:24:18.095403 [ 3 ] {} <Debug> HTTP-Session: 9d2d0ed0-6e92-4c6c-8c81-c0754e89a87a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16327 | 2024.08.16 07:24:18.095417 [ 3 ] {} <Debug> HTTP-Session: 9d2d0ed0-6e92-4c6c-8c81-c0754e89a87a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16328 | 2024.08.16 07:24:18.095449 [ 3 ] {} <Trace> HTTP-Session: 9d2d0ed0-6e92-4c6c-8c81-c0754e89a87a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16329 | 2024.08.16 07:24:18.095550 [ 3 ] {27082310-a34c-45e3-8505-252eeb1a9532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16330 | 2024.08.16 07:24:18.095594 [ 3 ] {27082310-a34c-45e3-8505-252eeb1a9532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16331 | 2024.08.16 07:24:18.095741 [ 3 ] {27082310-a34c-45e3-8505-252eeb1a9532} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16332 | 2024.08.16 07:24:18.096056 [ 3 ] {27082310-a34c-45e3-8505-252eeb1a9532} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16333 | 2024.08.16 07:24:18.096094 [ 3 ] {27082310-a34c-45e3-8505-252eeb1a9532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16334 | 2024.08.16 07:24:18.096446 [ 3 ] {27082310-a34c-45e3-8505-252eeb1a9532} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16335 | 2024.08.16 07:24:18.096767 [ 3 ] {27082310-a34c-45e3-8505-252eeb1a9532} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16336 | 2024.08.16 07:24:18.096919 [ 3 ] {27082310-a34c-45e3-8505-252eeb1a9532} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001393 sec., 4307.250538406318 rows/sec., 292.34 KiB/sec. | ||
16337 | 2024.08.16 07:24:18.097092 [ 3 ] {27082310-a34c-45e3-8505-252eeb1a9532} <Debug> DynamicQueryHandler: Done processing query | ||
16338 | 2024.08.16 07:24:18.097117 [ 3 ] {27082310-a34c-45e3-8505-252eeb1a9532} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16339 | 2024.08.16 07:24:18.097132 [ 3 ] {} <Debug> HTTP-Session: 9d2d0ed0-6e92-4c6c-8c81-c0754e89a87a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16340 | 2024.08.16 07:24:23.098195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 5362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16341 | 2024.08.16 07:24:23.098324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16342 | 2024.08.16 07:24:23.098350 [ 3 ] {} <Debug> HTTP-Session: cf36c392-f915-49db-82c9-f5caf2819aa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16343 | 2024.08.16 07:24:23.098374 [ 3 ] {} <Debug> HTTP-Session: cf36c392-f915-49db-82c9-f5caf2819aa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16344 | 2024.08.16 07:24:23.098389 [ 3 ] {} <Debug> HTTP-Session: cf36c392-f915-49db-82c9-f5caf2819aa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16345 | 2024.08.16 07:24:23.098440 [ 3 ] {} <Trace> HTTP-Session: cf36c392-f915-49db-82c9-f5caf2819aa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16346 | 2024.08.16 07:24:23.098640 [ 3 ] {0a473ffe-52dc-4cb7-9130-4533613ea975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16347 | 2024.08.16 07:24:23.098710 [ 3 ] {0a473ffe-52dc-4cb7-9130-4533613ea975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16348 | 2024.08.16 07:24:23.098910 [ 3 ] {0a473ffe-52dc-4cb7-9130-4533613ea975} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16349 | 2024.08.16 07:24:23.099360 [ 3 ] {0a473ffe-52dc-4cb7-9130-4533613ea975} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16350 | 2024.08.16 07:24:23.099405 [ 3 ] {0a473ffe-52dc-4cb7-9130-4533613ea975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16351 | 2024.08.16 07:24:23.099794 [ 3 ] {0a473ffe-52dc-4cb7-9130-4533613ea975} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
16352 | 2024.08.16 07:24:23.100148 [ 3 ] {0a473ffe-52dc-4cb7-9130-4533613ea975} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16353 | 2024.08.16 07:24:23.100316 [ 3 ] {0a473ffe-52dc-4cb7-9130-4533613ea975} <Debug> executeQuery: Read 37 rows, 3.00 KiB in 0.001741 sec., 21252.153934520393 rows/sec., 1.68 MiB/sec. | ||
16354 | 2024.08.16 07:24:23.100642 [ 3 ] {0a473ffe-52dc-4cb7-9130-4533613ea975} <Debug> DynamicQueryHandler: Done processing query | ||
16355 | 2024.08.16 07:24:23.100697 [ 3 ] {0a473ffe-52dc-4cb7-9130-4533613ea975} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16356 | 2024.08.16 07:24:23.100751 [ 3 ] {} <Debug> HTTP-Session: cf36c392-f915-49db-82c9-f5caf2819aa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16357 | 2024.08.16 07:24:23.100994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 24636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16358 | 2024.08.16 07:24:23.101056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16359 | 2024.08.16 07:24:23.101076 [ 3 ] {} <Debug> HTTP-Session: dba0ea9d-fb9a-4fb0-90c4-e7135c629e7c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16360 | 2024.08.16 07:24:23.101093 [ 3 ] {} <Debug> HTTP-Session: dba0ea9d-fb9a-4fb0-90c4-e7135c629e7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16361 | 2024.08.16 07:24:23.101107 [ 3 ] {} <Debug> HTTP-Session: dba0ea9d-fb9a-4fb0-90c4-e7135c629e7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16362 | 2024.08.16 07:24:23.101144 [ 3 ] {} <Trace> HTTP-Session: dba0ea9d-fb9a-4fb0-90c4-e7135c629e7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16363 | 2024.08.16 07:24:23.101299 [ 3 ] {67f6e4af-3e16-4672-a834-c71c9a2ee728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16364 | 2024.08.16 07:24:23.101349 [ 3 ] {67f6e4af-3e16-4672-a834-c71c9a2ee728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16365 | 2024.08.16 07:24:23.101503 [ 3 ] {67f6e4af-3e16-4672-a834-c71c9a2ee728} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16366 | 2024.08.16 07:24:23.101962 [ 3 ] {67f6e4af-3e16-4672-a834-c71c9a2ee728} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16367 | 2024.08.16 07:24:23.102000 [ 3 ] {67f6e4af-3e16-4672-a834-c71c9a2ee728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16368 | 2024.08.16 07:24:23.102332 [ 3 ] {67f6e4af-3e16-4672-a834-c71c9a2ee728} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16369 | 2024.08.16 07:24:23.102646 [ 3 ] {67f6e4af-3e16-4672-a834-c71c9a2ee728} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16370 | 2024.08.16 07:24:23.102803 [ 3 ] {67f6e4af-3e16-4672-a834-c71c9a2ee728} <Debug> executeQuery: Read 167 rows, 14.48 KiB in 0.001572 sec., 106234.09669211195 rows/sec., 8.99 MiB/sec. | ||
16371 | 2024.08.16 07:24:23.102823 [ 131 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16372 | 2024.08.16 07:24:23.102934 [ 131 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16373 | 2024.08.16 07:24:23.102971 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16374 | 2024.08.16 07:24:23.103055 [ 3 ] {67f6e4af-3e16-4672-a834-c71c9a2ee728} <Debug> DynamicQueryHandler: Done processing query | ||
16375 | 2024.08.16 07:24:23.103098 [ 3 ] {67f6e4af-3e16-4672-a834-c71c9a2ee728} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16376 | 2024.08.16 07:24:23.103120 [ 3 ] {} <Debug> HTTP-Session: dba0ea9d-fb9a-4fb0-90c4-e7135c629e7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16377 | 2024.08.16 07:24:23.103137 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
16378 | 2024.08.16 07:24:23.103287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 17141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16379 | 2024.08.16 07:24:23.103297 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16380 | 2024.08.16 07:24:23.103344 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1502 rows starting from the beginning of the part | ||
16381 | 2024.08.16 07:24:23.103352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16382 | 2024.08.16 07:24:23.103384 [ 3 ] {} <Debug> HTTP-Session: 9ab725c3-0e34-4ed0-ba5f-3e31eb232c9e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16383 | 2024.08.16 07:24:23.103414 [ 3 ] {} <Debug> HTTP-Session: 9ab725c3-0e34-4ed0-ba5f-3e31eb232c9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16384 | 2024.08.16 07:24:23.103433 [ 3 ] {} <Debug> HTTP-Session: 9ab725c3-0e34-4ed0-ba5f-3e31eb232c9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16385 | 2024.08.16 07:24:23.103532 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 248 rows starting from the beginning of the part | ||
16386 | 2024.08.16 07:24:23.103564 [ 3 ] {} <Trace> HTTP-Session: 9ab725c3-0e34-4ed0-ba5f-3e31eb232c9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16387 | 2024.08.16 07:24:23.103842 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 171 rows starting from the beginning of the part | ||
16388 | 2024.08.16 07:24:23.103973 [ 3 ] {868c6d8c-8454-4e1b-b66d-ce16fb291046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16389 | 2024.08.16 07:24:23.104188 [ 3 ] {868c6d8c-8454-4e1b-b66d-ce16fb291046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16390 | 2024.08.16 07:24:23.104236 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1389 rows starting from the beginning of the part | ||
16391 | 2024.08.16 07:24:23.104587 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 30 rows starting from the beginning of the part | ||
16392 | 2024.08.16 07:24:23.104945 [ 191 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 167 rows starting from the beginning of the part | ||
16393 | 2024.08.16 07:24:23.105482 [ 3 ] {868c6d8c-8454-4e1b-b66d-ce16fb291046} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16394 | 2024.08.16 07:24:23.106000 [ 3 ] {868c6d8c-8454-4e1b-b66d-ce16fb291046} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16395 | 2024.08.16 07:24:23.106048 [ 3 ] {868c6d8c-8454-4e1b-b66d-ce16fb291046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16396 | 2024.08.16 07:24:23.106531 [ 3 ] {868c6d8c-8454-4e1b-b66d-ce16fb291046} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16397 | 2024.08.16 07:24:23.106872 [ 3 ] {868c6d8c-8454-4e1b-b66d-ce16fb291046} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16398 | 2024.08.16 07:24:23.107034 [ 3 ] {868c6d8c-8454-4e1b-b66d-ce16fb291046} <Debug> executeQuery: Read 101 rows, 8.08 KiB in 0.003256 sec., 31019.656019656017 rows/sec., 2.42 MiB/sec. | ||
16399 | 2024.08.16 07:24:23.107047 [ 131 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16400 | 2024.08.16 07:24:23.107169 [ 131 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16401 | 2024.08.16 07:24:23.107265 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16402 | 2024.08.16 07:24:23.107606 [ 3 ] {868c6d8c-8454-4e1b-b66d-ce16fb291046} <Debug> DynamicQueryHandler: Done processing query | ||
16403 | 2024.08.16 07:24:23.107743 [ 3 ] {868c6d8c-8454-4e1b-b66d-ce16fb291046} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16404 | 2024.08.16 07:24:23.107918 [ 3 ] {} <Debug> HTTP-Session: 9ab725c3-0e34-4ed0-ba5f-3e31eb232c9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16405 | 2024.08.16 07:24:23.107964 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
16406 | 2024.08.16 07:24:23.108327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16407 | 2024.08.16 07:24:23.108632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16408 | 2024.08.16 07:24:23.108818 [ 3 ] {} <Debug> HTTP-Session: 4c93c9af-ce94-4e3d-961e-2a2a85338349 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16409 | 2024.08.16 07:24:23.108929 [ 3 ] {} <Debug> HTTP-Session: 4c93c9af-ce94-4e3d-961e-2a2a85338349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16410 | 2024.08.16 07:24:23.108958 [ 201 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3507 rows, containing 4 columns (4 merged, 0 gathered) in 0.005894377 sec., 594973.819964349 rows/sec., 49.77 MiB/sec. | ||
16411 | 2024.08.16 07:24:23.109048 [ 3 ] {} <Debug> HTTP-Session: 4c93c9af-ce94-4e3d-961e-2a2a85338349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16412 | 2024.08.16 07:24:23.109082 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16413 | 2024.08.16 07:24:23.109214 [ 3 ] {} <Trace> HTTP-Session: 4c93c9af-ce94-4e3d-961e-2a2a85338349 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16414 | 2024.08.16 07:24:23.109315 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 949 rows starting from the beginning of the part | ||
16415 | 2024.08.16 07:24:23.109545 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16416 | 2024.08.16 07:24:23.109690 [ 3 ] {1fc9d667-054b-4977-8bc7-a5ccb029cef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16417 | 2024.08.16 07:24:23.109999 [ 3 ] {1fc9d667-054b-4977-8bc7-a5ccb029cef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16418 | 2024.08.16 07:24:23.110521 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 408 rows starting from the beginning of the part | ||
16419 | 2024.08.16 07:24:23.111646 [ 3 ] {1fc9d667-054b-4977-8bc7-a5ccb029cef2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16420 | 2024.08.16 07:24:23.111663 [ 201 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_91_18} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16421 | 2024.08.16 07:24:23.111668 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 115 rows starting from the beginning of the part | ||
16422 | 2024.08.16 07:24:23.112210 [ 201 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_91_18} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16423 | 2024.08.16 07:24:23.112249 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 866 rows starting from the beginning of the part | ||
16424 | 2024.08.16 07:24:23.112601 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
16425 | 2024.08.16 07:24:23.112687 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 36 rows starting from the beginning of the part | ||
16426 | 2024.08.16 07:24:23.112886 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 101 rows starting from the beginning of the part | ||
16427 | 2024.08.16 07:24:23.113649 [ 3 ] {1fc9d667-054b-4977-8bc7-a5ccb029cef2} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16428 | 2024.08.16 07:24:23.113717 [ 3 ] {1fc9d667-054b-4977-8bc7-a5ccb029cef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16429 | 2024.08.16 07:24:23.114628 [ 3 ] {1fc9d667-054b-4977-8bc7-a5ccb029cef2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16430 | 2024.08.16 07:24:23.115533 [ 3 ] {1fc9d667-054b-4977-8bc7-a5ccb029cef2} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16431 | 2024.08.16 07:24:23.115775 [ 3 ] {1fc9d667-054b-4977-8bc7-a5ccb029cef2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006301 sec., 25392.794794477068 rows/sec., 1.77 MiB/sec. | ||
16432 | 2024.08.16 07:24:23.116284 [ 3 ] {1fc9d667-054b-4977-8bc7-a5ccb029cef2} <Debug> DynamicQueryHandler: Done processing query | ||
16433 | 2024.08.16 07:24:23.116372 [ 3 ] {1fc9d667-054b-4977-8bc7-a5ccb029cef2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16434 | 2024.08.16 07:24:23.116446 [ 3 ] {} <Debug> HTTP-Session: 4c93c9af-ce94-4e3d-961e-2a2a85338349 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16435 | 2024.08.16 07:24:23.116790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 60026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16436 | 2024.08.16 07:24:23.116863 [ 197 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2475 rows, containing 4 columns (4 merged, 0 gathered) in 0.009431798 sec., 262410.2000488136 rows/sec., 19.11 MiB/sec. | ||
16437 | 2024.08.16 07:24:23.116966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16438 | 2024.08.16 07:24:23.117047 [ 3 ] {} <Debug> HTTP-Session: 1a24e05d-7f7f-4e57-abf5-4300a8ce3e75 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16439 | 2024.08.16 07:24:23.117102 [ 3 ] {} <Debug> HTTP-Session: 1a24e05d-7f7f-4e57-abf5-4300a8ce3e75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16440 | 2024.08.16 07:24:23.117147 [ 3 ] {} <Debug> HTTP-Session: 1a24e05d-7f7f-4e57-abf5-4300a8ce3e75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16441 | 2024.08.16 07:24:23.117293 [ 3 ] {} <Trace> HTTP-Session: 1a24e05d-7f7f-4e57-abf5-4300a8ce3e75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16442 | 2024.08.16 07:24:23.117426 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16443 | 2024.08.16 07:24:23.117912 [ 3 ] {f87c395c-e9a7-4bc7-b193-956cbc652f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16444 | 2024.08.16 07:24:23.118017 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_91_18} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16445 | 2024.08.16 07:24:23.118062 [ 3 ] {f87c395c-e9a7-4bc7-b193-956cbc652f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16446 | 2024.08.16 07:24:23.118273 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_91_18} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16447 | 2024.08.16 07:24:23.118511 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
16448 | 2024.08.16 07:24:23.118886 [ 3 ] {f87c395c-e9a7-4bc7-b193-956cbc652f5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16449 | 2024.08.16 07:24:23.119991 [ 3 ] {f87c395c-e9a7-4bc7-b193-956cbc652f5a} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16450 | 2024.08.16 07:24:23.120032 [ 3 ] {f87c395c-e9a7-4bc7-b193-956cbc652f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16451 | 2024.08.16 07:24:23.120714 [ 3 ] {f87c395c-e9a7-4bc7-b193-956cbc652f5a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
16452 | 2024.08.16 07:24:23.121135 [ 3 ] {f87c395c-e9a7-4bc7-b193-956cbc652f5a} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16453 | 2024.08.16 07:24:23.121344 [ 3 ] {f87c395c-e9a7-4bc7-b193-956cbc652f5a} <Debug> executeQuery: Read 37 rows, 67.89 KiB in 0.003855 sec., 9597.924773022049 rows/sec., 17.20 MiB/sec. | ||
16454 | 2024.08.16 07:24:23.121874 [ 3 ] {f87c395c-e9a7-4bc7-b193-956cbc652f5a} <Debug> DynamicQueryHandler: Done processing query | ||
16455 | 2024.08.16 07:24:23.121916 [ 3 ] {f87c395c-e9a7-4bc7-b193-956cbc652f5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
16456 | 2024.08.16 07:24:23.121938 [ 3 ] {} <Debug> HTTP-Session: 1a24e05d-7f7f-4e57-abf5-4300a8ce3e75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16457 | 2024.08.16 07:24:23.122073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16458 | 2024.08.16 07:24:23.122124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16459 | 2024.08.16 07:24:23.122142 [ 3 ] {} <Debug> HTTP-Session: 2c3a6942-b8c4-4b0e-b418-622e32bd0666 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16460 | 2024.08.16 07:24:23.122158 [ 3 ] {} <Debug> HTTP-Session: 2c3a6942-b8c4-4b0e-b418-622e32bd0666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16461 | 2024.08.16 07:24:23.122172 [ 3 ] {} <Debug> HTTP-Session: 2c3a6942-b8c4-4b0e-b418-622e32bd0666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16462 | 2024.08.16 07:24:23.122204 [ 3 ] {} <Trace> HTTP-Session: 2c3a6942-b8c4-4b0e-b418-622e32bd0666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16463 | 2024.08.16 07:24:23.122330 [ 3 ] {7a84f3a3-6d8b-447f-8f4c-07a01f10bd25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16464 | 2024.08.16 07:24:23.122378 [ 3 ] {7a84f3a3-6d8b-447f-8f4c-07a01f10bd25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16465 | 2024.08.16 07:24:23.122526 [ 3 ] {7a84f3a3-6d8b-447f-8f4c-07a01f10bd25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16466 | 2024.08.16 07:24:23.122838 [ 3 ] {7a84f3a3-6d8b-447f-8f4c-07a01f10bd25} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16467 | 2024.08.16 07:24:23.122875 [ 3 ] {7a84f3a3-6d8b-447f-8f4c-07a01f10bd25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16468 | 2024.08.16 07:24:23.123244 [ 3 ] {7a84f3a3-6d8b-447f-8f4c-07a01f10bd25} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16469 | 2024.08.16 07:24:23.123567 [ 3 ] {7a84f3a3-6d8b-447f-8f4c-07a01f10bd25} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16470 | 2024.08.16 07:24:23.123720 [ 3 ] {7a84f3a3-6d8b-447f-8f4c-07a01f10bd25} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
16471 | 2024.08.16 07:24:23.123900 [ 3 ] {7a84f3a3-6d8b-447f-8f4c-07a01f10bd25} <Debug> DynamicQueryHandler: Done processing query | ||
16472 | 2024.08.16 07:24:23.123924 [ 3 ] {7a84f3a3-6d8b-447f-8f4c-07a01f10bd25} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16473 | 2024.08.16 07:24:23.123940 [ 3 ] {} <Debug> HTTP-Session: 2c3a6942-b8c4-4b0e-b418-622e32bd0666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16474 | 2024.08.16 07:24:27.481952 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16475 | 2024.08.16 07:24:27.482050 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16476 | 2024.08.16 07:24:28.101686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16477 | 2024.08.16 07:24:28.101802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16478 | 2024.08.16 07:24:28.101828 [ 3 ] {} <Debug> HTTP-Session: 663c87cc-b9aa-4fc4-8ef9-d649dbdfc7cd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16479 | 2024.08.16 07:24:28.101853 [ 3 ] {} <Debug> HTTP-Session: 663c87cc-b9aa-4fc4-8ef9-d649dbdfc7cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16480 | 2024.08.16 07:24:28.101869 [ 3 ] {} <Debug> HTTP-Session: 663c87cc-b9aa-4fc4-8ef9-d649dbdfc7cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16481 | 2024.08.16 07:24:28.101918 [ 3 ] {} <Trace> HTTP-Session: 663c87cc-b9aa-4fc4-8ef9-d649dbdfc7cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16482 | 2024.08.16 07:24:28.102103 [ 3 ] {6e54c4c7-1038-46db-aca4-6b1ee6678c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16483 | 2024.08.16 07:24:28.102170 [ 3 ] {6e54c4c7-1038-46db-aca4-6b1ee6678c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16484 | 2024.08.16 07:24:28.102373 [ 3 ] {6e54c4c7-1038-46db-aca4-6b1ee6678c8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16485 | 2024.08.16 07:24:28.102857 [ 3 ] {6e54c4c7-1038-46db-aca4-6b1ee6678c8d} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16486 | 2024.08.16 07:24:28.102901 [ 3 ] {6e54c4c7-1038-46db-aca4-6b1ee6678c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16487 | 2024.08.16 07:24:28.103297 [ 3 ] {6e54c4c7-1038-46db-aca4-6b1ee6678c8d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
16488 | 2024.08.16 07:24:28.103652 [ 3 ] {6e54c4c7-1038-46db-aca4-6b1ee6678c8d} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16489 | 2024.08.16 07:24:28.103821 [ 3 ] {6e54c4c7-1038-46db-aca4-6b1ee6678c8d} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001775 sec., 10704.225352112675 rows/sec., 867.63 KiB/sec. | ||
16490 | 2024.08.16 07:24:28.104033 [ 3 ] {6e54c4c7-1038-46db-aca4-6b1ee6678c8d} <Debug> DynamicQueryHandler: Done processing query | ||
16491 | 2024.08.16 07:24:28.104060 [ 3 ] {6e54c4c7-1038-46db-aca4-6b1ee6678c8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16492 | 2024.08.16 07:24:28.104078 [ 3 ] {} <Debug> HTTP-Session: 663c87cc-b9aa-4fc4-8ef9-d649dbdfc7cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16493 | 2024.08.16 07:24:28.104225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16494 | 2024.08.16 07:24:28.104280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16495 | 2024.08.16 07:24:28.104299 [ 3 ] {} <Debug> HTTP-Session: a726a2c9-dbd7-459b-a945-691e052adba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16496 | 2024.08.16 07:24:28.104317 [ 3 ] {} <Debug> HTTP-Session: a726a2c9-dbd7-459b-a945-691e052adba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16497 | 2024.08.16 07:24:28.104331 [ 3 ] {} <Debug> HTTP-Session: a726a2c9-dbd7-459b-a945-691e052adba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16498 | 2024.08.16 07:24:28.104365 [ 3 ] {} <Trace> HTTP-Session: a726a2c9-dbd7-459b-a945-691e052adba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16499 | 2024.08.16 07:24:28.104465 [ 3 ] {d071db13-473c-4815-834b-e9c0ba6ce742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16500 | 2024.08.16 07:24:28.104513 [ 3 ] {d071db13-473c-4815-834b-e9c0ba6ce742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16501 | 2024.08.16 07:24:28.104647 [ 3 ] {d071db13-473c-4815-834b-e9c0ba6ce742} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16502 | 2024.08.16 07:24:28.104949 [ 3 ] {d071db13-473c-4815-834b-e9c0ba6ce742} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16503 | 2024.08.16 07:24:28.104990 [ 3 ] {d071db13-473c-4815-834b-e9c0ba6ce742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16504 | 2024.08.16 07:24:28.105305 [ 3 ] {d071db13-473c-4815-834b-e9c0ba6ce742} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16505 | 2024.08.16 07:24:28.105619 [ 3 ] {d071db13-473c-4815-834b-e9c0ba6ce742} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16506 | 2024.08.16 07:24:28.105784 [ 3 ] {d071db13-473c-4815-834b-e9c0ba6ce742} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001339 sec., 1493.6519790888724 rows/sec., 121.80 KiB/sec. | ||
16507 | 2024.08.16 07:24:28.105952 [ 3 ] {d071db13-473c-4815-834b-e9c0ba6ce742} <Debug> DynamicQueryHandler: Done processing query | ||
16508 | 2024.08.16 07:24:28.105977 [ 3 ] {d071db13-473c-4815-834b-e9c0ba6ce742} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16509 | 2024.08.16 07:24:28.105992 [ 3 ] {} <Debug> HTTP-Session: a726a2c9-dbd7-459b-a945-691e052adba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16510 | 2024.08.16 07:24:28.106153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 37046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16511 | 2024.08.16 07:24:28.106201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16512 | 2024.08.16 07:24:28.106220 [ 3 ] {} <Debug> HTTP-Session: 82a215cf-431c-4da3-8b09-1e76f0bff902 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16513 | 2024.08.16 07:24:28.106238 [ 3 ] {} <Debug> HTTP-Session: 82a215cf-431c-4da3-8b09-1e76f0bff902 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16514 | 2024.08.16 07:24:28.106252 [ 3 ] {} <Debug> HTTP-Session: 82a215cf-431c-4da3-8b09-1e76f0bff902 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16515 | 2024.08.16 07:24:28.106283 [ 3 ] {} <Trace> HTTP-Session: 82a215cf-431c-4da3-8b09-1e76f0bff902 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16516 | 2024.08.16 07:24:28.106459 [ 3 ] {25b964a0-4fb6-4e82-837b-5682e39973b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16517 | 2024.08.16 07:24:28.106505 [ 3 ] {25b964a0-4fb6-4e82-837b-5682e39973b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16518 | 2024.08.16 07:24:28.106632 [ 3 ] {25b964a0-4fb6-4e82-837b-5682e39973b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16519 | 2024.08.16 07:24:28.107034 [ 3 ] {25b964a0-4fb6-4e82-837b-5682e39973b3} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16520 | 2024.08.16 07:24:28.107074 [ 3 ] {25b964a0-4fb6-4e82-837b-5682e39973b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16521 | 2024.08.16 07:24:28.107409 [ 3 ] {25b964a0-4fb6-4e82-837b-5682e39973b3} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16522 | 2024.08.16 07:24:28.107711 [ 3 ] {25b964a0-4fb6-4e82-837b-5682e39973b3} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16523 | 2024.08.16 07:24:28.107867 [ 3 ] {25b964a0-4fb6-4e82-837b-5682e39973b3} <Debug> executeQuery: Read 247 rows, 22.04 KiB in 0.00149 sec., 165771.8120805369 rows/sec., 14.44 MiB/sec. | ||
16524 | 2024.08.16 07:24:28.108022 [ 3 ] {25b964a0-4fb6-4e82-837b-5682e39973b3} <Debug> DynamicQueryHandler: Done processing query | ||
16525 | 2024.08.16 07:24:28.108046 [ 3 ] {25b964a0-4fb6-4e82-837b-5682e39973b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
16526 | 2024.08.16 07:24:28.108063 [ 3 ] {} <Debug> HTTP-Session: 82a215cf-431c-4da3-8b09-1e76f0bff902 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16527 | 2024.08.16 07:24:28.108201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16528 | 2024.08.16 07:24:28.108301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16529 | 2024.08.16 07:24:28.108320 [ 3 ] {} <Debug> HTTP-Session: 2fb29bd4-40b2-4da7-8f17-52a7f03c9eb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16530 | 2024.08.16 07:24:28.108337 [ 3 ] {} <Debug> HTTP-Session: 2fb29bd4-40b2-4da7-8f17-52a7f03c9eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16531 | 2024.08.16 07:24:28.108351 [ 3 ] {} <Debug> HTTP-Session: 2fb29bd4-40b2-4da7-8f17-52a7f03c9eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16532 | 2024.08.16 07:24:28.108381 [ 3 ] {} <Trace> HTTP-Session: 2fb29bd4-40b2-4da7-8f17-52a7f03c9eb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16533 | 2024.08.16 07:24:28.108475 [ 3 ] {58524493-a3c9-4cea-a3b8-3d76db36161d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16534 | 2024.08.16 07:24:28.108520 [ 3 ] {58524493-a3c9-4cea-a3b8-3d76db36161d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16535 | 2024.08.16 07:24:28.108645 [ 3 ] {58524493-a3c9-4cea-a3b8-3d76db36161d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16536 | 2024.08.16 07:24:28.108879 [ 3 ] {58524493-a3c9-4cea-a3b8-3d76db36161d} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16537 | 2024.08.16 07:24:28.109015 [ 3 ] {58524493-a3c9-4cea-a3b8-3d76db36161d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16538 | 2024.08.16 07:24:28.109339 [ 3 ] {58524493-a3c9-4cea-a3b8-3d76db36161d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16539 | 2024.08.16 07:24:28.109645 [ 3 ] {58524493-a3c9-4cea-a3b8-3d76db36161d} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16540 | 2024.08.16 07:24:28.109807 [ 3 ] {58524493-a3c9-4cea-a3b8-3d76db36161d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00135 sec., 1481.4814814814813 rows/sec., 103.44 KiB/sec. | ||
16541 | 2024.08.16 07:24:28.109966 [ 3 ] {58524493-a3c9-4cea-a3b8-3d76db36161d} <Debug> DynamicQueryHandler: Done processing query | ||
16542 | 2024.08.16 07:24:28.109991 [ 3 ] {58524493-a3c9-4cea-a3b8-3d76db36161d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16543 | 2024.08.16 07:24:28.110006 [ 3 ] {} <Debug> HTTP-Session: 2fb29bd4-40b2-4da7-8f17-52a7f03c9eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16544 | 2024.08.16 07:24:28.110109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16545 | 2024.08.16 07:24:28.110157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16546 | 2024.08.16 07:24:28.110175 [ 3 ] {} <Debug> HTTP-Session: 65f19e7f-d2f7-4381-a013-bd8ead331bfd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16547 | 2024.08.16 07:24:28.110192 [ 3 ] {} <Debug> HTTP-Session: 65f19e7f-d2f7-4381-a013-bd8ead331bfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16548 | 2024.08.16 07:24:28.110206 [ 3 ] {} <Debug> HTTP-Session: 65f19e7f-d2f7-4381-a013-bd8ead331bfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16549 | 2024.08.16 07:24:28.110235 [ 3 ] {} <Trace> HTTP-Session: 65f19e7f-d2f7-4381-a013-bd8ead331bfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16550 | 2024.08.16 07:24:28.110334 [ 3 ] {cd847f87-cdd0-467f-a1bb-2920585256bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16551 | 2024.08.16 07:24:28.110377 [ 3 ] {cd847f87-cdd0-467f-a1bb-2920585256bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16552 | 2024.08.16 07:24:28.110504 [ 3 ] {cd847f87-cdd0-467f-a1bb-2920585256bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16553 | 2024.08.16 07:24:28.110756 [ 3 ] {cd847f87-cdd0-467f-a1bb-2920585256bd} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16554 | 2024.08.16 07:24:28.110793 [ 3 ] {cd847f87-cdd0-467f-a1bb-2920585256bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16555 | 2024.08.16 07:24:28.111106 [ 3 ] {cd847f87-cdd0-467f-a1bb-2920585256bd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16556 | 2024.08.16 07:24:28.111413 [ 3 ] {cd847f87-cdd0-467f-a1bb-2920585256bd} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16557 | 2024.08.16 07:24:28.111572 [ 3 ] {cd847f87-cdd0-467f-a1bb-2920585256bd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00126 sec., 11111.111111111111 rows/sec., 778.15 KiB/sec. | ||
16558 | 2024.08.16 07:24:28.111817 [ 3 ] {cd847f87-cdd0-467f-a1bb-2920585256bd} <Debug> DynamicQueryHandler: Done processing query | ||
16559 | 2024.08.16 07:24:28.111868 [ 3 ] {cd847f87-cdd0-467f-a1bb-2920585256bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16560 | 2024.08.16 07:24:28.111898 [ 3 ] {} <Debug> HTTP-Session: 65f19e7f-d2f7-4381-a013-bd8ead331bfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16561 | 2024.08.16 07:24:28.112026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16562 | 2024.08.16 07:24:28.112074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16563 | 2024.08.16 07:24:28.112093 [ 3 ] {} <Debug> HTTP-Session: 689a239e-6ec1-452e-8118-345274f7ebb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16564 | 2024.08.16 07:24:28.112110 [ 3 ] {} <Debug> HTTP-Session: 689a239e-6ec1-452e-8118-345274f7ebb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16565 | 2024.08.16 07:24:28.112124 [ 3 ] {} <Debug> HTTP-Session: 689a239e-6ec1-452e-8118-345274f7ebb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16566 | 2024.08.16 07:24:28.112154 [ 3 ] {} <Trace> HTTP-Session: 689a239e-6ec1-452e-8118-345274f7ebb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16567 | 2024.08.16 07:24:28.112251 [ 3 ] {e110b9af-96bc-49ac-b522-e9c169294a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16568 | 2024.08.16 07:24:28.112297 [ 3 ] {e110b9af-96bc-49ac-b522-e9c169294a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16569 | 2024.08.16 07:24:28.112439 [ 3 ] {e110b9af-96bc-49ac-b522-e9c169294a21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16570 | 2024.08.16 07:24:28.112681 [ 3 ] {e110b9af-96bc-49ac-b522-e9c169294a21} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16571 | 2024.08.16 07:24:28.112719 [ 3 ] {e110b9af-96bc-49ac-b522-e9c169294a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16572 | 2024.08.16 07:24:28.113028 [ 3 ] {e110b9af-96bc-49ac-b522-e9c169294a21} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16573 | 2024.08.16 07:24:28.113336 [ 3 ] {e110b9af-96bc-49ac-b522-e9c169294a21} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16574 | 2024.08.16 07:24:28.113491 [ 3 ] {e110b9af-96bc-49ac-b522-e9c169294a21} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001261 sec., 4758.128469468676 rows/sec., 281.12 KiB/sec. | ||
16575 | 2024.08.16 07:24:28.113646 [ 3 ] {e110b9af-96bc-49ac-b522-e9c169294a21} <Debug> DynamicQueryHandler: Done processing query | ||
16576 | 2024.08.16 07:24:28.113670 [ 3 ] {e110b9af-96bc-49ac-b522-e9c169294a21} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16577 | 2024.08.16 07:24:28.113685 [ 3 ] {} <Debug> HTTP-Session: 689a239e-6ec1-452e-8118-345274f7ebb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16578 | 2024.08.16 07:24:28.113839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 65347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16579 | 2024.08.16 07:24:28.113885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16580 | 2024.08.16 07:24:28.113904 [ 3 ] {} <Debug> HTTP-Session: 4db1c3b0-a63c-4323-835a-1b0dde6537f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16581 | 2024.08.16 07:24:28.113921 [ 3 ] {} <Debug> HTTP-Session: 4db1c3b0-a63c-4323-835a-1b0dde6537f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16582 | 2024.08.16 07:24:28.113935 [ 3 ] {} <Debug> HTTP-Session: 4db1c3b0-a63c-4323-835a-1b0dde6537f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16583 | 2024.08.16 07:24:28.113964 [ 3 ] {} <Trace> HTTP-Session: 4db1c3b0-a63c-4323-835a-1b0dde6537f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16584 | 2024.08.16 07:24:28.114159 [ 3 ] {2e0ec7a8-7a6d-4782-bcc5-484684e27614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16585 | 2024.08.16 07:24:28.114204 [ 3 ] {2e0ec7a8-7a6d-4782-bcc5-484684e27614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16586 | 2024.08.16 07:24:28.114329 [ 3 ] {2e0ec7a8-7a6d-4782-bcc5-484684e27614} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16587 | 2024.08.16 07:24:28.114800 [ 3 ] {2e0ec7a8-7a6d-4782-bcc5-484684e27614} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16588 | 2024.08.16 07:24:28.114837 [ 3 ] {2e0ec7a8-7a6d-4782-bcc5-484684e27614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16589 | 2024.08.16 07:24:28.115190 [ 3 ] {2e0ec7a8-7a6d-4782-bcc5-484684e27614} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16590 | 2024.08.16 07:24:28.115490 [ 3 ] {2e0ec7a8-7a6d-4782-bcc5-484684e27614} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16591 | 2024.08.16 07:24:28.115643 [ 3 ] {2e0ec7a8-7a6d-4782-bcc5-484684e27614} <Debug> executeQuery: Read 403 rows, 29.37 KiB in 0.001589 sec., 253618.62806796728 rows/sec., 18.05 MiB/sec. | ||
16592 | 2024.08.16 07:24:28.115795 [ 3 ] {2e0ec7a8-7a6d-4782-bcc5-484684e27614} <Debug> DynamicQueryHandler: Done processing query | ||
16593 | 2024.08.16 07:24:28.115819 [ 3 ] {2e0ec7a8-7a6d-4782-bcc5-484684e27614} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16594 | 2024.08.16 07:24:28.115835 [ 3 ] {} <Debug> HTTP-Session: 4db1c3b0-a63c-4323-835a-1b0dde6537f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16595 | 2024.08.16 07:24:28.116061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16596 | 2024.08.16 07:24:28.116108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16597 | 2024.08.16 07:24:28.116127 [ 3 ] {} <Debug> HTTP-Session: 34bb6df2-f21c-4294-bd75-2e67192eb742 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16598 | 2024.08.16 07:24:28.116144 [ 3 ] {} <Debug> HTTP-Session: 34bb6df2-f21c-4294-bd75-2e67192eb742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16599 | 2024.08.16 07:24:28.116158 [ 3 ] {} <Debug> HTTP-Session: 34bb6df2-f21c-4294-bd75-2e67192eb742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16600 | 2024.08.16 07:24:28.116187 [ 3 ] {} <Trace> HTTP-Session: 34bb6df2-f21c-4294-bd75-2e67192eb742 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16601 | 2024.08.16 07:24:28.116280 [ 3 ] {fd4846fb-649f-4f38-bbfb-9a1345e6021e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16602 | 2024.08.16 07:24:28.116324 [ 3 ] {fd4846fb-649f-4f38-bbfb-9a1345e6021e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16603 | 2024.08.16 07:24:28.116449 [ 3 ] {fd4846fb-649f-4f38-bbfb-9a1345e6021e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16604 | 2024.08.16 07:24:28.116774 [ 3 ] {fd4846fb-649f-4f38-bbfb-9a1345e6021e} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16605 | 2024.08.16 07:24:28.116811 [ 3 ] {fd4846fb-649f-4f38-bbfb-9a1345e6021e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16606 | 2024.08.16 07:24:28.117167 [ 3 ] {fd4846fb-649f-4f38-bbfb-9a1345e6021e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16607 | 2024.08.16 07:24:28.117483 [ 3 ] {fd4846fb-649f-4f38-bbfb-9a1345e6021e} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16608 | 2024.08.16 07:24:28.117637 [ 3 ] {fd4846fb-649f-4f38-bbfb-9a1345e6021e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 227.65 KiB/sec. | ||
16609 | 2024.08.16 07:24:28.117808 [ 3 ] {fd4846fb-649f-4f38-bbfb-9a1345e6021e} <Debug> DynamicQueryHandler: Done processing query | ||
16610 | 2024.08.16 07:24:28.117832 [ 3 ] {fd4846fb-649f-4f38-bbfb-9a1345e6021e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16611 | 2024.08.16 07:24:28.117847 [ 3 ] {} <Debug> HTTP-Session: 34bb6df2-f21c-4294-bd75-2e67192eb742 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16612 | 2024.08.16 07:24:28.117977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16613 | 2024.08.16 07:24:28.118025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16614 | 2024.08.16 07:24:28.118044 [ 3 ] {} <Debug> HTTP-Session: 0d58fbe4-f131-4b1c-920b-54c84be3a9a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16615 | 2024.08.16 07:24:28.118060 [ 3 ] {} <Debug> HTTP-Session: 0d58fbe4-f131-4b1c-920b-54c84be3a9a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16616 | 2024.08.16 07:24:28.118074 [ 3 ] {} <Debug> HTTP-Session: 0d58fbe4-f131-4b1c-920b-54c84be3a9a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16617 | 2024.08.16 07:24:28.118104 [ 3 ] {} <Trace> HTTP-Session: 0d58fbe4-f131-4b1c-920b-54c84be3a9a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16618 | 2024.08.16 07:24:28.118266 [ 3 ] {2088c397-1249-4b04-8506-fe01bd7a949b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16619 | 2024.08.16 07:24:28.118314 [ 3 ] {2088c397-1249-4b04-8506-fe01bd7a949b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16620 | 2024.08.16 07:24:28.118455 [ 3 ] {2088c397-1249-4b04-8506-fe01bd7a949b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16621 | 2024.08.16 07:24:28.118892 [ 3 ] {2088c397-1249-4b04-8506-fe01bd7a949b} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16622 | 2024.08.16 07:24:28.118929 [ 3 ] {2088c397-1249-4b04-8506-fe01bd7a949b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16623 | 2024.08.16 07:24:28.119319 [ 3 ] {2088c397-1249-4b04-8506-fe01bd7a949b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16624 | 2024.08.16 07:24:28.119670 [ 3 ] {2088c397-1249-4b04-8506-fe01bd7a949b} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16625 | 2024.08.16 07:24:28.119827 [ 3 ] {2088c397-1249-4b04-8506-fe01bd7a949b} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001642 sec., 144945.18879415348 rows/sec., 9.72 MiB/sec. | ||
16626 | 2024.08.16 07:24:28.119842 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 6 parts from all_1_84_17 to all_89_89_0 | ||
16627 | 2024.08.16 07:24:28.119954 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16628 | 2024.08.16 07:24:28.119999 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16629 | 2024.08.16 07:24:28.120079 [ 3 ] {2088c397-1249-4b04-8506-fe01bd7a949b} <Debug> DynamicQueryHandler: Done processing query | ||
16630 | 2024.08.16 07:24:28.120138 [ 3 ] {2088c397-1249-4b04-8506-fe01bd7a949b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16631 | 2024.08.16 07:24:28.120193 [ 3 ] {} <Debug> HTTP-Session: 0d58fbe4-f131-4b1c-920b-54c84be3a9a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16632 | 2024.08.16 07:24:28.120261 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_89_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_84_17 to all_89_89_0 into Compact with storage Full | ||
16633 | 2024.08.16 07:24:28.120447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16634 | 2024.08.16 07:24:28.120556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16635 | 2024.08.16 07:24:28.120612 [ 3 ] {} <Debug> HTTP-Session: 7579afb3-5242-47c5-97ac-8f6a8ebc0707 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16636 | 2024.08.16 07:24:28.120624 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_89_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16637 | 2024.08.16 07:24:28.120641 [ 3 ] {} <Debug> HTTP-Session: 7579afb3-5242-47c5-97ac-8f6a8ebc0707 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16638 | 2024.08.16 07:24:28.120683 [ 3 ] {} <Debug> HTTP-Session: 7579afb3-5242-47c5-97ac-8f6a8ebc0707 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16639 | 2024.08.16 07:24:28.120705 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_84_17, total 26439 rows starting from the beginning of the part | ||
16640 | 2024.08.16 07:24:28.120740 [ 3 ] {} <Trace> HTTP-Session: 7579afb3-5242-47c5-97ac-8f6a8ebc0707 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16641 | 2024.08.16 07:24:28.120984 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 162 rows starting from the beginning of the part | ||
16642 | 2024.08.16 07:24:28.121010 [ 3 ] {acd281d6-fa00-4bf6-b1b5-3a6927df5222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16643 | 2024.08.16 07:24:28.121169 [ 3 ] {acd281d6-fa00-4bf6-b1b5-3a6927df5222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16644 | 2024.08.16 07:24:28.121239 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 911 rows starting from the beginning of the part | ||
16645 | 2024.08.16 07:24:28.121704 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 12 rows starting from the beginning of the part | ||
16646 | 2024.08.16 07:24:28.122080 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
16647 | 2024.08.16 07:24:28.122232 [ 3 ] {acd281d6-fa00-4bf6-b1b5-3a6927df5222} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16648 | 2024.08.16 07:24:28.122439 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 238 rows starting from the beginning of the part | ||
16649 | 2024.08.16 07:24:28.123288 [ 3 ] {acd281d6-fa00-4bf6-b1b5-3a6927df5222} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16650 | 2024.08.16 07:24:28.123339 [ 3 ] {acd281d6-fa00-4bf6-b1b5-3a6927df5222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16651 | 2024.08.16 07:24:28.124084 [ 3 ] {acd281d6-fa00-4bf6-b1b5-3a6927df5222} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16652 | 2024.08.16 07:24:28.124559 [ 3 ] {acd281d6-fa00-4bf6-b1b5-3a6927df5222} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16653 | 2024.08.16 07:24:28.124819 [ 3 ] {acd281d6-fa00-4bf6-b1b5-3a6927df5222} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003914 sec., 255.49310168625448 rows/sec., 17.22 KiB/sec. | ||
16654 | 2024.08.16 07:24:28.125458 [ 3 ] {acd281d6-fa00-4bf6-b1b5-3a6927df5222} <Debug> DynamicQueryHandler: Done processing query | ||
16655 | 2024.08.16 07:24:28.125557 [ 3 ] {acd281d6-fa00-4bf6-b1b5-3a6927df5222} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16656 | 2024.08.16 07:24:28.125646 [ 3 ] {} <Debug> HTTP-Session: 7579afb3-5242-47c5-97ac-8f6a8ebc0707 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16657 | 2024.08.16 07:24:28.125840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16658 | 2024.08.16 07:24:28.125955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16659 | 2024.08.16 07:24:28.126002 [ 3 ] {} <Debug> HTTP-Session: c6006377-ecb6-4ca2-9633-9f6b4ca77f9f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16660 | 2024.08.16 07:24:28.126056 [ 3 ] {} <Debug> HTTP-Session: c6006377-ecb6-4ca2-9633-9f6b4ca77f9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16661 | 2024.08.16 07:24:28.126106 [ 3 ] {} <Debug> HTTP-Session: c6006377-ecb6-4ca2-9633-9f6b4ca77f9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16662 | 2024.08.16 07:24:28.126152 [ 3 ] {} <Trace> HTTP-Session: c6006377-ecb6-4ca2-9633-9f6b4ca77f9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16663 | 2024.08.16 07:24:28.126588 [ 3 ] {e094e194-fb75-4824-8acd-19e7d8c5b054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16664 | 2024.08.16 07:24:28.126671 [ 3 ] {e094e194-fb75-4824-8acd-19e7d8c5b054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16665 | 2024.08.16 07:24:28.127334 [ 3 ] {e094e194-fb75-4824-8acd-19e7d8c5b054} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16666 | 2024.08.16 07:24:28.128229 [ 3 ] {e094e194-fb75-4824-8acd-19e7d8c5b054} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16667 | 2024.08.16 07:24:28.128267 [ 3 ] {e094e194-fb75-4824-8acd-19e7d8c5b054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16668 | 2024.08.16 07:24:28.129060 [ 3 ] {e094e194-fb75-4824-8acd-19e7d8c5b054} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
16669 | 2024.08.16 07:24:28.129720 [ 3 ] {e094e194-fb75-4824-8acd-19e7d8c5b054} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16670 | 2024.08.16 07:24:28.129971 [ 3 ] {e094e194-fb75-4824-8acd-19e7d8c5b054} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.003712 sec., 5118.5344827586205 rows/sec., 9.17 MiB/sec. | ||
16671 | 2024.08.16 07:24:28.130299 [ 3 ] {e094e194-fb75-4824-8acd-19e7d8c5b054} <Debug> DynamicQueryHandler: Done processing query | ||
16672 | 2024.08.16 07:24:28.130333 [ 3 ] {e094e194-fb75-4824-8acd-19e7d8c5b054} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
16673 | 2024.08.16 07:24:28.130357 [ 3 ] {} <Debug> HTTP-Session: c6006377-ecb6-4ca2-9633-9f6b4ca77f9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16674 | 2024.08.16 07:24:28.130496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16675 | 2024.08.16 07:24:28.130570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16676 | 2024.08.16 07:24:28.130590 [ 3 ] {} <Debug> HTTP-Session: 98c0b467-43d4-4edb-965f-93c3c9fbc45e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16677 | 2024.08.16 07:24:28.130607 [ 3 ] {} <Debug> HTTP-Session: 98c0b467-43d4-4edb-965f-93c3c9fbc45e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16678 | 2024.08.16 07:24:28.130621 [ 3 ] {} <Debug> HTTP-Session: 98c0b467-43d4-4edb-965f-93c3c9fbc45e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16679 | 2024.08.16 07:24:28.130655 [ 3 ] {} <Trace> HTTP-Session: 98c0b467-43d4-4edb-965f-93c3c9fbc45e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16680 | 2024.08.16 07:24:28.130792 [ 3 ] {65f9b2e5-34d9-4b1b-a61f-6884b22e4c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16681 | 2024.08.16 07:24:28.130936 [ 3 ] {65f9b2e5-34d9-4b1b-a61f-6884b22e4c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16682 | 2024.08.16 07:24:28.131102 [ 3 ] {65f9b2e5-34d9-4b1b-a61f-6884b22e4c1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16683 | 2024.08.16 07:24:28.131479 [ 3 ] {65f9b2e5-34d9-4b1b-a61f-6884b22e4c1d} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16684 | 2024.08.16 07:24:28.131563 [ 3 ] {65f9b2e5-34d9-4b1b-a61f-6884b22e4c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16685 | 2024.08.16 07:24:28.132039 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_89_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27922 rows, containing 5 columns (5 merged, 0 gathered) in 0.011936445 sec., 2339222.440182148 rows/sec., 157.89 MiB/sec. | ||
16686 | 2024.08.16 07:24:28.132357 [ 3 ] {65f9b2e5-34d9-4b1b-a61f-6884b22e4c1d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16687 | 2024.08.16 07:24:28.132538 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_89_18} <Trace> MergedBlockOutputStream: filled checksums all_1_89_18 (state Temporary) | ||
16688 | 2024.08.16 07:24:28.133213 [ 3 ] {65f9b2e5-34d9-4b1b-a61f-6884b22e4c1d} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16689 | 2024.08.16 07:24:28.133523 [ 3 ] {65f9b2e5-34d9-4b1b-a61f-6884b22e4c1d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002789 sec., 29401.219074937257 rows/sec., 1.87 MiB/sec. | ||
16690 | 2024.08.16 07:24:28.133678 [ 190 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_89_18} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_89_18 to all_1_89_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16691 | 2024.08.16 07:24:28.133835 [ 3 ] {65f9b2e5-34d9-4b1b-a61f-6884b22e4c1d} <Debug> DynamicQueryHandler: Done processing query | ||
16692 | 2024.08.16 07:24:28.133864 [ 190 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_89_18} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 6 parts: [all_1_84_17, all_89_89_0] -> all_1_89_18 | ||
16693 | 2024.08.16 07:24:28.133875 [ 3 ] {65f9b2e5-34d9-4b1b-a61f-6884b22e4c1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16694 | 2024.08.16 07:24:28.133908 [ 3 ] {} <Debug> HTTP-Session: 98c0b467-43d4-4edb-965f-93c3c9fbc45e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16695 | 2024.08.16 07:24:28.134035 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
16696 | 2024.08.16 07:24:33.098589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 5362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16697 | 2024.08.16 07:24:33.098729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16698 | 2024.08.16 07:24:33.098760 [ 3 ] {} <Debug> HTTP-Session: cc6a6ec7-68ee-478f-b46f-822be2c08b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16699 | 2024.08.16 07:24:33.098789 [ 3 ] {} <Debug> HTTP-Session: cc6a6ec7-68ee-478f-b46f-822be2c08b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16700 | 2024.08.16 07:24:33.098807 [ 3 ] {} <Debug> HTTP-Session: cc6a6ec7-68ee-478f-b46f-822be2c08b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16701 | 2024.08.16 07:24:33.098862 [ 3 ] {} <Trace> HTTP-Session: cc6a6ec7-68ee-478f-b46f-822be2c08b41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16702 | 2024.08.16 07:24:33.099079 [ 3 ] {e6d7920f-6935-4308-b9c0-6c7d794ffaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16703 | 2024.08.16 07:24:33.099158 [ 3 ] {e6d7920f-6935-4308-b9c0-6c7d794ffaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16704 | 2024.08.16 07:24:33.099383 [ 3 ] {e6d7920f-6935-4308-b9c0-6c7d794ffaf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16705 | 2024.08.16 07:24:33.099832 [ 3 ] {e6d7920f-6935-4308-b9c0-6c7d794ffaf0} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16706 | 2024.08.16 07:24:33.099877 [ 3 ] {e6d7920f-6935-4308-b9c0-6c7d794ffaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16707 | 2024.08.16 07:24:33.100266 [ 3 ] {e6d7920f-6935-4308-b9c0-6c7d794ffaf0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
16708 | 2024.08.16 07:24:33.100611 [ 3 ] {e6d7920f-6935-4308-b9c0-6c7d794ffaf0} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16709 | 2024.08.16 07:24:33.100781 [ 3 ] {e6d7920f-6935-4308-b9c0-6c7d794ffaf0} <Debug> executeQuery: Read 37 rows, 3.00 KiB in 0.00177 sec., 20903.954802259886 rows/sec., 1.65 MiB/sec. | ||
16710 | 2024.08.16 07:24:33.101127 [ 3 ] {e6d7920f-6935-4308-b9c0-6c7d794ffaf0} <Debug> DynamicQueryHandler: Done processing query | ||
16711 | 2024.08.16 07:24:33.101196 [ 3 ] {e6d7920f-6935-4308-b9c0-6c7d794ffaf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16712 | 2024.08.16 07:24:33.101250 [ 3 ] {} <Debug> HTTP-Session: cc6a6ec7-68ee-478f-b46f-822be2c08b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16713 | 2024.08.16 07:24:33.101475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16714 | 2024.08.16 07:24:33.101538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16715 | 2024.08.16 07:24:33.101559 [ 3 ] {} <Debug> HTTP-Session: 9e673c3b-4fc6-4144-80aa-e4dbf347566e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16716 | 2024.08.16 07:24:33.101578 [ 3 ] {} <Debug> HTTP-Session: 9e673c3b-4fc6-4144-80aa-e4dbf347566e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16717 | 2024.08.16 07:24:33.101592 [ 3 ] {} <Debug> HTTP-Session: 9e673c3b-4fc6-4144-80aa-e4dbf347566e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16718 | 2024.08.16 07:24:33.101627 [ 3 ] {} <Trace> HTTP-Session: 9e673c3b-4fc6-4144-80aa-e4dbf347566e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16719 | 2024.08.16 07:24:33.101734 [ 3 ] {cd9c98c8-a82d-4410-a154-a2bb78d517d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16720 | 2024.08.16 07:24:33.101781 [ 3 ] {cd9c98c8-a82d-4410-a154-a2bb78d517d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16721 | 2024.08.16 07:24:33.101939 [ 3 ] {cd9c98c8-a82d-4410-a154-a2bb78d517d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16722 | 2024.08.16 07:24:33.102219 [ 3 ] {cd9c98c8-a82d-4410-a154-a2bb78d517d0} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16723 | 2024.08.16 07:24:33.102258 [ 3 ] {cd9c98c8-a82d-4410-a154-a2bb78d517d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16724 | 2024.08.16 07:24:33.102571 [ 3 ] {cd9c98c8-a82d-4410-a154-a2bb78d517d0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
16725 | 2024.08.16 07:24:33.102883 [ 3 ] {cd9c98c8-a82d-4410-a154-a2bb78d517d0} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16726 | 2024.08.16 07:24:33.103050 [ 120 ] {} <Debug> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 | ||
16727 | 2024.08.16 07:24:33.103057 [ 3 ] {cd9c98c8-a82d-4410-a154-a2bb78d517d0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001341 sec., 1491.4243102162566 rows/sec., 121.62 KiB/sec. | ||
16728 | 2024.08.16 07:24:33.103136 [ 120 ] {} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16729 | 2024.08.16 07:24:33.103196 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16730 | 2024.08.16 07:24:33.103426 [ 3 ] {cd9c98c8-a82d-4410-a154-a2bb78d517d0} <Debug> DynamicQueryHandler: Done processing query | ||
16731 | 2024.08.16 07:24:33.103479 [ 3 ] {cd9c98c8-a82d-4410-a154-a2bb78d517d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16732 | 2024.08.16 07:24:33.103506 [ 3 ] {} <Debug> HTTP-Session: 9e673c3b-4fc6-4144-80aa-e4dbf347566e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16733 | 2024.08.16 07:24:33.103509 [ 192 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full | ||
16734 | 2024.08.16 07:24:33.103707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 24769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16735 | 2024.08.16 07:24:33.103826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16736 | 2024.08.16 07:24:33.103883 [ 3 ] {} <Debug> HTTP-Session: 6f636844-3421-4f1a-b68b-c49c43c4c3db Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16737 | 2024.08.16 07:24:33.103939 [ 3 ] {} <Debug> HTTP-Session: 6f636844-3421-4f1a-b68b-c49c43c4c3db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16738 | 2024.08.16 07:24:33.103967 [ 192 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16739 | 2024.08.16 07:24:33.103983 [ 3 ] {} <Debug> HTTP-Session: 6f636844-3421-4f1a-b68b-c49c43c4c3db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16740 | 2024.08.16 07:24:33.104078 [ 192 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 19 rows starting from the beginning of the part | ||
16741 | 2024.08.16 07:24:33.104091 [ 3 ] {} <Trace> HTTP-Session: 6f636844-3421-4f1a-b68b-c49c43c4c3db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16742 | 2024.08.16 07:24:33.104386 [ 192 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
16743 | 2024.08.16 07:24:33.104495 [ 3 ] {b4994d34-2bf1-48a9-8142-f147e0abf8e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16744 | 2024.08.16 07:24:33.104665 [ 192 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part | ||
16745 | 2024.08.16 07:24:33.104710 [ 3 ] {b4994d34-2bf1-48a9-8142-f147e0abf8e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16746 | 2024.08.16 07:24:33.105028 [ 192 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 3 rows starting from the beginning of the part | ||
16747 | 2024.08.16 07:24:33.105377 [ 192 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 2 rows starting from the beginning of the part | ||
16748 | 2024.08.16 07:24:33.105712 [ 192 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part | ||
16749 | 2024.08.16 07:24:33.106138 [ 3 ] {b4994d34-2bf1-48a9-8142-f147e0abf8e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16750 | 2024.08.16 07:24:33.107139 [ 3 ] {b4994d34-2bf1-48a9-8142-f147e0abf8e6} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16751 | 2024.08.16 07:24:33.107211 [ 3 ] {b4994d34-2bf1-48a9-8142-f147e0abf8e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16752 | 2024.08.16 07:24:33.108177 [ 3 ] {b4994d34-2bf1-48a9-8142-f147e0abf8e6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16753 | 2024.08.16 07:24:33.108337 [ 190 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.005017126 sec., 5780.2016532971265 rows/sec., 461.12 KiB/sec. | ||
16754 | 2024.08.16 07:24:33.108651 [ 190 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) | ||
16755 | 2024.08.16 07:24:33.108841 [ 3 ] {b4994d34-2bf1-48a9-8142-f147e0abf8e6} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16756 | 2024.08.16 07:24:33.109161 [ 3 ] {b4994d34-2bf1-48a9-8142-f147e0abf8e6} <Debug> executeQuery: Read 168 rows, 14.55 KiB in 0.004849 sec., 34646.31882862446 rows/sec., 2.93 MiB/sec. | ||
16757 | 2024.08.16 07:24:33.109615 [ 3 ] {b4994d34-2bf1-48a9-8142-f147e0abf8e6} <Debug> DynamicQueryHandler: Done processing query | ||
16758 | 2024.08.16 07:24:33.109653 [ 3 ] {b4994d34-2bf1-48a9-8142-f147e0abf8e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16759 | 2024.08.16 07:24:33.109680 [ 3 ] {} <Debug> HTTP-Session: 6f636844-3421-4f1a-b68b-c49c43c4c3db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16760 | 2024.08.16 07:24:33.109763 [ 190 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_43_9} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16761 | 2024.08.16 07:24:33.109841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16762 | 2024.08.16 07:24:33.109908 [ 190 ] {6acffda1-72ae-4223-b44b-4c03e408e860::all_1_43_9} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 | ||
16763 | 2024.08.16 07:24:33.109926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16764 | 2024.08.16 07:24:33.109962 [ 3 ] {} <Debug> HTTP-Session: b2b904db-13b9-4bd6-a238-e558943ec810 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16765 | 2024.08.16 07:24:33.110011 [ 3 ] {} <Debug> HTTP-Session: b2b904db-13b9-4bd6-a238-e558943ec810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16766 | 2024.08.16 07:24:33.110054 [ 3 ] {} <Debug> HTTP-Session: b2b904db-13b9-4bd6-a238-e558943ec810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16767 | 2024.08.16 07:24:33.110070 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
16768 | 2024.08.16 07:24:33.110108 [ 3 ] {} <Trace> HTTP-Session: b2b904db-13b9-4bd6-a238-e558943ec810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16769 | 2024.08.16 07:24:33.110225 [ 3 ] {77dcf715-9f25-4a4c-96d5-c4bf67c5b8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16770 | 2024.08.16 07:24:33.110268 [ 3 ] {77dcf715-9f25-4a4c-96d5-c4bf67c5b8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16771 | 2024.08.16 07:24:33.110420 [ 3 ] {77dcf715-9f25-4a4c-96d5-c4bf67c5b8cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16772 | 2024.08.16 07:24:33.110699 [ 3 ] {77dcf715-9f25-4a4c-96d5-c4bf67c5b8cb} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16773 | 2024.08.16 07:24:33.110737 [ 3 ] {77dcf715-9f25-4a4c-96d5-c4bf67c5b8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16774 | 2024.08.16 07:24:33.111056 [ 3 ] {77dcf715-9f25-4a4c-96d5-c4bf67c5b8cb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
16775 | 2024.08.16 07:24:33.111367 [ 3 ] {77dcf715-9f25-4a4c-96d5-c4bf67c5b8cb} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16776 | 2024.08.16 07:24:33.111529 [ 120 ] {} <Debug> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 | ||
16777 | 2024.08.16 07:24:33.111540 [ 3 ] {77dcf715-9f25-4a4c-96d5-c4bf67c5b8cb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001331 sec., 1502.6296018031555 rows/sec., 104.92 KiB/sec. | ||
16778 | 2024.08.16 07:24:33.111590 [ 120 ] {} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16779 | 2024.08.16 07:24:33.111653 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16780 | 2024.08.16 07:24:33.111894 [ 3 ] {77dcf715-9f25-4a4c-96d5-c4bf67c5b8cb} <Debug> DynamicQueryHandler: Done processing query | ||
16781 | 2024.08.16 07:24:33.111956 [ 3 ] {77dcf715-9f25-4a4c-96d5-c4bf67c5b8cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16782 | 2024.08.16 07:24:33.112013 [ 194 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full | ||
16783 | 2024.08.16 07:24:33.112024 [ 3 ] {} <Debug> HTTP-Session: b2b904db-13b9-4bd6-a238-e558943ec810 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16784 | 2024.08.16 07:24:33.112350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 17482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16785 | 2024.08.16 07:24:33.112548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16786 | 2024.08.16 07:24:33.112643 [ 3 ] {} <Debug> HTTP-Session: 7c3d88c9-fade-4683-8b69-6dc888468b59 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16787 | 2024.08.16 07:24:33.112704 [ 3 ] {} <Debug> HTTP-Session: 7c3d88c9-fade-4683-8b69-6dc888468b59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16788 | 2024.08.16 07:24:33.112715 [ 194 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16789 | 2024.08.16 07:24:33.112747 [ 3 ] {} <Debug> HTTP-Session: 7c3d88c9-fade-4683-8b69-6dc888468b59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16790 | 2024.08.16 07:24:33.112804 [ 194 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 19 rows starting from the beginning of the part | ||
16791 | 2024.08.16 07:24:33.112826 [ 3 ] {} <Trace> HTTP-Session: 7c3d88c9-fade-4683-8b69-6dc888468b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16792 | 2024.08.16 07:24:33.113049 [ 194 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
16793 | 2024.08.16 07:24:33.113168 [ 3 ] {6bce976e-2fba-440b-b740-2a2738532403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16794 | 2024.08.16 07:24:33.113316 [ 3 ] {6bce976e-2fba-440b-b740-2a2738532403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16795 | 2024.08.16 07:24:33.113357 [ 194 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part | ||
16796 | 2024.08.16 07:24:33.113712 [ 194 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 3 rows starting from the beginning of the part | ||
16797 | 2024.08.16 07:24:33.114020 [ 194 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 2 rows starting from the beginning of the part | ||
16798 | 2024.08.16 07:24:33.114413 [ 194 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part | ||
16799 | 2024.08.16 07:24:33.114524 [ 3 ] {6bce976e-2fba-440b-b740-2a2738532403} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16800 | 2024.08.16 07:24:33.115572 [ 3 ] {6bce976e-2fba-440b-b740-2a2738532403} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16801 | 2024.08.16 07:24:33.115630 [ 3 ] {6bce976e-2fba-440b-b740-2a2738532403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16802 | 2024.08.16 07:24:33.116447 [ 3 ] {6bce976e-2fba-440b-b740-2a2738532403} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16803 | 2024.08.16 07:24:33.116975 [ 194 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.00520561 sec., 5570.912918947059 rows/sec., 379.14 KiB/sec. | ||
16804 | 2024.08.16 07:24:33.117215 [ 192 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) | ||
16805 | 2024.08.16 07:24:33.117376 [ 3 ] {6bce976e-2fba-440b-b740-2a2738532403} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16806 | 2024.08.16 07:24:33.117725 [ 3 ] {6bce976e-2fba-440b-b740-2a2738532403} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.004686 sec., 21980.367050789584 rows/sec., 1.72 MiB/sec. | ||
16807 | 2024.08.16 07:24:33.118126 [ 3 ] {6bce976e-2fba-440b-b740-2a2738532403} <Debug> DynamicQueryHandler: Done processing query | ||
16808 | 2024.08.16 07:24:33.118170 [ 3 ] {6bce976e-2fba-440b-b740-2a2738532403} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16809 | 2024.08.16 07:24:33.118201 [ 3 ] {} <Debug> HTTP-Session: 7c3d88c9-fade-4683-8b69-6dc888468b59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16810 | 2024.08.16 07:24:33.118261 [ 192 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_43_9} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16811 | 2024.08.16 07:24:33.118366 [ 192 ] {efe19a37-067f-4b0c-bd4a-7335443ea9d0::all_1_43_9} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 | ||
16812 | 2024.08.16 07:24:33.118452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16813 | 2024.08.16 07:24:33.118517 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
16814 | 2024.08.16 07:24:33.118568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16815 | 2024.08.16 07:24:33.118593 [ 3 ] {} <Debug> HTTP-Session: c969b6c6-1f4f-45d2-9a88-0085bbbe2c7e Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16816 | 2024.08.16 07:24:33.118610 [ 3 ] {} <Debug> HTTP-Session: c969b6c6-1f4f-45d2-9a88-0085bbbe2c7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16817 | 2024.08.16 07:24:33.118623 [ 3 ] {} <Debug> HTTP-Session: c969b6c6-1f4f-45d2-9a88-0085bbbe2c7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16818 | 2024.08.16 07:24:33.118657 [ 3 ] {} <Trace> HTTP-Session: c969b6c6-1f4f-45d2-9a88-0085bbbe2c7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16819 | 2024.08.16 07:24:33.118817 [ 3 ] {b30b5ee5-1553-41b1-b94c-c66d88651012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16820 | 2024.08.16 07:24:33.118866 [ 3 ] {b30b5ee5-1553-41b1-b94c-c66d88651012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16821 | 2024.08.16 07:24:33.119043 [ 3 ] {b30b5ee5-1553-41b1-b94c-c66d88651012} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16822 | 2024.08.16 07:24:33.119487 [ 3 ] {b30b5ee5-1553-41b1-b94c-c66d88651012} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16823 | 2024.08.16 07:24:33.119527 [ 3 ] {b30b5ee5-1553-41b1-b94c-c66d88651012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16824 | 2024.08.16 07:24:33.119954 [ 3 ] {b30b5ee5-1553-41b1-b94c-c66d88651012} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16825 | 2024.08.16 07:24:33.120300 [ 3 ] {b30b5ee5-1553-41b1-b94c-c66d88651012} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16826 | 2024.08.16 07:24:33.120462 [ 3 ] {b30b5ee5-1553-41b1-b94c-c66d88651012} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00171 sec., 94152.04678362573 rows/sec., 6.56 MiB/sec. | ||
16827 | 2024.08.16 07:24:33.120652 [ 3 ] {b30b5ee5-1553-41b1-b94c-c66d88651012} <Debug> DynamicQueryHandler: Done processing query | ||
16828 | 2024.08.16 07:24:33.120677 [ 3 ] {b30b5ee5-1553-41b1-b94c-c66d88651012} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16829 | 2024.08.16 07:24:33.120692 [ 3 ] {} <Debug> HTTP-Session: c969b6c6-1f4f-45d2-9a88-0085bbbe2c7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16830 | 2024.08.16 07:24:33.120842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 60016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16831 | 2024.08.16 07:24:33.120890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16832 | 2024.08.16 07:24:33.120909 [ 3 ] {} <Debug> HTTP-Session: d28ce618-dd02-417c-abb0-28358b929cf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16833 | 2024.08.16 07:24:33.120925 [ 3 ] {} <Debug> HTTP-Session: d28ce618-dd02-417c-abb0-28358b929cf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16834 | 2024.08.16 07:24:33.120938 [ 3 ] {} <Debug> HTTP-Session: d28ce618-dd02-417c-abb0-28358b929cf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16835 | 2024.08.16 07:24:33.120969 [ 3 ] {} <Trace> HTTP-Session: d28ce618-dd02-417c-abb0-28358b929cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16836 | 2024.08.16 07:24:33.121364 [ 3 ] {78ff51b7-4c48-4a67-8a05-a5fc2bc9d8b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16837 | 2024.08.16 07:24:33.121432 [ 3 ] {78ff51b7-4c48-4a67-8a05-a5fc2bc9d8b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16838 | 2024.08.16 07:24:33.121875 [ 3 ] {78ff51b7-4c48-4a67-8a05-a5fc2bc9d8b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16839 | 2024.08.16 07:24:33.122630 [ 3 ] {78ff51b7-4c48-4a67-8a05-a5fc2bc9d8b1} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16840 | 2024.08.16 07:24:33.122667 [ 3 ] {78ff51b7-4c48-4a67-8a05-a5fc2bc9d8b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16841 | 2024.08.16 07:24:33.123339 [ 3 ] {78ff51b7-4c48-4a67-8a05-a5fc2bc9d8b1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
16842 | 2024.08.16 07:24:33.123767 [ 3 ] {78ff51b7-4c48-4a67-8a05-a5fc2bc9d8b1} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16843 | 2024.08.16 07:24:33.123958 [ 3 ] {78ff51b7-4c48-4a67-8a05-a5fc2bc9d8b1} <Debug> executeQuery: Read 37 rows, 67.89 KiB in 0.002888 sec., 12811.634349030472 rows/sec., 22.96 MiB/sec. | ||
16844 | 2024.08.16 07:24:33.124188 [ 3 ] {78ff51b7-4c48-4a67-8a05-a5fc2bc9d8b1} <Debug> DynamicQueryHandler: Done processing query | ||
16845 | 2024.08.16 07:24:33.124212 [ 3 ] {78ff51b7-4c48-4a67-8a05-a5fc2bc9d8b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
16846 | 2024.08.16 07:24:33.124227 [ 3 ] {} <Debug> HTTP-Session: d28ce618-dd02-417c-abb0-28358b929cf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16847 | 2024.08.16 07:24:33.124385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16848 | 2024.08.16 07:24:33.124435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16849 | 2024.08.16 07:24:33.124454 [ 3 ] {} <Debug> HTTP-Session: 340b4cce-814c-456e-a79f-4f8ffd145b7b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16850 | 2024.08.16 07:24:33.124472 [ 3 ] {} <Debug> HTTP-Session: 340b4cce-814c-456e-a79f-4f8ffd145b7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16851 | 2024.08.16 07:24:33.124485 [ 3 ] {} <Debug> HTTP-Session: 340b4cce-814c-456e-a79f-4f8ffd145b7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16852 | 2024.08.16 07:24:33.124516 [ 3 ] {} <Trace> HTTP-Session: 340b4cce-814c-456e-a79f-4f8ffd145b7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16853 | 2024.08.16 07:24:33.124633 [ 3 ] {a6689195-d21a-4c48-a8e1-ba0908ff6841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16854 | 2024.08.16 07:24:33.124678 [ 3 ] {a6689195-d21a-4c48-a8e1-ba0908ff6841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16855 | 2024.08.16 07:24:33.124808 [ 3 ] {a6689195-d21a-4c48-a8e1-ba0908ff6841} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16856 | 2024.08.16 07:24:33.125107 [ 3 ] {a6689195-d21a-4c48-a8e1-ba0908ff6841} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16857 | 2024.08.16 07:24:33.125145 [ 3 ] {a6689195-d21a-4c48-a8e1-ba0908ff6841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16858 | 2024.08.16 07:24:33.125512 [ 3 ] {a6689195-d21a-4c48-a8e1-ba0908ff6841} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16859 | 2024.08.16 07:24:33.125838 [ 3 ] {a6689195-d21a-4c48-a8e1-ba0908ff6841} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16860 | 2024.08.16 07:24:33.125991 [ 3 ] {a6689195-d21a-4c48-a8e1-ba0908ff6841} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
16861 | 2024.08.16 07:24:33.126158 [ 3 ] {a6689195-d21a-4c48-a8e1-ba0908ff6841} <Debug> DynamicQueryHandler: Done processing query | ||
16862 | 2024.08.16 07:24:33.126182 [ 3 ] {a6689195-d21a-4c48-a8e1-ba0908ff6841} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16863 | 2024.08.16 07:24:33.126197 [ 3 ] {} <Debug> HTTP-Session: 340b4cce-814c-456e-a79f-4f8ffd145b7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16864 | 2024.08.16 07:24:38.102268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16865 | 2024.08.16 07:24:38.102410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16866 | 2024.08.16 07:24:38.102440 [ 3 ] {} <Debug> HTTP-Session: 949b94a5-d0a2-4148-8ca4-cbfeb74e0774 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16867 | 2024.08.16 07:24:38.102468 [ 3 ] {} <Debug> HTTP-Session: 949b94a5-d0a2-4148-8ca4-cbfeb74e0774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16868 | 2024.08.16 07:24:38.102486 [ 3 ] {} <Debug> HTTP-Session: 949b94a5-d0a2-4148-8ca4-cbfeb74e0774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16869 | 2024.08.16 07:24:38.102544 [ 3 ] {} <Trace> HTTP-Session: 949b94a5-d0a2-4148-8ca4-cbfeb74e0774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16870 | 2024.08.16 07:24:38.102754 [ 3 ] {743fbc58-5988-4496-956f-a3bb0f44f5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16871 | 2024.08.16 07:24:38.102830 [ 3 ] {743fbc58-5988-4496-956f-a3bb0f44f5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16872 | 2024.08.16 07:24:38.103057 [ 3 ] {743fbc58-5988-4496-956f-a3bb0f44f5fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16873 | 2024.08.16 07:24:38.103539 [ 3 ] {743fbc58-5988-4496-956f-a3bb0f44f5fa} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16874 | 2024.08.16 07:24:38.103587 [ 3 ] {743fbc58-5988-4496-956f-a3bb0f44f5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16875 | 2024.08.16 07:24:38.103966 [ 3 ] {743fbc58-5988-4496-956f-a3bb0f44f5fa} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
16876 | 2024.08.16 07:24:38.104311 [ 3 ] {743fbc58-5988-4496-956f-a3bb0f44f5fa} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16877 | 2024.08.16 07:24:38.104475 [ 3 ] {743fbc58-5988-4496-956f-a3bb0f44f5fa} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001786 sec., 10638.297872340425 rows/sec., 862.28 KiB/sec. | ||
16878 | 2024.08.16 07:24:38.104523 [ 115 ] {} <Debug> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Selected 6 parts from all_1_55_12 to all_60_60_0 | ||
16879 | 2024.08.16 07:24:38.104641 [ 115 ] {} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16880 | 2024.08.16 07:24:38.104678 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16881 | 2024.08.16 07:24:38.104778 [ 3 ] {743fbc58-5988-4496-956f-a3bb0f44f5fa} <Debug> DynamicQueryHandler: Done processing query | ||
16882 | 2024.08.16 07:24:38.104842 [ 3 ] {743fbc58-5988-4496-956f-a3bb0f44f5fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16883 | 2024.08.16 07:24:38.104882 [ 3 ] {} <Debug> HTTP-Session: 949b94a5-d0a2-4148-8ca4-cbfeb74e0774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16884 | 2024.08.16 07:24:38.104906 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_12 to all_60_60_0 into Compact with storage Full | ||
16885 | 2024.08.16 07:24:38.105122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 36912, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16886 | 2024.08.16 07:24:38.105172 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16887 | 2024.08.16 07:24:38.105243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16888 | 2024.08.16 07:24:38.105250 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 56 rows starting from the beginning of the part | ||
16889 | 2024.08.16 07:24:38.105283 [ 3 ] {} <Debug> HTTP-Session: 64ee1e1b-9ef5-4470-8736-bfe1e0ee8b13 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16890 | 2024.08.16 07:24:38.105321 [ 3 ] {} <Debug> HTTP-Session: 64ee1e1b-9ef5-4470-8736-bfe1e0ee8b13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16891 | 2024.08.16 07:24:38.105363 [ 3 ] {} <Debug> HTTP-Session: 64ee1e1b-9ef5-4470-8736-bfe1e0ee8b13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16892 | 2024.08.16 07:24:38.105509 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 19 rows starting from the beginning of the part | ||
16893 | 2024.08.16 07:24:38.105509 [ 3 ] {} <Trace> HTTP-Session: 64ee1e1b-9ef5-4470-8736-bfe1e0ee8b13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16894 | 2024.08.16 07:24:38.105724 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 37 rows starting from the beginning of the part | ||
16895 | 2024.08.16 07:24:38.105891 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 19 rows starting from the beginning of the part | ||
16896 | 2024.08.16 07:24:38.105986 [ 3 ] {c0a558a6-2216-48cb-9955-2483fe324c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16897 | 2024.08.16 07:24:38.106188 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 37 rows starting from the beginning of the part | ||
16898 | 2024.08.16 07:24:38.106208 [ 3 ] {c0a558a6-2216-48cb-9955-2483fe324c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16899 | 2024.08.16 07:24:38.106593 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 19 rows starting from the beginning of the part | ||
16900 | 2024.08.16 07:24:38.107346 [ 3 ] {c0a558a6-2216-48cb-9955-2483fe324c09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16901 | 2024.08.16 07:24:38.108347 [ 3 ] {c0a558a6-2216-48cb-9955-2483fe324c09} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16902 | 2024.08.16 07:24:38.108416 [ 3 ] {c0a558a6-2216-48cb-9955-2483fe324c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16903 | 2024.08.16 07:24:38.109281 [ 194 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 4 columns (4 merged, 0 gathered) in 0.004507254 sec., 41488.6758101496 rows/sec., 3.28 MiB/sec. | ||
16904 | 2024.08.16 07:24:38.109328 [ 3 ] {c0a558a6-2216-48cb-9955-2483fe324c09} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16905 | 2024.08.16 07:24:38.109455 [ 195 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
16906 | 2024.08.16 07:24:38.109792 [ 3 ] {c0a558a6-2216-48cb-9955-2483fe324c09} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16907 | 2024.08.16 07:24:38.110046 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_60_13} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16908 | 2024.08.16 07:24:38.110052 [ 3 ] {c0a558a6-2216-48cb-9955-2483fe324c09} <Debug> executeQuery: Read 246 rows, 21.97 KiB in 0.004288 sec., 57369.40298507462 rows/sec., 5.00 MiB/sec. | ||
16909 | 2024.08.16 07:24:38.110311 [ 189 ] {8e7ab354-a94c-4320-b6f7-83d34561a160::all_1_60_13} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160) (MergerMutator): Merged 6 parts: [all_1_55_12, all_60_60_0] -> all_1_60_13 | ||
16910 | 2024.08.16 07:24:38.110456 [ 3 ] {c0a558a6-2216-48cb-9955-2483fe324c09} <Debug> DynamicQueryHandler: Done processing query | ||
16911 | 2024.08.16 07:24:38.110490 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
16912 | 2024.08.16 07:24:38.110502 [ 3 ] {c0a558a6-2216-48cb-9955-2483fe324c09} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
16913 | 2024.08.16 07:24:38.110544 [ 3 ] {} <Debug> HTTP-Session: 64ee1e1b-9ef5-4470-8736-bfe1e0ee8b13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16914 | 2024.08.16 07:24:38.110740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16915 | 2024.08.16 07:24:38.110793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16916 | 2024.08.16 07:24:38.110812 [ 3 ] {} <Debug> HTTP-Session: 76dd2f37-1a01-4228-90b7-9ef2191a1904 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16917 | 2024.08.16 07:24:38.110829 [ 3 ] {} <Debug> HTTP-Session: 76dd2f37-1a01-4228-90b7-9ef2191a1904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16918 | 2024.08.16 07:24:38.110843 [ 3 ] {} <Debug> HTTP-Session: 76dd2f37-1a01-4228-90b7-9ef2191a1904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16919 | 2024.08.16 07:24:38.110880 [ 3 ] {} <Trace> HTTP-Session: 76dd2f37-1a01-4228-90b7-9ef2191a1904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16920 | 2024.08.16 07:24:38.110988 [ 3 ] {eed1f20e-73e6-4095-be46-fa11be46ee31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16921 | 2024.08.16 07:24:38.111033 [ 3 ] {eed1f20e-73e6-4095-be46-fa11be46ee31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16922 | 2024.08.16 07:24:38.111181 [ 3 ] {eed1f20e-73e6-4095-be46-fa11be46ee31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16923 | 2024.08.16 07:24:38.111482 [ 3 ] {eed1f20e-73e6-4095-be46-fa11be46ee31} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16924 | 2024.08.16 07:24:38.111520 [ 3 ] {eed1f20e-73e6-4095-be46-fa11be46ee31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16925 | 2024.08.16 07:24:38.111844 [ 3 ] {eed1f20e-73e6-4095-be46-fa11be46ee31} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
16926 | 2024.08.16 07:24:38.112160 [ 3 ] {eed1f20e-73e6-4095-be46-fa11be46ee31} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16927 | 2024.08.16 07:24:38.112324 [ 3 ] {eed1f20e-73e6-4095-be46-fa11be46ee31} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001362 sec., 10279.001468428782 rows/sec., 719.87 KiB/sec. | ||
16928 | 2024.08.16 07:24:38.112500 [ 3 ] {eed1f20e-73e6-4095-be46-fa11be46ee31} <Debug> DynamicQueryHandler: Done processing query | ||
16929 | 2024.08.16 07:24:38.112525 [ 3 ] {eed1f20e-73e6-4095-be46-fa11be46ee31} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16930 | 2024.08.16 07:24:38.112540 [ 3 ] {} <Debug> HTTP-Session: 76dd2f37-1a01-4228-90b7-9ef2191a1904 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16931 | 2024.08.16 07:24:38.112712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16932 | 2024.08.16 07:24:38.112761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16933 | 2024.08.16 07:24:38.112779 [ 3 ] {} <Debug> HTTP-Session: 6329913c-261e-42f3-bd3e-719a4f7a82e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16934 | 2024.08.16 07:24:38.112796 [ 3 ] {} <Debug> HTTP-Session: 6329913c-261e-42f3-bd3e-719a4f7a82e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16935 | 2024.08.16 07:24:38.112810 [ 3 ] {} <Debug> HTTP-Session: 6329913c-261e-42f3-bd3e-719a4f7a82e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16936 | 2024.08.16 07:24:38.112842 [ 3 ] {} <Trace> HTTP-Session: 6329913c-261e-42f3-bd3e-719a4f7a82e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16937 | 2024.08.16 07:24:38.112940 [ 3 ] {44e94432-96b5-4232-98ec-05ddc423e687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16938 | 2024.08.16 07:24:38.112984 [ 3 ] {44e94432-96b5-4232-98ec-05ddc423e687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16939 | 2024.08.16 07:24:38.113115 [ 3 ] {44e94432-96b5-4232-98ec-05ddc423e687} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16940 | 2024.08.16 07:24:38.113392 [ 3 ] {44e94432-96b5-4232-98ec-05ddc423e687} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16941 | 2024.08.16 07:24:38.113429 [ 3 ] {44e94432-96b5-4232-98ec-05ddc423e687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16942 | 2024.08.16 07:24:38.113744 [ 3 ] {44e94432-96b5-4232-98ec-05ddc423e687} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
16943 | 2024.08.16 07:24:38.114049 [ 3 ] {44e94432-96b5-4232-98ec-05ddc423e687} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16944 | 2024.08.16 07:24:38.114209 [ 3 ] {44e94432-96b5-4232-98ec-05ddc423e687} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001287 sec., 4662.004662004662 rows/sec., 275.44 KiB/sec. | ||
16945 | 2024.08.16 07:24:38.114477 [ 3 ] {44e94432-96b5-4232-98ec-05ddc423e687} <Debug> DynamicQueryHandler: Done processing query | ||
16946 | 2024.08.16 07:24:38.114535 [ 3 ] {44e94432-96b5-4232-98ec-05ddc423e687} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16947 | 2024.08.16 07:24:38.114595 [ 3 ] {} <Debug> HTTP-Session: 6329913c-261e-42f3-bd3e-719a4f7a82e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16948 | 2024.08.16 07:24:38.114803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 65004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16949 | 2024.08.16 07:24:38.114856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16950 | 2024.08.16 07:24:38.114875 [ 3 ] {} <Debug> HTTP-Session: 0a64ec2e-7cf8-4c5b-97b8-4dc9a121a61d Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16951 | 2024.08.16 07:24:38.114892 [ 3 ] {} <Debug> HTTP-Session: 0a64ec2e-7cf8-4c5b-97b8-4dc9a121a61d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16952 | 2024.08.16 07:24:38.114906 [ 3 ] {} <Debug> HTTP-Session: 0a64ec2e-7cf8-4c5b-97b8-4dc9a121a61d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16953 | 2024.08.16 07:24:38.114937 [ 3 ] {} <Trace> HTTP-Session: 0a64ec2e-7cf8-4c5b-97b8-4dc9a121a61d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16954 | 2024.08.16 07:24:38.115162 [ 3 ] {f9b00aab-7ce8-4e07-a986-3830ab22d140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16955 | 2024.08.16 07:24:38.115213 [ 3 ] {f9b00aab-7ce8-4e07-a986-3830ab22d140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16956 | 2024.08.16 07:24:38.115360 [ 3 ] {f9b00aab-7ce8-4e07-a986-3830ab22d140} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16957 | 2024.08.16 07:24:38.115909 [ 3 ] {f9b00aab-7ce8-4e07-a986-3830ab22d140} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16958 | 2024.08.16 07:24:38.115947 [ 3 ] {f9b00aab-7ce8-4e07-a986-3830ab22d140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16959 | 2024.08.16 07:24:38.116287 [ 3 ] {f9b00aab-7ce8-4e07-a986-3830ab22d140} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16960 | 2024.08.16 07:24:38.116591 [ 3 ] {f9b00aab-7ce8-4e07-a986-3830ab22d140} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16961 | 2024.08.16 07:24:38.116746 [ 3 ] {f9b00aab-7ce8-4e07-a986-3830ab22d140} <Debug> executeQuery: Read 401 rows, 29.20 KiB in 0.001709 sec., 234640.14043300174 rows/sec., 16.69 MiB/sec. | ||
16962 | 2024.08.16 07:24:38.116917 [ 3 ] {f9b00aab-7ce8-4e07-a986-3830ab22d140} <Debug> DynamicQueryHandler: Done processing query | ||
16963 | 2024.08.16 07:24:38.116942 [ 3 ] {f9b00aab-7ce8-4e07-a986-3830ab22d140} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16964 | 2024.08.16 07:24:38.116957 [ 3 ] {} <Debug> HTTP-Session: 0a64ec2e-7cf8-4c5b-97b8-4dc9a121a61d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16965 | 2024.08.16 07:24:38.117108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16966 | 2024.08.16 07:24:38.117157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16967 | 2024.08.16 07:24:38.117177 [ 3 ] {} <Debug> HTTP-Session: f5757b16-8f3c-4f39-b482-8a273d432245 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16968 | 2024.08.16 07:24:38.117193 [ 3 ] {} <Debug> HTTP-Session: f5757b16-8f3c-4f39-b482-8a273d432245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16969 | 2024.08.16 07:24:38.117207 [ 3 ] {} <Debug> HTTP-Session: f5757b16-8f3c-4f39-b482-8a273d432245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16970 | 2024.08.16 07:24:38.117237 [ 3 ] {} <Trace> HTTP-Session: f5757b16-8f3c-4f39-b482-8a273d432245 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16971 | 2024.08.16 07:24:38.117331 [ 3 ] {3b1ff19f-e73f-47b3-b30b-ef2feb3f67ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16972 | 2024.08.16 07:24:38.117376 [ 3 ] {3b1ff19f-e73f-47b3-b30b-ef2feb3f67ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16973 | 2024.08.16 07:24:38.117506 [ 3 ] {3b1ff19f-e73f-47b3-b30b-ef2feb3f67ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16974 | 2024.08.16 07:24:38.117810 [ 3 ] {3b1ff19f-e73f-47b3-b30b-ef2feb3f67ac} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16975 | 2024.08.16 07:24:38.117846 [ 3 ] {3b1ff19f-e73f-47b3-b30b-ef2feb3f67ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16976 | 2024.08.16 07:24:38.118207 [ 3 ] {3b1ff19f-e73f-47b3-b30b-ef2feb3f67ac} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
16977 | 2024.08.16 07:24:38.118558 [ 3 ] {3b1ff19f-e73f-47b3-b30b-ef2feb3f67ac} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16978 | 2024.08.16 07:24:38.118715 [ 3 ] {3b1ff19f-e73f-47b3-b30b-ef2feb3f67ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001404 sec., 4273.504273504273 rows/sec., 223.27 KiB/sec. | ||
16979 | 2024.08.16 07:24:38.118884 [ 3 ] {3b1ff19f-e73f-47b3-b30b-ef2feb3f67ac} <Debug> DynamicQueryHandler: Done processing query | ||
16980 | 2024.08.16 07:24:38.118908 [ 3 ] {3b1ff19f-e73f-47b3-b30b-ef2feb3f67ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16981 | 2024.08.16 07:24:38.118924 [ 3 ] {} <Debug> HTTP-Session: f5757b16-8f3c-4f39-b482-8a273d432245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16982 | 2024.08.16 07:24:38.119080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 44591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16983 | 2024.08.16 07:24:38.119129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16984 | 2024.08.16 07:24:38.119148 [ 3 ] {} <Debug> HTTP-Session: fcef85e2-dd16-4794-9291-c482f82025c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
16985 | 2024.08.16 07:24:38.119164 [ 3 ] {} <Debug> HTTP-Session: fcef85e2-dd16-4794-9291-c482f82025c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16986 | 2024.08.16 07:24:38.119178 [ 3 ] {} <Debug> HTTP-Session: fcef85e2-dd16-4794-9291-c482f82025c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16987 | 2024.08.16 07:24:38.119208 [ 3 ] {} <Trace> HTTP-Session: fcef85e2-dd16-4794-9291-c482f82025c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16988 | 2024.08.16 07:24:38.119407 [ 3 ] {fce9d0da-40c8-4432-9d27-faf857af0020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16989 | 2024.08.16 07:24:38.119454 [ 3 ] {fce9d0da-40c8-4432-9d27-faf857af0020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16990 | 2024.08.16 07:24:38.119598 [ 3 ] {fce9d0da-40c8-4432-9d27-faf857af0020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16991 | 2024.08.16 07:24:38.120019 [ 3 ] {fce9d0da-40c8-4432-9d27-faf857af0020} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16992 | 2024.08.16 07:24:38.120056 [ 3 ] {fce9d0da-40c8-4432-9d27-faf857af0020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
16993 | 2024.08.16 07:24:38.120452 [ 3 ] {fce9d0da-40c8-4432-9d27-faf857af0020} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16994 | 2024.08.16 07:24:38.120786 [ 3 ] {fce9d0da-40c8-4432-9d27-faf857af0020} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16995 | 2024.08.16 07:24:38.120959 [ 3 ] {fce9d0da-40c8-4432-9d27-faf857af0020} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001661 sec., 142685.12944009632 rows/sec., 9.56 MiB/sec. | ||
16996 | 2024.08.16 07:24:38.121119 [ 3 ] {fce9d0da-40c8-4432-9d27-faf857af0020} <Debug> DynamicQueryHandler: Done processing query | ||
16997 | 2024.08.16 07:24:38.121144 [ 3 ] {fce9d0da-40c8-4432-9d27-faf857af0020} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16998 | 2024.08.16 07:24:38.121159 [ 3 ] {} <Debug> HTTP-Session: fcef85e2-dd16-4794-9291-c482f82025c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16999 | 2024.08.16 07:24:38.121287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17000 | 2024.08.16 07:24:38.121336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17001 | 2024.08.16 07:24:38.121355 [ 3 ] {} <Debug> HTTP-Session: c309a323-cb72-4893-b039-3d08b7ba15a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17002 | 2024.08.16 07:24:38.121371 [ 3 ] {} <Debug> HTTP-Session: c309a323-cb72-4893-b039-3d08b7ba15a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17003 | 2024.08.16 07:24:38.121385 [ 3 ] {} <Debug> HTTP-Session: c309a323-cb72-4893-b039-3d08b7ba15a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17004 | 2024.08.16 07:24:38.121415 [ 3 ] {} <Trace> HTTP-Session: c309a323-cb72-4893-b039-3d08b7ba15a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17005 | 2024.08.16 07:24:38.121511 [ 3 ] {61201f91-2e75-4227-b9f6-51ef73fcbc97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17006 | 2024.08.16 07:24:38.121557 [ 3 ] {61201f91-2e75-4227-b9f6-51ef73fcbc97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17007 | 2024.08.16 07:24:38.121683 [ 3 ] {61201f91-2e75-4227-b9f6-51ef73fcbc97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17008 | 2024.08.16 07:24:38.121939 [ 3 ] {61201f91-2e75-4227-b9f6-51ef73fcbc97} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17009 | 2024.08.16 07:24:38.121975 [ 3 ] {61201f91-2e75-4227-b9f6-51ef73fcbc97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
17010 | 2024.08.16 07:24:38.122329 [ 3 ] {61201f91-2e75-4227-b9f6-51ef73fcbc97} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17011 | 2024.08.16 07:24:38.122642 [ 3 ] {61201f91-2e75-4227-b9f6-51ef73fcbc97} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17012 | 2024.08.16 07:24:38.122800 [ 3 ] {61201f91-2e75-4227-b9f6-51ef73fcbc97} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001306 sec., 765.6967840735068 rows/sec., 51.59 KiB/sec. | ||
17013 | 2024.08.16 07:24:38.122968 [ 3 ] {61201f91-2e75-4227-b9f6-51ef73fcbc97} <Debug> DynamicQueryHandler: Done processing query | ||
17014 | 2024.08.16 07:24:38.122992 [ 3 ] {61201f91-2e75-4227-b9f6-51ef73fcbc97} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17015 | 2024.08.16 07:24:38.123008 [ 3 ] {} <Debug> HTTP-Session: c309a323-cb72-4893-b039-3d08b7ba15a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17016 | 2024.08.16 07:24:38.123152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17017 | 2024.08.16 07:24:38.123202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17018 | 2024.08.16 07:24:38.123221 [ 3 ] {} <Debug> HTTP-Session: b47b6325-ba92-4da7-b5e6-de27896a59c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17019 | 2024.08.16 07:24:38.123237 [ 3 ] {} <Debug> HTTP-Session: b47b6325-ba92-4da7-b5e6-de27896a59c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17020 | 2024.08.16 07:24:38.123251 [ 3 ] {} <Debug> HTTP-Session: b47b6325-ba92-4da7-b5e6-de27896a59c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17021 | 2024.08.16 07:24:38.123281 [ 3 ] {} <Trace> HTTP-Session: b47b6325-ba92-4da7-b5e6-de27896a59c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17022 | 2024.08.16 07:24:38.123509 [ 3 ] {daa2284f-e132-4a5d-8610-8f2c70749768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17023 | 2024.08.16 07:24:38.123572 [ 3 ] {daa2284f-e132-4a5d-8610-8f2c70749768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17024 | 2024.08.16 07:24:38.123995 [ 3 ] {daa2284f-e132-4a5d-8610-8f2c70749768} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17025 | 2024.08.16 07:24:38.124620 [ 3 ] {daa2284f-e132-4a5d-8610-8f2c70749768} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17026 | 2024.08.16 07:24:38.124657 [ 3 ] {daa2284f-e132-4a5d-8610-8f2c70749768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
17027 | 2024.08.16 07:24:38.125264 [ 3 ] {daa2284f-e132-4a5d-8610-8f2c70749768} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
17028 | 2024.08.16 07:24:38.125666 [ 3 ] {daa2284f-e132-4a5d-8610-8f2c70749768} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17029 | 2024.08.16 07:24:38.125865 [ 3 ] {daa2284f-e132-4a5d-8610-8f2c70749768} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002512 sec., 7563.6942675159235 rows/sec., 13.55 MiB/sec. | ||
17030 | 2024.08.16 07:24:38.126064 [ 3 ] {daa2284f-e132-4a5d-8610-8f2c70749768} <Debug> DynamicQueryHandler: Done processing query | ||
17031 | 2024.08.16 07:24:38.126088 [ 3 ] {daa2284f-e132-4a5d-8610-8f2c70749768} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
17032 | 2024.08.16 07:24:38.126104 [ 3 ] {} <Debug> HTTP-Session: b47b6325-ba92-4da7-b5e6-de27896a59c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17033 | 2024.08.16 07:24:38.126238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 12127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17034 | 2024.08.16 07:24:38.126286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17035 | 2024.08.16 07:24:38.126305 [ 3 ] {} <Debug> HTTP-Session: d19459fc-b768-4ed6-a7f7-3f7100ff4dd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17036 | 2024.08.16 07:24:38.126321 [ 3 ] {} <Debug> HTTP-Session: d19459fc-b768-4ed6-a7f7-3f7100ff4dd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17037 | 2024.08.16 07:24:38.126334 [ 3 ] {} <Debug> HTTP-Session: d19459fc-b768-4ed6-a7f7-3f7100ff4dd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17038 | 2024.08.16 07:24:38.126365 [ 3 ] {} <Trace> HTTP-Session: d19459fc-b768-4ed6-a7f7-3f7100ff4dd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17039 | 2024.08.16 07:24:38.126491 [ 3 ] {070c6c9a-8e1e-4b33-8c70-e1b379a72a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17040 | 2024.08.16 07:24:38.126535 [ 3 ] {070c6c9a-8e1e-4b33-8c70-e1b379a72a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17041 | 2024.08.16 07:24:38.126662 [ 3 ] {070c6c9a-8e1e-4b33-8c70-e1b379a72a86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17042 | 2024.08.16 07:24:38.126990 [ 3 ] {070c6c9a-8e1e-4b33-8c70-e1b379a72a86} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17043 | 2024.08.16 07:24:38.127027 [ 3 ] {070c6c9a-8e1e-4b33-8c70-e1b379a72a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
17044 | 2024.08.16 07:24:38.127395 [ 3 ] {070c6c9a-8e1e-4b33-8c70-e1b379a72a86} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17045 | 2024.08.16 07:24:38.127711 [ 3 ] {070c6c9a-8e1e-4b33-8c70-e1b379a72a86} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17046 | 2024.08.16 07:24:38.127870 [ 3 ] {070c6c9a-8e1e-4b33-8c70-e1b379a72a86} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00143 sec., 57342.65734265734 rows/sec., 3.64 MiB/sec. | ||
17047 | 2024.08.16 07:24:38.127882 [ 115 ] {} <Debug> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17048 | 2024.08.16 07:24:38.127961 [ 115 ] {} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17049 | 2024.08.16 07:24:38.128015 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
17050 | 2024.08.16 07:24:38.128146 [ 3 ] {070c6c9a-8e1e-4b33-8c70-e1b379a72a86} <Debug> DynamicQueryHandler: Done processing query | ||
17051 | 2024.08.16 07:24:38.128218 [ 3 ] {070c6c9a-8e1e-4b33-8c70-e1b379a72a86} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17052 | 2024.08.16 07:24:38.128281 [ 3 ] {} <Debug> HTTP-Session: d19459fc-b768-4ed6-a7f7-3f7100ff4dd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17053 | 2024.08.16 07:24:38.128288 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
17054 | 2024.08.16 07:24:38.128713 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17055 | 2024.08.16 07:24:38.128814 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5626 rows starting from the beginning of the part | ||
17056 | 2024.08.16 07:24:38.129109 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 6 rows starting from the beginning of the part | ||
17057 | 2024.08.16 07:24:38.129437 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
17058 | 2024.08.16 07:24:38.129728 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
17059 | 2024.08.16 07:24:38.130013 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::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 | ||
17060 | 2024.08.16 07:24:38.130278 [ 195 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
17061 | 2024.08.16 07:24:38.132254 [ 193 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5916 rows, containing 4 columns (4 merged, 0 gathered) in 0.004150865 sec., 1425245.0995154022 rows/sec., 92.79 MiB/sec. | ||
17062 | 2024.08.16 07:24:38.132856 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17063 | 2024.08.16 07:24:38.133394 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_91_18} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17064 | 2024.08.16 07:24:38.133514 [ 196 ] {52803e50-d3d4-48fc-bb70-e69dd0ff1448::all_1_91_18} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17065 | 2024.08.16 07:24:38.133623 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
17066 | 2024.08.16 07:24:42.482110 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17067 | 2024.08.16 07:24:42.482208 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17068 | 2024.08.16 07:24:43.001489 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001142727 sec. | ||
17069 | 2024.08.16 07:24:43.097572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 5362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17070 | 2024.08.16 07:24:43.097689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17071 | 2024.08.16 07:24:43.097716 [ 3 ] {} <Debug> HTTP-Session: bd8217b0-100d-400b-9aa3-d056d76a18fe Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17072 | 2024.08.16 07:24:43.097741 [ 3 ] {} <Debug> HTTP-Session: bd8217b0-100d-400b-9aa3-d056d76a18fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17073 | 2024.08.16 07:24:43.097756 [ 3 ] {} <Debug> HTTP-Session: bd8217b0-100d-400b-9aa3-d056d76a18fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17074 | 2024.08.16 07:24:43.097806 [ 3 ] {} <Trace> HTTP-Session: bd8217b0-100d-400b-9aa3-d056d76a18fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17075 | 2024.08.16 07:24:43.098003 [ 3 ] {7bcae7ae-e3d8-470d-a09d-0af2f2d7c1c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17076 | 2024.08.16 07:24:43.098075 [ 3 ] {7bcae7ae-e3d8-470d-a09d-0af2f2d7c1c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17077 | 2024.08.16 07:24:43.098283 [ 3 ] {7bcae7ae-e3d8-470d-a09d-0af2f2d7c1c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17078 | 2024.08.16 07:24:43.098754 [ 3 ] {7bcae7ae-e3d8-470d-a09d-0af2f2d7c1c0} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17079 | 2024.08.16 07:24:43.098800 [ 3 ] {7bcae7ae-e3d8-470d-a09d-0af2f2d7c1c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
17080 | 2024.08.16 07:24:43.099201 [ 3 ] {7bcae7ae-e3d8-470d-a09d-0af2f2d7c1c0} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
17081 | 2024.08.16 07:24:43.099551 [ 3 ] {7bcae7ae-e3d8-470d-a09d-0af2f2d7c1c0} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17082 | 2024.08.16 07:24:43.099731 [ 3 ] {7bcae7ae-e3d8-470d-a09d-0af2f2d7c1c0} <Debug> executeQuery: Read 37 rows, 3.00 KiB in 0.001788 sec., 20693.51230425056 rows/sec., 1.64 MiB/sec. | ||
17083 | 2024.08.16 07:24:43.099946 [ 3 ] {7bcae7ae-e3d8-470d-a09d-0af2f2d7c1c0} <Debug> DynamicQueryHandler: Done processing query | ||
17084 | 2024.08.16 07:24:43.099973 [ 3 ] {7bcae7ae-e3d8-470d-a09d-0af2f2d7c1c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17085 | 2024.08.16 07:24:43.099991 [ 3 ] {} <Debug> HTTP-Session: bd8217b0-100d-400b-9aa3-d056d76a18fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17086 | 2024.08.16 07:24:43.100196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 24636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17087 | 2024.08.16 07:24:43.100253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17088 | 2024.08.16 07:24:43.100274 [ 3 ] {} <Debug> HTTP-Session: 47a4eec6-98fe-4507-a5ff-1560e6ac099c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17089 | 2024.08.16 07:24:43.100292 [ 3 ] {} <Debug> HTTP-Session: 47a4eec6-98fe-4507-a5ff-1560e6ac099c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17090 | 2024.08.16 07:24:43.100306 [ 3 ] {} <Debug> HTTP-Session: 47a4eec6-98fe-4507-a5ff-1560e6ac099c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17091 | 2024.08.16 07:24:43.100341 [ 3 ] {} <Trace> HTTP-Session: 47a4eec6-98fe-4507-a5ff-1560e6ac099c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17092 | 2024.08.16 07:24:43.100498 [ 3 ] {69660eaa-4b43-4dba-b48c-bd433d1aedf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17093 | 2024.08.16 07:24:43.100548 [ 3 ] {69660eaa-4b43-4dba-b48c-bd433d1aedf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17094 | 2024.08.16 07:24:43.100687 [ 3 ] {69660eaa-4b43-4dba-b48c-bd433d1aedf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17095 | 2024.08.16 07:24:43.101111 [ 3 ] {69660eaa-4b43-4dba-b48c-bd433d1aedf6} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17096 | 2024.08.16 07:24:43.101152 [ 3 ] {69660eaa-4b43-4dba-b48c-bd433d1aedf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
17097 | 2024.08.16 07:24:43.101498 [ 3 ] {69660eaa-4b43-4dba-b48c-bd433d1aedf6} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17098 | 2024.08.16 07:24:43.101818 [ 3 ] {69660eaa-4b43-4dba-b48c-bd433d1aedf6} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17099 | 2024.08.16 07:24:43.102003 [ 3 ] {69660eaa-4b43-4dba-b48c-bd433d1aedf6} <Debug> executeQuery: Read 167 rows, 14.48 KiB in 0.001568 sec., 106505.10204081633 rows/sec., 9.02 MiB/sec. | ||
17100 | 2024.08.16 07:24:43.102180 [ 3 ] {69660eaa-4b43-4dba-b48c-bd433d1aedf6} <Debug> DynamicQueryHandler: Done processing query | ||
17101 | 2024.08.16 07:24:43.102205 [ 3 ] {69660eaa-4b43-4dba-b48c-bd433d1aedf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
17102 | 2024.08.16 07:24:43.102221 [ 3 ] {} <Debug> HTTP-Session: 47a4eec6-98fe-4507-a5ff-1560e6ac099c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17103 | 2024.08.16 07:24:43.102366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 17141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17104 | 2024.08.16 07:24:43.102416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17105 | 2024.08.16 07:24:43.102436 [ 3 ] {} <Debug> HTTP-Session: caebb96c-96a6-40eb-9b86-6c853c833cda Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17106 | 2024.08.16 07:24:43.102454 [ 3 ] {} <Debug> HTTP-Session: caebb96c-96a6-40eb-9b86-6c853c833cda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17107 | 2024.08.16 07:24:43.102468 [ 3 ] {} <Debug> HTTP-Session: caebb96c-96a6-40eb-9b86-6c853c833cda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17108 | 2024.08.16 07:24:43.102501 [ 3 ] {} <Trace> HTTP-Session: caebb96c-96a6-40eb-9b86-6c853c833cda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17109 | 2024.08.16 07:24:43.102631 [ 3 ] {39d1f7e4-9a76-47df-9afc-9c197de1ef2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17110 | 2024.08.16 07:24:43.102677 [ 3 ] {39d1f7e4-9a76-47df-9afc-9c197de1ef2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17111 | 2024.08.16 07:24:43.102806 [ 3 ] {39d1f7e4-9a76-47df-9afc-9c197de1ef2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17112 | 2024.08.16 07:24:43.103188 [ 3 ] {39d1f7e4-9a76-47df-9afc-9c197de1ef2c} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17113 | 2024.08.16 07:24:43.103225 [ 3 ] {39d1f7e4-9a76-47df-9afc-9c197de1ef2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
17114 | 2024.08.16 07:24:43.103549 [ 3 ] {39d1f7e4-9a76-47df-9afc-9c197de1ef2c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17115 | 2024.08.16 07:24:43.103856 [ 3 ] {39d1f7e4-9a76-47df-9afc-9c197de1ef2c} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17116 | 2024.08.16 07:24:43.104019 [ 3 ] {39d1f7e4-9a76-47df-9afc-9c197de1ef2c} <Debug> executeQuery: Read 101 rows, 8.08 KiB in 0.001433 sec., 70481.50732728542 rows/sec., 5.51 MiB/sec. | ||
17117 | 2024.08.16 07:24:43.104200 [ 3 ] {39d1f7e4-9a76-47df-9afc-9c197de1ef2c} <Debug> DynamicQueryHandler: Done processing query | ||
17118 | 2024.08.16 07:24:43.104225 [ 3 ] {39d1f7e4-9a76-47df-9afc-9c197de1ef2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
17119 | 2024.08.16 07:24:43.104242 [ 3 ] {} <Debug> HTTP-Session: caebb96c-96a6-40eb-9b86-6c853c833cda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17120 | 2024.08.16 07:24:43.104428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17121 | 2024.08.16 07:24:43.104478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17122 | 2024.08.16 07:24:43.104498 [ 3 ] {} <Debug> HTTP-Session: c4ad5730-c61f-43ec-b65c-4eebcf7dc4fd Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17123 | 2024.08.16 07:24:43.104515 [ 3 ] {} <Debug> HTTP-Session: c4ad5730-c61f-43ec-b65c-4eebcf7dc4fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17124 | 2024.08.16 07:24:43.104528 [ 3 ] {} <Debug> HTTP-Session: c4ad5730-c61f-43ec-b65c-4eebcf7dc4fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17125 | 2024.08.16 07:24:43.104573 [ 3 ] {} <Trace> HTTP-Session: c4ad5730-c61f-43ec-b65c-4eebcf7dc4fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17126 | 2024.08.16 07:24:43.104732 [ 3 ] {a83a4fe8-1b88-48d8-931f-f360d1af0fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17127 | 2024.08.16 07:24:43.104784 [ 3 ] {a83a4fe8-1b88-48d8-931f-f360d1af0fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17128 | 2024.08.16 07:24:43.104942 [ 3 ] {a83a4fe8-1b88-48d8-931f-f360d1af0fcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17129 | 2024.08.16 07:24:43.105392 [ 3 ] {a83a4fe8-1b88-48d8-931f-f360d1af0fcb} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17130 | 2024.08.16 07:24:43.105434 [ 3 ] {a83a4fe8-1b88-48d8-931f-f360d1af0fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
17131 | 2024.08.16 07:24:43.105849 [ 3 ] {a83a4fe8-1b88-48d8-931f-f360d1af0fcb} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
17132 | 2024.08.16 07:24:43.106239 [ 3 ] {a83a4fe8-1b88-48d8-931f-f360d1af0fcb} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17133 | 2024.08.16 07:24:43.106401 [ 3 ] {a83a4fe8-1b88-48d8-931f-f360d1af0fcb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001738 sec., 92059.83889528194 rows/sec., 6.41 MiB/sec. | ||
17134 | 2024.08.16 07:24:43.106644 [ 3 ] {a83a4fe8-1b88-48d8-931f-f360d1af0fcb} <Debug> DynamicQueryHandler: Done processing query | ||
17135 | 2024.08.16 07:24:43.106670 [ 3 ] {a83a4fe8-1b88-48d8-931f-f360d1af0fcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17136 | 2024.08.16 07:24:43.106731 [ 3 ] {} <Debug> HTTP-Session: c4ad5730-c61f-43ec-b65c-4eebcf7dc4fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17137 | 2024.08.16 07:24:43.106953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 60150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17138 | 2024.08.16 07:24:43.107008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17139 | 2024.08.16 07:24:43.107027 [ 3 ] {} <Debug> HTTP-Session: 6f1ccb05-6447-405b-836c-8893773135fa Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17140 | 2024.08.16 07:24:43.107044 [ 3 ] {} <Debug> HTTP-Session: 6f1ccb05-6447-405b-836c-8893773135fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17141 | 2024.08.16 07:24:43.107059 [ 3 ] {} <Debug> HTTP-Session: 6f1ccb05-6447-405b-836c-8893773135fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17142 | 2024.08.16 07:24:43.107092 [ 3 ] {} <Trace> HTTP-Session: 6f1ccb05-6447-405b-836c-8893773135fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17143 | 2024.08.16 07:24:43.107511 [ 3 ] {72860385-72a9-4cae-bb5e-41997858a72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17144 | 2024.08.16 07:24:43.107587 [ 3 ] {72860385-72a9-4cae-bb5e-41997858a72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17145 | 2024.08.16 07:24:43.108035 [ 3 ] {72860385-72a9-4cae-bb5e-41997858a72a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17146 | 2024.08.16 07:24:43.108766 [ 3 ] {72860385-72a9-4cae-bb5e-41997858a72a} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17147 | 2024.08.16 07:24:43.108806 [ 3 ] {72860385-72a9-4cae-bb5e-41997858a72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
17148 | 2024.08.16 07:24:43.109442 [ 3 ] {72860385-72a9-4cae-bb5e-41997858a72a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
17149 | 2024.08.16 07:24:43.109862 [ 3 ] {72860385-72a9-4cae-bb5e-41997858a72a} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17150 | 2024.08.16 07:24:43.110048 [ 106 ] {} <Debug> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
17151 | 2024.08.16 07:24:43.110062 [ 3 ] {72860385-72a9-4cae-bb5e-41997858a72a} <Debug> executeQuery: Read 37 rows, 67.89 KiB in 0.002869 sec., 12896.479609620077 rows/sec., 23.11 MiB/sec. | ||
17152 | 2024.08.16 07:24:43.110125 [ 106 ] {} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17153 | 2024.08.16 07:24:43.110195 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.91 GiB. | ||
17154 | 2024.08.16 07:24:43.110547 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::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 | ||
17155 | 2024.08.16 07:24:43.110637 [ 3 ] {72860385-72a9-4cae-bb5e-41997858a72a} <Debug> DynamicQueryHandler: Done processing query | ||
17156 | 2024.08.16 07:24:43.110679 [ 3 ] {72860385-72a9-4cae-bb5e-41997858a72a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
17157 | 2024.08.16 07:24:43.110720 [ 3 ] {} <Debug> HTTP-Session: 6f1ccb05-6447-405b-836c-8893773135fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17158 | 2024.08.16 07:24:43.110923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17159 | 2024.08.16 07:24:43.111028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17160 | 2024.08.16 07:24:43.111093 [ 3 ] {} <Debug> HTTP-Session: ba9d85d4-97b9-4711-8149-a67a150e68e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17161 | 2024.08.16 07:24:43.111139 [ 3 ] {} <Debug> HTTP-Session: ba9d85d4-97b9-4711-8149-a67a150e68e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17162 | 2024.08.16 07:24:43.111181 [ 3 ] {} <Debug> HTTP-Session: ba9d85d4-97b9-4711-8149-a67a150e68e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17163 | 2024.08.16 07:24:43.111209 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17164 | 2024.08.16 07:24:43.111241 [ 3 ] {} <Trace> HTTP-Session: ba9d85d4-97b9-4711-8149-a67a150e68e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17165 | 2024.08.16 07:24:43.111333 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1421 rows starting from the beginning of the part | ||
17166 | 2024.08.16 07:24:43.111492 [ 3 ] {7d9eb923-f56d-411c-8c43-3d023828e616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17167 | 2024.08.16 07:24:43.111664 [ 3 ] {7d9eb923-f56d-411c-8c43-3d023828e616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17168 | 2024.08.16 07:24:43.112135 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 37 rows starting from the beginning of the part | ||
17169 | 2024.08.16 07:24:43.112457 [ 3 ] {7d9eb923-f56d-411c-8c43-3d023828e616} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17170 | 2024.08.16 07:24:43.112958 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 19 rows starting from the beginning of the part | ||
17171 | 2024.08.16 07:24:43.113738 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 37 rows starting from the beginning of the part | ||
17172 | 2024.08.16 07:24:43.113772 [ 3 ] {7d9eb923-f56d-411c-8c43-3d023828e616} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17173 | 2024.08.16 07:24:43.113852 [ 3 ] {7d9eb923-f56d-411c-8c43-3d023828e616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17174 | 2024.08.16 07:24:43.114330 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 19 rows starting from the beginning of the part | ||
17175 | 2024.08.16 07:24:43.115030 [ 194 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 37 rows starting from the beginning of the part | ||
17176 | 2024.08.16 07:24:43.115204 [ 3 ] {7d9eb923-f56d-411c-8c43-3d023828e616} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
17177 | 2024.08.16 07:24:43.116158 [ 3 ] {7d9eb923-f56d-411c-8c43-3d023828e616} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17178 | 2024.08.16 07:24:43.116474 [ 3 ] {7d9eb923-f56d-411c-8c43-3d023828e616} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0051 sec., 11764.70588235294 rows/sec., 811.89 KiB/sec. | ||
17179 | 2024.08.16 07:24:43.116845 [ 3 ] {7d9eb923-f56d-411c-8c43-3d023828e616} <Debug> DynamicQueryHandler: Done processing query | ||
17180 | 2024.08.16 07:24:43.116893 [ 3 ] {7d9eb923-f56d-411c-8c43-3d023828e616} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17181 | 2024.08.16 07:24:43.116930 [ 3 ] {} <Debug> HTTP-Session: ba9d85d4-97b9-4711-8149-a67a150e68e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17182 | 2024.08.16 07:24:43.122561 [ 193 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1570 rows, containing 19 columns (19 merged, 0 gathered) in 0.012221032 sec., 128467.0558100167 rows/sec., 230.21 MiB/sec. | ||
17183 | 2024.08.16 07:24:43.124192 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
17184 | 2024.08.16 07:24:43.124838 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17185 | 2024.08.16 07:24:43.124927 [ 188 ] {6b4e4e66-7f0a-427b-8a3c-0af000e8d320::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
17186 | 2024.08.16 07:24:43.125088 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.71 MiB. | ||
17187 | 2024.08.16 07:24:47.176130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17188 | 2024.08.16 07:24:47.176257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17189 | 2024.08.16 07:24:47.176282 [ 3 ] {} <Debug> HTTP-Session: afdd6719-e2db-4abd-9c1a-fbbce57a53f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17190 | 2024.08.16 07:24:47.176307 [ 3 ] {} <Debug> HTTP-Session: afdd6719-e2db-4abd-9c1a-fbbce57a53f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17191 | 2024.08.16 07:24:47.176322 [ 3 ] {} <Debug> HTTP-Session: afdd6719-e2db-4abd-9c1a-fbbce57a53f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17192 | 2024.08.16 07:24:47.176373 [ 3 ] {} <Trace> HTTP-Session: afdd6719-e2db-4abd-9c1a-fbbce57a53f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17193 | 2024.08.16 07:24:47.176555 [ 3 ] {dfe8eb72-94bd-4ad3-aec6-c49f4dec5f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17194 | 2024.08.16 07:24:47.176623 [ 3 ] {dfe8eb72-94bd-4ad3-aec6-c49f4dec5f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17195 | 2024.08.16 07:24:47.176820 [ 3 ] {dfe8eb72-94bd-4ad3-aec6-c49f4dec5f30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17196 | 2024.08.16 07:24:47.177232 [ 3 ] {dfe8eb72-94bd-4ad3-aec6-c49f4dec5f30} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17197 | 2024.08.16 07:24:47.177273 [ 3 ] {dfe8eb72-94bd-4ad3-aec6-c49f4dec5f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17198 | 2024.08.16 07:24:47.177645 [ 3 ] {dfe8eb72-94bd-4ad3-aec6-c49f4dec5f30} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
17199 | 2024.08.16 07:24:47.178024 [ 3 ] {dfe8eb72-94bd-4ad3-aec6-c49f4dec5f30} <Trace> oximeter.fields_i64 (8e7ab354-a94c-4320-b6f7-83d34561a160): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17200 | 2024.08.16 07:24:47.178179 [ 3 ] {dfe8eb72-94bd-4ad3-aec6-c49f4dec5f30} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001682 sec., 11296.076099881095 rows/sec., 915.60 KiB/sec. | ||
17201 | 2024.08.16 07:24:47.178501 [ 3 ] {dfe8eb72-94bd-4ad3-aec6-c49f4dec5f30} <Debug> DynamicQueryHandler: Done processing query | ||
17202 | 2024.08.16 07:24:47.178565 [ 3 ] {dfe8eb72-94bd-4ad3-aec6-c49f4dec5f30} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17203 | 2024.08.16 07:24:47.178623 [ 3 ] {} <Debug> HTTP-Session: afdd6719-e2db-4abd-9c1a-fbbce57a53f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17204 | 2024.08.16 07:24:47.178818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17205 | 2024.08.16 07:24:47.178874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17206 | 2024.08.16 07:24:47.178894 [ 3 ] {} <Debug> HTTP-Session: c8dba51a-c5bd-4c36-9c5e-7c9278861b89 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17207 | 2024.08.16 07:24:47.178913 [ 3 ] {} <Debug> HTTP-Session: c8dba51a-c5bd-4c36-9c5e-7c9278861b89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17208 | 2024.08.16 07:24:47.178928 [ 3 ] {} <Debug> HTTP-Session: c8dba51a-c5bd-4c36-9c5e-7c9278861b89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17209 | 2024.08.16 07:24:47.178965 [ 3 ] {} <Trace> HTTP-Session: c8dba51a-c5bd-4c36-9c5e-7c9278861b89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17210 | 2024.08.16 07:24:47.179074 [ 3 ] {546ef697-bce2-4d44-b6eb-4bc14353abb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17211 | 2024.08.16 07:24:47.179123 [ 3 ] {546ef697-bce2-4d44-b6eb-4bc14353abb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17212 | 2024.08.16 07:24:47.179271 [ 3 ] {546ef697-bce2-4d44-b6eb-4bc14353abb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17213 | 2024.08.16 07:24:47.179570 [ 3 ] {546ef697-bce2-4d44-b6eb-4bc14353abb7} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17214 | 2024.08.16 07:24:47.179608 [ 3 ] {546ef697-bce2-4d44-b6eb-4bc14353abb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17215 | 2024.08.16 07:24:47.179917 [ 3 ] {546ef697-bce2-4d44-b6eb-4bc14353abb7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17216 | 2024.08.16 07:24:47.180223 [ 3 ] {546ef697-bce2-4d44-b6eb-4bc14353abb7} <Trace> oximeter.fields_ipaddr (6acffda1-72ae-4223-b44b-4c03e408e860): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17217 | 2024.08.16 07:24:47.180364 [ 3 ] {546ef697-bce2-4d44-b6eb-4bc14353abb7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001323 sec., 1511.7157974300833 rows/sec., 123.27 KiB/sec. | ||
17218 | 2024.08.16 07:24:47.180538 [ 3 ] {546ef697-bce2-4d44-b6eb-4bc14353abb7} <Debug> DynamicQueryHandler: Done processing query | ||
17219 | 2024.08.16 07:24:47.180563 [ 3 ] {546ef697-bce2-4d44-b6eb-4bc14353abb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17220 | 2024.08.16 07:24:47.180579 [ 3 ] {} <Debug> HTTP-Session: c8dba51a-c5bd-4c36-9c5e-7c9278861b89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17221 | 2024.08.16 07:24:47.180917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 202020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17222 | 2024.08.16 07:24:47.180970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17223 | 2024.08.16 07:24:47.180989 [ 3 ] {} <Debug> HTTP-Session: d627649e-d3b3-4908-b55a-f09f8411149f Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17224 | 2024.08.16 07:24:47.181007 [ 3 ] {} <Debug> HTTP-Session: d627649e-d3b3-4908-b55a-f09f8411149f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17225 | 2024.08.16 07:24:47.181027 [ 3 ] {} <Debug> HTTP-Session: d627649e-d3b3-4908-b55a-f09f8411149f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17226 | 2024.08.16 07:24:47.181059 [ 3 ] {} <Trace> HTTP-Session: d627649e-d3b3-4908-b55a-f09f8411149f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17227 | 2024.08.16 07:24:47.181564 [ 3 ] {21493539-6fbe-4aad-9861-c2fbc1490088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17228 | 2024.08.16 07:24:47.181610 [ 3 ] {21493539-6fbe-4aad-9861-c2fbc1490088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17229 | 2024.08.16 07:24:47.181742 [ 3 ] {21493539-6fbe-4aad-9861-c2fbc1490088} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17230 | 2024.08.16 07:24:47.182919 [ 3 ] {21493539-6fbe-4aad-9861-c2fbc1490088} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17231 | 2024.08.16 07:24:47.182956 [ 3 ] {21493539-6fbe-4aad-9861-c2fbc1490088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17232 | 2024.08.16 07:24:47.183365 [ 3 ] {21493539-6fbe-4aad-9861-c2fbc1490088} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17233 | 2024.08.16 07:24:47.183672 [ 3 ] {21493539-6fbe-4aad-9861-c2fbc1490088} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17234 | 2024.08.16 07:24:47.183802 [ 3 ] {21493539-6fbe-4aad-9861-c2fbc1490088} <Debug> executeQuery: Read 1387 rows, 118.16 KiB in 0.00258 sec., 537596.8992248062 rows/sec., 44.72 MiB/sec. | ||
17235 | 2024.08.16 07:24:47.183809 [ 105 ] {} <Debug> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17236 | 2024.08.16 07:24:47.183870 [ 105 ] {} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17237 | 2024.08.16 07:24:47.183908 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17238 | 2024.08.16 07:24:47.183999 [ 3 ] {21493539-6fbe-4aad-9861-c2fbc1490088} <Debug> DynamicQueryHandler: Done processing query | ||
17239 | 2024.08.16 07:24:47.184053 [ 3 ] {21493539-6fbe-4aad-9861-c2fbc1490088} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
17240 | 2024.08.16 07:24:47.184146 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::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 | ||
17241 | 2024.08.16 07:24:47.184180 [ 3 ] {} <Debug> HTTP-Session: d627649e-d3b3-4908-b55a-f09f8411149f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17242 | 2024.08.16 07:24:47.184449 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17243 | 2024.08.16 07:24:47.184518 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1511 rows starting from the beginning of the part | ||
17244 | 2024.08.16 07:24:47.184646 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 247 rows starting from the beginning of the part | ||
17245 | 2024.08.16 07:24:47.184771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17246 | 2024.08.16 07:24:47.185027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17247 | 2024.08.16 07:24:47.185040 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 168 rows starting from the beginning of the part | ||
17248 | 2024.08.16 07:24:47.185138 [ 3 ] {} <Debug> HTTP-Session: c10f79d0-f29d-498b-8eb0-3d67c7a9687b Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17249 | 2024.08.16 07:24:47.185244 [ 3 ] {} <Debug> HTTP-Session: c10f79d0-f29d-498b-8eb0-3d67c7a9687b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17250 | 2024.08.16 07:24:47.185335 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 246 rows starting from the beginning of the part | ||
17251 | 2024.08.16 07:24:47.185420 [ 3 ] {} <Debug> HTTP-Session: c10f79d0-f29d-498b-8eb0-3d67c7a9687b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17252 | 2024.08.16 07:24:47.185543 [ 3 ] {} <Trace> HTTP-Session: c10f79d0-f29d-498b-8eb0-3d67c7a9687b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17253 | 2024.08.16 07:24:47.185625 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 167 rows starting from the beginning of the part | ||
17254 | 2024.08.16 07:24:47.185912 [ 198 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 1387 rows starting from the beginning of the part | ||
17255 | 2024.08.16 07:24:47.185926 [ 3 ] {68803182-c10f-4cd7-8ac4-7d2ef7690b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17256 | 2024.08.16 07:24:47.186103 [ 3 ] {68803182-c10f-4cd7-8ac4-7d2ef7690b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17257 | 2024.08.16 07:24:47.186652 [ 3 ] {68803182-c10f-4cd7-8ac4-7d2ef7690b05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17258 | 2024.08.16 07:24:47.187261 [ 3 ] {68803182-c10f-4cd7-8ac4-7d2ef7690b05} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17259 | 2024.08.16 07:24:47.187306 [ 3 ] {68803182-c10f-4cd7-8ac4-7d2ef7690b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17260 | 2024.08.16 07:24:47.188105 [ 3 ] {68803182-c10f-4cd7-8ac4-7d2ef7690b05} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17261 | 2024.08.16 07:24:47.188717 [ 3 ] {68803182-c10f-4cd7-8ac4-7d2ef7690b05} <Trace> oximeter.fields_u16 (efe19a37-067f-4b0c-bd4a-7335443ea9d0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17262 | 2024.08.16 07:24:47.188889 [ 3 ] {68803182-c10f-4cd7-8ac4-7d2ef7690b05} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003116 sec., 641.8485237483955 rows/sec., 44.82 KiB/sec. | ||
17263 | 2024.08.16 07:24:47.189242 [ 3 ] {68803182-c10f-4cd7-8ac4-7d2ef7690b05} <Debug> DynamicQueryHandler: Done processing query | ||
17264 | 2024.08.16 07:24:47.189352 [ 3 ] {68803182-c10f-4cd7-8ac4-7d2ef7690b05} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17265 | 2024.08.16 07:24:47.189471 [ 3 ] {} <Debug> HTTP-Session: c10f79d0-f29d-498b-8eb0-3d67c7a9687b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17266 | 2024.08.16 07:24:47.189894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 32339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17267 | 2024.08.16 07:24:47.189960 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3726 rows, containing 4 columns (4 merged, 0 gathered) in 0.005952958 sec., 625907.3220405721 rows/sec., 52.55 MiB/sec. | ||
17268 | 2024.08.16 07:24:47.189969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17269 | 2024.08.16 07:24:47.190058 [ 3 ] {} <Debug> HTTP-Session: 8f2c85f9-c871-4f3a-a8fe-0e2beaf19ade Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17270 | 2024.08.16 07:24:47.190081 [ 3 ] {} <Debug> HTTP-Session: 8f2c85f9-c871-4f3a-a8fe-0e2beaf19ade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17271 | 2024.08.16 07:24:47.190095 [ 3 ] {} <Debug> HTTP-Session: 8f2c85f9-c871-4f3a-a8fe-0e2beaf19ade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17272 | 2024.08.16 07:24:47.190134 [ 3 ] {} <Trace> HTTP-Session: 8f2c85f9-c871-4f3a-a8fe-0e2beaf19ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17273 | 2024.08.16 07:24:47.190323 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17274 | 2024.08.16 07:24:47.190449 [ 3 ] {d15e99a1-b5e2-4b99-89a6-852ed5155361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17275 | 2024.08.16 07:24:47.190513 [ 3 ] {d15e99a1-b5e2-4b99-89a6-852ed5155361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17276 | 2024.08.16 07:24:47.191167 [ 3 ] {d15e99a1-b5e2-4b99-89a6-852ed5155361} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17277 | 2024.08.16 07:24:47.191350 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_96_19} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17278 | 2024.08.16 07:24:47.191514 [ 188 ] {f4657bbb-9462-49b8-ba7b-dc3237a575fa::all_1_96_19} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17279 | 2024.08.16 07:24:47.191691 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
17280 | 2024.08.16 07:24:47.191850 [ 3 ] {d15e99a1-b5e2-4b99-89a6-852ed5155361} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17281 | 2024.08.16 07:24:47.191894 [ 3 ] {d15e99a1-b5e2-4b99-89a6-852ed5155361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17282 | 2024.08.16 07:24:47.192234 [ 3 ] {d15e99a1-b5e2-4b99-89a6-852ed5155361} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17283 | 2024.08.16 07:24:47.192546 [ 3 ] {d15e99a1-b5e2-4b99-89a6-852ed5155361} <Trace> oximeter.fields_u32 (66fe1b71-d720-4d5e-ad2f-bbb4fb5cd4fb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17284 | 2024.08.16 07:24:47.192674 [ 3 ] {d15e99a1-b5e2-4b99-89a6-852ed5155361} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002428 sec., 99670.51070840197 rows/sec., 6.75 MiB/sec. | ||
17285 | 2024.08.16 07:24:47.192947 [ 3 ] {d15e99a1-b5e2-4b99-89a6-852ed5155361} <Debug> DynamicQueryHandler: Done processing query | ||
17286 | 2024.08.16 07:24:47.193012 [ 3 ] {d15e99a1-b5e2-4b99-89a6-852ed5155361} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
17287 | 2024.08.16 07:24:47.193057 [ 3 ] {} <Debug> HTTP-Session: 8f2c85f9-c871-4f3a-a8fe-0e2beaf19ade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17288 | 2024.08.16 07:24:47.193265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17289 | 2024.08.16 07:24:47.193313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17290 | 2024.08.16 07:24:47.193332 [ 3 ] {} <Debug> HTTP-Session: fdfb6da2-7b03-4e90-9e44-13aefe85c5ac Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17291 | 2024.08.16 07:24:47.193349 [ 3 ] {} <Debug> HTTP-Session: fdfb6da2-7b03-4e90-9e44-13aefe85c5ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17292 | 2024.08.16 07:24:47.193363 [ 3 ] {} <Debug> HTTP-Session: fdfb6da2-7b03-4e90-9e44-13aefe85c5ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17293 | 2024.08.16 07:24:47.193394 [ 3 ] {} <Trace> HTTP-Session: fdfb6da2-7b03-4e90-9e44-13aefe85c5ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17294 | 2024.08.16 07:24:47.193496 [ 3 ] {aabfaf8f-8110-4815-85f9-5e084bf262bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17295 | 2024.08.16 07:24:47.193541 [ 3 ] {aabfaf8f-8110-4815-85f9-5e084bf262bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17296 | 2024.08.16 07:24:47.193679 [ 3 ] {aabfaf8f-8110-4815-85f9-5e084bf262bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17297 | 2024.08.16 07:24:47.194010 [ 3 ] {aabfaf8f-8110-4815-85f9-5e084bf262bd} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17298 | 2024.08.16 07:24:47.194047 [ 3 ] {aabfaf8f-8110-4815-85f9-5e084bf262bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17299 | 2024.08.16 07:24:47.194353 [ 3 ] {aabfaf8f-8110-4815-85f9-5e084bf262bd} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17300 | 2024.08.16 07:24:47.194660 [ 3 ] {aabfaf8f-8110-4815-85f9-5e084bf262bd} <Trace> oximeter.fields_u8 (20a6b491-7de9-4894-a957-86d80824496d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17301 | 2024.08.16 07:24:47.194790 [ 3 ] {aabfaf8f-8110-4815-85f9-5e084bf262bd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 267.95 KiB/sec. | ||
17302 | 2024.08.16 07:24:47.195067 [ 3 ] {aabfaf8f-8110-4815-85f9-5e084bf262bd} <Debug> DynamicQueryHandler: Done processing query | ||
17303 | 2024.08.16 07:24:47.195123 [ 3 ] {aabfaf8f-8110-4815-85f9-5e084bf262bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17304 | 2024.08.16 07:24:47.195196 [ 3 ] {} <Debug> HTTP-Session: fdfb6da2-7b03-4e90-9e44-13aefe85c5ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17305 | 2024.08.16 07:24:47.195513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 140303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17306 | 2024.08.16 07:24:47.195565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17307 | 2024.08.16 07:24:47.195585 [ 3 ] {} <Debug> HTTP-Session: 67e49ae3-3d59-4227-8a8f-b60993d5230c Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17308 | 2024.08.16 07:24:47.195602 [ 3 ] {} <Debug> HTTP-Session: 67e49ae3-3d59-4227-8a8f-b60993d5230c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17309 | 2024.08.16 07:24:47.195616 [ 3 ] {} <Debug> HTTP-Session: 67e49ae3-3d59-4227-8a8f-b60993d5230c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17310 | 2024.08.16 07:24:47.195649 [ 3 ] {} <Trace> HTTP-Session: 67e49ae3-3d59-4227-8a8f-b60993d5230c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17311 | 2024.08.16 07:24:47.196047 [ 3 ] {7c526c32-eeac-4c3c-bb2f-1abf575183ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17312 | 2024.08.16 07:24:47.196093 [ 3 ] {7c526c32-eeac-4c3c-bb2f-1abf575183ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17313 | 2024.08.16 07:24:47.196238 [ 3 ] {7c526c32-eeac-4c3c-bb2f-1abf575183ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17314 | 2024.08.16 07:24:47.197132 [ 3 ] {7c526c32-eeac-4c3c-bb2f-1abf575183ed} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17315 | 2024.08.16 07:24:47.197169 [ 3 ] {7c526c32-eeac-4c3c-bb2f-1abf575183ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17316 | 2024.08.16 07:24:47.197523 [ 3 ] {7c526c32-eeac-4c3c-bb2f-1abf575183ed} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17317 | 2024.08.16 07:24:47.197853 [ 3 ] {7c526c32-eeac-4c3c-bb2f-1abf575183ed} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17318 | 2024.08.16 07:24:47.198000 [ 3 ] {7c526c32-eeac-4c3c-bb2f-1abf575183ed} <Debug> executeQuery: Read 859 rows, 63.66 KiB in 0.002192 sec., 391879.56204379565 rows/sec., 28.36 MiB/sec. | ||
17319 | 2024.08.16 07:24:47.198069 [ 103 ] {} <Debug> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17320 | 2024.08.16 07:24:47.198164 [ 103 ] {} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17321 | 2024.08.16 07:24:47.198207 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17322 | 2024.08.16 07:24:47.198232 [ 3 ] {7c526c32-eeac-4c3c-bb2f-1abf575183ed} <Debug> DynamicQueryHandler: Done processing query | ||
17323 | 2024.08.16 07:24:47.198293 [ 3 ] {7c526c32-eeac-4c3c-bb2f-1abf575183ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
17324 | 2024.08.16 07:24:47.198352 [ 3 ] {} <Debug> HTTP-Session: 67e49ae3-3d59-4227-8a8f-b60993d5230c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17325 | 2024.08.16 07:24:47.198437 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::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 | ||
17326 | 2024.08.16 07:24:47.198582 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17327 | 2024.08.16 07:24:47.198617 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 952 rows starting from the beginning of the part | ||
17328 | 2024.08.16 07:24:47.198699 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 403 rows starting from the beginning of the part | ||
17329 | 2024.08.16 07:24:47.198784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17330 | 2024.08.16 07:24:47.198939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17331 | 2024.08.16 07:24:47.199005 [ 3 ] {} <Debug> HTTP-Session: 3dfc6a33-f502-4cc7-9dc5-7967ba7aa416 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17332 | 2024.08.16 07:24:47.199019 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 103 rows starting from the beginning of the part | ||
17333 | 2024.08.16 07:24:47.199031 [ 3 ] {} <Debug> HTTP-Session: 3dfc6a33-f502-4cc7-9dc5-7967ba7aa416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17334 | 2024.08.16 07:24:47.199095 [ 3 ] {} <Debug> HTTP-Session: 3dfc6a33-f502-4cc7-9dc5-7967ba7aa416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17335 | 2024.08.16 07:24:47.199252 [ 3 ] {} <Trace> HTTP-Session: 3dfc6a33-f502-4cc7-9dc5-7967ba7aa416 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17336 | 2024.08.16 07:24:47.199360 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 401 rows starting from the beginning of the part | ||
17337 | 2024.08.16 07:24:47.199617 [ 3 ] {a182d40c-27ce-4e6d-bbab-b28802f8f528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17338 | 2024.08.16 07:24:47.199742 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 101 rows starting from the beginning of the part | ||
17339 | 2024.08.16 07:24:47.199830 [ 3 ] {a182d40c-27ce-4e6d-bbab-b28802f8f528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17340 | 2024.08.16 07:24:47.200194 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 859 rows starting from the beginning of the part | ||
17341 | 2024.08.16 07:24:47.200655 [ 3 ] {a182d40c-27ce-4e6d-bbab-b28802f8f528} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17342 | 2024.08.16 07:24:47.201355 [ 3 ] {a182d40c-27ce-4e6d-bbab-b28802f8f528} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17343 | 2024.08.16 07:24:47.201415 [ 3 ] {a182d40c-27ce-4e6d-bbab-b28802f8f528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17344 | 2024.08.16 07:24:47.202379 [ 3 ] {a182d40c-27ce-4e6d-bbab-b28802f8f528} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17345 | 2024.08.16 07:24:47.202989 [ 3 ] {a182d40c-27ce-4e6d-bbab-b28802f8f528} <Trace> oximeter.measurements_bool (bf0fa25d-11c5-49ab-9f87-94c9094023e3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17346 | 2024.08.16 07:24:47.203221 [ 3 ] {a182d40c-27ce-4e6d-bbab-b28802f8f528} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003732 sec., 1607.717041800643 rows/sec., 84.00 KiB/sec. | ||
17347 | 2024.08.16 07:24:47.203742 [ 201 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2819 rows, containing 4 columns (4 merged, 0 gathered) in 0.005445255 sec., 517698.4365286841 rows/sec., 37.57 MiB/sec. | ||
17348 | 2024.08.16 07:24:47.203772 [ 3 ] {a182d40c-27ce-4e6d-bbab-b28802f8f528} <Debug> DynamicQueryHandler: Done processing query | ||
17349 | 2024.08.16 07:24:47.203813 [ 3 ] {a182d40c-27ce-4e6d-bbab-b28802f8f528} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17350 | 2024.08.16 07:24:47.203832 [ 3 ] {} <Debug> HTTP-Session: 3dfc6a33-f502-4cc7-9dc5-7967ba7aa416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17351 | 2024.08.16 07:24:47.203966 [ 191 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17352 | 2024.08.16 07:24:47.204080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 172313, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17353 | 2024.08.16 07:24:47.204160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17354 | 2024.08.16 07:24:47.204201 [ 3 ] {} <Debug> HTTP-Session: 05a25825-27fd-4cf7-9d61-3a8f1fee8dd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17355 | 2024.08.16 07:24:47.204236 [ 3 ] {} <Debug> HTTP-Session: 05a25825-27fd-4cf7-9d61-3a8f1fee8dd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17356 | 2024.08.16 07:24:47.204264 [ 3 ] {} <Debug> HTTP-Session: 05a25825-27fd-4cf7-9d61-3a8f1fee8dd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17357 | 2024.08.16 07:24:47.204306 [ 3 ] {} <Trace> HTTP-Session: 05a25825-27fd-4cf7-9d61-3a8f1fee8dd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17358 | 2024.08.16 07:24:47.204511 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_96_19} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17359 | 2024.08.16 07:24:47.204666 [ 200 ] {1c1cc5aa-dd9f-4536-a6ea-87d212798e2b::all_1_96_19} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17360 | 2024.08.16 07:24:47.204784 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
17361 | 2024.08.16 07:24:47.204841 [ 3 ] {c35b6a63-ce2e-46a7-ad51-ef63fce975b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17362 | 2024.08.16 07:24:47.204898 [ 3 ] {c35b6a63-ce2e-46a7-ad51-ef63fce975b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17363 | 2024.08.16 07:24:47.205062 [ 3 ] {c35b6a63-ce2e-46a7-ad51-ef63fce975b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17364 | 2024.08.16 07:24:47.205944 [ 3 ] {c35b6a63-ce2e-46a7-ad51-ef63fce975b9} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17365 | 2024.08.16 07:24:47.205982 [ 3 ] {c35b6a63-ce2e-46a7-ad51-ef63fce975b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17366 | 2024.08.16 07:24:47.206432 [ 3 ] {c35b6a63-ce2e-46a7-ad51-ef63fce975b9} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17367 | 2024.08.16 07:24:47.206774 [ 3 ] {c35b6a63-ce2e-46a7-ad51-ef63fce975b9} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17368 | 2024.08.16 07:24:47.206928 [ 3 ] {c35b6a63-ce2e-46a7-ad51-ef63fce975b9} <Debug> executeQuery: Read 910 rows, 62.23 KiB in 0.002428 sec., 374794.06919275125 rows/sec., 25.03 MiB/sec. | ||
17369 | 2024.08.16 07:24:47.207109 [ 3 ] {c35b6a63-ce2e-46a7-ad51-ef63fce975b9} <Debug> DynamicQueryHandler: Done processing query | ||
17370 | 2024.08.16 07:24:47.207134 [ 3 ] {c35b6a63-ce2e-46a7-ad51-ef63fce975b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
17371 | 2024.08.16 07:24:47.207152 [ 3 ] {} <Debug> HTTP-Session: 05a25825-27fd-4cf7-9d61-3a8f1fee8dd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17372 | 2024.08.16 07:24:47.207475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17373 | 2024.08.16 07:24:47.207524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17374 | 2024.08.16 07:24:47.207543 [ 3 ] {} <Debug> HTTP-Session: 8b3c7230-adfe-499c-aa2b-3e2258db0bc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17375 | 2024.08.16 07:24:47.207560 [ 3 ] {} <Debug> HTTP-Session: 8b3c7230-adfe-499c-aa2b-3e2258db0bc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17376 | 2024.08.16 07:24:47.207573 [ 3 ] {} <Debug> HTTP-Session: 8b3c7230-adfe-499c-aa2b-3e2258db0bc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17377 | 2024.08.16 07:24:47.207604 [ 3 ] {} <Trace> HTTP-Session: 8b3c7230-adfe-499c-aa2b-3e2258db0bc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17378 | 2024.08.16 07:24:47.207695 [ 3 ] {ab05c381-ab78-4d50-8d63-da8ffce91a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17379 | 2024.08.16 07:24:47.207739 [ 3 ] {ab05c381-ab78-4d50-8d63-da8ffce91a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17380 | 2024.08.16 07:24:47.207869 [ 3 ] {ab05c381-ab78-4d50-8d63-da8ffce91a1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17381 | 2024.08.16 07:24:47.208130 [ 3 ] {ab05c381-ab78-4d50-8d63-da8ffce91a1d} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17382 | 2024.08.16 07:24:47.208167 [ 3 ] {ab05c381-ab78-4d50-8d63-da8ffce91a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17383 | 2024.08.16 07:24:47.208539 [ 3 ] {ab05c381-ab78-4d50-8d63-da8ffce91a1d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17384 | 2024.08.16 07:24:47.208864 [ 3 ] {ab05c381-ab78-4d50-8d63-da8ffce91a1d} <Trace> oximeter.measurements_f64 (038846fd-d8cd-4ff7-bffe-b89dc0672fce): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17385 | 2024.08.16 07:24:47.209027 [ 3 ] {ab05c381-ab78-4d50-8d63-da8ffce91a1d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001343 sec., 744.6016381236038 rows/sec., 50.17 KiB/sec. | ||
17386 | 2024.08.16 07:24:47.209198 [ 3 ] {ab05c381-ab78-4d50-8d63-da8ffce91a1d} <Debug> DynamicQueryHandler: Done processing query | ||
17387 | 2024.08.16 07:24:47.209223 [ 3 ] {ab05c381-ab78-4d50-8d63-da8ffce91a1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17388 | 2024.08.16 07:24:47.209239 [ 3 ] {} <Debug> HTTP-Session: 8b3c7230-adfe-499c-aa2b-3e2258db0bc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17389 | 2024.08.16 07:24:47.209395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 30375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17390 | 2024.08.16 07:24:47.209446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17391 | 2024.08.16 07:24:47.209465 [ 3 ] {} <Debug> HTTP-Session: 47362710-542e-4471-a141-68e5091a784a Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17392 | 2024.08.16 07:24:47.209480 [ 3 ] {} <Debug> HTTP-Session: 47362710-542e-4471-a141-68e5091a784a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17393 | 2024.08.16 07:24:47.209494 [ 3 ] {} <Debug> HTTP-Session: 47362710-542e-4471-a141-68e5091a784a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17394 | 2024.08.16 07:24:47.209524 [ 3 ] {} <Trace> HTTP-Session: 47362710-542e-4471-a141-68e5091a784a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17395 | 2024.08.16 07:24:47.209871 [ 3 ] {e3d2e737-e517-4110-9e58-745fb19ecc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17396 | 2024.08.16 07:24:47.209935 [ 3 ] {e3d2e737-e517-4110-9e58-745fb19ecc4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17397 | 2024.08.16 07:24:47.210349 [ 3 ] {e3d2e737-e517-4110-9e58-745fb19ecc4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17398 | 2024.08.16 07:24:47.211066 [ 3 ] {e3d2e737-e517-4110-9e58-745fb19ecc4c} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17399 | 2024.08.16 07:24:47.211104 [ 3 ] {e3d2e737-e517-4110-9e58-745fb19ecc4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17400 | 2024.08.16 07:24:47.211722 [ 3 ] {e3d2e737-e517-4110-9e58-745fb19ecc4c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
17401 | 2024.08.16 07:24:47.212130 [ 3 ] {e3d2e737-e517-4110-9e58-745fb19ecc4c} <Trace> oximeter.measurements_histogramf64 (6b4e4e66-7f0a-427b-8a3c-0af000e8d320): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17402 | 2024.08.16 07:24:47.212316 [ 3 ] {e3d2e737-e517-4110-9e58-745fb19ecc4c} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002718 sec., 6990.434142752024 rows/sec., 12.53 MiB/sec. | ||
17403 | 2024.08.16 07:24:47.212539 [ 3 ] {e3d2e737-e517-4110-9e58-745fb19ecc4c} <Debug> DynamicQueryHandler: Done processing query | ||
17404 | 2024.08.16 07:24:47.212563 [ 3 ] {e3d2e737-e517-4110-9e58-745fb19ecc4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
17405 | 2024.08.16 07:24:47.212581 [ 3 ] {} <Debug> HTTP-Session: 47362710-542e-4471-a141-68e5091a784a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17406 | 2024.08.16 07:24:47.212711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17407 | 2024.08.16 07:24:47.212762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17408 | 2024.08.16 07:24:47.212781 [ 3 ] {} <Debug> HTTP-Session: 0a640245-8a4d-46dc-bd4a-b78ca0e45472 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17409 | 2024.08.16 07:24:47.212798 [ 3 ] {} <Debug> HTTP-Session: 0a640245-8a4d-46dc-bd4a-b78ca0e45472 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17410 | 2024.08.16 07:24:47.212811 [ 3 ] {} <Debug> HTTP-Session: 0a640245-8a4d-46dc-bd4a-b78ca0e45472 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17411 | 2024.08.16 07:24:47.212842 [ 3 ] {} <Trace> HTTP-Session: 0a640245-8a4d-46dc-bd4a-b78ca0e45472 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17412 | 2024.08.16 07:24:47.212954 [ 3 ] {2473c416-5fab-4e45-9be1-caa538e6a9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17413 | 2024.08.16 07:24:47.212998 [ 3 ] {2473c416-5fab-4e45-9be1-caa538e6a9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17414 | 2024.08.16 07:24:47.213125 [ 3 ] {2473c416-5fab-4e45-9be1-caa538e6a9fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17415 | 2024.08.16 07:24:47.213472 [ 3 ] {2473c416-5fab-4e45-9be1-caa538e6a9fd} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17416 | 2024.08.16 07:24:47.213509 [ 3 ] {2473c416-5fab-4e45-9be1-caa538e6a9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17417 | 2024.08.16 07:24:47.213875 [ 3 ] {2473c416-5fab-4e45-9be1-caa538e6a9fd} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17418 | 2024.08.16 07:24:47.214214 [ 3 ] {2473c416-5fab-4e45-9be1-caa538e6a9fd} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17419 | 2024.08.16 07:24:47.214372 [ 3 ] {2473c416-5fab-4e45-9be1-caa538e6a9fd} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.001449 sec., 52449.96549344376 rows/sec., 3.32 MiB/sec. | ||
17420 | 2024.08.16 07:24:47.214626 [ 3 ] {2473c416-5fab-4e45-9be1-caa538e6a9fd} <Debug> DynamicQueryHandler: Done processing query | ||
17421 | 2024.08.16 07:24:47.214683 [ 3 ] {2473c416-5fab-4e45-9be1-caa538e6a9fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17422 | 2024.08.16 07:24:47.214741 [ 3 ] {} <Debug> HTTP-Session: 0a640245-8a4d-46dc-bd4a-b78ca0e45472 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17423 | 2024.08.16 07:24:48.088558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 4259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17424 | 2024.08.16 07:24:48.088668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17425 | 2024.08.16 07:24:48.088696 [ 3 ] {} <Debug> HTTP-Session: c893bf7e-b5c2-423b-8444-446ddacf1dff Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17426 | 2024.08.16 07:24:48.088723 [ 3 ] {} <Debug> HTTP-Session: c893bf7e-b5c2-423b-8444-446ddacf1dff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17427 | 2024.08.16 07:24:48.088741 [ 3 ] {} <Debug> HTTP-Session: c893bf7e-b5c2-423b-8444-446ddacf1dff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17428 | 2024.08.16 07:24:48.088791 [ 3 ] {} <Trace> HTTP-Session: c893bf7e-b5c2-423b-8444-446ddacf1dff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17429 | 2024.08.16 07:24:48.088975 [ 3 ] {6f735b67-b254-406e-a560-b4fa990a248f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17430 | 2024.08.16 07:24:48.089045 [ 3 ] {6f735b67-b254-406e-a560-b4fa990a248f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17431 | 2024.08.16 07:24:48.089254 [ 3 ] {6f735b67-b254-406e-a560-b4fa990a248f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17432 | 2024.08.16 07:24:48.089707 [ 3 ] {6f735b67-b254-406e-a560-b4fa990a248f} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17433 | 2024.08.16 07:24:48.089753 [ 3 ] {6f735b67-b254-406e-a560-b4fa990a248f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17434 | 2024.08.16 07:24:48.090121 [ 3 ] {6f735b67-b254-406e-a560-b4fa990a248f} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17435 | 2024.08.16 07:24:48.090450 [ 3 ] {6f735b67-b254-406e-a560-b4fa990a248f} <Trace> oximeter.fields_string (f4657bbb-9462-49b8-ba7b-dc3237a575fa): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17436 | 2024.08.16 07:24:48.090607 [ 3 ] {6f735b67-b254-406e-a560-b4fa990a248f} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001704 sec., 17605.6338028169 rows/sec., 1.37 MiB/sec. | ||
17437 | 2024.08.16 07:24:48.090806 [ 3 ] {6f735b67-b254-406e-a560-b4fa990a248f} <Debug> DynamicQueryHandler: Done processing query | ||
17438 | 2024.08.16 07:24:48.090830 [ 3 ] {6f735b67-b254-406e-a560-b4fa990a248f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17439 | 2024.08.16 07:24:48.090846 [ 3 ] {} <Debug> HTTP-Session: c893bf7e-b5c2-423b-8444-446ddacf1dff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17440 | 2024.08.16 07:24:48.090971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 6140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17441 | 2024.08.16 07:24:48.091021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17442 | 2024.08.16 07:24:48.091039 [ 3 ] {} <Debug> HTTP-Session: f6907345-a153-4468-9c99-9faf5fe38387 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17443 | 2024.08.16 07:24:48.091056 [ 3 ] {} <Debug> HTTP-Session: f6907345-a153-4468-9c99-9faf5fe38387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17444 | 2024.08.16 07:24:48.091069 [ 3 ] {} <Debug> HTTP-Session: f6907345-a153-4468-9c99-9faf5fe38387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17445 | 2024.08.16 07:24:48.091099 [ 3 ] {} <Trace> HTTP-Session: f6907345-a153-4468-9c99-9faf5fe38387 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17446 | 2024.08.16 07:24:48.091202 [ 3 ] {8f83b719-bde3-4b51-a5d8-ea71dff9c7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17447 | 2024.08.16 07:24:48.091245 [ 3 ] {8f83b719-bde3-4b51-a5d8-ea71dff9c7e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17448 | 2024.08.16 07:24:48.091434 [ 3 ] {8f83b719-bde3-4b51-a5d8-ea71dff9c7e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17449 | 2024.08.16 07:24:48.091779 [ 3 ] {8f83b719-bde3-4b51-a5d8-ea71dff9c7e3} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17450 | 2024.08.16 07:24:48.091817 [ 3 ] {8f83b719-bde3-4b51-a5d8-ea71dff9c7e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17451 | 2024.08.16 07:24:48.092128 [ 3 ] {8f83b719-bde3-4b51-a5d8-ea71dff9c7e3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17452 | 2024.08.16 07:24:48.092438 [ 3 ] {8f83b719-bde3-4b51-a5d8-ea71dff9c7e3} <Trace> oximeter.fields_uuid (1c1cc5aa-dd9f-4536-a6ea-87d212798e2b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17453 | 2024.08.16 07:24:48.092565 [ 3 ] {8f83b719-bde3-4b51-a5d8-ea71dff9c7e3} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001344 sec., 26785.714285714286 rows/sec., 2.09 MiB/sec. | ||
17454 | 2024.08.16 07:24:48.092741 [ 3 ] {8f83b719-bde3-4b51-a5d8-ea71dff9c7e3} <Debug> DynamicQueryHandler: Done processing query | ||
17455 | 2024.08.16 07:24:48.092765 [ 3 ] {8f83b719-bde3-4b51-a5d8-ea71dff9c7e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17456 | 2024.08.16 07:24:48.092781 [ 3 ] {} <Debug> HTTP-Session: f6907345-a153-4468-9c99-9faf5fe38387 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17457 | 2024.08.16 07:24:48.092919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 2365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17458 | 2024.08.16 07:24:48.092967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17459 | 2024.08.16 07:24:48.092987 [ 3 ] {} <Debug> HTTP-Session: caa3d201-13d0-4160-8afa-b0e7ca72e4df Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17460 | 2024.08.16 07:24:48.093004 [ 3 ] {} <Debug> HTTP-Session: caa3d201-13d0-4160-8afa-b0e7ca72e4df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17461 | 2024.08.16 07:24:48.093018 [ 3 ] {} <Debug> HTTP-Session: caa3d201-13d0-4160-8afa-b0e7ca72e4df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17462 | 2024.08.16 07:24:48.093050 [ 3 ] {} <Trace> HTTP-Session: caa3d201-13d0-4160-8afa-b0e7ca72e4df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17463 | 2024.08.16 07:24:48.093152 [ 3 ] {da4c56dd-a3ff-4cb7-8b57-e85813611aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17464 | 2024.08.16 07:24:48.093200 [ 3 ] {da4c56dd-a3ff-4cb7-8b57-e85813611aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17465 | 2024.08.16 07:24:48.093344 [ 3 ] {da4c56dd-a3ff-4cb7-8b57-e85813611aaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17466 | 2024.08.16 07:24:48.093631 [ 3 ] {da4c56dd-a3ff-4cb7-8b57-e85813611aaa} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17467 | 2024.08.16 07:24:48.093667 [ 3 ] {da4c56dd-a3ff-4cb7-8b57-e85813611aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17468 | 2024.08.16 07:24:48.094034 [ 3 ] {da4c56dd-a3ff-4cb7-8b57-e85813611aaa} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17469 | 2024.08.16 07:24:48.094399 [ 3 ] {da4c56dd-a3ff-4cb7-8b57-e85813611aaa} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17470 | 2024.08.16 07:24:48.094528 [ 3 ] {da4c56dd-a3ff-4cb7-8b57-e85813611aaa} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.001409 sec., 8516.6784953868 rows/sec., 612.00 KiB/sec. | ||
17471 | 2024.08.16 07:24:48.094533 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Selected 5 parts from all_1_89_18 to all_93_93_0 | ||
17472 | 2024.08.16 07:24:48.094598 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17473 | 2024.08.16 07:24:48.094632 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17474 | 2024.08.16 07:24:48.094763 [ 3 ] {da4c56dd-a3ff-4cb7-8b57-e85813611aaa} <Debug> DynamicQueryHandler: Done processing query | ||
17475 | 2024.08.16 07:24:48.094841 [ 3 ] {da4c56dd-a3ff-4cb7-8b57-e85813611aaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17476 | 2024.08.16 07:24:48.094893 [ 3 ] {} <Debug> HTTP-Session: caa3d201-13d0-4160-8afa-b0e7ca72e4df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17477 | 2024.08.16 07:24:48.094970 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_93_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_89_18 to all_93_93_0 into Compact with storage Full | ||
17478 | 2024.08.16 07:24:48.095179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49783, User-Agent: (none), Length: 955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17479 | 2024.08.16 07:24:48.095370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17480 | 2024.08.16 07:24:48.095492 [ 3 ] {} <Debug> HTTP-Session: 616bf660-4fe9-48fa-a19a-f8d13b93e7d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49783 | ||
17481 | 2024.08.16 07:24:48.095575 [ 3 ] {} <Debug> HTTP-Session: 616bf660-4fe9-48fa-a19a-f8d13b93e7d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17482 | 2024.08.16 07:24:48.095658 [ 3 ] {} <Debug> HTTP-Session: 616bf660-4fe9-48fa-a19a-f8d13b93e7d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17483 | 2024.08.16 07:24:48.095809 [ 3 ] {} <Trace> HTTP-Session: 616bf660-4fe9-48fa-a19a-f8d13b93e7d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17484 | 2024.08.16 07:24:48.095935 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_93_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17485 | 2024.08.16 07:24:48.096039 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_93_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_89_18, total 27922 rows starting from the beginning of the part | ||
17486 | 2024.08.16 07:24:48.096082 [ 3 ] {6e733a3f-5691-440e-917d-5cae27652c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49783) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17487 | 2024.08.16 07:24:48.096240 [ 3 ] {6e733a3f-5691-440e-917d-5cae27652c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17488 | 2024.08.16 07:24:48.096419 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_93_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 161 rows starting from the beginning of the part | ||
17489 | 2024.08.16 07:24:48.096828 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_93_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part | ||
17490 | 2024.08.16 07:24:48.097127 [ 3 ] {6e733a3f-5691-440e-917d-5cae27652c71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17491 | 2024.08.16 07:24:48.097177 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_93_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part | ||
17492 | 2024.08.16 07:24:48.097459 [ 197 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_93_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 910 rows starting from the beginning of the part | ||
17493 | 2024.08.16 07:24:48.098187 [ 3 ] {6e733a3f-5691-440e-917d-5cae27652c71} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17494 | 2024.08.16 07:24:48.098232 [ 3 ] {6e733a3f-5691-440e-917d-5cae27652c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.90 GiB. | ||
17495 | 2024.08.16 07:24:48.098923 [ 3 ] {6e733a3f-5691-440e-917d-5cae27652c71} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17496 | 2024.08.16 07:24:48.099331 [ 3 ] {6e733a3f-5691-440e-917d-5cae27652c71} <Trace> oximeter.measurements_u64 (52803e50-d3d4-48fc-bb70-e69dd0ff1448): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17497 | 2024.08.16 07:24:48.099502 [ 3 ] {6e733a3f-5691-440e-917d-5cae27652c71} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.003496 sec., 1716.2471395881007 rows/sec., 116.48 KiB/sec. | ||
17498 | 2024.08.16 07:24:48.099757 [ 3 ] {6e733a3f-5691-440e-917d-5cae27652c71} <Debug> DynamicQueryHandler: Done processing query | ||
17499 | 2024.08.16 07:24:48.099798 [ 3 ] {6e733a3f-5691-440e-917d-5cae27652c71} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17500 | 2024.08.16 07:24:48.099838 [ 3 ] {} <Debug> HTTP-Session: 616bf660-4fe9-48fa-a19a-f8d13b93e7d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17501 | 2024.08.16 07:24:48.104819 [ 187 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_93_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29390 rows, containing 5 columns (5 merged, 0 gathered) in 0.010096233 sec., 2910986.701673783 rows/sec., 196.47 MiB/sec. | ||
17502 | 2024.08.16 07:24:48.105722 [ 192 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_93_19} <Trace> MergedBlockOutputStream: filled checksums all_1_93_19 (state Temporary) | ||
17503 | 2024.08.16 07:24:48.106240 [ 192 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_93_19} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe): Renaming temporary part tmp_merge_all_1_93_19 to all_1_93_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17504 | 2024.08.16 07:24:48.106336 [ 192 ] {e046d440-e51f-4833-969f-eb1dd74091fe::all_1_93_19} <Trace> oximeter.measurements_cumulativeu64 (e046d440-e51f-4833-969f-eb1dd74091fe) (MergerMutator): Merged 5 parts: [all_1_89_18, all_93_93_0] -> all_1_93_19 | ||
17505 | 2024.08.16 07:24:48.106439 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. |